diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo index db06bc3f2c7..12e30e67279 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 caf8bcf0ecd..f5cebe15994 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Abdullah ahmed , 2020\n" "Language-Team: Arabic (http://app.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "مجلد الاعدادات لا يحتوي على ملف conf.py (%s)" + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:137 +#: config.py:378 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:218 +#: config.py:390 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:238 +#: config.py:398 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:278 +#: config.py:421 #, python-format -msgid "The %r theme has circular inheritance" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:286 +#: config.py:475 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "No such config value: %r" msgstr "" -#: theming.py:292 +#: config.py:503 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Config value %r already present" msgstr "" -#: theming.py:320 +#: config.py:540 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:598 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:349 +#: config.py:610 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:632 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:357 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:376 +#: config.py:664 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:72 +#: config.py:685 +#, python-format +msgid "Section %s" +msgstr "قسم %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:687 #, python-format +msgid "Table %s" +msgstr "جدول %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "يحتاج هذا المشروع على الاقل الى الاصدار msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "تحميل الترجمات [ %s ]" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "تم" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,1302 +398,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "مجلد الاعدادات لا يحتوي على ملف conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:599 +#: theming.py:312 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:611 +#: theming.py:340 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:633 +#: theming.py:365 theming.py:418 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:369 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "قسم %s" - -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "جدول %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "تنبيه" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[المصدر]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "احتياط" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "خطر" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[المستندات]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "خطأ" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "تلميح" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "" -#: locale/__init__.py:234 -msgid "Important" -msgstr "مهم" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "ملاحظة" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "شاهد أيضا" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "نصيحة" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "تحذير" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:139 #, python-format -msgid "processing %s" -msgstr "معالجة %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "نسخ الصور..." +#: ext/todo.py:152 +msgid "<>" +msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "صفحة الHTML موجودة في %(outdir)s" - -#: builders/singlehtml.py:171 -msgid "assembling single document" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "كتابة ملفات إضافية" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "بناء [%s]" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" +msgid "dot code %r: %s" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "قراءة القوالب" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "inline latex %r: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "ملفات الXML موجودة في %(outdir)s" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "بناء [mo]:" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "جميع ملفات المصدر" - -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "التحقق من التوافق" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "تحديث البيئة:" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "تجهيز المستندات" - -#: builders/__init__.py:743 -msgid "copying assets" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/changes.py:65 +#: writers/texinfo.py:1306 #, python-format -msgid "no changes in version %s." +msgid "unimplemented node type: %r" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[المصدر]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[المستندات]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "كائن" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "تنبيه" -#: domains/rst.py:234 -msgid "directive" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "احتياط" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "خطر" -#: domains/rst.py:236 -msgid "role" -msgstr "متغير بيئة العمل" +#: locale/__init__.py:232 +msgid "Error" +msgstr "خطأ" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "تلميح" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "مهم" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "ملاحظة" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "شاهد أيضا" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "نصيحة" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "تحذير" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1861,54 +1528,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "اسم المشروع" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "اسم المؤلف(ون)" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1917,15 +1584,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "نسخة المشروع" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "إصدار المشروع" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1935,21 +1602,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "لغة المشروع" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "امتداد ملف المصدر" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1957,91 +1624,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "إنشاء Makefile ؟ (نعم / لا)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "إنشاء ملف أوامر للويندوز؟ (نعم/لا)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2051,131 +1718,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "اسم المشروع" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "أسماء المؤلفين" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "" -#: cmd/quickstart.py:652 +#: cmd/quickstart.py:656 msgid "document language" msgstr "" -#: cmd/quickstart.py:655 +#: cmd/quickstart.py:659 msgid "source file suffix" msgstr "" -#: cmd/quickstart.py:658 +#: cmd/quickstart.py:662 msgid "master document name" msgstr "" -#: cmd/quickstart.py:661 +#: cmd/quickstart.py:665 msgid "use epub" msgstr "" -#: cmd/quickstart.py:664 +#: cmd/quickstart.py:668 msgid "Extension options" msgstr "" -#: cmd/quickstart.py:671 +#: cmd/quickstart.py:675 #, python-format msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:678 +#: cmd/quickstart.py:682 msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:681 +#: cmd/quickstart.py:685 msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:687 +#: cmd/quickstart.py:691 msgid "create makefile" msgstr "إنشاء Makefile" -#: cmd/quickstart.py:693 +#: cmd/quickstart.py:697 msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:700 +#: cmd/quickstart.py:704 msgid "create batchfile" msgstr "إنشاء Batchfile ؟" -#: cmd/quickstart.py:706 +#: cmd/quickstart.py:710 msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:715 +#: cmd/quickstart.py:719 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 msgid "Project templating" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:731 +#: cmd/quickstart.py:735 msgid "define a template variable" msgstr "عرف متغير للقالب" -#: cmd/quickstart.py:767 +#: cmd/quickstart.py:771 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:786 +#: cmd/quickstart.py:790 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:793 +#: cmd/quickstart.py:797 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: cmd/quickstart.py:810 +#: cmd/quickstart.py:814 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -2224,12 +1891,6 @@ msgstr "" msgid ".. hlist content is not a list" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" - #: directives/code.py:66 msgid "non-whitespace stripped by dedent" msgstr "" @@ -2239,785 +1900,1036 @@ msgstr "" msgid "Invalid caption: %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: directives/code.py:216 +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "فشل" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" + +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" + +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" + +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "كائن" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "" + +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/__init__.py:322 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "%s %s" msgstr "" -#: directives/code.py:231 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%s (directive)" msgstr "" -#: directives/code.py:235 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid ":%s: (directive option)" msgstr "" -#: directives/code.py:276 +#: domains/rst.py:224 #, python-format -msgid "Object named %r not found in include file %r" +msgid "%s (role)" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: domains/rst.py:236 +msgid "role" +msgstr "متغير بيئة العمل" + +#: domains/rst.py:262 #, python-format -msgid "%b %d, %Y" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: writers/texinfo.py:1303 +#: domains/changeset.py:33 #, python-format -msgid "unimplemented node type: %r" +msgid "Changed in version %s" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: domains/changeset.py:34 #, python-format -msgid "[image: %s]" +msgid "Deprecated since version %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: writers/html5.py:431 +#: builders/changes.py:65 #, python-format -msgid "numfig_format is not defined for %s" +msgid "no changes in version %s." msgstr "" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/changes.py:146 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "بناء [mo]:" + +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:303 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "targets for %d po files that are specified" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:315 #, python-format -msgid "no Babel option known for language %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:325 +msgid "all source files" +msgstr "جميع ملفات المصدر" + +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:343 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/latex.py:1228 +#: builders/__init__.py:383 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "building [%s]: " +msgstr "بناء [%s]" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:416 #, python-format -msgid "unknown index entry type %s found" +msgid "%d found" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "التحقق من التوافق" + +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "تحديث البيئة:" + +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format +#: builders/__init__.py:557 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "تجهيز المستندات" + +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "ملفات الXML موجودة في %(outdir)s" + +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "صفحة الHTML موجودة في %(outdir)s" + +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "كتابة ملفات إضافية" + +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Anchor '%s' not found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/display.py:87 -msgid "failed" -msgstr "فشل" - -#: util/docutils.py:325 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown directive name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:361 +#: builders/gettext.py:243 #, python-format -msgid "unknown role name: %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:265 #, python-format -msgid "unknown node type: %r" +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "قراءة القوالب" + +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/fileutil.py:89 +#: builders/texinfo.py:41 #, python-format -msgid "Writing evaluated template result to %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/docfields.py:103 -#, python-format +#: builders/texinfo.py:44 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:462 +#: builders/texinfo.py:85 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/nodes.py:523 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgid "processing %s" +msgstr "معالجة %s" -#: util/nodes.py:739 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "استمرار في الصفحة التالية" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "نسخ الصور..." -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "أرقام" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "صفحة" - -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" + +#: builders/_epub_base.py:594 #, python-format -msgid "%r reference target not found: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:240 +#: builders/latex/__init__.py:118 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Search within %(docstitle)s" -msgstr "البحث ضمن %(docstitle)s" +msgid "logo file %r does not exist" +msgstr "ملف الشعار %r غير موجود" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "بحث" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "الحقوق" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/transforms.py:121 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/transforms.py:487 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "الموضوع السابق" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "القسم السابق" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "الموضوع التالي" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "الفصل التالي" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "صفحة الHTML موجودة في %(outdir)s" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:337 #, python-format -msgid "Index – %(key)s" +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "هذه الصفحة" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "إظهار المصدر" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "البحث السريع" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "الفهرس العام" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "الفهرس" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "أهلا وسهلا هذا" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "التالي" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "التوثيق ل" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "السابق" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "إنشاء الفهرس" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "كتابة صفحات إضافية " -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "نسخ الملفات القابلة للتحميل للنسخ..." -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "صفحة البحث" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "الفهرس العام" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "قائمة المحتويات" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "غير قادر على نسخ الملف الثابت %r" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "نسخ ملفات إضافية" + +#: builders/html/__init__.py:948 #, python-format -msgid "Search %(docstitle)s" -msgstr "البحث %(docstitle)s" +msgid "cannot copy extra file %r" +msgstr "غير قادر على نسخ المف الإضافي %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "بحث" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "المحتوى" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "نتائج البحث" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "تجهيز البحث" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "ملف الايقونة %r غير موجود" + +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "متغيرات" - -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3114,80 +3026,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "نوع" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "متغير" - -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "متغيرات" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3224,482 +3081,586 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "صفحة البحث" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "مثال" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "متغير" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "أمثلة" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "ملاحظات" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "مراجع" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "نوع" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "المحتوى" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "قائمة المحتويات" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "البحث %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "الموضوع السابق" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "القسم السابق" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "الموضوع التالي" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "الفصل التالي" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "بحث" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "بحث" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "هذه الصفحة" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "إظهار المصدر" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "A mocked object is detected: %r" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/layout.html:115 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Search within %(docstitle)s" +msgstr "البحث ضمن %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "الحقوق" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "البحث السريع" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "أهلا وسهلا هذا" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "التوثيق ل" + +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:135 +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "نتائج البحث" + +#: themes/basic/static/searchtools.js:134 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "تجهيز البحث" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "استمرار في الصفحة التالية" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "أرقام" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "صفحة" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." -msgstr "%s ليس مجلد." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3748,563 +3709,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "" + +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "صفحة الHTML موجودة في %(outdir)s" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "الفهرس" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s ليس مجلد." -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "Logo of %s" +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "التالي" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "السابق" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "إنشاء الفهرس" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "كتابة صفحات إضافية " - -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "نسخ الملفات القابلة للتحميل للنسخ..." - -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:407 #, python-format -msgid "cannot copy static file %r" -msgstr "غير قادر على نسخ الملف الثابت %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "نسخ ملفات إضافية" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "غير قادر على نسخ المف الإضافي %r" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/intersphinx/_load.py:297 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1370 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "logo file %r does not exist" -msgstr "ملف الشعار %r غير موجود" +msgid "invalid value set (missing opening brace): %s" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "favicon file %r does not exist" -msgstr "ملف الايقونة %r غير موجود" +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: builders/html/__init__.py:1425 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "مثال" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "أمثلة" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "ملاحظات" + +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "مراجع" + +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file not readable: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "image file %s not readable: %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "download file not readable: %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo index fc9f176c432..25ff82e4e26 100644 Binary files a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo and b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.po b/sphinx/locale/bg/LC_MESSAGES/sphinx.po index de995394dda..e1ba487494f 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Nikolay Stoykov , 2024\n" "Language-Team: Bulgarian (http://app.transifex.com/sphinx-doc/sphinx-1/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "създаване на изходна директория" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,1302 +397,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1860,54 +1527,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1916,15 +1583,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1934,21 +1601,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1956,91 +1623,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2050,969 +1717,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3025,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,482 +3080,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index d34d9a80253..ddd773a0848 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 399f8edf607..bf6de2e9af8 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR , 2009\n" "Language-Team: Bengali (http://app.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2676 +397,2632 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:952 +#: ext/viewcode.py:359 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "দৃষ্টি আকর্ষণ" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "সতর্কীকরণ" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "বিপজ্জনক" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "ভুল (এরর)" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "আভাস" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "গুরুত্বপূর্ণ" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "নোট" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "আরও দেখুন" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "পরামর্শ" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "সতর্কতা" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "অসমাপ্ত কাজ" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(-" +#: ext/todo.py:166 +msgid "original entry" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "পাদটীকা" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[ছবি]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "ইনডেক্স" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "বিল্টইন সমূহ" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "মডিউল লেভেল" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "দৃষ্টি আকর্ষণ" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "সতর্কীকরণ" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "বিপজ্জনক" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "ভুল (এরর)" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "আভাস" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "গুরুত্বপূর্ণ" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "নোট" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "আরও দেখুন" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "পরামর্শ" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "সতর্কতা" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "অসমাপ্ত কাজ" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:124 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid option." +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:127 +msgid "Please enter some text." msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" +#: cmd/quickstart.py:134 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/quickstart.py:230 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (বিল্ট-ইন ফাংশন)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s মেথড)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (ক্লাসে)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s এ্যট্রিবিউট)" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "রিটার্নস" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "রিটার্ন টাইপ" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (মডিউল)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "ফাংশন" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "মেথড" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "ক্লাস" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "ডাটা" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "এ্যট্রিবিউট" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "মডিউল" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: cmd/quickstart.py:372 #, python-format -msgid ":%s: (directive option)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "%s ভার্সনে পরিবর্তিত" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/changeset.py:35 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Removed in version %s" +msgid "Creating file %s." msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "%s %s" +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:531 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:577 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"\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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "অনুচ্ছেদ লেখক:" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "মডিউল লেখক:" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:209 +msgid "Author: " +msgstr "লেখক:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" - -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:298 +#: util/i18n.py:253 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:324 +#: util/osutil.py:131 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:350 +#: util/fileutil.py:76 +#, python-format msgid "" -"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." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docfields.py:100 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:378 +#: util/nodes.py:459 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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 "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s মেথড)" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (ক্লাসে)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:188 #, python-format -msgid "Creating file %s." +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s এ্যট্রিবিউট)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "রিটার্নস" -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "রিটার্ন টাইপ" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (মডিউল)" -#: cmd/quickstart.py:573 -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 "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "ফাংশন" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "মেথড" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "ক্লাস" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "ডাটা" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "এ্যট্রিবিউট" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "মডিউল" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/citation.py:92 #, python-format -msgid "enable %s extension" +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "%s ভার্সনে পরিবর্তিত" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "বিল্টইন সমূহ" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "মডিউল লেভেল" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:810 +#: builders/__init__.py:315 #, python-format -msgid "Invalid template variable: %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:336 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:343 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:367 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%d source files given on command line" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "অনুচ্ছেদ লেখক:" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "মডিউল লেখক:" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "লেখক:" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:500 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:537 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:546 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:557 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:564 #, python-format -msgid "Object named %r not found in include file %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:726 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "docnames to write: %s" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "ইনডেক্স" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "পাদটীকা" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: writers/texinfo.py:1303 +#: builders/xml.py:103 #, python-format -msgid "unimplemented node type: %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/singlehtml.py:35 #, python-format -msgid "[image: %s]" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[ছবি]" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/html5.py:441 +#: builders/epub3.py:83 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:616 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid css_file: %r, ignored" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: writers/latex.py:1228 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: writers/latex.py:1615 +#: builders/linkcheck.py:159 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "broken link: %s (%s)" msgstr "" -#: writers/latex.py:1950 +#: builders/linkcheck.py:562 #, python-format -msgid "unknown index entry type %s found" +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(-" + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: transforms/__init__.py:299 +#: builders/_epub_base.py:594 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/inventory.py:147 +#: builders/_epub_base.py:802 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "writing %s file..." msgstr "" -#: util/inventory.py:166 +#: builders/manpage.py:37 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/i18n.py:113 +#: builders/manpage.py:64 #, python-format -msgid "writing error: %s, %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/i18n.py:146 +#: builders/latex/__init__.py:115 #, python-format -msgid "locale_dir %s does not exist" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/osutil.py:131 +#: builders/latex/__init__.py:167 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "রিলিজ" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: util/docutils.py:325 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "unknown directive name: %s" +msgid "logo file %r does not exist" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:529 #, python-format -msgid "unknown role name: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: util/docutils.py:805 +#: builders/latex/__init__.py:537 #, python-format -msgid "unknown node type: %r" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: util/fileutil.py:89 +#: builders/latex/transforms.py:121 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/docfields.py:103 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "No footnote was found for given reference node %r" msgstr "" -#: util/rst.py:73 +#: builders/latex/theming.py:87 #, python-format -msgid "default role %s not found" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: util/nodes.py:462 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: util/nodes.py:523 +#: builders/html/__init__.py:114 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: util/nodes.py:739 +#: builders/html/__init__.py:337 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "পূর্ববর্তী পাতা হতে চলমান" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "সাধারণ ইনডেক্স" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "ইনডেক্স" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "রিলিজ" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "পরবর্তী" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "পূর্ববর্তী" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:783 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot copy image file '%s': %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:807 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:853 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:874 #, python-format -msgid "%r reference target not found: %s" +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: _cli/util/errors.py:207 +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: builders/html/__init__.py:1004 msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:1213 +#, 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 "" -#: _cli/util/errors.py:240 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "নেভিগেশন" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:1323 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s এর মধ্যে খুঁজুন" +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "এই ডকুমেন্ট সম্পর্কে" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "অনুসন্ধান" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "কপিরাইট" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1380 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1395 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "%(last_updated)s সর্বশেষ পরিবর্তন করা হয়েছে।" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "পূর্ববর্তী টপিক" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "পূর্ববর্তী অধ্যায়" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "পরবর্তী টপিক" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "পরবর্তী অধ্যায়" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "এক পাতায় সম্পূর্ণ ইনডেক্স" +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (%s মডিউলে)" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "এই পাতা" +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (%s মডিউলে)" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "সোর্স দেখুন" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "দ্রুত অনুসন্ধান" +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (বিল্ট-ইন ক্লাস)" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "যান" +#: domains/python/__init__.py:210 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (%s ক্লাসে)" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "ভুমিকা" +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s ক্লাস মেথড)" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "" +#: domains/python/__init__.py:277 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: domains/python/__init__.py:430 +#, python-format +msgid "%s (%s property)" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "ইনডেক্স ও টেবিল সমূহ:" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "পূর্ণাঙ্গ সূচীপত্র" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "মডিউল সমূহ" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "সকল অনুচ্ছেদ সমূহের তালিকা" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "ডেপ্রিকেটেড" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "অনুসন্ধান পাতা" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "এক্সেপশন" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "এই সহায়িকাতে অনুসন্ধা করুন" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "ক্লাস মেথড" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "গ্লোবাল মডিউল ইনডেক্স" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "স্ট্যাটিক মেথড" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "সকল মডিউলে দ্রুত প্রবেশ" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "সাধারণ ইনডেক্স" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "সকল ফাংশন, ক্লাস, টার্ম" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s-এ খুঁজুন" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "বর্ণানুসারে ইনডেক্স পাতা" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "খুব বড় হতে পারে" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n সক্রিয় করুন।" - -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" -msgstr "খুঁজুন" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "অনুসন্ধানের ফলাফল" - -#: themes/basic/static/searchtools.js:134 -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 "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: domains/python/__init__.py:734 +msgid "property" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: domains/python/__init__.py:804 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: domains/python/__init__.py:974 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "স্বয়ংক্রিয়ভাবে তৈরী %(version)s-এ পরিবর্তন সমূহের তালিকা।" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "লাইব্রেরির পরিবর্তন" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API পরিবর্তন" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "অন্যান্য পরিবর্তন" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" #: domains/python/_annotations.py:522 @@ -3015,162 +3046,142 @@ msgstr "" msgid "Raises" msgstr "রেইজেস" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s মডিউলে)" +msgid "environment variable; %s" +msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#: domains/std/__init__.py:116 #, python-format -msgid "%s (in module %s)" -msgstr "%s (%s মডিউলে)" +msgid "%s; configuration value" +msgstr "" -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (বিল্ট-ইন ক্লাস)" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: domains/python/__init__.py:210 +#: domains/std/__init__.py:239 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s ক্লাসে)" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" -#: domains/python/__init__.py:275 +#: domains/std/__init__.py:319 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s ক্লাস মেথড)" +msgid "%s command line option" +msgstr "" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s স্ট্যাটিক মেথড)" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "" -#: domains/python/__init__.py:430 -#, python-format -msgid "%s (%s property)" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/python/__init__.py:470 -#, python-format -msgid "%s (type alias in %s)" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "মডিউল সমূহ" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "শব্দকোষ" -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "ডেপ্রিকেটেড" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "ব্যকরণ টোকেন" -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "এক্সেপশন" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "" -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "ক্লাস মেথড" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "স্ট্যাটিক মেথড" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "প্রোগ্রাম অপশন" -#: domains/python/__init__.py:734 -msgid "property" +#: domains/std/__init__.py:736 +msgid "document" msgstr "" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "মডিউল ইনডেক্স" -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "অনুসন্ধান পাতা" -#: domains/python/__init__.py:974 +#: domains/std/__init__.py:858 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: domains/std/__init__.py:1125 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/std/__init__.py:1154 #, python-format -msgid "%s (C++ %s)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" msgstr "" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" #: domains/c/__init__.py:778 @@ -3185,516 +3196,466 @@ msgstr "" msgid "struct" msgstr "" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" - -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" - -#: domains/std/__init__.py:239 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" - -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" - -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "শব্দকোষ" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "ব্যকরণ টোকেন" - -#: domains/std/__init__.py:731 -msgid "reference label" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "প্রোগ্রাম অপশন" - -#: domains/std/__init__.py:735 -msgid "document" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "মডিউল ইনডেক্স" - -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: domains/std/__init__.py:1124 +#: domains/cpp/__init__.py:302 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "%s (C++ %s)" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "the link has no caption: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/napoleon/docstring.py:178 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s-এ খুঁজুন" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "পূর্ববর্তী টপিক" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "পূর্ববর্তী অধ্যায়" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "পরবর্তী টপিক" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "পরবর্তী অধ্যায়" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "অনুসন্ধান" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n সক্রিয় করুন।" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "খুঁজুন" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "এই পাতা" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "সোর্স দেখুন" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "এক পাতায় সম্পূর্ণ ইনডেক্স" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "নেভিগেশন" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:115 #, python-format -msgid "alias of %s" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s এর মধ্যে খুঁজুন" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "এই ডকুমেন্ট সম্পর্কে" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "কপিরাইট" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "%(last_updated)s সর্বশেষ পরিবর্তন করা হয়েছে।" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "দ্রুত অনুসন্ধান" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "যান" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "ভুমিকা" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "ইনডেক্স ও টেবিল সমূহ:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "পূর্ণাঙ্গ সূচীপত্র" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "সকল অনুচ্ছেদ সমূহের তালিকা" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "এই সহায়িকাতে অনুসন্ধা করুন" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "গ্লোবাল মডিউল ইনডেক্স" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "সকল মডিউলে দ্রুত প্রবেশ" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "সকল ফাংশন, ক্লাস, টার্ম" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "বর্ণানুসারে ইনডেক্স পাতা" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "খুব বড় হতে পারে" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "অনুসন্ধানের ফলাফল" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "স্বয়ংক্রিয়ভাবে তৈরী %(version)s-এ পরিবর্তন সমূহের তালিকা।" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "লাইব্রেরির পরিবর্তন" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API পরিবর্তন" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "অন্যান্য পরিবর্তন" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "পূর্ববর্তী পাতা হতে চলমান" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "ইনডেক্স" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "পরবর্তী" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "পূর্ববর্তী" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index 32c9b73d0fc..d9b668c9390 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 e1385034533..3e4a12aca5f 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Antoni Bella Pérez , 2023-2025\n" "Language-Team: Catalan (http://app.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -57,91 +57,166 @@ msgstr "número de PEP no vàlid %s" msgid "invalid RFC number %s" msgstr "número de RFC no vàlid %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "No es coneix el nom del lexer de pigments %r" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "No s'admeten les seccions de configuració del tema que no siguin [theme] i [options] (s'ha intentat obtenir un valor des de %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "L'anàlisi lèxica del literal_block %r com a «%s» ha resultat en un error en el testimoni: %r. S'està tornant a provar en el mode relaxat." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "configuració %s. %s no es produeix en cap de les configuracions de temes cercats" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "el directori de configuració no conté un fitxer conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "opció de tema no admesa, s'ha donat %r" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "«%s» ha de ser «0» o «1», s'ha obtingut «%s»" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "el fitxer %r en el camí de temes no és un fitxer ZIP vàlid ni conté cap tema" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "no s'ha pogut substituir l'ajust de la configuració del diccionari %r, s'ignora (useu %r per a establir elements individuals)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "no s'ha trobat cap tema anomenat %r (manca theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "El tema %r té una herència circular" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "no s'ha pogut substituir l'ajust de la configuració %r amb tipus no compatibles, s'ignora" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuració desconegut %r en substituir, s'ignora" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Aquest valor de configuració no existeix: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "El valor de configuració %r ja està present" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "El tema %r hereta des de %r, el qual no és un tema que estigui carregat. Els temes carregats són: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "no es pot emmagatzemar a la memòria cau un valor de configuració no recuperable: %r (perquè conté un objecte de funció, classe o mòdul)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "S'ha trobat un valor de configuració no vàlid: «language = None». Actualitzeu la vostra configuració a un codi d'idioma vàlid. Es torna «en» (anglès)." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "El tema %r té massa avantpassats" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Hi ha un error de sintaxi en el fitxer de configuració: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "El fitxer de configuració (o un dels mòduls que s'importen) ha cridat «sys.exit()»" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Hi ha un error programable en el fitxer de configuració:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "el tema %r no té la taula «theme»" +msgid "Failed to convert %r to a frozenset" +msgstr "Ha fallat en convertir %r a un recurs congelat" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "La taula del tema %r «[theme]» no és una taula" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "El tema %r ha de definir la configuració «theme.inherit»" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "El valor de configuració «source_suffix» espera un diccionari, una cadena o una llista de cadenes. En lloc d'això, s'ha obtingut «%r» (escriviu %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "La taula del tema %r «[options]» no és una taula" +msgid "Section %s" +msgstr "Secció %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "La configuració de «theme.pygments_style» ha de ser una taula. Consell: «%s»" +msgid "Fig. %s" +msgstr "Fig. %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Taula %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Llistat %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "S'han trobat múltiples fitxers per al document «%s»: %s\nUseu %r per a la compilació." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "El valor de configuració «{name}» ha de ser un de {candidates}, però s'ha donat «{current}»." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», s'espera {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», el valor predeterminat és «{default.__name__}»." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "S'ha ignorat el document il·legible %r." +msgid "primary_domain %r not found, ignored." +msgstr "no s'ha trobat primary_domain %r, s'ignora." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx ara utilitza «index» de manera predeterminada com a document mestre. Per a mantenir el comportament anterior a la 2.0, establiu «master_doc = 'contents'»." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "La compatibilitat amb les codificacions font diferents d'UTF-8 està obsoleta i se suprimirà al Sphinx 10. Si això causa algun problema, feu un comentari a «https://github.com/sphinx-doc/sphinx/issues/13665»." #: extension.py:58 #, python-format @@ -157,17 +232,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Aquest projecte necessita l'extensió %s almenys a la versió %s i, per tant, no es pot construir amb la versió carregada (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "No es coneix el nom del lexer de pigments %r" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "S'han trobat múltiples fitxers per al document «%s»: %s\nUseu %r per a la compilació." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "L'anàlisi lèxica del literal_block %r com a «%s» ha resultat en un error en el testimoni: %r. S'està tornant a provar en el mode relaxat." +msgid "Ignored unreadable document %r." +msgstr "S'ha ignorat el document il·legible %r." #: events.py:92 #, python-format @@ -214,7 +289,7 @@ msgstr "Aquest projecte almenys necessita Sphinx versió %s i, per tant, no es p msgid "making output directory" msgstr "es crea el directori de sortida" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "mentre es configura l'extensió %s:" @@ -231,7 +306,7 @@ msgstr "«setup» tal com es defineix actualment a conf.py no és una crida de P msgid "loading translations [%s]... " msgstr "s'estan carregant les traduccions [%s]..." -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "fet" @@ -304,7 +379,7 @@ msgstr "la directiva %r ja està registrada i no serà sobreseguda" msgid "role %r is already registered and will not be overridden" msgstr "el rol %r ja està registrat i no serà sobresegut" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +387,12 @@ msgid "" "explicit" msgstr "l'extensió %s no declara si és segur per a la lectura en paral·lel, suposant que no ho sigui, demaneu a l'autor de l'extensió que ho comprovi i faci que sigui explícit" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "l'extensió %s no és segura per a la lectura en paral·lel" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,1302 +400,894 @@ msgid "" "explicit" msgstr "l'extensió %s no declara si és segur per a l'escriptura en paral·lel, suposant que no ho sigui, demaneu a l'autor de l'extensió que ho comprovi i faci que sigui explícit" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "l'extensió %s no és segura per a l'escriptura en paral·lel" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "s'està executant %s en sèrie" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe del constructor %s no té cap atribut «name»" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "El constructor %r ja existeix (al mòdul %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "El nom del constructor %s no està registrat o disponible a través del punt d'entrada" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "El nom del constructor %s no està registrat" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "el domini %s ja està registrat" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "el domini %s encara no està registrat" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "La directiva %r ja està registrada al domini %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "El rol %r ja està registrat al domini %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "L'índex %r ja està registrat al domini %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "L'object_type %r ja està registrat" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "El crossref_type %r ja està registrat" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r ja està registrat" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser per a %r ja està registrat" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "L'analitzador de fonts per a %s no registrat" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "El traductor per a %r ja existeix" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs per a add_node() haurà de ser una funció (visita, sortida) tupla: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r ja està registrat" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "la representació matemàtica %s ja està registrada" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "l'extensió %r ja es va fusionar amb Sphinx des de la versió %s. Aquesta extensió s'ignorarà." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Excepció original:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "No s'ha pogut importar l'extensió %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "l'extensió %r no té cap funció setup(). És realment un mòdul d'extensions de Sphinx?" -#: registry.py:567 +#: registry.py:574 #, 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'extensió %s usada per aquest projecte almenys necessita Sphinx versió %s i, per tant, no es pot crear amb aquesta versió." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "l'extensió %r ha retornat un objecte no admès des de la seva funció setup(). No n'hauria de retornar cap o retornar un diccionari de metadades" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "«Cap» no és un tipus de fitxer vàlid per a %r." -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "el directori de configuració no conté un fitxer conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "«%s» ha de ser «0» o «1», s'ha obtingut «%s»" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "no s'ha pogut substituir l'ajust de la configuració del diccionari %r, s'ignora (useu %r per a establir elements individuals)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "No s'admeten les seccions de configuració del tema que no siguin [theme] i [options] (s'ha intentat obtenir un valor des de %r)." -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "no s'ha pogut substituir l'ajust de la configuració %r amb tipus no compatibles, s'ignora" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "configuració %s. %s no es produeix en cap de les configuracions de temes cercats" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuració desconegut %r en substituir, s'ignora" +msgid "unsupported theme option %r given" +msgstr "opció de tema no admesa, s'ha donat %r" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "Aquest valor de configuració no existeix: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "el fitxer %r en el camí de temes no és un fitxer ZIP vàlid ni conté cap tema" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "El valor de configuració %r ja està present" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "no s'ha trobat cap tema anomenat %r (manca theme.toml?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "no es pot emmagatzemar a la memòria cau un valor de configuració no recuperable: %r (perquè conté un objecte de funció, classe o mòdul)" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "S'ha trobat un valor de configuració no vàlid: «language = None». Actualitzeu la vostra configuració a un codi d'idioma vàlid. Es torna «en» (anglès)." +msgid "The %r theme has circular inheritance" +msgstr "El tema %r té una herència circular" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Hi ha un error de sintaxi en el fitxer de configuració: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "El fitxer de configuració (o un dels mòduls que s'importen) ha cridat «sys.exit()»" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "El tema %r hereta des de %r, el qual no és un tema que estigui carregat. Els temes carregats són: %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Hi ha un error programable en el fitxer de configuració:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "El tema %r té massa avantpassats" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "Ha fallat en convertir %r a un recurs congelat" +msgid "no theme configuration file found in %r" +msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." +msgid "theme %r doesn't have the \"theme\" table" +msgstr "el tema %r no té la taula «theme»" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "El valor de configuració «source_suffix» espera un diccionari, una cadena o una llista de cadenes. En lloc d'això, s'ha obtingut «%r» (escriviu %s)." +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "La taula del tema %r «[theme]» no és una taula" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Secció %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "El tema %r ha de definir la configuració «theme.inherit»" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "La taula del tema %r «[options]» no és una taula" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Taula %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "La configuració de «theme.pygments_style» ha de ser una taula. Consell: «%s»" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Llistat %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Ús:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "El valor de configuració «{name}» ha de ser un de {candidates}, però s'ha donat «{current}»." +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPCIONS] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», s'espera {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr " El generador de documentació Sphinx." -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», el valor predeterminat és «{default.__name__}»." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Ordres:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "no s'ha trobat primary_domain %r, s'ignora." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Opcions" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "Sphinx ara utilitza «index» de manera predeterminada com a document mestre. Per a mantenir el comportament anterior a la 2.0, establiu «master_doc = 'contents'»." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Per a més informació, visiteu https://www.sphinx-doc.org/en/master/man/." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "La compatibilitat amb les codificacions font diferents d'UTF-8 està obsoleta i se suprimirà al Sphinx 10. Si això causa algun problema, feu un comentari a «https://github.com/sphinx-doc/sphinx/issues/13665»." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" -#: environment/__init__.py:89 -msgid "new config" -msgstr "configuració nova" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr " Gestiona la documentació amb Sphinx." -#: environment/__init__.py:90 -msgid "config changed" -msgstr "configuració modificada" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Mostra la versió i surt." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "extensions modificades" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Mostra aquest missatge i surt." -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "la versió de l'entorn de compilació no és actual" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Registre" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "el directori d'origen ha estat modificat" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenta la verbositat (es pot repetir)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "La configuració ha estat canviada (1 opció: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Imprimeix només els errors i els avisos." -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "La configuració ha estat canviada (%d opcions: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Cap sortida en absolut" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "La configuració ha estat canviada (%d opcions: %s, «...»)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Aquest entorn és incompatible amb el constructor seleccionat, trieu un altre directori doctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Vegeu «sphinx --help».\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Ha fallat en escanejar els documents a %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "No es pot executar l'ordre de conversió d'imatges %r. «sphinx.ext.imgconverter» requereix de manera predeterminada ImageMagick. Assegureu-vos que està instal·lat o establiu l'opció «image_converter» a una ordre de conversió personalitzada.\n\nTraça: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "El domini %r no està registrat" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "el document no està inclòs en cap toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«convert» ha sortit amb un error:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "es fa referència al document en múltiples toctree: %s, se selecciona: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "l'ordre «convert» %r no s'ha pogut executar, comproveu la configuració d'«image_converter»" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Atenció" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[font]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Compte" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "s'està ressaltant el codi del mòdul... " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Perill" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documents]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Error" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codi del mòdul" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Suggeriment" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Codi font per a %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Important" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vista general: codi del mòdul" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Nota" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Tots els mòduls per als quals hi ha codi

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Vegeu també" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "la secció «%s» s'etiqueta com a «%s»" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Truc" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "etiqueta duplicada %s, una altra instància a %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Avís" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Enllaça amb aquesta equació" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Els fitxers de Texinfo es troben a %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExecuteu l'ordre «make» en aquest directori per a executar-les mitjançant\nel makeinfo (useu l'ordre «make info» per a fer-ho automàticament)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "no s'ha trobat el valor de configuració «texinfo_documents»: no s'escriurà cap document" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "El valor de configuració «texinfo_documents» fa referència a un document %s desconegut" +"====================== total reading duration ==========================" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "s'està processant %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "s'està escrivint" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "s'estan resolent les referències..." +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== durades de lectura més lentes =====================" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (a " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "s'estan copiant les imatges... " +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tasca pendent" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" +msgid "TODO entry found: %s" +msgstr "S'ha trobat una entrada TODO: %s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "s'estan copiant els fitxers de suport de Texinfo" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "error en escriure el fitxer Makefile: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(L'<> es troba a %s, línia %d)." -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Les pàgines del manual es troben a %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "no s'ha trobat el valor de configuració «man_pages»: no s'escriuran les pàgines del manual" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "La directiva del Graphviz no pot tenir tant el contingut com un argument del nom de fitxer" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "El fitxer extern %r del Graphviz no s'ha trobat ni es pot llegir" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "La pàgina HTML es troba a %(outdir)s." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "S'està ignorant la directiva «graphviz» sense contingut." -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "s'està muntant un únic document" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "S'ha d'establir el camí de l'executable «graphviz_dot»! %r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "s'estan escrivint els fitxers addicionals" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "l'ordre «dot» %r no s'ha pogut executar (necessària per a la sortida del Graphviz), comproveu la configuració de «graphviz_dot»" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor fictici no genera cap fitxer." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«dot» ha sortit amb un error:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Els catàlegs de missatges es troben a %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«dot» no ha produït un fitxer de sortida:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "s'està construint [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "«graphviz_output_format» ha de ser «png» o «svg», però és %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "objectius per a %d fitxers de plantilla" +msgid "dot code %r: %s" +msgstr "codi del «dot» %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "s'estan llegint les plantilles... " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gràfica: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "s'estan escrivint els catàlegs de missatges... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gràfica]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Cerqueu qualsevol error a la sortida anterior o en el fitxer %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "l'enllaç codificat %r podria substituir-se per un enllaç extern (en el seu lloc intenteu usar %r)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "enllaç trencat: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "l'ordre de LaTeX %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_latex»" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "No s'ha trobat l'àncora «%s»" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s l'ordre de %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_%s»" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "linkcheck_allowed_redirects. S'esperava un diccionari." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "visualització de latex %r: %s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Ha fallat en compilar expressions regulars a linkcheck_allowed_redirects: %r %s" +msgid "inline latex %r: %s" +msgstr "latex inclòs %r: %s" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El fitxer ePub es troba a %(outdir)s." +msgid "missing '+' or '-' in '%s' option." +msgstr "manca «+» o «-» a l'opció «%s»." -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "s'està escrivint el fitxer nav.xhtml..." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "«%s» no és una opció vàlida." -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "el valor de configuració «epub_language» (o «language») no pot estar buit per a EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "«%s» no és una opció pyversion vàlida" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "el valor de configuració «epub_uid» haurà de ser un XML NAME per a EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipus de TestCode no vàlid" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "el valor de configuració «epub_title» (o «html_title») no pot estar buit per a EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Proves de doctests en les fonts acabades, mireu el resultat a %(outdir)s/output.txt." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_author» no pot estar buit per a EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "no hi ha codi/sortida en el bloc %s a %s:%s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_contributor» no pot estar buit per a EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "s'ignora el codi doctest no vàlid: %r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_description» no pot estar buit per a EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expressions regulars no vàlides %r a %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_publisher» no pot estar buit per a EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "el mòdul %s no s'ha pogut importar: %s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "el valor de configuració «epub_copyright» (o «copyright») no pot estar buit per a EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "els mòduls següents estan documentats, però no s'han especificat a coverage_modules: %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_identifier» no pot estar buit per a EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "S'han acabat les proves de cobertura a les fonts, mireu el resultat a «%(outdir)s{sep}python.txt»." -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file no vàlid: %r, s'ignora" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "expressions regulars %r no vàlides a coverage_c_regexes" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Els fitxers en XML es troben a %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API de C sense documentar: %s [ %s] en el fitxer %s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "error en escriure al fitxer %s: %s" +msgid "undocumented python function: %s :: %s" +msgstr "funció de Python sense documentar: %s :: %s" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "classe de Python sense documentar: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "s'ha trobat una entrada ToC duplicada: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "mètode de Python sense documentar: %s :: %s :: %s" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "no s'ha pogut llegir el fitxer d'imatge %r: en el seu lloc, es copia" +msgid "%b %d, %Y" +msgstr "%-d %b, %Y" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "no s'ha pogut calcular el progrés de la traducció!" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "No hi ha cap element traduït!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "s'està escrivint un fitxer de tipus MIME..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "S'ha trobat un índex basat en 4 columnes. Pot ser un error de les extensions que utilitzeu: %r" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "s'està escrivint el fitxer META-INF/container.xml..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "La nota al peu [%s] no té una referència." -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "s'està escrivint el fitxer content.opf..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "No es fa referència a la nota al peu [*]." -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipus MIME desconegut per a %s, s'ignora" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "La nota al peu [núm.] no té una referència." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "el node té un nivell no vàlid" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referències incoherents de nota al peu en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "s'està escrivint el fitxer toc.ncx..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referències incoherents en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "s'està escrivint el fitxer %s..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referències incoherents de citació en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Els fitxers de text es troben a %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referències incoherents de terme en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" +msgstr "configuració nova" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "configuració modificada" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "s'estan construint [mo]:" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "extensions modificades" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "s'està escrivint la sortida..." +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "la versió de l'entorn de compilació no és actual" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "tots els %d fitxers PO" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "el directori d'origen ha estat modificat" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" -msgstr "objectius per als %d fitxers PO que s'han especificat" +msgid "The configuration has changed (1 option: %r)" +msgstr "La configuració ha estat canviada (1 opció: %r)" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "objectius per als %d fitxers PO que estan desfasats" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "tots els fitxers font" +msgid "The configuration has changed (%d options: %s)" +msgstr "La configuració ha estat canviada (%d opcions: %s)" -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "el fitxer %r proporcionat a la línia d'ordres no existeix, " +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "La configuració ha estat canviada (%d opcions: %s, «...»)" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "el fitxer %r proporcionat a la línia d'ordres no es troba sota el directori d'origen, s'ignora" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Aquest entorn és incompatible amb el constructor seleccionat, trieu un altre directori doctree." -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "el fitxer %r proporcionat a la línia d'ordres no és un document vàlid, s'ignora" +msgid "Failed to scan documents in %s: %r" +msgstr "Ha fallat en escanejar els documents a %s: %r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "%d fitxers font proporcionats a la línia d'ordres" +msgid "Domain %r is not registered" +msgstr "El domini %r no està registrat" -#: builders/__init__.py:382 +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "el document no està inclòs en cap toctree" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." + +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "els objectius per a %d fitxers font que estan desfasats" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "es fa referència al document en múltiples toctree: %s, se selecciona: %s <- %s" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "s'està cercant per fitxers sense actualitzar... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning desconegut per a la classe %r" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "s'han trobat %d" +msgid "no Babel option known for language %r" +msgstr "no es coneix l'opció de Babel per a l'idioma %r" -#: builders/__init__.py:417 -msgid "none found" -msgstr "no se n'ha trobat cap" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: massa gran, s'ignora." -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "s'està preparant l'ambient" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "no s'ha trobat la plantilla %s. En el seu lloc s'està carregant des del llegat %s" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "s'està comprovant la coherència" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "el títol del document no és només un node de text" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "no hi ha cap objectiu desfasat." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "el node del títol no s'ha trobat en la secció, tema, taula, advertiment o nota al marge" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "s'està actualitzant l'entorn: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Notes al peu" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s afegits, %s canviats, %s eliminats" +msgid "unsupported rubric heading level: %s" +msgstr "nivell de capçalera de rúbrica no compatible: %s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "L'Sphinx no pot carregar el document mestre (%s) perquè coincideix amb un patró d'exclusió %r a la construcció. Si us plau, moveu el vostre document mestre cap a una altra ubicació." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "s'indiquen tant les columnes tabulars com l'opció «:widths:». S'ignora l'opció «:widths:»." -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "L'Sphinx no pot carregar el document mestre (%s) perquè coincideix amb un patró d'exclusió especificat a «conf.py», %r. Si us plau, elimineu aquest patró." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "S'ha donat colspec %s, el qual sembla usar la sintaxi tabular. Però aquesta taula no es pot representar com a tabular, el colspec donat s'ignorarà." -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "L'Sphinx no pot carregar el document mestre (%s) perquè no s'inclou a l'opció personalitzada include_patterns = %r. Assegureu-vos que un patró a include_patterns coincideixi amb el document mestre." +msgid "dimension unit %s is invalid. Ignored." +msgstr "la unitat de dimensió %s no és vàlida. S'ignora." -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "L'Sphinx no pot carregar el document mestre (%s). El document mestre haurà d'estar dins del directori font o un subdirectori d'aquest." +msgid "unknown index entry type %s found" +msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "s'estan llegint les fonts... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format no vàlid: %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "els docname que s'escriuran: %s" +msgid "[image: %s]" +msgstr "[imatge: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "no hi ha cap docname per escriure!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[imatge]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "s'estan preparant els documents" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Índex" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "s'estan copiant els recursos" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "el subtítol no es troba dins d'una figura." -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El fitxer de vista general es troba a %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "tipus de node sense implementar: %r" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "no hi ha canvis en la versió %s." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Enllaça amb aquesta definició" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "s'està escrivint el fitxer de vista general..." +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format no s'ha definit per a %s" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Elements incorporats" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Qualsevol ID no assignat per al node %s" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Nivell de mòdul" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Enllaça amb aquest terme" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "s'estan copiant els fitxers font..." - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "no s'ha pogut llegir %r per a la creació del registre de canvis" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "expressions regulars no vàlides %r a %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "el mòdul %s no s'ha pogut importar: %s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "els mòduls següents estan documentats, però no s'han especificat a coverage_modules: %s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "S'han acabat les proves de cobertura a les fonts, mireu el resultat a «%(outdir)s{sep}python.txt»." - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "expressions regulars %r no vàlides a coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API de C sense documentar: %s [ %s] en el fitxer %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "funció de Python sense documentar: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe de Python sense documentar: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "mètode de Python sense documentar: %s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "l'enllaç codificat %r podria substituir-se per un enllaç extern (en el seu lloc intenteu usar %r)" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Tasca pendent" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "S'ha trobat una entrada TODO: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(L'<> es troba a %s, línia %d)." - -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada original" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "No es pot executar l'ordre de conversió d'imatges %r. «sphinx.ext.imgconverter» requereix de manera predeterminada ImageMagick. Assegureu-vos que està instal·lat o establiu l'opció «image_converter» a una ordre de conversió personalitzada.\n\nTraça: %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«convert» ha sortit amb un error:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "l'ordre «convert» %r no s'ha pogut executar, comproveu la configuració d'«image_converter»" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "La directiva del Graphviz no pot tenir tant el contingut com un argument del nom de fitxer" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "El fitxer extern %r del Graphviz no s'ha trobat ni es pot llegir" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "S'està ignorant la directiva «graphviz» sense contingut." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "S'ha d'establir el camí de l'executable «graphviz_dot»! %r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "l'ordre «dot» %r no s'ha pogut executar (necessària per a la sortida del Graphviz), comproveu la configuració de «graphviz_dot»" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«dot» ha sortit amb un error:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«dot» no ha produït un fitxer de sortida:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "«graphviz_output_format» ha de ser «png» o «svg», però és %r" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "codi del «dot» %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gràfica: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gràfica]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "l'ordre de LaTeX %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_latex»" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s l'ordre de %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_%s»" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "visualització de latex %r: %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex inclòs %r: %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Enllaça amb aquesta equació" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "manca «+» o «-» a l'opció «%s»." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "«%s» no és una opció vàlida." - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "«%s» no és una opció pyversion vàlida" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipus de TestCode no vàlid" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Proves de doctests en les fonts acabades, mireu el resultat a %(outdir)s/output.txt." - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "no hi ha codi/sortida en el bloc %s a %s:%s" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "s'ignora el codi doctest no vàlid: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la secció «%s» s'etiqueta com a «%s»" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiqueta duplicada %s, una altra instància a %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== durades de lectura més lentes =====================" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[font]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "s'està ressaltant el codi del mòdul... " - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documents]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Codi del mòdul" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Codi font per a %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Vista general: codi del mòdul" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Tots els mòduls per als quals hi ha codi

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citació duplicada %s, una altra instància a %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "No es fa referència a la citació [%s]." - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiqueta duplicada de l'equació %s, una altra instància a %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format no vàlid: %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funció interna)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (mètode %s)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable global o constant)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Arguments" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Llançaments" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Retorna" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipus de retorn" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (mòdul)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funció" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "mètode" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "classe" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dades" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Enllaça amb aquesta capçalera" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Enllaça amb aquesta taula" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "mòdul" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Enllaça amb aquest codi" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "descripció %s duplicada de %s, una altra %s a %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Enllaça amb aquesta imatge" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Enllaça amb aquest toctree" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opció de la directiva)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "No s'ha pogut obtenir la mida de la imatge. S'ignora l'opció «:scale:»." -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenció" -#: domains/rst.py:234 -msgid "directive" -msgstr "directiva" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Compte" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "opció_de_la_directiva" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perill" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descripció duplicada del %s %s, una altra instància a %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggeriment" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "Afegit a la versió %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Canviat a la versió %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsolet des de la versió %s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vegeu també" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "S'ha eliminat a la versió %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truc" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avís" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "el número de treball hauria de ser un nombre positiu" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "Per a més informació, visiteu ." @@ -1863,54 +1530,54 @@ msgstr "Introduïu el camí arrel per a la documentació." msgid "Root path for the documentation" msgstr "Camí arrel per a la documentació" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Error: ja existeix un fitxer conf.py en el camí arrel seleccionat." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Introduïu un camí arrel nou (o premeu «Retorn» per a sortir)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "Teniu dues opcions per a col·locar el directori de construcció per a la\nsortida de Sphinx. O useu un directori «_build» dins del camí arrel,\no els directoris separats «source» i «build» dins del camí arrel." -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Separa els directoris «source» i «build» (s/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "Dins del directori arrel, es crearan dos directoris més: «_templates» per a\nles plantilles HTML personalitzades i «_static» per als fulls d'estil\npersonalitzats i altres fitxers estàtics. Podeu introduir un altre prefix\n(com «.») per a substituir el guió baix." -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Prefix de nom per als directoris «templates» i «static»" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "El nom del projecte apareixerà en diversos llocs de la documentació construïda." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Nom del projecte" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Noms de l'autoria" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1919,15 +1586,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx té la noció d'una «versió» i un «llançament» per al programari.\nCada versió pot tenir múltiples versions. Per exemple, per a Python,\nla versió és una cosa semblant a 2.5 o 3.0, mentre que el llançament és\ncom 2.5.1 o 3.0a1. Si no necessiteu aquesta doble estructura, senzillament\nestabliu ambdues amb el mateix valor." -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Versió del projecte" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Llançament del projecte" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1937,21 +1604,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "Si els documents s'han d'escriure en un idioma que no sigui l'anglès,\npodeu seleccionar un idioma aquí per al vostre codi d'idioma.\nA continuació, Sphinx traduirà el text que es genera en aquest idioma.\n\nPer a obtenir una llista dels codis admesos, vegeu\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Idioma del projecte" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "El sufix del nom del fitxer per als fitxers d'origen. Normalment, aquest és\n«.txt» o «.rst». Només els fitxers amb aquest sufix es consideraran documents." -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Sufix del fitxer font" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1959,91 +1626,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "Un document és especial perquè es considera el node superior de l'«arbre de\ncontingut», és a dir, és l'arrel de l'estructura jeràrquica dels documents.\nNormalment, es tracta de l'«index», però si el document «index» és una\nplantilla personalitzada, també podreu establir-la a un altre nom de fitxer." -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "Nom del document mestre (sense sufix)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "Error: el fitxer mestre %s ja es troba en el camí arrel seleccionat." -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "Introduïu un nom de fitxer nou o canvieu-ne el nom i premeu «Retorn»" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indiqueu quines de les extensions següents de Sphinx haurien d'estar habilitades:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Nota: «imgmath» i «mathjax» no es poden habilitar alhora. «imgmath» ha estat desseleccionat." -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "Es pot generar un fitxer Makefile i un fitxer d'ordres de Windows,\nde manera que només haureu d'executar, p. ex., «make html»\nen lloc d'invocar directament «sphinx-build»." -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Voleu crear el Makefile? (s/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "S'està creant el fitxer %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "El fitxer %s ja existeix, se salta." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Finalitzat: s'ha creat una estructura inicial del directori." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "Ara heu de completar el fitxer mestre %s i crear altres fitxers font de documentació. " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Useu el Makefile per a construir els documents, com segueix:\n make builder" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "Useu l'ordre «sphinx-build» per a construir els documents, com segueix:\n sphinx-build -b constructor %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "on «constructor» és un dels constructors admesos, p. ex., html, latex o linkcheck." -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2053,970 +1720,1219 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nGenereu els fitxers necessaris per a un projecte Sphinx.\n\n«sphinx-quickstart» és una eina interactiva que fa algunes preguntes sobre el\nprojecte i després genera un directori complet de documentació i un\nexemple del fitxer Makefile per a ser usat amb l'ordre «sphinx-build».\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "mode silenciós" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "arrel del projecte" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "Opcions de l'estructura" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "Si s'especifica, es crearà el directori de construcció a dins del directori d'origen" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "substitució per a punts a _templates, etc." -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Opcions bàsiques del projecte" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "nom del projecte" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "noms de l'autoria" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "versió del projecte" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "versió del projecte" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "llançament del projecte" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "idioma del document" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "sufix del fitxer font" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "nom del document mestre" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "usa epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Opcions de l'extensió" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "habilita l'extensió %s" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "habilita les extensions arbitràries" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Creació dels fitxers Makefile i de processament per lots" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "es crea el Makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "no es crea el Makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "es crea el fitxer de processament per lots" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "no es crea el fitxer de processament per lots" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "usa el mode make per a Makefile/make.bat" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Plantilles de projecte" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directori de plantilles per als fitxers de plantilla" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "defineix una variable de plantilla" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "s'especifica «quiet», però no s'especifica cap «project» o «author»." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Error: el camí especificat no és un directori o ja hi ha els fitxers de Sphinx." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "«sphinx-quickstart» només generarà dins d'un directori buit. Especifiqueu un camí arrel nou." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variable no vàlida de plantilla: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "El patró global toctree %r no coincideix amb cap document" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "el toctree conté una referència cap al document exclòs %r" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "el toctree conté una referència cap al document %r, el qual no existeix" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "s'ha trobat una entrada duplicada en el toctree: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor de la secció:" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor del mòdul: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor del codi: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "... el contingut dels reconeixements no és una llista" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "... el contingut de l'historial no és una llista" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "cap espai en blanc eliminat en disminuir el sagnat" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Subtítol no vàlid: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "l'especificació del número de línia queda fora de l'interval (1-%d): %r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No es poden usar ambdues opcions «%s» i «%s»" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "No s'ha trobat el fitxer d'inclusió «%s» o n'ha fallat la lectura" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "La codificació %r emprada per a llegir el fitxer d'inclusió «%s» sembla ser incorrecta, proveu indicant una opció :encoding:" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "L'objecte anomenat %r no es troba en el fitxer inclòs %r" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "No podeu usar «lineno-match» amb un conjunt desarticulat de «línies»" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Línia específica %r: No hi ha cap línia llançada des del fitxer inclòs %r" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "«:file:» l'opció per a la directiva «csv-table» ara reconeix un camí absolut com a camí relatiu des del directori d'origen. Actualitzeu el vostre document." + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "no s'ha trobat el rol predeterminat %s" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "error de lectura: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "error d'escriptura: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s no existeix" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "La configuració regional «Babel» no és vàlida: %r." + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Format de data no vàlid. Citeu la cadena amb cometes senzilles si voleu generar-la directament: %s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "nom desconegut de la directiva: %s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "nom desconegut del rol: %s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "tipus de node desconegut: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "l'inventari <%s> conté definicions duplicades de %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "l'inventari <%s> conté múltiples definicions per a %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "S'ha interromput l'intent de còpia des de %s a %s (hi ha dades existents al camí de destinació)." + +#: util/display.py:78 +msgid "skipped" +msgstr "s'omet" + +#: util/display.py:83 +msgid "failed" +msgstr "ha fallat" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "S'ha interromput l'intent de còpia des de la plantilla representada %s a %s (hi ha dades existents al camí de destinació)." + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Escriu el resultat de la plantilla avaluada a %s" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "llançament del projecte" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problema en el domini %s: se suposa que el camp usa el rol «%s», però no es troba en el domini." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "idioma del document" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "sufix del fitxer font" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "el toctree conté una referència cap al fitxer %r que no existeix" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "nom del document mestre" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "usa epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funció interna)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Opcions de l'extensió" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (mètode %s)" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" -msgstr "habilita l'extensió %s" +msgid "%s() (class)" +msgstr "%s() (classe)" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "habilita les extensions arbitràries" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variable global o constant)" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Creació dels fitxers Makefile i de processament per lots" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "es crea el Makefile" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Arguments" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "no es crea el Makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Llançaments" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "es crea el fitxer de processament per lots" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Retorna" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "no es crea el fitxer de processament per lots" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipus de retorn" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "usa el mode make per a Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (mòdul)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Plantilles de projecte" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funció" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directori de plantilles per als fitxers de plantilla" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "mètode" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "defineix una variable de plantilla" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "classe" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "s'especifica «quiet», però no s'especifica cap «project» o «author»." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dades" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Error: el camí especificat no és un directori o ja hi ha els fitxers de Sphinx." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "«sphinx-quickstart» només generarà dins d'un directori buit. Especifiqueu un camí arrel nou." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "mòdul" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable no vàlida de plantilla: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "descripció %s duplicada de %s, una altra %s a %s" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "El patró global toctree %r no coincideix amb cap document" +msgid "%s %s" +msgstr "%s %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "el toctree conté una referència cap al document exclòs %r" +msgid "%s (directive)" +msgstr "%s (directiva)" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "el toctree conté una referència cap al document %r, el qual no existeix" +msgid ":%s: (directive option)" +msgstr ":%s: (opció de la directiva)" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "s'ha trobat una entrada duplicada en el toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor de la secció:" +msgid "%s (role)" +msgstr "%s (rol)" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor del mòdul: " +#: domains/rst.py:234 +msgid "directive" +msgstr "directiva" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor del codi: " +#: domains/rst.py:235 +msgid "directive-option" +msgstr "opció_de_la_directiva" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: domains/rst.py:236 +msgid "role" +msgstr "rol" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "... el contingut dels reconeixements no és una llista" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descripció duplicada del %s %s, una altra instància a %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "... el contingut de l'historial no és una llista" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiqueta duplicada de l'equació %s, una altra instància a %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "«:file:» l'opció per a la directiva «csv-table» ara reconeix un camí absolut com a camí relatiu des del directori d'origen. Actualitzeu el vostre document." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citació duplicada %s, una altra instància a %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "cap espai en blanc eliminat en disminuir el sagnat" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "No es fa referència a la citació [%s]." -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" -msgstr "Subtítol no vàlid: %s" +msgid "Added in version %s" +msgstr "Afegit a la versió %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "l'especificació del número de línia queda fora de l'interval (1-%d): %r" +msgid "Changed in version %s" +msgstr "Canviat a la versió %s" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No es poden usar ambdues opcions «%s» i «%s»" +msgid "Deprecated since version %s" +msgstr "Obsolet des de la versió %s" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "No s'ha trobat el fitxer d'inclusió «%s» o n'ha fallat la lectura" +msgid "Removed in version %s" +msgstr "S'ha eliminat a la versió %s" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "La codificació %r emprada per a llegir el fitxer d'inclusió «%s» sembla ser incorrecta, proveu indicant una opció :encoding:" +msgid "The overview file is in %(outdir)s." +msgstr "El fitxer de vista general es troba a %(outdir)s." -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "L'objecte anomenat %r no es troba en el fitxer inclòs %r" +msgid "no changes in version %s." +msgstr "no hi ha canvis en la versió %s." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "No podeu usar «lineno-match» amb un conjunt desarticulat de «línies»" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "s'està escrivint el fitxer de vista general..." -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Línia específica %r: No hi ha cap línia llançada des del fitxer inclòs %r" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Elements incorporats" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nivell de mòdul" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "s'estan copiant els fitxers font..." + +#: builders/changes.py:146 #, python-format -msgid "%b %d, %Y" -msgstr "%-d %b, %Y" +msgid "could not read %r for changelog creation" +msgstr "no s'ha pogut llegir %r per a la creació del registre de canvis" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Índex" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s (%s)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "el node del títol no s'ha trobat en la secció, tema, taula, advertiment o nota al marge" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notes al peu" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "s'estan construint [mo]:" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "el subtítol no es troba dins d'una figura." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "s'està escrivint la sortida..." -#: writers/texinfo.py:1303 +#: builders/__init__.py:281 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipus de node sense implementar: %r" +msgid "all of %d po files" +msgstr "tots els %d fitxers PO" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:303 #, python-format -msgid "[image: %s]" -msgstr "[imatge: %s]" +msgid "targets for %d po files that are specified" +msgstr "objectius per als %d fitxers PO que s'han especificat" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[imatge]" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "objectius per als %d fitxers PO que estan desfasats" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Enllaça amb aquesta definició" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "tots els fitxers font" -#: writers/html5.py:431 +#: builders/__init__.py:336 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format no s'ha definit per a %s" +msgid "file %r given on command line does not exist, " +msgstr "el fitxer %r proporcionat a la línia d'ordres no existeix, " -#: writers/html5.py:441 +#: builders/__init__.py:343 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Qualsevol ID no assignat per al node %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "el fitxer %r proporcionat a la línia d'ordres no es troba sota el directori d'origen, s'ignora" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Enllaça amb aquest terme" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "el fitxer %r proporcionat a la línia d'ordres no és un document vàlid, s'ignora" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Enllaça amb aquesta capçalera" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d fitxers font proporcionats a la línia d'ordres" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Enllaça amb aquesta taula" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "els objectius per a %d fitxers font que estan desfasats" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "nivell de capçalera de rúbrica no compatible: %s" +msgid "building [%s]: " +msgstr "s'està construint [%s]: " -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Enllaça amb aquest codi" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "s'està cercant per fitxers sense actualitzar... " -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Enllaça amb aquesta imatge" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "s'han trobat %d" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Enllaça amb aquest toctree" +#: builders/__init__.py:418 +msgid "none found" +msgstr "no se n'ha trobat cap" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "No s'ha pogut obtenir la mida de la imatge. S'ignora l'opció «:scale:»." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "s'està preparant l'ambient" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning desconegut per a la classe %r" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "s'està comprovant la coherència" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" -msgstr "no es coneix l'opció de Babel per a l'idioma %r" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "no hi ha cap objectiu desfasat." -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: massa gran, s'ignora." +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "s'està actualitzant l'entorn: " -#: writers/latex.py:616 +#: builders/__init__.py:500 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "no s'ha trobat la plantilla %s. En el seu lloc s'està carregant des del llegat %s" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "el títol del document no és només un node de text" +msgid "%s added, %s changed, %s removed" +msgstr "%s afegits, %s canviats, %s eliminats" -#: writers/latex.py:1198 +#: builders/__init__.py:537 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "s'indiquen tant les columnes tabulars com l'opció «:widths:». S'ignora l'opció «:widths:»." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "L'Sphinx no pot carregar el document mestre (%s) perquè coincideix amb un patró d'exclusió %r a la construcció. Si us plau, moveu el vostre document mestre cap a una altra ubicació." -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "S'ha donat colspec %s, el qual sembla usar la sintaxi tabular. Però aquesta taula no es pot representar com a tabular, el colspec donat s'ignorarà." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "L'Sphinx no pot carregar el document mestre (%s) perquè coincideix amb un patró d'exclusió especificat a «conf.py», %r. Si us plau, elimineu aquest patró." -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unitat de dimensió %s no és vàlida. S'ignora." +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "L'Sphinx no pot carregar el document mestre (%s) perquè no s'inclou a l'opció personalitzada include_patterns = %r. Assegureu-vos que un patró a include_patterns coincideixi amb el document mestre." -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Ús:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPCIONS] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr " El generador de documentació Sphinx." - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Ordres:" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "L'Sphinx no pot carregar el document mestre (%s). El document mestre haurà d'estar dins del directori font o un subdirectori d'aquest." -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opcions" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "s'estan llegint les fonts... " -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Per a més informació, visiteu https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "els docname que s'escriuran: %s" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "no hi ha cap docname per escriure!" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Gestiona la documentació amb Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "s'estan preparant els documents" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Mostra la versió i surt." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "s'estan copiant els recursos" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Mostra aquest missatge i surt." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Els fitxers en XML es troben a %(outdir)s." -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Registre" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "error en escriure al fitxer %s: %s" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenta la verbositat (es pot repetir)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Imprimeix només els errors i els avisos." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "La pàgina HTML es troba a %(outdir)s." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Cap sortida en absolut" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "s'està muntant un únic document" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "s'està escrivint" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Vegeu «sphinx --help».\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "s'estan escrivint els fitxers addicionals" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referències incoherents de nota al peu en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "El fitxer ePub es troba a %(outdir)s." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referències incoherents en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "s'està escrivint el fitxer nav.xhtml..." -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referències incoherents de citació en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "el valor de configuració «epub_language» (o «language») no pot estar buit per a EPUB3" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referències incoherents de terme en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "el valor de configuració «epub_uid» haurà de ser un XML NAME per a EPUB3" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "no s'ha pogut calcular el progrés de la traducció!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "el valor de configuració «epub_title» (o «html_title») no pot estar buit per a EPUB3" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "No hi ha cap element traduït!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_author» no pot estar buit per a EPUB3" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "S'ha trobat un índex basat en 4 columnes. Pot ser un error de les extensions que utilitzeu: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_contributor» no pot estar buit per a EPUB3" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La nota al peu [%s] no té una referència." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_description» no pot estar buit per a EPUB3" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "No es fa referència a la nota al peu [*]." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_publisher» no pot estar buit per a EPUB3" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "La nota al peu [núm.] no té una referència." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "el valor de configuració «epub_copyright» (o «copyright») no pot estar buit per a EPUB3" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "l'inventari <%s> conté definicions duplicades de %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_identifier» no pot estar buit per a EPUB3" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "l'inventari <%s> conté múltiples definicions per a %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" -msgstr "error de lectura: %s, %s" +msgid "invalid css_file: %r, ignored" +msgstr "css_file no vàlid: %r, s'ignora" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" -msgstr "error d'escriptura: %s, %s" +msgid "The text files are in %(outdir)s." +msgstr "Els fitxers de text es troben a %(outdir)s." -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s no existeix" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor fictici no genera cap fitxer." -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "La configuració regional «Babel» no és vàlida: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Cerqueu qualsevol error a la sortida anterior o en el fitxer %(outdir)s/output.txt" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Format de data no vàlid. Citeu la cadena amb cometes senzilles si voleu generar-la directament: %s" +msgid "broken link: %s (%s)" +msgstr "enllaç trencat: %s (%s)" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "S'ha interromput l'intent de còpia des de %s a %s (hi ha dades existents al camí de destinació)." - -#: util/display.py:82 -msgid "skipped" -msgstr "s'omet" - -#: util/display.py:87 -msgid "failed" -msgstr "ha fallat" +msgid "Anchor '%s' not found" +msgstr "No s'ha trobat l'àncora «%s»" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "nom desconegut de la directiva: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. S'esperava un diccionari." -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" -msgstr "nom desconegut del rol: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Ha fallat en compilar expressions regulars a linkcheck_allowed_redirects: %r %s" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" -msgstr "tipus de node desconegut: %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "Els catàlegs de missatges es troben a %(outdir)s." -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "S'ha interromput l'intent de còpia des de la plantilla representada %s a %s (hi ha dades existents al camí de destinació)." +msgid "targets for %d template files" +msgstr "objectius per a %d fitxers de plantilla" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "Escriu el resultat de la plantilla avaluada a %s" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "s'estan llegint les plantilles... " -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problema en el domini %s: se suposa que el camp usa el rol «%s», però no es troba en el domini." +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "s'estan escrivint els catàlegs de missatges... " -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" -msgstr "no s'ha trobat el rol predeterminat %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Els fitxers de Texinfo es troben a %(outdir)s." -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nExecuteu l'ordre «make» en aquest directori per a executar-les mitjançant\nel makeinfo (useu l'ordre «make info» per a fer-ho automàticament)." -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "el toctree conté una referència cap al fitxer %r que no existeix" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "no s'ha trobat el valor de configuració «texinfo_documents»: no s'escriurà cap document" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "El valor de configuració «texinfo_documents» fa referència a un document %s desconegut" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "ve de la pàgina anterior" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "s'està processant %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continua a la pàgina següent" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "s'estan resolent les referències..." -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabètic" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (a " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "s'estan copiant les imatges... " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pàgina" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "s'estan copiant els fitxers de suport de Texinfo" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Versió" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "error en escriure el fitxer Makefile: %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "s'ha trobat una entrada ToC duplicada: %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "no s'ha pogut llegir el fitxer d'imatge %r: en el seu lloc, es copia" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'imatge desconegut: %s..." +msgid "cannot write image file %r: %s" +msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "No s'ha pogut determinar el text alternatiu per a la referència creuada. Podria ser un error." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "s'ha trobat més d'una destinació per a «any» en la referència creuada %r: podria ser %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "s'està escrivint un fitxer de tipus MIME..." -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s no es troba la destinació de la referència: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "s'està escrivint el fitxer META-INF/container.xml..." -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r no es troba la destinació de la referència: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "s'està escrivint el fitxer content.opf..." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "S'ha interromput!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "tipus MIME desconegut per a %s, s'ignora" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "Error de marcatge en el reStructuredText!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "el node té un nivell no vàlid" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "Error de codificació!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "s'està escrivint el fitxer toc.ncx..." -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "Error de recursivitat!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "s'està escrivint el fitxer %s..." -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "Això pot passar amb fitxers font molt grans o molt imbricats. Podeu fer augmentar amb cura el límit predeterminat de la recursivitat de Python de 1.000 al «conf.py» amb, per exemple:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Les pàgines del manual es troben a %(outdir)s." -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "S'està iniciant el depurador:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "no s'ha trobat el valor de configuració «man_pages»: no s'escriuran les pàgines del manual" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "S'ha desat la traça completa a:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "Per a informar d'aquest error als desenvolupadors, obriu un problema a . Gràcies!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Els fitxers en LaTeX es troben a %(outdir)s." -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Informeu-ho també si es tractava d'un error d'usuari, de manera que la pròxima vegada es pugui proporcionar un missatge d'error millor." - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Redueix la barra lateral" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nExecuteu l'ordre «make» en aquest directori per a executar-les\nmitjançant el (pdf)latex (useu l'ordre «make latexpdf» per a fer-ho\nautomàticament)." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegació" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "no s'ha trobat el valor de configuració «latex_documents»: no s'escriurà cap document" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Cerca dins de %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "El valor de configuració «latex_documents» fa referència a un document %s desconegut" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Quant a aquests documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Versió" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Cerca" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "s'estan copiant els fitxers de suport de TeX" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "s'estan copiant els fitxers addicionals" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "el fitxer de logotip %r no existeix" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Darrera actualització el %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creada mitjançant Sphinx %(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Ha fallat en obtenir el docname!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítol anterior" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "S'ha fallat en obtenir un nom de document per a la font %r!" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Tema següent" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "No s'ha trobat cap nota a peu de pàgina per al node de referència %r donat" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "capítol següent" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r no té la configuració «theme»" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "Índex – %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no té la configuració «%s»" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Índex complet en una pàgina" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Les pàgines en HTML es troben a %(outdir)s." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Aquesta pàgina" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Ha fallat en llegir el fitxer d'informació de la construcció: %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostra el codi font" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info no coincideix, s'està copiant .buildinfo a .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Cerca ràpida" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "es construeix [html]:" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ves a" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "s'ha canviat la plantilla %s des de la compilació anterior, es reconstruiran tots els documents" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Vista general" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índex general" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Us donem la benvinguda! Això és" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "índex" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentació per a" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Logotip de %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "darrera actualització" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "següent" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índexs i taules:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "anterior" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Taula de contingut completa" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "s'estan generant els índexs" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "llista totes les seccions i subseccions" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "s'estan escrivint les pàgines addicionals" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Pàgina de cerca" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "no es pot copiar el fitxer d'imatge «%s»: %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "cerca aquesta documentació" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "s'estan copiant els fitxers que es poden baixar... " -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índex global de mòduls" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accés ràpid a tots els mòduls" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Ha fallat en copiar un fitxer al directori «static» del tema: %s: %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índex general" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "totes les funcions, classes, termes" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Ha fallat en copiar un fitxer a html_static_file: %s: %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Taula de continguts" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "s'estan copiant els fitxers estàtics" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Cercar a %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "no s'ha pogut copiar el fitxer estàtic %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Pàgines d'índex per lletra" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "s'estan copiant els fitxers addicionals" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pot ser gegant" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "no s'ha pogut copiar el fitxer addicional %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Activa JavaScript per a usar la funcionalitat\n de cerca." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Ha fallat en escriure el fitxer d'informació de la construcció: %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Cercar múltiples paraules només mostrarà les coincidències\n que continguin totes les paraules." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "cerca" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "no s'ha pogut carregar l'índex de cerca, i no es construiran tots els documents: l'índex estarà incomplet." -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contingut" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "la pàgina %s coincideix amb dos patrons a html_sidebars: %r i %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Resultats de la cerca" +#: builders/html/__init__.py:1213 +#, 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'ha produït un error d'Unicode en representar la pàgina %s. Assegureu-vos que tots els valors de configuració que contenen contingut que no és ASCII són cadenes Unicode." -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "La vostra cerca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "El tema «%s» no admet aquesta versió de Sphinx, perquè usa el camp «style» a les plantilles HTML, el qual és obsolet a Sphinx 5.1 i s'ha eliminat a Sphinx 7.0. El tema s'ha d'actualitzar per a usar en el seu lloc el camp «styles». Vegeu https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "La cerca ha acabat, s'ha trobat una pàgina que coincideix amb la consulta de cerca." -msgstr[1] "La cerca ha acabat, s'han trobat ${resultCount} pàgines que coincideixen amb la consulta de cerca." +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "S'ha produït un error en representar la pàgina %s.\nMotiu: %r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "S'està cercant" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "s'està bolcant l'inventari d'objectes" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "S'està preparant la cerca..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "s'està bolcant l'índex de cerca a %s" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", a " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file no vàlid: %r, s'ignora" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Oculta els resultats de cerca" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "S'han enregistrat molts math_renderer. Però no s'ha seleccionat math_renderer." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Canvis en la versió %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "S'ha donat un math_renderer %r desconegut." -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "l'entrada html_extra_path %r es col·loca dins del directori de sortida" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Llista de canvis de la versió %(version)s generada automàticament" +msgid "html_extra_path entry %r does not exist" +msgstr "l'entrada html_extra_path %r no existeix" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Canvis a la biblioteca" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "l'entrada html_static_path %r es col·loca dins del directori de sortida" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Canvis a l'API de C" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "l'entrada html_static_path %r no existeix" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Altres canvis" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "el fitxer icona de web %r no existeix" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandeix la barra lateral" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Els valors a «html_sidebars» han de ser una llista de cadenes. Almenys un patró té un valor de cadena: %s. Canvia a «html_sidebars = %r»." -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "Separador de paràmetres només posicional (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 ja no és compatible amb Sphinx. (s'ha detectat «html4_writer=true» a les opcions de configuració)" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "Separador de paràmetres només posicional (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s documentació" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Paràmetres" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (versió desconeguda)" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (manca l'entrada «config»)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Llença" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (manca l'entrada «tags»)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3090,103 +3006,48 @@ msgstr "mètode estàtic" #: domains/python/__init__.py:734 msgid "property" -msgstr "propietat" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "escriviu l'àlies" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "descripció de l'objecte duplicat de %s, una altra instància a %s, ús «:no-index:» per a un d'ells" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "s'ha trobat més d'un objectiu per a la referència creuada %r: %s" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (obsolet)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Declaració de C** duplicada, també definida a %s:%s.\nLa declaració és «.. cpp:%s:: %s»." - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Paràmetres de la plantilla" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Valors retornats" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "unió" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membre" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipus" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "concepte" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enumera" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "numerador" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "paràmetre de la funció" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "paràmetre de la plantilla" +msgstr "propietat" + +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "escriviu l'àlies" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/python/__init__.py:804 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Declaració de C duplicada, també definida a %s:%s.\nLa declaració és «.. c:%s:: %s»." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "descripció de l'objecte duplicat de %s, una altra instància a %s, ús «:no-index:» per a un d'ells" -#: domains/c/__init__.py:211 +#: domains/python/__init__.py:974 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "s'ha trobat més d'un objectiu per a la referència creuada %r: %s" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variable" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (obsolet)" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de paràmetres només posicional (PEP 570)" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "estructura" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de paràmetres només posicional (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Paràmetres" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Llença" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3222,483 +3083,583 @@ msgstr "opció de la línia d'ordres %s" msgid "command line option" msgstr "opció de la línia d'ordres" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "el terme del glossari ha d'estar precedit per una línia buida" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "els termes del glossari no han d'estar separats per línies buides" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "el glossari sembla estar mal formatat, verifiqueu el sagnat" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "terme del glossari" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "gramàtica simbòlica" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "etiqueta de referència" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variable d'entorn" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "opció del programa" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "document" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Índex de mòduls" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pàgina de cerca" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "descripció %s duplicada del %s, una altra instància a %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "«numfig» està desactivat. :numref: s'ignora." -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "Ha fallat en crear una referència creuada. No s'assigna cap número: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "l'enllaç no té cap subtítol: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format no vàlid: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format no vàlid: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "etiqueta sense definir: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "Ha fallat en crear una referència creuada. No es troba un títol o subtítol: %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "conjunt de valors no vàlid (manca el claudàtor de tancament): %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "conjunt de valors no vàlid (manca el claudàtor d'obertura): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Declaració de C duplicada, també definida a %s:%s.\nLa declaració és «.. c:%s:: %s»." -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "Cadena incorrecta literal (manquen les cometes de tancament): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valors retornats" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "Cadena incorrecta literal (manquen les cometes d'obertura): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membre" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Exemple" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Exemples" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Arguments de paraules clau" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "estructura" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unió" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Altres paràmetres" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enumera" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Rebudes" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "numerador" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referències" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipus" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Avisos" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "paràmetre de la funció" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Rendiments" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Paràmetres de la plantilla" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" -msgstr "S'ha detectat un objecte simulat: %r" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" -msgstr "àlies de %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Declaració de C** duplicada, també definida a %s:%s.\nLa declaració és «.. cpp:%s:: %s»." -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concepte" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "paràmetre de la plantilla" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contingut" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Taula de continguts" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "Search %(docstitle)s" +msgstr "Cercar a %(docstitle)s" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítol anterior" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Tema següent" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "capítol següent" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Cerca" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Activa JavaScript per a usar la funcionalitat\n de cerca." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Cercar múltiples paraules només mostrarà les coincidències\n que continguin totes les paraules." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "cerca" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Aquesta pàgina" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostra el codi font" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor no vàlid per a l'opció de l'ordre de membre: %s" +msgid "Index – %(key)s" +msgstr "Índex – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índex complet en una pàgina" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegació" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Cerca dins de %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Quant a aquests documents" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor no vàlid per a l'opció des de la documentació de classes: %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signatura no vàlida per a auto%s (%r)" +msgid "Last updated on %(last_updated)s." +msgstr "Darrera actualització el %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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 "es desconeix quin és el mòdul que s'importarà per al document automàtic %r (proveu de col·locar una directiva «module» o «currentmodule» en el document o doneu-li un nom explícit al mòdul)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creada mitjançant Sphinx %(sphinx_version)s." -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Cerca ràpida" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ves a" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» en el nom de l'«automodule» no té sentit" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Vista general" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "S'ha fallat en eliminar %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Us donem la benvinguda! Això és" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "S'hauria de crear el fitxer %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentació per a" -#: ext/apidoc/_cli.py:28 -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 "\nMireu recursivament a per als mòduls i paquets de Python\ni creeu un fitxer reST amb les directives «automodule» per paquet en el .\n\nEls poden ser fitxers i/o patrons de directori que seran\nexclosos de la generació.\n\nNota: De manera predeterminada, aquest script no sobreescriurà els fitxers que ja s'han creat." +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "darrera actualització" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "camí cap al mòdul que es documenta" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índexs i taules:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fitxer d'estil fnmatch i/o patrons de directori que s'exclouran de la generació" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Taula de contingut completa" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directori per a col·locar tota la sortida" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "llista totes les seccions i subseccions" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "profunditat màxima dels submòduls que es mostraran a la TOC (predeterminada: 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "cerca aquesta documentació" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobreescriu els fitxers existents" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índex global de mòduls" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "seguir els enllaços simbòlics. Potent quan es combina amb el paquet collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accés ràpid a tots els mòduls" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "executa l'script sense crear els fitxers" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "totes les funcions, classes, termes" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "posa la documentació per a cada mòdul a la seva pròpia pàgina" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Pàgines d'índex per lletra" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inclou «_private» en els mòduls" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pot ser gegant" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Redueix la barra lateral" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "no crea un fitxer de taula de contingut" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandeix la barra lateral" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "no crea capçaleres per als paquets del mòdul/paquet (p. ex., quan les cadenes de documentació ja les contenen)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Oculta els resultats de cerca" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "posa la documentació del mòdul abans de la documentació del submòdul" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Resultats de la cerca" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpreta els camins dels mòduls segons l'especificació d'espais de noms implícits al PEP-0420" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "La vostra cerca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "Llista d'opcions separades per comes que es passarà a la directiva «automodule» (o useu SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "La cerca ha acabat, s'ha trobat una pàgina que coincideix amb la consulta de cerca." +msgstr[1] "La cerca ha acabat, s'han trobat ${resultCount} pàgines que coincideixen amb la consulta de cerca." -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "sufix del fitxer (predeterminat: rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "S'està cercant" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Elimina els fitxers existents al directori de sortida que no s'hagin generat" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "S'està preparant la cerca..." -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "genera un projecte complet amb «sphinx-quickstart»" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", a " -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "afegeix module_path a sys.path, s'usa quan s'indica el paràmetre «--full»" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Canvis en la versió %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "autoria del projecte, s'usa quan s'indica el paràmetre «--full»" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Llista de canvis de la versió %(version)s generada automàticament" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "versió del projecte, s'usa quan s'indica el paràmetre «--full»" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Canvis a la biblioteca" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "llançament del projecte, s'usa quan s'indica el paràmetre «--full», predeterminat a «--doc-version»" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Canvis a l'API de C" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opcions de l'extensió" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Altres canvis" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "ve de la pàgina anterior" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continua a la pàgina següent" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "No alfabètic" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbols" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "habilita les extensions arbitràries, que s'usen quan s'indica «--full»" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" -#: ext/apidoc/_cli.py:240 +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pàgina" + +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "habilita l'extensió %s, que s'usa quan s'indica «--full»" +msgid "image file not readable: %s" +msgstr "el fitxer d'imatge no es pot llegir: %s" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." -msgstr "%s no és cap directori." +msgid "image file %s not readable: %s" +msgstr "el fitxer d'imatge %s no es pot llegir: %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "S'està executant apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "el fitxer de baixada no es pot llegir: %s" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "«apidoc_modules» l'element %i ha de ser un diccionari" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s ja té assignats números de secció (toctree amb numeració imbricada?)" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "«apidoc_modules» l'element %i ha de tenir una clau «path»." +msgid "see %s" +msgstr "vegeu %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "«apidoc_modules» l'element «path» %i ha de ser una cadena" +msgid "see also %s" +msgstr "vegeu també %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "«apidoc_modules» l'element «path» %i no és una carpeta existent: %s" +msgid "unknown index entry type %r" +msgstr "tipus d'entrada %r amb un índex desconegut" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "«apidoc_modules» l'element %i ha de tenir una clau «destination»" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "«apidoc_modules» l'element «destination» %i ha de ser una cadena" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "el toctree conté una referència cap al document %r, el qual no conté un títol: no es generarà cap enllaç" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "«apidoc_modules» l'element «destination» %i hauria de ser un camí relatiu" +msgid "toctree contains reference to non-included document %r" +msgstr "el toctree conté una referència cap a un document no inclòs %r" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "«apidoc_modules» l'element %i no pot crear el directori de destinació: %s" +msgid "toctree contains reference to non-existing document %r" +msgstr "el toctree conté una referència cap al document inexistent %r" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "No s'ha pogut determinar el text alternatiu per a la referència creuada. Podria ser un error." + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "«apidoc_modules» l'element %i «%s» ha de ser un nombre enter" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "s'ha trobat més d'una destinació per a «any» en la referència creuada %r: podria ser %s" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "«apidoc_modules» l'element %i «%s» ha de ser un booleà" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s no es troba la destinació de la referència: %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "«apidoc_modules» l'element %i té claus inesperades: %s" +msgid "%r reference target not found: %s" +msgstr "%r no es troba la destinació de la referència: %s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "«apidoc_modules» l'element %i «%s» ha de ser una seqüència" +msgid "Could not fetch remote image: %s [%s]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "«apidoc_modules» l'element %i «%s» ha de contenir cadenes" +msgid "Could not fetch remote image: %s [%d]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary: ha fallat en determinar %r que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" +msgid "Unknown image format: %s..." +msgstr "Format d'imatge desconegut: %s..." -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] s'està generant autosummary per a: %s" +msgid "invalid value for member-order option: %s" +msgstr "valor no vàlid per a l'opció de l'ordre de membre: %s" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] s'està escrivint a %s" +msgid "invalid value for class-doc-from option: %s" +msgstr "valor no vàlid per a l'opció des de la documentació de classes: %s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary]: ha fallat en importar %s.\nPossibles pistes:\n%s" +msgid "invalid signature for auto%s (%r)" +msgstr "signatura no vàlida per a auto%s (%r)" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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 "\nGenera ReStructuredText mitjançant directrius de resum automàtic «autosummary».\n\n«sphinx-autogen» és un frontal per a sphinx.ext.autosummary.generate.\nGenera els fitxers en reStructuredText des de les directrius d'autosummary\ncontingudes en els fitxers d'entrada indicats.\n\nEl format de les directrius d'autosummary està documentat en el mòdul\n``sphinx.ext.autosummary`` de Python i es pot llegir mitjançant l'ordre següent::\n\npydoc sphinx.ext.autosummary\n" - -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "fitxers font per a generar els fitxers rST per a" +"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 "es desconeix quin és el mòdul que s'importarà per al document automàtic %r (proveu de col·locar una directiva «module» o «currentmodule» en el document o doneu-li un nom explícit al mòdul)" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "directori per a col·locar tota la sortida a" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:93 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "sufix predeterminat per als fitxers (predeterminat: %(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» en el nom de l'«automodule» no té sentit" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "directori de plantilles personalitzades (predeterminat: %(default)s)" +msgid "A mocked object is detected: %r" +msgstr "S'ha detectat un objecte simulat: %r" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "document de membres importats (predeterminat: %(default)s)" +msgid "alias of %s" +msgstr "àlies de %s" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documenta exactament els membres en l'atribut __all__ del mòdul (predeterminat: %(default)s)." +msgid "Bases: %s" +msgstr "Bases: %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3746,563 +3707,607 @@ msgid "" " contain .rst. Skipped." msgstr "«autosummary» genera internament els fitxers «.rst». Però el vostre source_suffix no conté cap «.rst». S'omet." -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "L'identificador «%r» del projecte intersphinx no és vàlid a intersphinx_mapping. Els identificadors de projecte han de ser cadenes no buides." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "autosummary: ha fallat en determinar %r que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" + +#: ext/autosummary/generate.py:630 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] s'està generant autosummary per a: %s" + +#: ext/autosummary/generate.py:634 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] s'està escrivint a %s" + +#: ext/autosummary/generate.py:679 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary]: ha fallat en importar %s.\nPossibles pistes:\n%s" + +#: ext/autosummary/generate.py:877 +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 "\nGenera ReStructuredText mitjançant directrius de resum automàtic «autosummary».\n\n«sphinx-autogen» és un frontal per a sphinx.ext.autosummary.generate.\nGenera els fitxers en reStructuredText des de les directrius d'autosummary\ncontingudes en els fitxers d'entrada indicats.\n\nEl format de les directrius d'autosummary està documentat en el mòdul\n``sphinx.ext.autosummary`` de Python i es pot llegir mitjançant l'ordre següent::\n\npydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "fitxers font per a generar els fitxers rST per a" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "El valor «%r» no és vàlid a intersphinx_mapping[%r]. S'esperava una tupla o llista de dos elements." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "directori per a col·locar tota la sortida a" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:915 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "El valor «%r» no és vàlid a intersphinx_mapping[%r]. Els valors han de ser un parell (URI de destinació, ubicacions de l'inventari)." +msgid "default suffix for files (default: %(default)s)" +msgstr "sufix predeterminat per als fitxers (predeterminat: %(default)s)" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:923 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "El valor «%r» de l'URI de destinació no és vàlid a intersphinx_mapping[%r][0]. Els URI de destinació han de ser cadenes úniques no buides." +msgid "custom template directory (default: %(default)s)" +msgstr "directori de plantilles personalitzades (predeterminat: %(default)s)" -#: ext/intersphinx/_load.py:103 +#: ext/autosummary/generate.py:931 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "El valor «%r» de l'URI de destinació no és vàlid a intersphinx_mapping[%r][0]. Els URI de destinació han de ser únics (una altra instància a intersphinx_mapping[%r])." +msgid "document imported members (default: %(default)s)" +msgstr "document de membres importats (predeterminat: %(default)s)" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "El valor «%r» d'ubicació de l'inventari no és vàlid a intersphinx_mapping[%r][1]. Les ubicacions de l'inventari han de ser cadenes no buides o «None»." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "documenta exactament els membres en l'atribut __all__ del mòdul (predeterminat: %(default)s)." -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configuració d'«intersphinx_mapping» no vàlida (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Elimina els fitxers existents al directori de sortida que no s'hagin generat" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configuració d'«intersphinx_mapping» no vàlida (%s errors)." +msgid "Failed to remove %s: %s" +msgstr "S'ha fallat en eliminar %s: %s" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "S'ha afegit una entrada intersphinx_mapping no vàlida després de la normalització." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "S'està executant apidoc" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "s'està carregant l'inventari intersphinx «%s» de %s ..." - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "s'han trobat alguns problemes amb alguns dels inventaris, però tenien alternatives funcionals:" +msgid "apidoc_modules item %i must be a dict" +msgstr "«apidoc_modules» l'element %i ha de ser un diccionari" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" -msgstr "" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "«apidoc_modules» l'element %i ha de tenir una clau «path»." -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "«apidoc_modules» l'element «path» %i ha de ser una cadena" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "(in %s %s)" -msgstr "" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "«apidoc_modules» l'element «path» %i no és una carpeta existent: %s" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "(in %s)" -msgstr "(a %s)" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "«apidoc_modules» l'element %i ha de tenir una clau «destination»" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "«apidoc_modules» l'element «destination» %i ha de ser una cadena" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "inventari «%s»: s'han trobat múltiples coincidències per a %s:%s" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "«apidoc_modules» l'element «destination» %i hauria de ser un camí relatiu" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "«apidoc_modules» l'element %i no pot crear el directori de destinació: %s" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser un nombre enter" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "no es troba el domini per a la referència creuada externa: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser un booleà" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%s externa: no es troba la destinació de la referència %s: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "«apidoc_modules» l'element %i té claus inesperades: %s" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error mentre es donava format a la signatura per a %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser una seqüència" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "«apidoc_modules» l'element %i «%s» ha de contenir cadenes" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Ha fallat en obtenir una signatura de funció per a %s: %s" +msgid "Would create file %s." +msgstr "S'hauria de crear el fitxer %s." -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Ha fallat en actualitzar la signatura per a %r: no es troba el paràmetre: %s" +#: ext/apidoc/_cli.py:28 +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 "\nMireu recursivament a per als mòduls i paquets de Python\ni creeu un fitxer reST amb les directives «automodule» per paquet en el .\n\nEls poden ser fitxers i/o patrons de directori que seran\nexclosos de la generació.\n\nNota: De manera predeterminada, aquest script no sobreescriurà els fitxers que ja s'han creat." -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Ha fallat en analitzar type_comment per a %r: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "camí cap al mòdul que es documenta" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fitxer d'estil fnmatch i/o patrons de directori que s'exclouran de la generació" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error mentre es donava format als arguments per a %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directori per a col·locar tota la sortida" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Ha fallat en obtenir un constructor de funció per a %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "profunditat màxima dels submòduls que es mostraran a la TOC (predeterminada: 4)" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Ha fallat en obtenir una signatura de mètode per a %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobreescriu els fitxers existents" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "seguir els enllaços simbòlics. Potent quan es combina amb el paquet collective.recipe.omelette." -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Ha fallat en analitzar un valor d'argument predeterminat per a %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "executa l'script sense crear els fitxers" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "posa la documentació per a cada mòdul a la seva pròpia pàgina" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclou «_private» en els mòduls" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "no crea un fitxer de taula de contingut" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: ha fallat en determinar %s. %s (%r) que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "no crea capçaleres per als paquets del mòdul/paquet (p. ex., quan les cadenes de documentació ja les contenen)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "arguments de signatura o anotació de retorn indicats per a «automodule» %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "posa la documentació del mòdul abans de la documentació del submòdul" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ ha de ser una llista de cadenes, no %r (en el mòdul %s) -s'ignora __all__-" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpreta els camins dels mòduls segons l'especificació d'espais de noms implícits al PEP-0420" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "manca l'atribut esmentat a l'opció «:members:»: mòdul %s, atribut %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Llista d'opcions separades per comes que es passarà a la directiva «automodule» (o useu SPHINX_APIDOC_OPTIONS)." -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "manca l'atribut %s a l'objecte %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufix del fitxer (predeterminat: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "àlies de TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "genera un projecte complet amb «sphinx-quickstart»" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (versió desconeguda)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "afegeix module_path a sys.path, s'usa quan s'indica el paràmetre «--full»" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (manca l'entrada «config»)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (manca l'entrada «tags»)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autoria del projecte, s'usa quan s'indica el paràmetre «--full»" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Les pàgines en HTML es troben a %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "versió del projecte, s'usa quan s'indica el paràmetre «--full»" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Ha fallat en llegir el fitxer d'informació de la construcció: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "llançament del projecte, s'usa quan s'indica el paràmetre «--full», predeterminat a «--doc-version»" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "build_info no coincideix, s'està copiant .buildinfo a .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opcions de l'extensió" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "es construeix [html]:" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "habilita les extensions arbitràries, que s'usen quan s'indica «--full»" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "s'ha canviat la plantilla %s des de la compilació anterior, es reconstruiran tots els documents" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "índex" +msgid "enable %s extension, used when --full is given" +msgstr "habilita l'extensió %s, que s'usa quan s'indica «--full»" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "Logotip de %s" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "següent" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "anterior" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "s'estan generant els índexs" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "s'estan escrivint les pàgines addicionals" +msgid "%s is not a directory." +msgstr "%s no és cap directori." -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "no es pot copiar el fitxer d'imatge «%s»: %s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "s'estan copiant els fitxers que es poden baixar... " +msgid "(in %s %s)" +msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" +msgid "(in %s)" +msgstr "(a %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "Ha fallat en copiar un fitxer al directori «static» del tema: %s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Ha fallat en copiar un fitxer a html_static_file: %s: %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat múltiples coincidències per a %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "s'estan copiant els fitxers estàtics" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "no es troba l'inventari per a la referència creuada externa: %r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "no s'ha pogut copiar el fitxer estàtic %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "no es troba l'inventari per a la referència creuada externa: %r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "no es troba el domini per a la referència creuada externa: %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "no s'ha pogut copiar el fitxer addicional %r" +msgid "external %s:%s reference target not found: %s" +msgstr "%s externa: no es troba la destinació de la referència %s: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Ha fallat en escriure el fitxer d'informació de la construcció: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "L'identificador «%r» del projecte intersphinx no és vàlid a intersphinx_mapping. Els identificadors de projecte han de ser cadenes no buides." -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "no s'ha pogut carregar l'índex de cerca, i no es construiran tots els documents: l'índex estarà incomplet." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "El valor «%r» no és vàlid a intersphinx_mapping[%r]. S'esperava una tupla o llista de dos elements." -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "la pàgina %s coincideix amb dos patrons a html_sidebars: %r i %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "El valor «%r» no és vàlid a intersphinx_mapping[%r]. Els valors han de ser un parell (URI de destinació, ubicacions de l'inventari)." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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'ha produït un error d'Unicode en representar la pàgina %s. Assegureu-vos que tots els valors de configuració que contenen contingut que no és ASCII són cadenes Unicode." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "El valor «%r» de l'URI de destinació no és vàlid a intersphinx_mapping[%r][0]. Els URI de destinació han de ser cadenes úniques no buides." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "El tema «%s» no admet aquesta versió de Sphinx, perquè usa el camp «style» a les plantilles HTML, el qual és obsolet a Sphinx 5.1 i s'ha eliminat a Sphinx 7.0. El tema s'ha d'actualitzar per a usar en el seu lloc el camp «styles». Vegeu https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "El valor «%r» de l'URI de destinació no és vàlid a intersphinx_mapping[%r][0]. Els URI de destinació han de ser únics (una altra instància a intersphinx_mapping[%r])." -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "S'ha produït un error en representar la pàgina %s.\nMotiu: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "El valor «%r» d'ubicació de l'inventari no és vàlid a intersphinx_mapping[%r][1]. Les ubicacions de l'inventari han de ser cadenes no buides o «None»." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "s'està bolcant l'inventari d'objectes" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuració d'«intersphinx_mapping» no vàlida (1 error)." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "s'està bolcant l'índex de cerca a %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuració d'«intersphinx_mapping» no vàlida (%s errors)." + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "S'ha afegit una entrada intersphinx_mapping no vàlida després de la normalització." -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file no vàlid: %r, s'ignora" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "s'està carregant l'inventari intersphinx «%s» de %s ..." -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "S'han enregistrat molts math_renderer. Però no s'ha seleccionat math_renderer." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "s'han trobat alguns problemes amb alguns dels inventaris, però tenien alternatives funcionals:" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "S'ha donat un math_renderer %r desconegut." +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Arguments de paraules clau" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "l'entrada html_extra_path %r es col·loca dins del directori de sortida" +msgid "invalid value set (missing closing brace): %s" +msgstr "conjunt de valors no vàlid (manca el claudàtor de tancament): %s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "l'entrada html_extra_path %r no existeix" +msgid "invalid value set (missing opening brace): %s" +msgstr "conjunt de valors no vàlid (manca el claudàtor d'obertura): %s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "l'entrada html_static_path %r es col·loca dins del directori de sortida" +msgid "malformed string literal (missing closing quote): %s" +msgstr "Cadena incorrecta literal (manquen les cometes de tancament): %s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "l'entrada html_static_path %r no existeix" +msgid "malformed string literal (missing opening quote): %s" +msgstr "Cadena incorrecta literal (manquen les cometes d'obertura): %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "el fitxer de logotip %r no existeix" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Exemple" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "el fitxer icona de web %r no existeix" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Exemples" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "Els valors a «html_sidebars» han de ser una llista de cadenes. Almenys un patró té un valor de cadena: %s. Canvia a «html_sidebars = %r»." +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notes" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 ja no és compatible amb Sphinx. (s'ha detectat «html4_writer=true» a les opcions de configuració)" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Altres paràmetres" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentació" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Rebudes" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no té la configuració «theme»" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referències" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no té la configuració «%s»" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Avisos" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Ha fallat en obtenir el docname!" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Rendiments" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "S'ha fallat en obtenir un nom de document per a la font %r!" +msgid "error while formatting signature for %s: %s" +msgstr "error mentre es donava format a la signatura per a %s: %s" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "No s'ha trobat cap nota a peu de pàgina per al node de referència %r donat" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Els fitxers en LaTeX es troben a %(outdir)s." - -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nExecuteu l'ordre «make» en aquest directori per a executar-les\nmitjançant el (pdf)latex (useu l'ordre «make latexpdf» per a fer-ho\nautomàticament)." +msgid "Failed to get a function signature for %s: %s" +msgstr "Ha fallat en obtenir una signatura de funció per a %s: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "no s'ha trobat el valor de configuració «latex_documents»: no s'escriurà cap document" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Ha fallat en analitzar un valor d'argument predeterminat per a %r: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "El valor de configuració «latex_documents» fa referència a un document %s desconegut" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Ha fallat en actualitzar la signatura per a %r: no es troba el paràmetre: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "s'estan copiant els fitxers de suport de TeX" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Ha fallat en analitzar type_comment per a %r: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "error mentre es donava format als arguments per a %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Ha fallat en obtenir un constructor de funció per a %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." +msgid "Failed to get a method signature for %s: %s" +msgstr "Ha fallat en obtenir una signatura de mètode per a %s: %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s ja té assignats números de secció (toctree amb numeració imbricada?)" +msgid "Failed to get a signature for %s: %s" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "el fitxer d'imatge no es pot llegir: %s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "el fitxer d'imatge %s no es pot llegir: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: ha fallat en determinar %s. %s (%r) que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "el fitxer de baixada no es pot llegir: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "arguments de signatura o anotació de retorn indicats per a «automodule» %s" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "el toctree conté una referència cap al document %r, el qual no conté un títol: no es generarà cap enllaç" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ ha de ser una llista de cadenes, no %r (en el mòdul %s) -s'ignora __all__-" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "el toctree conté una referència cap a un document no inclòs %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "manca l'atribut esmentat a l'opció «:members:»: mòdul %s, atribut %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "el toctree conté una referència cap al document inexistent %r" +msgid "missing attribute %s in object %s" +msgstr "manca l'atribut %s a l'objecte %s" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "vegeu %s" +msgid "alias of TypeVar(%s)" +msgstr "àlies de TypeVar(%s)" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "vegeu també %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "S'ha interromput!" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipus d'entrada %r amb un índex desconegut" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Error de marcatge en el reStructuredText!" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Error de codificació!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Error de recursivitat!" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Això pot passar amb fitxers font molt grans o molt imbricats. Podeu fer augmentar amb cura el límit predeterminat de la recursivitat de Python de 1.000 al «conf.py» amb, per exemple:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "S'està iniciant el depurador:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "S'ha desat la traça completa a:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Per a informar d'aquest error als desenvolupadors, obriu un problema a . Gràcies!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Informeu-ho també si es tractava d'un error d'usuari, de manera que la pròxima vegada es pugui proporcionar un missatge d'error millor." diff --git a/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.mo index 8e90d9aa4c4..991c4145c9e 100644 Binary files a/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.po b/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.po index d92dfebf112..5ea6100ed6d 100644 --- a/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Antoni Bella Pérez , 2025\n" "Language-Team: Catalan (Valencian) (http://app.transifex.com/sphinx-doc/sphinx-1/language/ca@valencia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ca@valencia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -57,91 +57,166 @@ msgstr "número de PEP no vàlid %s" msgid "invalid RFC number %s" msgstr "número de RFC no vàlid %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "No es coneix el nom del lexer de pigments %r" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "No s'admeten les seccions de configuració del tema que no siguen [theme] i [options] (s'ha intentat obtindre un valor des de %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "L'anàlisi lèxica del literal_block %r com a «%s» ha resultat en un error en el testimoni: %r. S'està tornant a provar en el mode relaxat." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "configuració %s. %s no es produïx en cap de les configuracions de temes buscats" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "el directori de configuració no conté un fitxer conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "opció de tema no admesa, s'ha donat %r" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "«%s» ha de ser «0» o «1», s'ha obtingut «%s»" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "el fitxer %r en el camí de temes no és un fitxer ZIP vàlid ni conté cap tema" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "no s'ha pogut substituir l'ajust de la configuració del diccionari %r, s'ignora (utilitzeu %r per a establir elements individuals)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "no s'ha trobat cap tema anomenat %r (falta theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "El tema %r té una herència circular" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "no s'ha pogut substituir l'ajust de la configuració %r amb tipus no compatibles, s'ignora" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuració desconegut %r en substituir, s'ignora" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Este valor de configuració no existix: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "El valor de configuració %r ja està present" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "El tema %r hereta des de %r, el qual no és un tema que estiga carregat. Els temes carregats són: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "no es pot emmagatzemar en la memòria cau un valor de configuració no recuperable: %r (perquè conté un objecte de funció, classe o mòdul)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "S'ha trobat un valor de configuració no vàlid: «language = None». Actualitzeu la vostra configuració a un codi d'idioma vàlid. Es torna «en» (anglés)." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "El tema %r té massa avantpassats" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "S'ha produït un error de sintaxi en el fitxer de configuració: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "El fitxer de configuració (o un dels mòduls que s'importen) ha cridat «sys.exit()»" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "S'ha produït un error programable en el fitxer de configuració:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "el tema %r no té la taula «theme»" +msgid "Failed to convert %r to a frozenset" +msgstr "No s'ha pogut convertir %r a un recurs congelat" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "La taula del tema %r «[theme]» no és una taula" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "El tema %r ha de definir la configuració «theme.inherit»" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "El valor de configuració «source_suffix» espera un diccionari, una cadena o una llista de cadenes. En lloc d'açò, s'ha obtingut «%r» (escriviu %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "La taula del tema %r «[options]» no és una taula" +msgid "Section %s" +msgstr "Secció %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "La configuració de «theme.pygments_style» ha de ser una taula. Consell: «%s»" +msgid "Fig. %s" +msgstr "Fig. %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Taula %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Llistat %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "S'han trobat múltiples fitxers per al document «%s»: %s\nUtilitzeu %r per a la compilació." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "El valor de configuració «{name}» ha de ser un de {candidates}, però s'ha donat «{current}»." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», s'espera {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», el valor predeterminat és «{default.__name__}»." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "S'ha ignorat el document il·legible %r." +msgid "primary_domain %r not found, ignored." +msgstr "no s'ha trobat primary_domain %r, s'ignora." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx ara utilitza «index» de manera predeterminada com a document mestre. Per a mantindre el comportament anterior a la 2.0, establiu «master_doc = 'contents'»." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "La compatibilitat amb les codificacions font diferents d'UTF-8 està obsoleta i se suprimirà en el Sphinx 10. Si això causa algun problema, feu un comentari a «https://github.com/sphinx-doc/sphinx/issues/13665»." #: extension.py:58 #, python-format @@ -157,17 +232,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Este projecte necessita l'extensió %s almenys en la versió %s i, per tant, no es pot construir amb la versió carregada (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "No es coneix el nom del lexer de pigments %r" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "S'han trobat múltiples fitxers per al document «%s»: %s\nUtilitzeu %r per a la compilació." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "L'anàlisi lèxica del literal_block %r com a «%s» ha resultat en un error en el testimoni: %r. S'està tornant a provar en el mode relaxat." +msgid "Ignored unreadable document %r." +msgstr "S'ha ignorat el document il·legible %r." #: events.py:92 #, python-format @@ -214,7 +289,7 @@ msgstr "Este projecte almenys necessita Sphinx versió %s i, per tant, no es pot msgid "making output directory" msgstr "es crea el directori d'eixida" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "mentre es configura l'extensió %s:" @@ -231,7 +306,7 @@ msgstr "«setup» tal com es definix actualment a conf.py no és una crida de Py msgid "loading translations [%s]... " msgstr "s'estan carregant les traduccions [%s]…" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "fet" @@ -304,7 +379,7 @@ msgstr "la directiva %r ja està registrada i no serà sobreseguda" msgid "role %r is already registered and will not be overridden" msgstr "el rol %r ja està registrat i no serà sobresegut" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +387,12 @@ msgid "" "explicit" msgstr "l'extensió %s no declara si és segur per a la lectura en paral·lel, suposant que no ho siga, demaneu a l'autor de l'extensió que ho comprove i faça que siga explícit" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "l'extensió %s no és segura per a la lectura en paral·lel" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,1302 +400,894 @@ msgid "" "explicit" msgstr "l'extensió %s no declara si és segur per a l'escriptura en paral·lel, suposant que no ho siga, demaneu a l'autor de l'extensió que ho comprove i faça que siga explícit" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "l'extensió %s no és segura per a l'escriptura en paral·lel" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "s'està executant %s en sèrie" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe del constructor %s no té cap atribut «name»" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "El constructor %r ja existix (en el mòdul %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "El nom del constructor %s no està registrat o disponible a través del punt d'entrada" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "El nom del constructor %s no està registrat" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "el domini %s ja està registrat" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "el domini %s encara no està registrat" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "La directiva %r ja està registrada al domini %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "El rol %r ja està registrat al domini %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "L'índex %r ja està registrat al domini %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "L'object_type %r ja està registrat" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "El crossref_type %r ja està registrat" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r ja està registrat" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser per a %r ja està registrat" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "L'analitzador de fonts per a %s no registrat" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "El traductor per a %r ja existix" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs per a add_node() haurà de ser una funció (visita, eixida) tupla: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r ja està registrat" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "la representació matemàtica %s ja està registrada" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "l'extensió %r ja es va fusionar amb Sphinx des de la versió %s. Esta extensió s'ignorarà." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Excepció original:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "No s'ha pogut importar l'extensió %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "l'extensió %r no té cap funció setup(). És realment un mòdul d'extensions de Sphinx?" -#: registry.py:567 +#: registry.py:574 #, 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'extensió %s utilitzada per este projecte almenys necessita Sphinx versió %s i, per tant, no es pot crear amb esta versió." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "l'extensió %r ha retornat un objecte no admés des de la seua funció setup(). No n'hauria de retornar cap o retornar un diccionari de metadades" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "«Cap» no és un tipus de fitxer vàlid per a %r." -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "el directori de configuració no conté un fitxer conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "«%s» ha de ser «0» o «1», s'ha obtingut «%s»" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "no s'ha pogut substituir l'ajust de la configuració del diccionari %r, s'ignora (utilitzeu %r per a establir elements individuals)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "No s'admeten les seccions de configuració del tema que no siguen [theme] i [options] (s'ha intentat obtindre un valor des de %r)." -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "no s'ha pogut substituir l'ajust de la configuració %r amb tipus no compatibles, s'ignora" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "configuració %s. %s no es produïx en cap de les configuracions de temes buscats" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuració desconegut %r en substituir, s'ignora" +msgid "unsupported theme option %r given" +msgstr "opció de tema no admesa, s'ha donat %r" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "Este valor de configuració no existix: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "el fitxer %r en el camí de temes no és un fitxer ZIP vàlid ni conté cap tema" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "El valor de configuració %r ja està present" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "no s'ha trobat cap tema anomenat %r (falta theme.toml?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "no es pot emmagatzemar en la memòria cau un valor de configuració no recuperable: %r (perquè conté un objecte de funció, classe o mòdul)" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "S'ha trobat un valor de configuració no vàlid: «language = None». Actualitzeu la vostra configuració a un codi d'idioma vàlid. Es torna «en» (anglés)." +msgid "The %r theme has circular inheritance" +msgstr "El tema %r té una herència circular" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "S'ha produït un error de sintaxi en el fitxer de configuració: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "El fitxer de configuració (o un dels mòduls que s'importen) ha cridat «sys.exit()»" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "El tema %r hereta des de %r, el qual no és un tema que estiga carregat. Els temes carregats són: %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "S'ha produït un error programable en el fitxer de configuració:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "El tema %r té massa avantpassats" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "No s'ha pogut convertir %r a un recurs congelat" +msgid "no theme configuration file found in %r" +msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." +msgid "theme %r doesn't have the \"theme\" table" +msgstr "el tema %r no té la taula «theme»" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "El valor de configuració «source_suffix» espera un diccionari, una cadena o una llista de cadenes. En lloc d'açò, s'ha obtingut «%r» (escriviu %s)." +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "La taula del tema %r «[theme]» no és una taula" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Secció %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "El tema %r ha de definir la configuració «theme.inherit»" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "La taula del tema %r «[options]» no és una taula" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Taula %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "La configuració de «theme.pygments_style» ha de ser una taula. Consell: «%s»" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Llistat %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Ús:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "El valor de configuració «{name}» ha de ser un de {candidates}, però s'ha donat «{current}»." +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPCIONS] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», s'espera {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr " El generador de documentació Sphinx." -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», el valor predeterminat és «{default.__name__}»." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Ordres:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "no s'ha trobat primary_domain %r, s'ignora." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Opcions" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "Sphinx ara utilitza «index» de manera predeterminada com a document mestre. Per a mantindre el comportament anterior a la 2.0, establiu «master_doc = 'contents'»." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Per a més informació, visiteu https://www.sphinx-doc.org/en/master/man/." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "La compatibilitat amb les codificacions font diferents d'UTF-8 està obsoleta i se suprimirà en el Sphinx 10. Si això causa algun problema, feu un comentari a «https://github.com/sphinx-doc/sphinx/issues/13665»." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" -#: environment/__init__.py:89 -msgid "new config" -msgstr "configuració nova" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr " Gestiona la documentació amb Sphinx." -#: environment/__init__.py:90 -msgid "config changed" -msgstr "configuració modificada" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Mostra la versió i ix." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "extensions modificades" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Mostra este missatge i ix." -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "la versió de l'entorn de compilació no és actual" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Registre" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "el directori d'origen ha sigut modificat" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenta la verbositat (es pot repetir)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "La configuració ha sigut canviada (1 opció: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Imprimix només els errors i els avisos." -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "La configuració ha sigut canviada (%d opcions: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Cap eixida en absolut" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "La configuració ha sigut canviada (%d opcions: %s, «…»)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Este entorn és incompatible amb el constructor seleccionat, trieu un altre directori doctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Vegeu «sphinx --help».\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "No s'ha pogut escanejar els documents a %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "No es pot executar l'ordre de conversió d'imatges %r. «sphinx.ext.imgconverter» requerix de manera predeterminada ImageMagick. Assegureu-vos que està instal·lat o establiu l'opció «image_converter» a una ordre de conversió personalitzada.\n\nTraça: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "El domini %r no està registrat" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "el document no està inclòs en cap toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«convert» ha eixit amb un error:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "es fa referència al document en múltiples toctree: %s, se selecciona: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "l'ordre «convert» %r no s'ha pogut executar, comproveu la configuració d'«image_converter»" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Atenció" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[font]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Compte" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "s'està ressaltant el codi del mòdul… " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Perill" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documents]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "S'ha produït un error" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codi del mòdul" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Suggeriment" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Codi font per a %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Important" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vista general: codi del mòdul" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Nota" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Tots els mòduls per als quals hi ha codi

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Vegeu també" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "la secció «%s» s'etiqueta com a «%s»" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Truc" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "etiqueta duplicada %s, una altra instància a %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Avís" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Enllaça amb esta equació" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Els fitxers de Texinfo es troben a %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExecuteu l'ordre «make» en este directori per a executar-les mitjançant\nel makeinfo (utilitzeu l'ordre «make info» per a fer-ho automàticament)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "no s'ha trobat el valor de configuració «texinfo_documents»: no s'escriurà cap document" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "El valor de configuració «texinfo_documents» fa referència a un document %s desconegut" +"====================== total reading duration ==========================" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "s'està processant %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "s'està escrivint" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "s'estan resolent les referències…" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== durades de lectura més lentes =====================" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (a " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "s'estan copiant les imatges… " +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tasca pendent" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" +msgid "TODO entry found: %s" +msgstr "S'ha trobat una entrada TODO: %s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "s'estan copiant els fitxers de suport de Texinfo" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "s'ha produït un error mentre s'escrivia el fitxer Makefile: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(L'<> es troba a %s, línia %d)." -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Les pàgines del manual es troben a %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "no s'ha trobat el valor de configuració «man_pages»: no s'escriuran les pàgines del manual" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "La directiva de Graphviz no pot tindre tant el contingut com un argument del nom de fitxer" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "El fitxer extern %r de Graphviz no s'ha trobat ni es pot llegir" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "La pàgina HTML es troba a %(outdir)s." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "S'està ignorant la directiva «graphviz» sense contingut." -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "s'està muntant un únic document" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "S'ha d'establir el camí de l'executable «graphviz_dot»! %r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "s'estan escrivint els fitxers addicionals" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "l'ordre «dot» %r no s'ha pogut executar (necessària per a l'eixida de Graphviz), comproveu la configuració de «graphviz_dot»" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor fictici no genera cap fitxer." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«dot» ha eixit amb un error:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Els catàlegs de missatges es troben a %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«dot» no ha produït un fitxer d'eixida:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "s'està construint [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "«graphviz_output_format» ha de ser «png» o «svg», però és %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "objectius per a %d fitxers de plantilla" +msgid "dot code %r: %s" +msgstr "codi de «dot» %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "s'estan llegint les plantilles… " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gràfica: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "s'estan escrivint els catàlegs de missatges… " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gràfica]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Busqueu qualsevol error en l'eixida anterior o en el fitxer %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "l'enllaç codificat %r podria substituir-se per un enllaç extern (en el seu lloc intenteu utilitzar %r)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "enllaç trencat: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "l'ordre de LaTeX %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_latex»" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "No s'ha trobat l'àncora «%s»" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s l'ordre de %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_%s»" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "linkcheck_allowed_redirects. S'esperava un diccionari." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "visualització de latex %r: %s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "No s'ha pogut compilar expressions regulars en linkcheck_allowed_redirects: %r %s" +msgid "inline latex %r: %s" +msgstr "latex inclòs %r: %s" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El fitxer ePub es troba a %(outdir)s." +msgid "missing '+' or '-' in '%s' option." +msgstr "falta «+» o «-» en l'opció «%s»." -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "s'està escrivint el fitxer nav.xhtml…" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "«%s» no és una opció vàlida." -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "el valor de configuració «epub_language» (o «language») no pot estar buit per a EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "«%s» no és una opció pyversion vàlida" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "el valor de configuració «epub_uid» haurà de ser un XML NAME per a EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipus de TestCode no vàlid" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "el valor de configuració «epub_title» (o «html_title») no pot estar buit per a EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Proves de doctests en les fonts acabades, mireu el resultat a %(outdir)s/output.txt." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_author» no pot estar buit per a EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "no hi ha codi/eixida en el bloc %s a %s:%s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_contributor» no pot estar buit per a EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "s'ignora el codi doctest no vàlid: %r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_description» no pot estar buit per a EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expressions regulars no vàlides %r a %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_publisher» no pot estar buit per a EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "el mòdul %s no s'ha pogut importar: %s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "el valor de configuració «epub_copyright» (o «copyright») no pot estar buit per a EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "els mòduls següents estan documentats, però no s'han especificat en coverage_modules: %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_identifier» no pot estar buit per a EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "S'han acabat les proves de cobertura a les fonts, mireu el resultat a «%(outdir)s{sep}python.txt»." -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file no vàlid: %r, s'ignora" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "expressions regulars %r no vàlides en coverage_c_regexes" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Els fitxers en XML es troben a %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API de C sense documentar: %s [ %s] en el fitxer %s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "s'ha produït un error mentre s'escrivia al fitxer %s: %s" +msgid "undocumented python function: %s :: %s" +msgstr "funció de Python sense documentar: %s :: %s" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "classe de Python sense documentar: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "s'ha trobat una entrada ToC duplicada: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "mètode de Python sense documentar: %s :: %s :: %s" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "no s'ha pogut llegir el fitxer d'imatge %r: en el seu lloc, es copia" +msgid "%b %d, %Y" +msgstr "%-d %b, %Y" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "no s'ha pogut calcular el progrés de la traducció!" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "No hi ha cap element traduït!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "s'està escrivint un fitxer de tipus MIME…" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "S'ha trobat un índex basat en 4 columnes. Pot ser un error de les extensions que utilitzeu: %r" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "s'està escrivint el fitxer META-INF/container.xml…" +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "La nota al peu [%s] no té una referència." -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "s'està escrivint el fitxer content.opf…" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "No es fa referència en la nota al peu [*]." -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipus MIME desconegut per a %s, s'ignora" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "La nota al peu [núm.] no té una referència." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "el node té un nivell no vàlid" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referències incoherents de nota al peu en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "s'està escrivint el fitxer toc.ncx…" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referències incoherents en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "s'està escrivint el fitxer %s…" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referències incoherents de citació en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Els fitxers de text es troben a %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referències incoherents de terme en el missatge traduït. Original: {0}, traduït: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" +msgstr "configuració nova" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "configuració modificada" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "s'estan construint [mo]:" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "extensions modificades" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "s'està escrivint l'eixida…" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "la versió de l'entorn de compilació no és actual" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "tots els %d fitxers PO" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "el directori d'origen ha sigut modificat" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" -msgstr "objectius per als %d fitxers PO que s'han especificat" +msgid "The configuration has changed (1 option: %r)" +msgstr "La configuració ha sigut canviada (1 opció: %r)" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "objectius per als %d fitxers PO que estan desfasats" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "tots els fitxers font" +msgid "The configuration has changed (%d options: %s)" +msgstr "La configuració ha sigut canviada (%d opcions: %s)" -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "el fitxer %r proporcionat a la línia d'ordres no existix, " +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "La configuració ha sigut canviada (%d opcions: %s, «…»)" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "el fitxer %r proporcionat a la línia d'ordres no es troba davall el directori d'origen, s'ignora" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Este entorn és incompatible amb el constructor seleccionat, trieu un altre directori doctree." -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "el fitxer %r proporcionat a la línia d'ordres no és un document vàlid, s'ignora" +msgid "Failed to scan documents in %s: %r" +msgstr "No s'ha pogut escanejar els documents a %s: %r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "%d fitxers font proporcionats en la línia d'ordres" +msgid "Domain %r is not registered" +msgstr "El domini %r no està registrat" -#: builders/__init__.py:382 +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "el document no està inclòs en cap toctree" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." + +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "els objectius per a %d fitxers font que estan desfasats" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "es fa referència al document en múltiples toctree: %s, se selecciona: %s <- %s" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "s'està buscant per fitxers sense actualitzar… " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning desconegut per a la classe %r" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "s'han trobat %d" +msgid "no Babel option known for language %r" +msgstr "no es coneix l'opció de Babel per a l'idioma %r" -#: builders/__init__.py:417 -msgid "none found" -msgstr "no se n'ha trobat cap" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: massa gran, s'ignora." -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "s'està preparant l'ambient" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "no s'ha trobat la plantilla %s. En el seu lloc s'està carregant des del llegat %s" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "s'està comprovant la coherència" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "el títol del document no és només un node de text" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "no hi ha cap objectiu desfasat." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "el node del títol no s'ha trobat en la secció, tema, taula, advertiment o nota al marge" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "s'està actualitzant l'entorn: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Notes al peu" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s afegits, %s canviats, %s eliminats" +msgid "unsupported rubric heading level: %s" +msgstr "nivell de capçalera de rúbrica no compatible: %s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "Sphinx no pot carregar el document mestre (%s) perquè coincidix amb un patró d'exclusió %r en la construcció. Moveu el vostre document mestre cap a una altra ubicació." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "s'indiquen tant les columnes tabulars com l'opció «:widths:». S'ignora l'opció «:widths:»." -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "Sphinx no pot carregar el document mestre (%s) perquè coincidix amb un patró d'exclusió especificat en «conf.py», %r. Per favor, elimineu este patró." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "S'ha donat colspec %s, el qual sembla utilitzar la sintaxi tabular. Però esta taula no es pot representar com a tabular, el colspec donat s'ignorarà." -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "Sphinx no pot carregar el document mestre (%s) perquè no s'inclou en l'opció personalitzada include_patterns = %r. Assegureu-vos que un patró en include_patterns coincidisca amb el document mestre." +msgid "dimension unit %s is invalid. Ignored." +msgstr "la unitat de dimensió %s no és vàlida. S'ignora." -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "Sphinx no pot carregar el document mestre (%s). El document mestre haurà d'estar dins del directori font o un subdirectori d'este." +msgid "unknown index entry type %s found" +msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "s'estan llegint les fonts… " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format no vàlid: %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "els docname que s'escriuran: %s" +msgid "[image: %s]" +msgstr "[imatge: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "no hi ha cap docname per a escriure!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[imatge]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "s'estan preparant els documents" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Índex" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "s'estan copiant els recursos" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "el subtítol no es troba dins d'una figura." -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El fitxer de vista general es troba a %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "tipus de node sense implementar: %r" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "no hi ha canvis en la versió %s." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Enllaça amb esta definició" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "s'està escrivint el fitxer de vista general…" +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format no s'ha definit per a %s" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Elements incorporats" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Qualsevol ID no assignat per al node %s" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Nivell de mòdul" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Enllaça amb este terme" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "s'estan copiant els fitxers font…" - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "no s'ha pogut llegir %r per a la creació del registre de canvis" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "expressions regulars no vàlides %r a %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "el mòdul %s no s'ha pogut importar: %s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "els mòduls següents estan documentats, però no s'han especificat en coverage_modules: %s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "S'han acabat les proves de cobertura a les fonts, mireu el resultat a «%(outdir)s{sep}python.txt»." - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "expressions regulars %r no vàlides en coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API de C sense documentar: %s [ %s] en el fitxer %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "funció de Python sense documentar: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe de Python sense documentar: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "mètode de Python sense documentar: %s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "l'enllaç codificat %r podria substituir-se per un enllaç extern (en el seu lloc intenteu utilitzar %r)" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Tasca pendent" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "S'ha trobat una entrada TODO: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(L'<> es troba a %s, línia %d)." - -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada original" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "No es pot executar l'ordre de conversió d'imatges %r. «sphinx.ext.imgconverter» requerix de manera predeterminada ImageMagick. Assegureu-vos que està instal·lat o establiu l'opció «image_converter» a una ordre de conversió personalitzada.\n\nTraça: %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«convert» ha eixit amb un error:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "l'ordre «convert» %r no s'ha pogut executar, comproveu la configuració d'«image_converter»" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "La directiva de Graphviz no pot tindre tant el contingut com un argument del nom de fitxer" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "El fitxer extern %r de Graphviz no s'ha trobat ni es pot llegir" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "S'està ignorant la directiva «graphviz» sense contingut." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "S'ha d'establir el camí de l'executable «graphviz_dot»! %r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "l'ordre «dot» %r no s'ha pogut executar (necessària per a l'eixida de Graphviz), comproveu la configuració de «graphviz_dot»" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«dot» ha eixit amb un error:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«dot» no ha produït un fitxer d'eixida:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "«graphviz_output_format» ha de ser «png» o «svg», però és %r" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "codi de «dot» %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gràfica: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gràfica]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "l'ordre de LaTeX %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_latex»" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s l'ordre de %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_%s»" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "visualització de latex %r: %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex inclòs %r: %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Enllaça amb esta equació" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "falta «+» o «-» en l'opció «%s»." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "«%s» no és una opció vàlida." - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "«%s» no és una opció pyversion vàlida" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipus de TestCode no vàlid" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Proves de doctests en les fonts acabades, mireu el resultat a %(outdir)s/output.txt." - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "no hi ha codi/eixida en el bloc %s a %s:%s" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "s'ignora el codi doctest no vàlid: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la secció «%s» s'etiqueta com a «%s»" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiqueta duplicada %s, una altra instància a %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== durades de lectura més lentes =====================" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[font]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "s'està ressaltant el codi del mòdul… " - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documents]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Codi del mòdul" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Codi font per a %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Vista general: codi del mòdul" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Tots els mòduls per als quals hi ha codi

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citació duplicada %s, una altra instància a %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "No es fa referència en la citació [%s]." - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiqueta duplicada de l'equació %s, una altra instància a %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format no vàlid: %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funció interna)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (mètode %s)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable global o constant)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Arguments" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Llançaments" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Retorna" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipus de retorn" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (mòdul)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funció" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "mètode" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "classe" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dades" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Enllaça amb esta capçalera" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Enllaça amb esta taula" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "mòdul" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Enllaça amb este codi" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "descripció %s duplicada de %s, una altra %s a %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Enllaça amb esta imatge" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Enllaça amb este toctree" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opció de la directiva)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "No s'ha pogut obtindre la mida de la imatge. S'ignora l'opció «:scale:»." -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenció" -#: domains/rst.py:234 -msgid "directive" -msgstr "directiva" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Compte" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "opció_de_la_directiva" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perill" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: locale/__init__.py:232 +msgid "Error" +msgstr "S'ha produït un error" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descripció duplicada del %s %s, una altra instància a %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggeriment" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "Afegit a la versió %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Canviat a la versió %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsolet des de la versió %s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vegeu també" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "S'ha eliminat en la versió %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truc" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avís" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "el número de treball hauria de ser un nombre positiu" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "Per a més informació, visiteu ." @@ -1863,54 +1530,54 @@ msgstr "Introduïu el camí arrel per a la documentació." msgid "Root path for the documentation" msgstr "Camí arrel per a la documentació" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "S'ha produït un error: ja existix un fitxer conf.py en el camí arrel seleccionat." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Introduïu un camí arrel nou (o premeu «Retorn» per a eixir)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "Teniu dues opcions per a col·locar el directori de construcció per a la\neixida de Sphinx. O utilitzeu un directori «_build» dins del camí arrel,\no els directoris separats «source» i «build» dins del camí arrel." -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Separa els directoris «source» i «build» (s/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "Dins del directori arrel, es crearan dos directoris més: «_templates» per a\nles plantilles HTML personalitzades i «_static» per als fulls d'estil\npersonalitzats i altres fitxers estàtics. Podeu introduir un altre prefix\n(com «.») per a substituir el guió baix." -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Prefix de nom per als directoris «templates» i «static»" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "El nom del projecte apareixerà en diversos llocs de la documentació construïda." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Nom del projecte" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Noms de l'autoria" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1919,15 +1586,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx té la noció d'una «versió» i un «llançament» per al programari.\nCada versió pot tindre múltiples versions. Per exemple, per a Python,\nla versió és una cosa pareixent a 2.5 o 3.0, mentre que el llançament és\ncom 2.5.1 o 3.0a1. Si no necessiteu esta doble estructura, senzillament\nestabliu ambdues amb el mateix valor." -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Versió del projecte" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Llançament del projecte" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1937,21 +1604,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "Si els documents s'han d'escriure en un idioma que no siga l'anglés,\npodeu seleccionar un idioma ací per al vostre codi d'idioma.\nA continuació, Sphinx traduirà el text que es genera en este idioma.\n\nPer a obtindre una llista dels codis admesos, vegeu\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Idioma del projecte" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "El sufix del nom del fitxer per als fitxers d'origen. Normalment, este és\n«.txt» o «.rst». Només els fitxers amb este sufix es consideraran documents." -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Sufix del fitxer font" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1959,91 +1626,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "Un document és especial perquè es considera el node superior de l'«arbre de\ncontingut», és a dir, és l'arrel de l'estructura jeràrquica dels documents.\nNormalment, es tracta de l'«index», però si el document «index» és una\nplantilla personalitzada, també podreu establir-la a un altre nom de fitxer." -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "Nom del document mestre (sense sufix)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "S'ha produït un error: el fitxer mestre %s ja es troba en el camí arrel seleccionat." -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "Introduïu un nom de fitxer nou o canvieu-ne el nom i premeu «Retorn»" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indiqueu quines de les extensions següents de Sphinx haurien d'estar habilitades:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Nota: «imgmath» i «mathjax» no es poden habilitar alhora. «imgmath» ha sigut desseleccionat." -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "Es pot generar un fitxer Makefile i un fitxer d'ordres de Windows,\nde manera que només haureu d'executar, p. ex., «make html»\nen lloc d'invocar directament «sphinx-build»." -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Voleu crear el Makefile? (s/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "S'està creant el fitxer %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "El fitxer %s ja existix, se salta." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Finalitzat: s'ha creat una estructura inicial del directori." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "Ara heu de completar el fitxer mestre %s i crear altres fitxers font de documentació. " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Utilitzeu el Makefile per a construir els documents, com seguix:\n make builder" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "Utilitzeu l'ordre «sphinx-build» per a construir els documents, com seguix:\n sphinx-build -b constructor %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "on «constructor» és un dels constructors admesos, p. ex., html, latex o linkcheck." -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2053,970 +1720,1219 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nGenereu els fitxers necessaris per a un projecte Sphinx.\n\n«sphinx-quickstart» és una eina interactiva que fa algunes preguntes sobre el\nprojecte i després genera un directori complet de documentació i un\nexemple del fitxer Makefile per a utilitzar-se amb l'ordre «sphinx-build».\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "mode silenciós" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "arrel del projecte" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "Opcions de l'estructura" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "Si s'especifica, es crearà el directori de construcció a dins del directori d'origen" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "substitució per a punts a _templates, etc." -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Opcions bàsiques del projecte" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "nom del projecte" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "noms de l'autoria" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "versió del projecte" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "versió del projecte" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "llançament del projecte" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "idioma del document" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "sufix del fitxer font" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "nom del document mestre" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "utilitza epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Opcions de l'extensió" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "habilita l'extensió %s" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "habilita les extensions arbitràries" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Creeu els fitxers Makefile i de processament per lots" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "es crea el Makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "no es crea el Makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "es crea el fitxer de processament per lots" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "no es crea el fitxer de processament per lots" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "utilitza el mode make per a Makefile/make.bat" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Plantilles de projecte" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directori de plantilles per als fitxers de plantilla" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "definix una variable de plantilla" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "s'especifica «quiet», però no s'especifica cap «project» o «author»." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "S'ha produït un error: el camí especificat no és un directori o ja hi ha els fitxers de Sphinx." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "«sphinx-quickstart» només generarà dins d'un directori buit. Especifiqueu un camí arrel nou." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variable no vàlida de plantilla: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "El patró global toctree %r no coincidix amb cap document" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "el toctree conté una referència cap al document exclòs %r" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "el toctree conté una referència cap al document %r, el qual no existix" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "s'ha trobat una entrada duplicada en el toctree: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autoria de la secció:" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autoria del mòdul: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autoria del codi: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Autoria: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "… el contingut dels reconeixements no és una llista" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "… el contingut de l'historial no és una llista" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "cap espai en blanc eliminat en disminuir el sagnat" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Subtítol no vàlid: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "l'especificació del número de línia queda fora de l'interval (1-%d): %r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No es poden utilitzar ambdues opcions «%s» i «%s»" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "No s'ha trobat el fitxer d'inclusió «%s» o n'ha fallat la lectura" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "La codificació %r emprada per a llegir el fitxer d'inclusió «%s» pareix ser incorrecta, proveu indicant una opció :encoding:" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "L'objecte anomenat %r no es troba en el fitxer inclòs %r" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "No podeu utilitzar «lineno-match» amb un conjunt desarticulat de «línies»" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Línia específica %r: No hi ha cap línia llançada des del fitxer inclòs %r" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "«:file:» l'opció per a la directiva «csv-table» ara reconeix un camí absolut com a camí relatiu des del directori d'origen. Actualitzeu el vostre document." + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "no s'ha trobat el rol predeterminat %s" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "s'ha produït un error mentre es llegia: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "s'ha produït un error mentre s'escrivia: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s no existix" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "La configuració regional «Babel» no és vàlida: %r." + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Format de data no vàlid. Citeu la cadena amb cometes senzilles si voleu generar-la directament: %s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "nom desconegut de la directiva: %s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "nom desconegut del rol: %s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "tipus de node desconegut: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "l'inventari <%s> conté definicions duplicades de %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "l'inventari <%s> conté múltiples definicions per a %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "S'ha interromput l'intent de còpia des de %s a %s (hi ha dades existents en el camí de destinació)." + +#: util/display.py:78 +msgid "skipped" +msgstr "s'omet" + +#: util/display.py:83 +msgid "failed" +msgstr "ha fallat" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "S'ha interromput l'intent de còpia des de la plantilla representada %s a %s (hi ha dades existents en el camí de destinació)." + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Escriu el resultat de la plantilla avaluada a %s" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "llançament del projecte" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problema en el domini %s: se suposa que el camp utilitza el rol «%s», però no es troba en el domini." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "idioma del document" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "sufix del fitxer font" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "el toctree conté una referència cap al fitxer %r que no existix" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "nom del document mestre" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "utilitza epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funció interna)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Opcions de l'extensió" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (mètode %s)" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" -msgstr "habilita l'extensió %s" +msgid "%s() (class)" +msgstr "%s() (classe)" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "habilita les extensions arbitràries" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variable global o constant)" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Creeu els fitxers Makefile i de processament per lots" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "es crea el Makefile" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Arguments" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "no es crea el Makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Llançaments" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "es crea el fitxer de processament per lots" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Retorna" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "no es crea el fitxer de processament per lots" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipus de retorn" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "utilitza el mode make per a Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (mòdul)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Plantilles de projecte" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funció" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directori de plantilles per als fitxers de plantilla" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "mètode" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "definix una variable de plantilla" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "classe" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "s'especifica «quiet», però no s'especifica cap «project» o «author»." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dades" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "S'ha produït un error: el camí especificat no és un directori o ja hi ha els fitxers de Sphinx." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "«sphinx-quickstart» només generarà dins d'un directori buit. Especifiqueu un camí arrel nou." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "mòdul" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable no vàlida de plantilla: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "descripció %s duplicada de %s, una altra %s a %s" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "El patró global toctree %r no coincidix amb cap document" +msgid "%s %s" +msgstr "%s %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "el toctree conté una referència cap al document exclòs %r" +msgid "%s (directive)" +msgstr "%s (directiva)" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "el toctree conté una referència cap al document %r, el qual no existix" +msgid ":%s: (directive option)" +msgstr ":%s: (opció de la directiva)" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "s'ha trobat una entrada duplicada en el toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autoria de la secció:" +msgid "%s (role)" +msgstr "%s (rol)" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autoria del mòdul: " +#: domains/rst.py:234 +msgid "directive" +msgstr "directiva" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autoria del codi: " +#: domains/rst.py:235 +msgid "directive-option" +msgstr "opció_de_la_directiva" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autoria: " +#: domains/rst.py:236 +msgid "role" +msgstr "rol" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "… el contingut dels reconeixements no és una llista" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descripció duplicada del %s %s, una altra instància a %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "… el contingut de l'historial no és una llista" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiqueta duplicada de l'equació %s, una altra instància a %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "«:file:» l'opció per a la directiva «csv-table» ara reconeix un camí absolut com a camí relatiu des del directori d'origen. Actualitzeu el vostre document." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citació duplicada %s, una altra instància a %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "cap espai en blanc eliminat en disminuir el sagnat" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "No es fa referència en la citació [%s]." -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" -msgstr "Subtítol no vàlid: %s" +msgid "Added in version %s" +msgstr "Afegit a la versió %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "l'especificació del número de línia queda fora de l'interval (1-%d): %r" +msgid "Changed in version %s" +msgstr "Canviat a la versió %s" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No es poden utilitzar ambdues opcions «%s» i «%s»" +msgid "Deprecated since version %s" +msgstr "Obsolet des de la versió %s" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "No s'ha trobat el fitxer d'inclusió «%s» o n'ha fallat la lectura" +msgid "Removed in version %s" +msgstr "S'ha eliminat en la versió %s" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "La codificació %r emprada per a llegir el fitxer d'inclusió «%s» pareix ser incorrecta, proveu indicant una opció :encoding:" +msgid "The overview file is in %(outdir)s." +msgstr "El fitxer de vista general es troba a %(outdir)s." -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "L'objecte anomenat %r no es troba en el fitxer inclòs %r" +msgid "no changes in version %s." +msgstr "no hi ha canvis en la versió %s." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "No podeu utilitzar «lineno-match» amb un conjunt desarticulat de «línies»" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "s'està escrivint el fitxer de vista general…" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Línia específica %r: No hi ha cap línia llançada des del fitxer inclòs %r" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Elements incorporats" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nivell de mòdul" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "s'estan copiant els fitxers font…" + +#: builders/changes.py:146 #, python-format -msgid "%b %d, %Y" -msgstr "%-d %b, %Y" +msgid "could not read %r for changelog creation" +msgstr "no s'ha pogut llegir %r per a la creació del registre de canvis" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Índex" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s (%s)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "el node del títol no s'ha trobat en la secció, tema, taula, advertiment o nota al marge" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notes al peu" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "s'estan construint [mo]:" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "el subtítol no es troba dins d'una figura." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "s'està escrivint l'eixida…" -#: writers/texinfo.py:1303 +#: builders/__init__.py:281 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipus de node sense implementar: %r" +msgid "all of %d po files" +msgstr "tots els %d fitxers PO" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:303 #, python-format -msgid "[image: %s]" -msgstr "[imatge: %s]" +msgid "targets for %d po files that are specified" +msgstr "objectius per als %d fitxers PO que s'han especificat" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[imatge]" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "objectius per als %d fitxers PO que estan desfasats" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Enllaça amb esta definició" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "tots els fitxers font" -#: writers/html5.py:431 +#: builders/__init__.py:336 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format no s'ha definit per a %s" +msgid "file %r given on command line does not exist, " +msgstr "el fitxer %r proporcionat a la línia d'ordres no existix, " -#: writers/html5.py:441 +#: builders/__init__.py:343 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Qualsevol ID no assignat per al node %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "el fitxer %r proporcionat a la línia d'ordres no es troba davall el directori d'origen, s'ignora" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Enllaça amb este terme" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "el fitxer %r proporcionat a la línia d'ordres no és un document vàlid, s'ignora" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Enllaça amb esta capçalera" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d fitxers font proporcionats en la línia d'ordres" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Enllaça amb esta taula" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "els objectius per a %d fitxers font que estan desfasats" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "nivell de capçalera de rúbrica no compatible: %s" +msgid "building [%s]: " +msgstr "s'està construint [%s]: " -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Enllaça amb este codi" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "s'està buscant per fitxers sense actualitzar… " -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Enllaça amb esta imatge" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "s'han trobat %d" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Enllaça amb este toctree" +#: builders/__init__.py:418 +msgid "none found" +msgstr "no se n'ha trobat cap" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "No s'ha pogut obtindre la mida de la imatge. S'ignora l'opció «:scale:»." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "s'està preparant l'ambient" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning desconegut per a la classe %r" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "s'està comprovant la coherència" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" -msgstr "no es coneix l'opció de Babel per a l'idioma %r" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "no hi ha cap objectiu desfasat." -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: massa gran, s'ignora." +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "s'està actualitzant l'entorn: " -#: writers/latex.py:616 +#: builders/__init__.py:500 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "no s'ha trobat la plantilla %s. En el seu lloc s'està carregant des del llegat %s" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "el títol del document no és només un node de text" +msgid "%s added, %s changed, %s removed" +msgstr "%s afegits, %s canviats, %s eliminats" -#: writers/latex.py:1198 +#: builders/__init__.py:537 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "s'indiquen tant les columnes tabulars com l'opció «:widths:». S'ignora l'opció «:widths:»." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx no pot carregar el document mestre (%s) perquè coincidix amb un patró d'exclusió %r en la construcció. Moveu el vostre document mestre cap a una altra ubicació." -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "S'ha donat colspec %s, el qual sembla utilitzar la sintaxi tabular. Però esta taula no es pot representar com a tabular, el colspec donat s'ignorarà." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx no pot carregar el document mestre (%s) perquè coincidix amb un patró d'exclusió especificat en «conf.py», %r. Per favor, elimineu este patró." -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unitat de dimensió %s no és vàlida. S'ignora." +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx no pot carregar el document mestre (%s) perquè no s'inclou en l'opció personalitzada include_patterns = %r. Assegureu-vos que un patró en include_patterns coincidisca amb el document mestre." -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Ús:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPCIONS] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr " El generador de documentació Sphinx." - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Ordres:" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx no pot carregar el document mestre (%s). El document mestre haurà d'estar dins del directori font o un subdirectori d'este." -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opcions" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "s'estan llegint les fonts… " -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Per a més informació, visiteu https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "els docname que s'escriuran: %s" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "no hi ha cap docname per a escriure!" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Gestiona la documentació amb Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "s'estan preparant els documents" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Mostra la versió i ix." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "s'estan copiant els recursos" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Mostra este missatge i ix." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Els fitxers en XML es troben a %(outdir)s." -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Registre" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "s'ha produït un error mentre s'escrivia al fitxer %s: %s" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenta la verbositat (es pot repetir)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Imprimix només els errors i els avisos." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "La pàgina HTML es troba a %(outdir)s." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Cap eixida en absolut" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "s'està muntant un únic document" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "s'està escrivint" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Vegeu «sphinx --help».\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "s'estan escrivint els fitxers addicionals" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referències incoherents de nota al peu en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "El fitxer ePub es troba a %(outdir)s." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referències incoherents en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "s'està escrivint el fitxer nav.xhtml…" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referències incoherents de citació en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "el valor de configuració «epub_language» (o «language») no pot estar buit per a EPUB3" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referències incoherents de terme en el missatge traduït. Original: {0}, traduït: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "el valor de configuració «epub_uid» haurà de ser un XML NAME per a EPUB3" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "no s'ha pogut calcular el progrés de la traducció!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "el valor de configuració «epub_title» (o «html_title») no pot estar buit per a EPUB3" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "No hi ha cap element traduït!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_author» no pot estar buit per a EPUB3" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "S'ha trobat un índex basat en 4 columnes. Pot ser un error de les extensions que utilitzeu: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_contributor» no pot estar buit per a EPUB3" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La nota al peu [%s] no té una referència." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_description» no pot estar buit per a EPUB3" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "No es fa referència en la nota al peu [*]." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_publisher» no pot estar buit per a EPUB3" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "La nota al peu [núm.] no té una referència." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "el valor de configuració «epub_copyright» (o «copyright») no pot estar buit per a EPUB3" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "l'inventari <%s> conté definicions duplicades de %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "el valor de configuració «epub_identifier» no pot estar buit per a EPUB3" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "l'inventari <%s> conté múltiples definicions per a %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" -msgstr "s'ha produït un error mentre es llegia: %s, %s" +msgid "invalid css_file: %r, ignored" +msgstr "css_file no vàlid: %r, s'ignora" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" -msgstr "s'ha produït un error mentre s'escrivia: %s, %s" +msgid "The text files are in %(outdir)s." +msgstr "Els fitxers de text es troben a %(outdir)s." -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s no existix" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor fictici no genera cap fitxer." -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "La configuració regional «Babel» no és vàlida: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Busqueu qualsevol error en l'eixida anterior o en el fitxer %(outdir)s/output.txt" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Format de data no vàlid. Citeu la cadena amb cometes senzilles si voleu generar-la directament: %s" +msgid "broken link: %s (%s)" +msgstr "enllaç trencat: %s (%s)" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "S'ha interromput l'intent de còpia des de %s a %s (hi ha dades existents en el camí de destinació)." - -#: util/display.py:82 -msgid "skipped" -msgstr "s'omet" - -#: util/display.py:87 -msgid "failed" -msgstr "ha fallat" +msgid "Anchor '%s' not found" +msgstr "No s'ha trobat l'àncora «%s»" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "nom desconegut de la directiva: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. S'esperava un diccionari." -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" -msgstr "nom desconegut del rol: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "No s'ha pogut compilar expressions regulars en linkcheck_allowed_redirects: %r %s" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" -msgstr "tipus de node desconegut: %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "Els catàlegs de missatges es troben a %(outdir)s." -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "S'ha interromput l'intent de còpia des de la plantilla representada %s a %s (hi ha dades existents en el camí de destinació)." +msgid "targets for %d template files" +msgstr "objectius per a %d fitxers de plantilla" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "Escriu el resultat de la plantilla avaluada a %s" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "s'estan llegint les plantilles… " -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problema en el domini %s: se suposa que el camp utilitza el rol «%s», però no es troba en el domini." +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "s'estan escrivint els catàlegs de missatges… " -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" -msgstr "no s'ha trobat el rol predeterminat %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Els fitxers de Texinfo es troben a %(outdir)s." -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nExecuteu l'ordre «make» en este directori per a executar-les mitjançant\nel makeinfo (utilitzeu l'ordre «make info» per a fer-ho automàticament)." -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "el toctree conté una referència cap al fitxer %r que no existix" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "no s'ha trobat el valor de configuració «texinfo_documents»: no s'escriurà cap document" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "El valor de configuració «texinfo_documents» fa referència a un document %s desconegut" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "ve de la pàgina anterior" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "s'està processant %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continua en la pàgina següent" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "s'estan resolent les referències…" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabètic" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (a " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "s'estan copiant les imatges… " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pàgina" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "s'estan copiant els fitxers de suport de Texinfo" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Versió" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "s'ha produït un error mentre s'escrivia el fitxer Makefile: %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "s'ha trobat una entrada ToC duplicada: %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "no s'ha pogut llegir el fitxer d'imatge %r: en el seu lloc, es copia" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'imatge desconegut: %s…" +msgid "cannot write image file %r: %s" +msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "No s'ha pogut determinar el text alternatiu per a la referència creuada. Podria ser un error." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "s'ha trobat més d'una destinació per a «any» en la referència creuada %r: podria ser %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "s'està escrivint un fitxer de tipus MIME…" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s no es troba la destinació de la referència: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "s'està escrivint el fitxer META-INF/container.xml…" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r no es troba la destinació de la referència: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "s'està escrivint el fitxer content.opf…" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "S'ha interromput!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "tipus MIME desconegut per a %s, s'ignora" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "S'ha produït un error de marcatge en el reStructuredText!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "el node té un nivell no vàlid" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "S'ha produït un error de codificació!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "s'està escrivint el fitxer toc.ncx…" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "S'ha produït un error de recursivitat!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "s'està escrivint el fitxer %s…" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "Açò pot passar amb fitxers font molt grans o molt imbricats. Podeu fer augmentar amb cura el límit predeterminat de la recursivitat de Python de 1.000 al «conf.py» amb, per exemple:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Les pàgines del manual es troben a %(outdir)s." -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "S'està iniciant el depurador:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "no s'ha trobat el valor de configuració «man_pages»: no s'escriuran les pàgines del manual" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "S'ha guardat la traça completa a:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "Per a informar d'este error als desenvolupadors, obriu un problema a . Gràcies!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Els fitxers en LaTeX es troben a %(outdir)s." -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Informeu-ho també si es tractava d'un error d'usuari, de manera que la pròxima vegada es puga proporcionar un missatge d'error millor." - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Reduïx la barra lateral" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nExecuteu l'ordre «make» en este directori per a executar-les\nmitjançant el (pdf)latex (utilitzeu l'ordre «make latexpdf» per a fer-ho\nautomàticament)." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegueu" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "no s'ha trobat el valor de configuració «latex_documents»: no s'escriurà cap document" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Busca dins de %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "El valor de configuració «latex_documents» fa referència a un document %s desconegut" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Quant a estos documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Versió" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Busca" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "s'estan copiant els fitxers de suport de TeX" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "s'estan copiant els fitxers addicionals" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "el fitxer de logotip %r no existix" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualització el %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creada mitjançant Sphinx %(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "No s'ha pogut obtindre el docname!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítol anterior" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "S'ha fallat en obtindre un nom de document per a la font %r!" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Tema següent" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "No s'ha trobat cap nota a peu de pàgina per al node de referència %r donat" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "capítol següent" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r no té la configuració «theme»" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "Índex – %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no té la configuració «%s»" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Índex complet en una pàgina" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Les pàgines en HTML es troben a %(outdir)s." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta pàgina" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "No s'ha pogut llegir el fitxer d'informació de la construcció: %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostra el codi font" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info no coincidix, s'està copiant .buildinfo a .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Busca ràpida" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "es construïx [html]:" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ves fins a" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "s'ha canviat la plantilla %s des de la compilació anterior, es reconstruiran tots els documents" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Vista general" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índex general" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Us donem la benvinguda! Açò és" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "índex" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentació per a" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Logotip de %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "última actualització" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "següent" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índexs i taules:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "anterior" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Taula de contingut completa" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "s'estan generant els índexs" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "llista totes les seccions i subseccions" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "s'estan escrivint les pàgines addicionals" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Pàgina de busca" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "no es pot copiar el fitxer d'imatge «%s»: %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "busca esta documentació" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "s'estan copiant els fitxers que es poden baixar… " -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índex global de mòduls" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accés ràpid a tots els mòduls" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "No s'ha pogut copiar un fitxer en el directori «static» del tema: %s: %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índex general" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "totes les funcions, classes, termes" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "No s'ha pogut copiar un fitxer en html_static_file: %s: %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Taula de continguts" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "s'estan copiant els fitxers estàtics" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar a %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "no s'ha pogut copiar el fitxer estàtic %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Pàgines d'índex per lletra" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "s'estan copiant els fitxers addicionals" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pot ser gegant" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "no s'ha pogut copiar el fitxer addicional %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Activa JavaScript per a utilitzar la funcionalitat\n de busca." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "No s'ha pogut escriure el fitxer d'informació de la construcció: %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Buscar múltiples paraules només mostrarà les coincidències\n que continguen totes les paraules." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "busca" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "no s'ha pogut carregar l'índex de busca, i no es construiran tots els documents: l'índex estarà incomplet." -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contingut" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "la pàgina %s coincidix amb dos patrons en html_sidebars: %r i %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Resultats de la busca" +#: builders/html/__init__.py:1213 +#, 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'ha produït un error d'Unicode en representar la pàgina %s. Assegureu-vos que tots els valors de configuració que contenen contingut que no és ASCII són cadenes Unicode." -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "La vostra busca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "El tema «%s» no admet aquesta versió de Sphinx, perquè utilitza el camp «style» en les plantilles HTML, el qual és obsolet en Sphinx 5.1 i s'ha eliminat en Sphinx 7.0. El tema s'ha d'actualitzar per a utilitzar en el seu lloc el camp «styles». Vegeu https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "La busca ha acabat, s'ha trobat una pàgina que coincidix amb la consulta de busca." -msgstr[1] "La busca ha acabat, s'han trobat ${resultCount} pàgines que coincidixen amb la consulta de busca." +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "S'ha produït un error en representar la pàgina %s.\nMotiu: %r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "S'està buscant" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "s'està bolcant l'inventari d'objectes" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "S'està preparant la busca…" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "s'està bolcant l'índex de busca a %s" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", a " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file no vàlid: %r, s'ignora" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Oculta els resultats de busca" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "S'han enregistrat molts math_renderer. Però no s'ha seleccionat math_renderer." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Canvis en la versió %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "S'ha donat un math_renderer %r desconegut." -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "l'entrada html_extra_path %r es col·loca dins del directori d'eixida" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Llista de canvis de la versió %(version)s generada automàticament" +msgid "html_extra_path entry %r does not exist" +msgstr "l'entrada html_extra_path %r no existix" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Canvis a la biblioteca" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "l'entrada html_static_path %r es col·loca dins del directori d'eixida" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Canvis a l'API de C" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "l'entrada html_static_path %r no existix" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Altres canvis" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "el fitxer icona de web %r no existix" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandix la barra lateral" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Els valors a «html_sidebars» han de ser una llista de cadenes. Almenys un patró té un valor de cadena: %s. Canvia a «html_sidebars = %r»." -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "Separador de paràmetres només posicional (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 ja no és compatible amb Sphinx. (s'ha detectat «html4_writer=true» en les opcions de configuració)" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "Separador de paràmetres només posicional (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s documentació" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Paràmetres" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (versió desconeguda)" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (falta l'entrada «config»)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Llença" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (falta l'entrada «tags»)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3090,103 +3006,48 @@ msgstr "mètode estàtic" #: domains/python/__init__.py:734 msgid "property" -msgstr "propietat" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "escriviu l'àlies" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "descripció de l'objecte duplicat de %s, una altra instància a %s, ús «:no-index:» per a un d'ells" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "s'ha trobat més d'un objectiu per a la referència creuada %r: %s" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (obsolet)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Declaració de C** duplicada, també definida a %s:%s.\nLa declaració és «.. cpp:%s:: %s»." - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Paràmetres de la plantilla" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Valors retornats" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "unió" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membre" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipus" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "concepte" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enumera" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "numerador" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "paràmetre de la funció" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "paràmetre de la plantilla" +msgstr "propietat" + +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "escriviu l'àlies" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/python/__init__.py:804 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Declaració de C duplicada, també definida a %s:%s.\nLa declaració és «.. c:%s:: %s»." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "descripció de l'objecte duplicat de %s, una altra instància a %s, ús «:no-index:» per a un d'ells" -#: domains/c/__init__.py:211 +#: domains/python/__init__.py:974 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "s'ha trobat més d'un objectiu per a la referència creuada %r: %s" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variable" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (obsolet)" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de paràmetres només posicional (PEP 570)" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "estructura" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de paràmetres només posicional (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Paràmetres" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Llença" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3222,483 +3083,583 @@ msgstr "opció de la línia d'ordres %s" msgid "command line option" msgstr "opció de la línia d'ordres" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "el terme del glossari ha d'estar precedit per una línia buida" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "els termes del glossari no han d'estar separats per línies buides" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "el glossari pareix estar mal formatat, verifiqueu el sagnat" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "terme del glossari" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "gramàtica simbòlica" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "etiqueta de referència" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variable d'entorn" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "opció del programa" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "document" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Índex de mòduls" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pàgina de busca" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "descripció %s duplicada del %s, una altra instància a %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "«numfig» està desactivat. :numref: s'ignora." -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "No s'ha pogut crear una referència creuada. No s'assigna cap número: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "l'enllaç no té cap subtítol: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format no vàlid: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format no vàlid: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "etiqueta sense definir: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "No s'ha pogut crear una referència creuada. No es troba un títol o subtítol: %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "conjunt de valors no vàlid (falta el claudàtor de tancament): %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "conjunt de valors no vàlid (falta el claudàtor d'obertura): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Declaració de C duplicada, també definida a %s:%s.\nLa declaració és «.. c:%s:: %s»." -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "Cadena incorrecta literal (falten les cometes de tancament): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valors retornats" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "Cadena incorrecta literal (falten les cometes d'obertura): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membre" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Exemple" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Exemples" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Arguments de paraules clau" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "estructura" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unió" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Altres paràmetres" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enumera" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Rebudes" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "numerador" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referències" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipus" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Avisos" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "paràmetre de la funció" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Rendiments" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Paràmetres de la plantilla" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" -msgstr "S'ha detectat un objecte simulat: %r" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" -msgstr "àlies de %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Declaració de C** duplicada, també definida a %s:%s.\nLa declaració és «.. cpp:%s:: %s»." -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concepte" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "paràmetre de la plantilla" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contingut" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Taula de continguts" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "Search %(docstitle)s" +msgstr "Buscar a %(docstitle)s" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítol anterior" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Tema següent" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "capítol següent" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Busca" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Activa JavaScript per a utilitzar la funcionalitat\n de busca." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Buscar múltiples paraules només mostrarà les coincidències\n que continguen totes les paraules." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "busca" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta pàgina" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostra el codi font" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor no vàlid per a l'opció de l'ordre de membre: %s" +msgid "Index – %(key)s" +msgstr "Índex – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índex complet en una pàgina" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegueu" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Busca dins de %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Quant a estos documents" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor no vàlid per a l'opció des de la documentació de classes: %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signatura no vàlida per a auto%s (%r)" +msgid "Last updated on %(last_updated)s." +msgstr "Última actualització el %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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 "es desconeix quin és el mòdul que s'importarà per al document automàtic %r (proveu de col·locar una directiva «module» o «currentmodule» en el document o doneu-li un nom explícit al mòdul)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creada mitjançant Sphinx %(sphinx_version)s." -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca ràpida" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ves fins a" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» en el nom de l'«automodule» no té sentit" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Vista general" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "S'ha fallat en eliminar %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Us donem la benvinguda! Açò és" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "S'hauria de crear el fitxer %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentació per a" -#: ext/apidoc/_cli.py:28 -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 "\nMireu recursivament a per als mòduls i paquets de Python\ni creeu un fitxer reST amb les directives «automodule» per paquet en el .\n\nEls poden ser fitxers i/o patrons de directori que seran\nexclosos de la generació.\n\nNota: De manera predeterminada, este script no sobreescriurà els fitxers que ja s'han creat." +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última actualització" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "camí cap al mòdul que es documenta" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índexs i taules:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fitxer d'estil fnmatch i/o patrons de directori que s'exclouran de la generació" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Taula de contingut completa" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directori per a col·locar tota l'eixida" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "llista totes les seccions i subseccions" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "profunditat màxima dels submòduls que es mostraran en la TOC (predeterminada: 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "busca esta documentació" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobreescriu els fitxers existents" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índex global de mòduls" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "seguir els enllaços simbòlics. Potent quan es combina amb el paquet collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accés ràpid a tots els mòduls" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "executa l'script sense crear els fitxers" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "totes les funcions, classes, termes" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "posa la documentació per a cada mòdul en la seua pròpia pàgina" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Pàgines d'índex per lletra" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inclou «_private» en els mòduls" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pot ser gegant" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Reduïx la barra lateral" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "no crea un fitxer de taula de contingut" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandix la barra lateral" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "no crea capçaleres per als paquets del mòdul/paquet (p. ex., quan les cadenes de documentació ja les contenen)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Oculta els resultats de busca" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "posa la documentació del mòdul abans de la documentació del submòdul" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Resultats de la busca" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpreta els camins dels mòduls segons l'especificació d'espais de nom implícits al PEP-0420" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "La vostra busca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "Llista d'opcions separades per comes que es passarà a la directiva «automodule» (o utilitzeu SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "La busca ha acabat, s'ha trobat una pàgina que coincidix amb la consulta de busca." +msgstr[1] "La busca ha acabat, s'han trobat ${resultCount} pàgines que coincidixen amb la consulta de busca." -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "sufix del fitxer (predeterminat: rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "S'està buscant" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Elimina els fitxers existents en el directori d'eixida que no s'hagen generat" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "S'està preparant la busca…" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "genera un projecte complet amb «sphinx-quickstart»" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", a " -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "afig module_path a sys.path, s'utilitza quan s'indica el paràmetre «--full»" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Canvis en la versió %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "autoria del projecte, s'utilitza quan s'indica el paràmetre «--full»" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Llista de canvis de la versió %(version)s generada automàticament" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "versió del projecte, s'utilitza quan s'indica el paràmetre «--full»" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Canvis a la biblioteca" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "llançament del projecte, s'utilitza quan s'indica el paràmetre «--full», predeterminat a «--doc-version»" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Canvis a l'API de C" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opcions de l'extensió" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Altres canvis" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "ve de la pàgina anterior" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continua en la pàgina següent" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "No alfabètic" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbols" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "habilita les extensions arbitràries, que s'utilitzen quan s'indica «--full»" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" -#: ext/apidoc/_cli.py:240 +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pàgina" + +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "habilita l'extensió %s, que s'utilitza quan s'indica «--full»" +msgid "image file not readable: %s" +msgstr "el fitxer d'imatge no es pot llegir: %s" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." -msgstr "%s no és cap directori." +msgid "image file %s not readable: %s" +msgstr "el fitxer d'imatge %s no es pot llegir: %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "S'està executant apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "el fitxer de baixada no es pot llegir: %s" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "«apidoc_modules» l'element %i ha de ser un diccionari" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s ja té assignats números de secció (toctree amb numeració imbricada?)" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "«apidoc_modules» l'element %i ha de tindre una clau «path»." +msgid "see %s" +msgstr "vegeu %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "«apidoc_modules» l'element «path» %i ha de ser una cadena" +msgid "see also %s" +msgstr "vegeu també %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "«apidoc_modules» l'element «path» %i no és una carpeta existent: %s" +msgid "unknown index entry type %r" +msgstr "tipus d'entrada %r amb un índex desconegut" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "«apidoc_modules» l'element %i ha de tindre una clau «destination»" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "«apidoc_modules» l'element «destination» %i ha de ser una cadena" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "el toctree conté una referència cap al document %r, el qual no conté un títol: no es generarà cap enllaç" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "«apidoc_modules» l'element «destination» %i hauria de ser un camí relatiu" +msgid "toctree contains reference to non-included document %r" +msgstr "el toctree conté una referència cap a un document no inclòs %r" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "«apidoc_modules» l'element %i no pot crear el directori de destinació: %s" +msgid "toctree contains reference to non-existing document %r" +msgstr "el toctree conté una referència cap al document inexistent %r" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "No s'ha pogut determinar el text alternatiu per a la referència creuada. Podria ser un error." + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "«apidoc_modules» l'element %i «%s» ha de ser un nombre enter" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "s'ha trobat més d'una destinació per a «any» en la referència creuada %r: podria ser %s" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "«apidoc_modules» l'element %i «%s» ha de ser un booleà" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s no es troba la destinació de la referència: %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "«apidoc_modules» l'element %i té claus inesperades: %s" +msgid "%r reference target not found: %s" +msgstr "%r no es troba la destinació de la referència: %s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "«apidoc_modules» l'element %i «%s» ha de ser una seqüència" +msgid "Could not fetch remote image: %s [%s]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "«apidoc_modules» l'element %i «%s» ha de contindre cadenes" +msgid "Could not fetch remote image: %s [%d]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary: ha fallat en determinar %r que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" +msgid "Unknown image format: %s..." +msgstr "Format d'imatge desconegut: %s…" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] s'està generant autosummary per a: %s" +msgid "invalid value for member-order option: %s" +msgstr "valor no vàlid per a l'opció de l'ordre de membre: %s" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] s'està escrivint a %s" +msgid "invalid value for class-doc-from option: %s" +msgstr "valor no vàlid per a l'opció des de la documentació de classes: %s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary]: ha fallat en importar %s.\nPossibles pistes:\n%s" +msgid "invalid signature for auto%s (%r)" +msgstr "signatura no vàlida per a auto%s (%r)" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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 "\nGenera ReStructuredText mitjançant directrius de resum automàtic «autosummary».\n\n«sphinx-autogen» és un frontal per a sphinx.ext.autosummary.generate.\nGenera els fitxers en reStructuredText des de les directrius d'autosummary\ncontingudes en els fitxers d'entrada indicats.\n\nEl format de les directrius d'autosummary està documentat en el mòdul\n``sphinx.ext.autosummary`` de Python i es pot llegir mitjançant l'ordre següent::\n\npydoc sphinx.ext.autosummary\n" - -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "fitxers font per a generar els fitxers rST per a" +"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 "es desconeix quin és el mòdul que s'importarà per al document automàtic %r (proveu de col·locar una directiva «module» o «currentmodule» en el document o doneu-li un nom explícit al mòdul)" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "directori per a col·locar tota l'eixida cap a" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:93 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "sufix predeterminat per als fitxers (predeterminat: %(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» en el nom de l'«automodule» no té sentit" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "directori de plantilles personalitzades (predeterminat: %(default)s)" +msgid "A mocked object is detected: %r" +msgstr "S'ha detectat un objecte simulat: %r" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "document de membres importats (predeterminat: %(default)s)" +msgid "alias of %s" +msgstr "àlies de %s" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documenta exactament els membres en l'atribut __all__ del mòdul (predeterminat: %(default)s)." +msgid "Bases: %s" +msgstr "Bases: %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3746,563 +3707,607 @@ msgid "" " contain .rst. Skipped." msgstr "«autosummary» genera internament els fitxers «.rst». Però el vostre source_suffix no conté cap «.rst». S'omet." -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "L'identificador «%r» del projecte intersphinx no és vàlid en intersphinx_mapping. Els identificadors de projecte han de ser cadenes no buides." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "autosummary: ha fallat en determinar %r que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" + +#: ext/autosummary/generate.py:630 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] s'està generant autosummary per a: %s" + +#: ext/autosummary/generate.py:634 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] s'està escrivint a %s" + +#: ext/autosummary/generate.py:679 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary]: ha fallat en importar %s.\nPossibles pistes:\n%s" + +#: ext/autosummary/generate.py:877 +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 "\nGenera ReStructuredText mitjançant directrius de resum automàtic «autosummary».\n\n«sphinx-autogen» és un frontal per a sphinx.ext.autosummary.generate.\nGenera els fitxers en reStructuredText des de les directrius d'autosummary\ncontingudes en els fitxers d'entrada indicats.\n\nEl format de les directrius d'autosummary està documentat en el mòdul\n``sphinx.ext.autosummary`` de Python i es pot llegir mitjançant l'ordre següent::\n\npydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "fitxers font per a generar els fitxers rST per a" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "El valor «%r» no és vàlid en intersphinx_mapping[%r]. S'esperava una tupla o llista de dos elements." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "directori per a col·locar tota l'eixida cap a" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:915 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "El valor «%r» no és vàlid en intersphinx_mapping[%r]. Els valors han de ser un parell (URI de destinació, ubicacions de l'inventari)." +msgid "default suffix for files (default: %(default)s)" +msgstr "sufix predeterminat per als fitxers (predeterminat: %(default)s)" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:923 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "El valor «%r» de l'URI de destinació no és vàlid en intersphinx_mapping[%r][0]. Els URI de destinació han de ser cadenes úniques no buides." +msgid "custom template directory (default: %(default)s)" +msgstr "directori de plantilles personalitzades (predeterminat: %(default)s)" -#: ext/intersphinx/_load.py:103 +#: ext/autosummary/generate.py:931 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "El valor «%r» de l'URI de destinació no és vàlid en intersphinx_mapping[%r][0]. Els URI de destinació han de ser únics (una altra instància en intersphinx_mapping[%r])." +msgid "document imported members (default: %(default)s)" +msgstr "document de membres importats (predeterminat: %(default)s)" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "El valor «%r» d'ubicació de l'inventari no és vàlid en intersphinx_mapping[%r][1]. Les ubicacions de l'inventari han de ser cadenes no buides o «None»." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "documenta exactament els membres en l'atribut __all__ del mòdul (predeterminat: %(default)s)." -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configureu «intersphinx_mapping» no vàlida (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Elimina els fitxers existents en el directori d'eixida que no s'hagen generat" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configureu «intersphinx_mapping» no vàlida (%s errors)." +msgid "Failed to remove %s: %s" +msgstr "S'ha fallat en eliminar %s: %s" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "S'ha afegit una entrada intersphinx_mapping no vàlida després de la normalització." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "S'està executant apidoc" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "s'està carregant l'inventari intersphinx «%s» de %s …" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "s'han trobat alguns problemes amb alguns dels inventaris, però tenien alternatives funcionals:" +msgid "apidoc_modules item %i must be a dict" +msgstr "«apidoc_modules» l'element %i ha de ser un diccionari" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" -msgstr "" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "«apidoc_modules» l'element %i ha de tindre una clau «path»." -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "«apidoc_modules» l'element «path» %i ha de ser una cadena" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "(in %s %s)" -msgstr "" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "«apidoc_modules» l'element «path» %i no és una carpeta existent: %s" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "(in %s)" -msgstr "(a %s)" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "«apidoc_modules» l'element %i ha de tindre una clau «destination»" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "«apidoc_modules» l'element «destination» %i ha de ser una cadena" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "inventari «%s»: s'han trobat múltiples coincidències per a %s:%s" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "«apidoc_modules» l'element «destination» %i hauria de ser un camí relatiu" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "«apidoc_modules» l'element %i no pot crear el directori de destinació: %s" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser un nombre enter" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "no es troba el domini per a la referència creuada externa: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser un booleà" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%s externa: no es troba la destinació de la referència %s: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "«apidoc_modules» l'element %i té claus inesperades: %s" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "s'ha produït un error mentre es donava format a la signatura per a %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser una seqüència" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "«apidoc_modules» l'element %i «%s» ha de contindre cadenes" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "No s'ha pogut obtindre una signatura de funció per a %s: %s" +msgid "Would create file %s." +msgstr "S'hauria de crear el fitxer %s." -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "No s'ha pogut actualitzar la signatura per a %r: no es troba el paràmetre: %s" +#: ext/apidoc/_cli.py:28 +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 "\nMireu recursivament a per als mòduls i paquets de Python\ni creeu un fitxer reST amb les directives «automodule» per paquet en el .\n\nEls poden ser fitxers i/o patrons de directori que seran\nexclosos de la generació.\n\nNota: De manera predeterminada, este script no sobreescriurà els fitxers que ja s'han creat." -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "No s'ha pogut analitzar type_comment per a %r: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "camí cap al mòdul que es documenta" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fitxer d'estil fnmatch i/o patrons de directori que s'exclouran de la generació" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "s'ha produït un error mentre es donava format als arguments per a %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directori per a col·locar tota l'eixida" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "No s'ha pogut obtindre un constructor de funció per a %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "profunditat màxima dels submòduls que es mostraran en la TOC (predeterminada: 4)" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "No s'ha pogut obtindre una signatura de mètode per a %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobreescriu els fitxers existents" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "seguir els enllaços simbòlics. Potent quan es combina amb el paquet collective.recipe.omelette." -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "No s'ha pogut analitzar un valor d'argument predeterminat per a %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "executa l'script sense crear els fitxers" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "posa la documentació per a cada mòdul en la seua pròpia pàgina" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclou «_private» en els mòduls" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "no crea un fitxer de taula de contingut" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: ha fallat en determinar %s. %s (%r) que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "no crea capçaleres per als paquets del mòdul/paquet (p. ex., quan les cadenes de documentació ja les contenen)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "arguments de signatura o anotació de retorn indicats per a «automodule» %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "posa la documentació del mòdul abans de la documentació del submòdul" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ ha de ser una llista de cadenes, no %r (en el mòdul %s) -s'ignora __all__-" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpreta els camins dels mòduls segons l'especificació d'espais de nom implícits al PEP-0420" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "falta l'atribut esmentat en l'opció «:members:»: mòdul %s, atribut %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Llista d'opcions separades per comes que es passarà a la directiva «automodule» (o utilitzeu SPHINX_APIDOC_OPTIONS)." -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "falta l'atribut %s en l'objecte %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufix del fitxer (predeterminat: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "àlies de TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "genera un projecte complet amb «sphinx-quickstart»" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (versió desconeguda)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "afig module_path a sys.path, s'utilitza quan s'indica el paràmetre «--full»" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (falta l'entrada «config»)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "s'ha fallat en llegir el fitxer d'informació de la compilació trencada (falta l'entrada «tags»)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autoria del projecte, s'utilitza quan s'indica el paràmetre «--full»" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Les pàgines en HTML es troben a %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "versió del projecte, s'utilitza quan s'indica el paràmetre «--full»" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "No s'ha pogut llegir el fitxer d'informació de la construcció: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "llançament del projecte, s'utilitza quan s'indica el paràmetre «--full», predeterminat a «--doc-version»" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "build_info no coincidix, s'està copiant .buildinfo a .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opcions de l'extensió" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "es construïx [html]:" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "habilita les extensions arbitràries, que s'utilitzen quan s'indica «--full»" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "s'ha canviat la plantilla %s des de la compilació anterior, es reconstruiran tots els documents" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "índex" +msgid "enable %s extension, used when --full is given" +msgstr "habilita l'extensió %s, que s'utilitza quan s'indica «--full»" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "Logotip de %s" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "següent" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "anterior" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "s'estan generant els índexs" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "s'estan escrivint les pàgines addicionals" +msgid "%s is not a directory." +msgstr "%s no és cap directori." -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "no es pot copiar el fitxer d'imatge «%s»: %s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "s'estan copiant els fitxers que es poden baixar… " +msgid "(in %s %s)" +msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" +msgid "(in %s)" +msgstr "(a %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "No s'ha pogut copiar un fitxer en el directori «static» del tema: %s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "No s'ha pogut copiar un fitxer en html_static_file: %s: %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat múltiples coincidències per a %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "s'estan copiant els fitxers estàtics" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "no es troba l'inventari per a la referència creuada externa: %r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "no s'ha pogut copiar el fitxer estàtic %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "no es troba l'inventari per a la referència creuada externa: %r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "no es troba el domini per a la referència creuada externa: %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "no s'ha pogut copiar el fitxer addicional %r" +msgid "external %s:%s reference target not found: %s" +msgstr "%s externa: no es troba la destinació de la referència %s: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "No s'ha pogut escriure el fitxer d'informació de la construcció: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "L'identificador «%r» del projecte intersphinx no és vàlid en intersphinx_mapping. Els identificadors de projecte han de ser cadenes no buides." -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "no s'ha pogut carregar l'índex de busca, i no es construiran tots els documents: l'índex estarà incomplet." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "El valor «%r» no és vàlid en intersphinx_mapping[%r]. S'esperava una tupla o llista de dos elements." -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "la pàgina %s coincidix amb dos patrons en html_sidebars: %r i %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "El valor «%r» no és vàlid en intersphinx_mapping[%r]. Els valors han de ser un parell (URI de destinació, ubicacions de l'inventari)." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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'ha produït un error d'Unicode en representar la pàgina %s. Assegureu-vos que tots els valors de configuració que contenen contingut que no és ASCII són cadenes Unicode." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "El valor «%r» de l'URI de destinació no és vàlid en intersphinx_mapping[%r][0]. Els URI de destinació han de ser cadenes úniques no buides." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "El tema «%s» no admet aquesta versió de Sphinx, perquè utilitza el camp «style» en les plantilles HTML, el qual és obsolet en Sphinx 5.1 i s'ha eliminat en Sphinx 7.0. El tema s'ha d'actualitzar per a utilitzar en el seu lloc el camp «styles». Vegeu https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "El valor «%r» de l'URI de destinació no és vàlid en intersphinx_mapping[%r][0]. Els URI de destinació han de ser únics (una altra instància en intersphinx_mapping[%r])." -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "S'ha produït un error en representar la pàgina %s.\nMotiu: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "El valor «%r» d'ubicació de l'inventari no és vàlid en intersphinx_mapping[%r][1]. Les ubicacions de l'inventari han de ser cadenes no buides o «None»." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "s'està bolcant l'inventari d'objectes" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configureu «intersphinx_mapping» no vàlida (1 error)." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "s'està bolcant l'índex de busca a %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configureu «intersphinx_mapping» no vàlida (%s errors)." + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "S'ha afegit una entrada intersphinx_mapping no vàlida després de la normalització." -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file no vàlid: %r, s'ignora" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "s'està carregant l'inventari intersphinx «%s» de %s …" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "S'han enregistrat molts math_renderer. Però no s'ha seleccionat math_renderer." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "s'han trobat alguns problemes amb alguns dels inventaris, però tenien alternatives funcionals:" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "S'ha donat un math_renderer %r desconegut." +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Arguments de paraules clau" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "l'entrada html_extra_path %r es col·loca dins del directori d'eixida" +msgid "invalid value set (missing closing brace): %s" +msgstr "conjunt de valors no vàlid (falta el claudàtor de tancament): %s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "l'entrada html_extra_path %r no existix" +msgid "invalid value set (missing opening brace): %s" +msgstr "conjunt de valors no vàlid (falta el claudàtor d'obertura): %s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "l'entrada html_static_path %r es col·loca dins del directori d'eixida" +msgid "malformed string literal (missing closing quote): %s" +msgstr "Cadena incorrecta literal (falten les cometes de tancament): %s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "l'entrada html_static_path %r no existix" +msgid "malformed string literal (missing opening quote): %s" +msgstr "Cadena incorrecta literal (falten les cometes d'obertura): %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "el fitxer de logotip %r no existix" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Exemple" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "el fitxer icona de web %r no existix" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Exemples" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "Els valors a «html_sidebars» han de ser una llista de cadenes. Almenys un patró té un valor de cadena: %s. Canvia a «html_sidebars = %r»." +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notes" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 ja no és compatible amb Sphinx. (s'ha detectat «html4_writer=true» en les opcions de configuració)" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Altres paràmetres" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentació" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Rebudes" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no té la configuració «theme»" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referències" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no té la configuració «%s»" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Avisos" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "No s'ha pogut obtindre el docname!" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Rendiments" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "S'ha fallat en obtindre un nom de document per a la font %r!" +msgid "error while formatting signature for %s: %s" +msgstr "s'ha produït un error mentre es donava format a la signatura per a %s: %s" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "No s'ha trobat cap nota a peu de pàgina per al node de referència %r donat" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Els fitxers en LaTeX es troben a %(outdir)s." - -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nExecuteu l'ordre «make» en este directori per a executar-les\nmitjançant el (pdf)latex (utilitzeu l'ordre «make latexpdf» per a fer-ho\nautomàticament)." +msgid "Failed to get a function signature for %s: %s" +msgstr "No s'ha pogut obtindre una signatura de funció per a %s: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "no s'ha trobat el valor de configuració «latex_documents»: no s'escriurà cap document" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "No s'ha pogut analitzar un valor d'argument predeterminat per a %r: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "El valor de configuració «latex_documents» fa referència a un document %s desconegut" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "No s'ha pogut actualitzar la signatura per a %r: no es troba el paràmetre: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "s'estan copiant els fitxers de suport de TeX" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "No s'ha pogut analitzar type_comment per a %r: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "s'ha produït un error mentre es donava format als arguments per a %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "No s'ha pogut obtindre un constructor de funció per a %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." +msgid "Failed to get a method signature for %s: %s" +msgstr "No s'ha pogut obtindre una signatura de mètode per a %s: %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s ja té assignats números de secció (toctree amb numeració imbricada?)" +msgid "Failed to get a signature for %s: %s" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "el fitxer d'imatge no es pot llegir: %s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "el fitxer d'imatge %s no es pot llegir: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: ha fallat en determinar %s. %s (%r) que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "el fitxer de baixada no es pot llegir: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "arguments de signatura o anotació de retorn indicats per a «automodule» %s" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "el toctree conté una referència cap al document %r, el qual no conté un títol: no es generarà cap enllaç" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ ha de ser una llista de cadenes, no %r (en el mòdul %s) -s'ignora __all__-" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "el toctree conté una referència cap a un document no inclòs %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "falta l'atribut esmentat en l'opció «:members:»: mòdul %s, atribut %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "el toctree conté una referència cap al document inexistent %r" +msgid "missing attribute %s in object %s" +msgstr "falta l'atribut %s en l'objecte %s" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "vegeu %s" +msgid "alias of TypeVar(%s)" +msgstr "àlies de TypeVar(%s)" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "vegeu també %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "S'ha interromput!" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipus d'entrada %r amb un índex desconegut" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "S'ha produït un error de marcatge en el reStructuredText!" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "S'ha produït un error de codificació!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "S'ha produït un error de recursivitat!" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Açò pot passar amb fitxers font molt grans o molt imbricats. Podeu fer augmentar amb cura el límit predeterminat de la recursivitat de Python de 1.000 al «conf.py» amb, per exemple:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "S'està iniciant el depurador:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "S'ha guardat la traça completa a:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Per a informar d'este error als desenvolupadors, obriu un problema a . Gràcies!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Informeu-ho també si es tractava d'un error d'usuari, de manera que la pròxima vegada es puga proporcionar un missatge d'error millor." diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo index 55516460e5d..1700e58ea5f 100644 Binary files a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo 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 index dcf3155e824..eb130fe20bd 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard , 2019\n" "Language-Team: Kaqchikel (http://app.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.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: cak\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:286 +#: config.py:421 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:292 +#: config.py:475 #, python-format -msgid "The %r theme has too many ancestors" +msgid "No such config value: %r" msgstr "" -#: theming.py:320 +#: config.py:503 #, python-format -msgid "no theme configuration file found in %r" +msgid "Config value %r already present" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:540 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:610 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:357 +#: config.py:632 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:376 +#: config.py:650 config.py:658 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: project.py:72 +#: config.py:664 #, python-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:87 +#: config.py:685 #, python-format -msgid "Ignored unreadable document %r." +msgid "Section %s" +msgstr "" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Ruwachib'äl %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Kik'ajtz'ïk %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "xk'isïk" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,1302 +397,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Ruwachib'äl %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Kik'ajtz'ïk %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:83 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Sachoj" - -#: locale/__init__.py:233 -msgid "Hint" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Tatz'u chuqa'" - -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Chi tiqib'ana'" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "tajin nutz'ib'aj" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Ri <> k'o chupam %s, pa juch' %d.)" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(chupam" +#: ext/todo.py:166 +msgid "original entry" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:260 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:452 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:473 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:492 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[wachib'äl: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[wachib'äl]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Cholwuj" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Chi tiqib'ana'" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Ri <> k'o chupam %s, pa juch' %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "Ruwäch" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Sachoj" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Tatz'u chuqa'" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1856,1163 +1523,1412 @@ msgstr "" msgid "Enter the root path for documentation." msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: cmd/quickstart.py:275 +msgid "" +"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 "" + +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: cmd/quickstart.py:288 +msgid "" +"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 "" + +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Rub'i' samäj" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Kib'i' ajtz'ib'anel(a')" + +#: cmd/quickstart.py:310 +msgid "" +"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 "" + +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Rujalwäch samäj" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Ruch'ab'äl samaj" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" + +#: cmd/quickstart.py:351 +msgid "" +"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 "" + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: cmd/quickstart.py:411 +msgid "" +"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 "" + +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:577 +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 "" + +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:790 msgid "" -"The project name will occur in several places in the built documentation." +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Rub'i' samäj" - -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Kib'i' ajtz'ib'anel(a')" - -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:797 msgid "" -"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." +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Rujalwäch samäj" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Ruch'ab'äl samaj" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: cmd/quickstart.py:368 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: directives/code.py:237 #, python-format -msgid "Creating file %s." +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: directives/code.py:278 #, python-format -msgid "File %s already exists, skipping." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:520 +#: directives/code.py:316 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:527 +#: directives/patches.py:71 msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:531 +#: util/rst.py:73 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "rusachoj rusik'inïk: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "rusachoj rutz'ib'axïk: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:573 +#: util/i18n.py:253 +#, python-format 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" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "Ruwäch" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" +msgid "Added in version %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" +msgid "no changes in version %s." msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Cholwuj" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:238 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[wachib'äl: %s]" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[wachib'äl]" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:303 #, python-format -msgid "numfig_format is not defined for %s" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:315 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:354 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:416 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "%d found" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1228 +#: builders/__init__.py:500 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:537 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:546 #, python-format -msgid "unknown index entry type %s found" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "tajin nutz'ib'aj" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/inventory.py:166 +#: builders/text.py:27 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "rusachoj rusik'inïk: %s, %s" - -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "rusachoj rutz'ib'axïk: %s, %s" - -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(chupam" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Ajilanïk" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/texinfo.py:218 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:436 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ruxaq wuj re'" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Ütz apetïk! Wawe' k'o" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Konojel cholwuj" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "ri wuj richin" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "cholwuj" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "jun chïk" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "chi rij kan" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Konojel cholwuj" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", pa" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Jalajöj" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Retal jalöj" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3025,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "retal jalöj" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Jalajöj" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Retal jalöj" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,482 +3080,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "wuj" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "retal jalöj" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:199 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Tz'etb'äl" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Tz'etb'äl" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Jalajöj chïk" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ruxaq wuj re'" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:115 #, python-format -msgid "alias of %s" +msgid "Search within %(docstitle)s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Ütz apetïk! Wawe' k'o" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "ri wuj richin" + +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:135 +#: themes/basic/static/searchtools.js:134 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", pa" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Ajilanïk" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "see %s" +msgstr "tatz'u %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see also %s" +msgstr "tatz'u chuqa' %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "" + +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" -msgstr "(chupam %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "cholwuj" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "Logo of %s" +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "jun chïk" +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" +msgstr "(chupam %s)" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "chi rij kan" +#: ext/intersphinx/_resolve.py:112 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.py:72 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:906 -msgid "copying static files" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "cannot copy static file %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:122 +#, python-format +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to write build info file: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:1204 -#, python-format +#: ext/intersphinx/_load.py:324 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:332 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "dumping search index in %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1313 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1351 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Tz'etb'äl" + +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Tz'etb'äl" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Jalajöj chïk" + +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "tatz'u %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "tatz'u chuqa' %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index 139be3a0534..99a816e0baa 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 96e98543663..0b1fb88672c 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vilibald W. , 2014-2015\n" "Language-Team: Czech (http://app.transifex.com/sphinx-doc/sphinx-1/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:286 +#: config.py:421 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:292 +#: config.py:475 #, python-format -msgid "The %r theme has too many ancestors" +msgid "No such config value: %r" msgstr "" -#: theming.py:320 +#: config.py:503 #, python-format -msgid "no theme configuration file found in %r" +msgid "Config value %r already present" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:540 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:610 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:357 +#: config.py:632 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:376 +#: config.py:650 config.py:658 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: project.py:72 +#: config.py:664 #, python-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:87 +#: config.py:685 #, python-format -msgid "Ignored unreadable document %r." +msgid "Section %s" +msgstr "" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Obr. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabulka %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Výpis %s" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2700 +398,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:599 +#: theming.py:312 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:611 +#: theming.py:340 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:633 +#: theming.py:365 theming.py:418 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:369 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:686 +#: theming.py:377 #, python-format -msgid "Section %s" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Obr. %s" - -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabulka %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Výpis %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Výstraha" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[zdroj]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Upozornění" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Nebezpečí" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentace]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Chyba" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kód modulu" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Rada" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Zdrojový kód pro %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Důležité" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Přehled: kód modulu" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Poznámka" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Všechny moduly s dostupným kódem

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Viz také" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Varování" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (v " +#: ext/todo.py:166 +msgid "original entry" +msgstr "původní záznam" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graf]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:492 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/xml.py:29 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:103 +#: transforms/__init__.py:258 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:223 +#: transforms/__init__.py:300 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:350 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:355 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:361 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:518 #, python-format -msgid "all of %d po files" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "targets for %d po files that are specified" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line does not exist, " +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:342 +#: writers/latex.py:387 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:353 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:617 #, python-format -msgid "targets for %d source files that are out of date" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:417 -msgid "none found" -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Poznámky pod čarou" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:499 +#: writers/latex.py:1954 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:536 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:545 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "[image: %s]" +msgstr "[obrázek: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[obrázek]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Rejstřík" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:556 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:725 +#: writers/html5.py:456 #, python-format -msgid "docnames to write: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Vestavěné funkce" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Úroveň modulu" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Výstraha" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Upozornění" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nebezpečí" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Chyba" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Rada" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Důležité" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Poznámka" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Viz také" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varování" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/build.py:74 +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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:158 -#, python-format +#: cmd/build.py:109 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:157 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "původní záznam" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graf]" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "" -#: ext/imgmath.py:148 +#: cmd/build.py:357 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/duration.py:47 +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:134 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "Please enter one of %s." msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/duration.py:124 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: cmd/quickstart.py:230 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: ext/duration.py:136 +#: cmd/quickstart.py:235 msgid "" -"====================== slowest reading durations =======================" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: ext/duration.py:139 +#: cmd/quickstart.py:242 #, python-format -msgid "%.3fs %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[zdroj]" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumentace]" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Kód modulu" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Zdrojový kód pro %s

" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Přehled: kód modulu" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Všechny moduly s dostupným kódem

" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (vestavěná funkce)" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metoda %s)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (třída)" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globální proměnná nebo konstanta)" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumenty" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Vyvolá" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Vrací" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Typ návratové hodnoty" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkce" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metoda" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "třída" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktiva)" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiva" - -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/rst.py:262 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:32 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Added in version %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Změněno ve verzi %s" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" -#: domains/changeset.py:34 +#: cmd/quickstart.py:524 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastaralé od verze %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:535 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:577 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" +"Generate required files for a Sphinx project.\n" "\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor sekce: " -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor modulu: " -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor kódu:" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" - -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" - -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" - -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" - -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:274 +#: directives/patches.py:71 msgid "" -"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 "" - -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:309 +#: util/i18n.py:253 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:316 -msgid "Project version" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:350 +#: util/osutil.py:131 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:368 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:378 +#: util/fileutil.py:76 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:397 +#: util/docfields.py:100 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:407 +#: util/nodes.py:459 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" - -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/nodes.py:520 #, python-format -msgid "Creating file %s." +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/nodes.py:738 #, python-format -msgid "File %s already exists, skipping." +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (vestavěná funkce)" -#: cmd/quickstart.py:520 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (metoda %s)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (třída)" -#: cmd/quickstart.py:531 +#: domains/javascript.py:188 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globální proměnná nebo konstanta)" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: cmd/quickstart.py:573 -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 "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenty" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Vyvolá" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Vrací" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Typ návratové hodnoty" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkce" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metoda" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "třída" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiva)" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiva" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:671 +#: domains/rst.py:236 +msgid "role" +msgstr "role" + +#: domains/rst.py:262 #, python-format -msgid "enable %s extension" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Změněno ve verzi %s" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastaralé od verze %s" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Vestavěné funkce" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Úroveň modulu" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:810 +#: builders/changes.py:146 #, python-format -msgid "Invalid template variable: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:230 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:238 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor sekce: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor modulu: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor kódu:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:336 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:343 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:354 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:367 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:383 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Object named %r not found in include file %r" +msgid "building [%s]: " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:416 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%d found" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: builders/__init__.py:418 +msgid "none found" +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Rejstřík" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Poznámky pod čarou" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:500 #, python-format -msgid "unimplemented node type: %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:537 #, python-format -msgid "[image: %s]" -msgstr "[obrázek: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[obrázek]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:546 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:557 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:103 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/singlehtml.py:35 #, python-format -msgid "no Babel option known for language %r" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:85 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:299 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "processing %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (v " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/inventory.py:147 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:100 +#: builders/texinfo.py:218 #, python-format -msgid "reading error: %s, %s" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:223 #, python-format -msgid "writing error: %s, %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:146 +#: builders/_epub_base.py:436 #, python-format -msgid "locale_dir %s does not exist" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:467 #, python-format -msgid "Invalid Babel locale: %r." +msgid "cannot write image file %r: %s" msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:325 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown directive name: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/fileutil.py:76 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "writing %s file..." msgstr "" -#: util/fileutil.py:89 +#: builders/manpage.py:37 #, python-format -msgid "Writing evaluated template result to %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:64 #, python-format -msgid "default role %s not found" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:462 +#: builders/latex/__init__.py:115 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:167 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "pokračujte na předchozí stránce" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Vydání" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboly" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Vydání" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:487 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/theming.py:87 #, python-format -msgid "Unknown image format: %s..." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:114 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:337 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:372 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Obecný rejstřík" + +#: builders/html/__init__.py:496 +msgid "index" +msgstr "rejstřík" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "další" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "předchozí" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Sbalit boční lištu" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigace" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:948 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Prohledat %(docstitle)s" +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O těchto dokumentech" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Vyhledávání" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Veškerá práva vyhrazena" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1213 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +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 "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1226 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Aktualizováno dne %(last_updated)s." +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Přechozí téma" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "předchozí kapitola" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Další téma" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "další kapitola" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1361 #, python-format -msgid "Index – %(key)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Celý rejstřík na jedné stránce" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Tato stránka" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Ukázat zdroj" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Rychlé vyhledávání" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "OK" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Přehled" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Vítejte! Toto je" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentace pro" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "naposledy aktualizováno" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Rejstříky a tabulky:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Celkový obsah" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "seznam všech sekcí a podsekcí" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Vyhledávací stránka" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "prohledat tuto dokumentaci" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Celkový rejstřík modulů" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "rychlý přístup ke všem modulům" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Obecný rejstřík" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "všechny funkce, třídy, termíny" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "" - -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1435 #, python-format -msgid "Search %(docstitle)s" -msgstr "Prohledat %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Rejstřík podle písmene" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "může být obrovský" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Pro podporu vyhledávání aktivujte JavaScript." - -#: themes/basic/search.html:28 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "hledat" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Obsah" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Výsledky vyhledávání" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1448 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 "Vyhledávání nenalezlo žádný odpovídající dokument. Ujistěte se, že jste všechna slova zapsal/a správně a že jste vybral/a dostatek kategorií." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Probíhá vyhledání" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Vyhledávání se připravuje..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", v " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skrýt výsledky vyhledávání" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1464 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaticky generovaný seznam změn ve verzi %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Změny v knihovnách" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Změny API" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ostatní změny" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Rozbalit boční lištu" +msgid "%s %s documentation" +msgstr "Dokumentace pro %s %s" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametry" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Proměnné" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Vyvolá" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3112,522 +3026,685 @@ msgstr "" msgid " (deprecated)" msgstr " (zastaralé)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametry" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Proměnné" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Vyvolá" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "%s (C++ %s)" -msgstr "" +msgid "environment variable; %s" +msgstr "proměnná prostředí; %s" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "člen" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "typ" - -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "proměnná" - -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" - -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "proměnná prostředí; %s" - -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" - -#: domains/std/__init__.py:239 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" - -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" - -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "" - -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" - -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "termín v glosáři" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "token gramatiky" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "referenční návěstí" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "proměnná prostředí" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "volba programu" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Rejstřík modulů" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Vyhledávací stránka" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "člen" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "proměnná" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "typ" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Obsah" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Prohledat %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Přechozí téma" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "předchozí kapitola" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Další téma" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "další kapitola" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Vyhledávání" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Pro podporu vyhledávání aktivujte JavaScript." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "hledat" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Tato stránka" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Ukázat zdroj" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Celý rejstřík na jedné stránce" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigace" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Prohledat %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O těchto dokumentech" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Veškerá práva vyhrazena" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Aktualizováno dne %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Rychlé vyhledávání" -#: ext/apidoc/_cli.py:50 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "OK" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Přehled" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Vítejte! Toto je" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentace pro" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "naposledy aktualizováno" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Rejstříky a tabulky:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Celkový obsah" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "seznam všech sekcí a podsekcí" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "prohledat tuto dokumentaci" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Celkový rejstřík modulů" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "rychlý přístup ke všem modulům" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "všechny funkce, třídy, termíny" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Rejstřík podle písmene" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "může být obrovský" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sbalit boční lištu" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Rozbalit boční lištu" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Skrýt výsledky vyhledávání" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Výsledky vyhledávání" + +#: themes/basic/static/searchtools.js:134 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Vyhledávání nenalezlo žádný odpovídající dokument. Ujistěte se, že jste všechna slova zapsal/a správně a že jste vybral/a dostatek kategorií." -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Probíhá vyhledání" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Vyhledávání se připravuje..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", v " + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automaticky generovaný seznam změn ve verzi %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Změny v knihovnách" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Změny API" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostatní změny" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "pokračujte na předchozí stránce" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboly" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "viz %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "viz také %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3700,609 +3777,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "rejstřík" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "další" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "předchozí" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentace pro %s %s" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "viz %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "viz také %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo index 44fddec6d8c..5e542e0fe2a 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 3f0ac1d9f41..4639f47d479 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Geraint Palmer , 2016\n" "Language-Team: Welsh (http://app.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:286 +#: config.py:421 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:292 +#: config.py:475 #, python-format -msgid "The %r theme has too many ancestors" +msgid "No such config value: %r" msgstr "" -#: theming.py:320 +#: config.py:503 #, python-format -msgid "no theme configuration file found in %r" +msgid "Config value %r already present" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:540 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:610 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:357 +#: config.py:632 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:376 +#: config.py:650 config.py:658 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: project.py:72 +#: config.py:664 #, python-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:87 +#: config.py:685 #, python-format -msgid "Ignored unreadable document %r." +msgid "Section %s" +msgstr "" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Ffig. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabl %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2699 +398,2538 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:599 +#: theming.py:312 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:611 +#: theming.py:340 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:633 +#: theming.py:365 theming.py:418 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:369 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:686 +#: theming.py:377 #, python-format -msgid "Section %s" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Ffig. %s" - -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabl %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listing %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Sylw" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[ffynhonnell]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Gofal" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Perygl" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Gwall" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Cod y modiwl" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Awgrym" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Cod ffynhonnell ar gyfer %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Pwysig" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Trosolwg: cod y modiwl" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Nodyn" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Holl fodiwlau lle mae'r cod ar gael

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Gweler hefyd" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Awgrym" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Rhybudd" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (yn " +#: ext/todo.py:166 +msgid "original entry" +msgstr "eitem wreiddiol" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graff: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graff]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "%b %d, %Y" msgstr "" -#: builders/xml.py:29 -#, python-format -msgid "The XML files are in %(outdir)s." +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:103 +#: transforms/__init__.py:258 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:223 +#: transforms/__init__.py:300 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:350 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:355 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:361 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:518 #, python-format -msgid "all of %d po files" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "targets for %d po files that are specified" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line does not exist, " +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:342 +#: writers/latex.py:387 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:353 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:617 #, python-format -msgid "targets for %d source files that are out of date" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:417 -msgid "none found" -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Troednodiadau" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:499 +#: writers/latex.py:1954 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:536 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:545 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "[image: %s]" +msgstr "[delwedd: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[delwedd]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indecs" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:556 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:725 +#: writers/html5.py:456 #, python-format -msgid "docnames to write: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Lefel modiwl" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Sylw" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Gofal" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perygl" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Gwall" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Awgrym" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Pwysig" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nodyn" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Gweler hefyd" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Awgrym" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Rhybudd" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "eitem wreiddiol" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graff: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graff]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[ffynhonnell]" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Cod y modiwl" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

Cod ffynhonnell ar gyfer %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Trosolwg: cod y modiwl" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Holl fodiwlau lle mae'r cod ar gael

" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/citation.py:92 +#: cmd/quickstart.py:230 #, python-format -msgid "Citation [%s] is not referenced." +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:130 writers/latex.py:2500 +#: cmd/quickstart.py:242 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "Selected root path: %s" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (newidyn byd-eang neu cysonyn)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "ffwythiant" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" +#: cmd/quickstart.py:304 +msgid "Author name(s)" msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modiwl" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Wedi newid yn fersiwn %s" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Dibrisiwyd ers fersiwn %s" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:74 -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" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:531 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:577 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"\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 "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Awdur yr adran:" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Awdur y fodiwl:" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Awdur y cod:" + +#: directives/other.py:209 +msgid "Author: " +msgstr "Awdur:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" - -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" - -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:274 +#: directives/patches.py:71 msgid "" -"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 "" - -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:309 +#: util/i18n.py:253 +#, python-format msgid "" -"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." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:368 +#: util/fileutil.py:76 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:378 +#: util/docfields.py:100 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:397 +#: util/nodes.py:459 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "Creating file %s." +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:186 #, python-format -msgid "File %s already exists, skipping." +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (newidyn byd-eang neu cysonyn)" -#: cmd/quickstart.py:520 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:573 -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" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "ffwythiant" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modiwl" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/math.py:73 #, python-format -msgid "enable %s extension" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "" - -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Wedi newid yn fersiwn %s" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Dibrisiwyd ers fersiwn %s" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Lefel modiwl" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:810 +#: builders/changes.py:146 #, python-format -msgid "Invalid template variable: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:230 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:238 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Awdur yr adran:" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Awdur y fodiwl:" - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Awdur y cod:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Awdur:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:336 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:343 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:354 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:367 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:383 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Object named %r not found in include file %r" +msgid "building [%s]: " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:416 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%d found" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indecs" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Troednodiadau" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:500 #, python-format -msgid "[image: %s]" -msgstr "[delwedd: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[delwedd]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:537 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:546 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:726 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:29 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "no Babel option known for language %r" +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:616 +#: builders/singlehtml.py:35 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:83 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:41 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/inventory.py:147 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "processing %s" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (yn " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "writing error: %s, %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:244 +#: builders/texinfo.py:218 #, python-format -msgid "Invalid Babel locale: %r." +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:253 +#: builders/_epub_base.py:223 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/osutil.py:131 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/fileutil.py:76 +#: builders/_epub_base.py:594 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/rst.py:73 +#: builders/_epub_base.py:802 #, python-format -msgid "default role %s not found" +msgid "writing %s file..." msgstr "" -#: util/nodes.py:462 +#: builders/manpage.py:37 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/nodes.py:739 +#: builders/manpage.py:64 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "wedi'i barhau o'r tudalen blaenorol" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbolau" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 msgid "Release" msgstr "Rhyddhad" -#: transforms/post_transforms/images.py:79 +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:537 #, python-format -msgid "Unknown image format: %s..." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/transforms.py:121 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/theming.py:87 #, python-format -msgid "%r reference target not found: %s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indecs cyffredinol" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indecs" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Cyfangu'r bar ochr" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "nesaf" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Llywio" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "blaenorol" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Chwilio o fewn %(docstitle)s" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Ynglŷn â'r dogfennau hyn" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Chwilio" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Hawlfraint" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:807 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:853 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Diweddarwyd yn ddiwethaf ar %(last_updated)s." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:874 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Pwnc blaenorol" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "pennod blaenorol" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Pwnc nesaf" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "pennod nesaf" - -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:880 #, python-format -msgid "Index – %(key)s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Indecs llawn ar un tudalen" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Y Dudalen Hon" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Dangos Ffynhonell" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Chwilio cyflym" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ewch" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Trosolwg" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Croeso! Dyma" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "y dogfennaeth am" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "diweddarwyd yn ddiwethaf" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indecsau a tablau:" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tabl Cynnwys Llawn" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "rhestru holl adrannau ac isadrannau" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Tudalen Chwilio" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "chwiliwch y ddogfennaeth" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Indecs Modiwl Byd-Eang" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "mynediad cloi i bob modiwl" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indecs cyffredinol" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "holl ffwythiannau, dosbarthau a thermau" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1395 #, python-format -msgid "Search %(docstitle)s" -msgstr "Chwilio %(docstitle)s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indecs tudalennau gan lythyren" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "gall fod yn enfawr" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/basic/search.html:20 +#: builders/html/__init__.py:1435 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Trwoch JavaScript ymlaen i alluogi'r chwilio." +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1448 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "chwilio" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Dogfennaeth %s %s " -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Cynnwys" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Canlyniadau chwilio" - -#: themes/basic/static/searchtools.js:134 -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 "Nid yw eich chwiliad yn cyfateb unrhyw ddogfennau. Gwnewch yn siŵr fod pob gair wedi'i sillafu'n gywir, ac eich bod wedi dewis digon o gategorïau." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Yn chwilio" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Paratoi chwilio..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", yn " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Cuddio Canlyniadau Chwilio" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Newidiadau i'r llyfrgell" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Newidiadau i'r C-API" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Newidiadau arall" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Ehangu'r bar ochr" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Paramedrau" - -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3112,80 +3026,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "aelod" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Paramedrau" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3222,412 +3081,630 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Indecs Modiwlau" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Tudalen Chwilio" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "aelod" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Cynnwys" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Chwilio %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Pwnc blaenorol" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "pennod blaenorol" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Pwnc nesaf" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "pennod nesaf" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Chwilio" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Trwoch JavaScript ymlaen i alluogi'r chwilio." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "chwilio" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Y Dudalen Hon" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Dangos Ffynhonell" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Indecs llawn ar un tudalen" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Llywio" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Chwilio o fewn %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Ynglŷn â'r dogfennau hyn" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Hawlfraint" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Diweddarwyd yn ddiwethaf ar %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Chwilio cyflym" -#: ext/apidoc/_cli.py:50 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ewch" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Trosolwg" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Croeso! Dyma" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "y dogfennaeth am" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "diweddarwyd yn ddiwethaf" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indecsau a tablau:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tabl Cynnwys Llawn" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "rhestru holl adrannau ac isadrannau" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "chwiliwch y ddogfennaeth" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Indecs Modiwl Byd-Eang" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "mynediad cloi i bob modiwl" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "holl ffwythiannau, dosbarthau a thermau" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indecs tudalennau gan lythyren" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "gall fod yn enfawr" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Cyfangu'r bar ochr" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Ehangu'r bar ochr" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Cuddio Canlyniadau Chwilio" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Canlyniadau chwilio" + +#: themes/basic/static/searchtools.js:134 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Nid yw eich chwiliad yn cyfateb unrhyw ddogfennau. Gwnewch yn siŵr fod pob gair wedi'i sillafu'n gywir, ac eich bod wedi dewis digon o gategorïau." -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Yn chwilio" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Paratoi chwilio..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", yn " + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Newidiadau i'r llyfrgell" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Newidiadau i'r C-API" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Newidiadau arall" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "wedi'i barhau o'r tudalen blaenorol" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbolau" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "gweler %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "gweler hefyd %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3700,609 +3777,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indecs" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "nesaf" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "blaenorol" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Dogfennaeth %s %s " - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "gweler %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "gweler hefyd %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index c001d903c43..5d4a660f2bd 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 1a36bb736d4..8df76e6f8b2 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" "Language-Team: Danish (http://app.transifex.com/sphinx-doc/sphinx-1/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -57,90 +57,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:137 +#: config.py:378 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:218 +#: config.py:390 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:238 +#: config.py:398 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:278 +#: config.py:421 #, python-format -msgid "The %r theme has circular inheritance" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:286 +#: config.py:475 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "No such config value: %r" msgstr "" -#: theming.py:292 +#: config.py:503 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Config value %r already present" +msgstr "Konfigurationsværdien %r er allerede til stede" + +#: config.py:540 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Section %s" msgstr "" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "figur %s" + +#: config.py:687 #, python-format +msgid "Table %s" +msgstr "tabel %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Kildekode %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r blev ikke fundet, ignorerer." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -157,16 +232,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -214,7 +289,7 @@ msgstr "Dette projekt kræver mindst Sphinx v%s og kan derfor ikke bygges med de msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -231,7 +306,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "indlæser oversættelser [%s] ..." -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "færdig" @@ -304,7 +379,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +387,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,1859 +400,1451 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domænet %s er allerede registreret" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Rollen %r er allerede registreret til domæne %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser for %r er allerede registreret" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Kunne ikke importere udvidelse %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "Udvidelsen %s brugt af dette projekt kræver mindst Sphinx v%s; den kan derfor ikke bygges med denne version." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" -msgstr "Konfigurationsværdien %r er allerede til stede" +msgid "The %r theme has circular inheritance" +msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "figur %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "tabel %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Kildekode %s" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r blev ikke fundet, ignorerer." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "ny konfiguration" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "udvidelser ændret" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "kildemappe er ændret" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" - -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kilde]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Vær opmærksom" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Forsigtig" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Fare" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Fejl" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Fif" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Vigtigt" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dok]" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Bemærk" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modulkode" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Se også" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Kildekode for %s

" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Oversigt: modulkode" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Advarsel" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alle moduler, der er kode tilgængelig for

" -#: builders/texinfo.py:41 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:47 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (i " - -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(Det <> befinder sig i %s, linje %d.)" + +#: ext/todo.py:166 +msgid "original entry" +msgstr "oprindeligt punkt" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML-siden er i %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "" - -#: builders/singlehtml.py:189 -msgid "writing additional files" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Beskedkatalogerne er i %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" +msgid "dot code %r: %s" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "læser skabeloner ..." +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "skriver beskedkataloger ..." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graf]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "display latex %r: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "inline latex %r: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "konfigurationsværdien »epub_contributor« bør ikke være tom for EPUB3" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:158 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "ugyldig css_file: %r, ignoreret" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/xml.py:29 -#, python-format -msgid "The XML files are in %(outdir)s." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:187 #, python-format -msgid "error writing file %s: %s" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:260 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:452 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: ext/coverage.py:473 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:467 +#: ext/coverage.py:492 #, python-format -msgid "cannot write image file %r: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%d. %b, %Y" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:594 +#: transforms/__init__.py:300 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:89 +msgid "new config" +msgstr "ny konfiguration" + +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "udvidelser ændret" + +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "kildemappe er ændret" + +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Fodnoter" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "læser kilder ..." - -#: builders/__init__.py:725 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "docnames to write: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[billede: %s]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "forbereder dokumenter" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[billede]" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indeks" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/changes.py:65 +#: writers/texinfo.py:1306 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: builders/changes.py:67 -msgid "writing summary file..." +msgid "unimplemented node type: %r" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Indbyggede" - -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modulniveau" - -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:146 +#: writers/html5.py:446 #, python-format -msgid "could not read %r for changelog creation" +msgid "numfig_format is not defined for %s" msgstr "" -#: ext/coverage.py:48 +#: writers/html5.py:456 #, python-format -msgid "invalid regex %r in %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Vær opmærksom" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Forsigtig" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Fare" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fejl" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Fif" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Vigtigt" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Det <> befinder sig i %s, linje %d.)" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Bemærk" -#: ext/todo.py:166 -msgid "original entry" -msgstr "oprindeligt punkt" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Se også" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advarsel" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:74 +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 "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/graphviz.py:328 -#, python-format +#: cmd/build.py:109 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graf]" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/imgmath.py:167 -#, python-format +#: cmd/build.py:157 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[kilde]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dok]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modulkode" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "" -#: ext/viewcode.py:359 +#: cmd/build.py:357 #, python-format -msgid "

Source code for %s

" -msgstr "

Kildekode for %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Oversigt: modulkode" +msgid "cannot open warning file '%s': %s" +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Alle moduler, der er kode tilgængelig for

" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (indbygget funktion)" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metode i %s)" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (attribut i %s)" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Parametre" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Kaster" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returnerer" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Returtype" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Indtast venligst noget tekst." -#: domains/javascript.py:374 +#: cmd/quickstart.py:134 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funktion" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metode" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klasse" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +msgid "Please enter one of %s." +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attribut" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Indtast venligst enten »y« eller »n«." -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Indtast venligt et filsuffiks, f.eks. ».rst« eller ».txt«" -#: domains/javascript.py:458 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/rst.py:224 +#: cmd/quickstart.py:242 #, python-format -msgid "%s (role)" -msgstr "%s (rolle)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiv" +msgid "Selected root path: %s" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rolle" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Ændret i version %s" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Forældet siden version %s" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:299 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" +"The project name will occur in several places in the built documentation." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:304 +msgid "Author name(s)" msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:310 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:325 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:351 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"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 "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "Filen %s findes allerede, udelader." -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Indtast venligst noget tekst." - -#: cmd/quickstart.py:134 +#: cmd/quickstart.py:675 #, python-format -msgid "Please enter one of %s." +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Indtast venligst enten »y« eller »n«." +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Indtast venligt et filsuffiks, f.eks. ».rst« eller ».txt«" - -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "" - -#: cmd/quickstart.py:242 -#, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" - -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" - -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" - -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" - -#: cmd/quickstart.py:274 -msgid "" -"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 "" - -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "" - -#: cmd/quickstart.py:287 -msgid "" -"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 "" - -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "" - -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "" - -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "" - -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "" - -#: cmd/quickstart.py:309 -msgid "" -"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 "" - -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "" - -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "" - -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "" - -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "" - -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "" - -#: cmd/quickstart.py:350 -msgid "" -"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 "" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "" - -#: cmd/quickstart.py:368 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" - -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" - -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "" - -#: cmd/quickstart.py:407 -msgid "" -"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 "" - -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" - -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" - -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "" - -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "Filen %s findes allerede, udelader." - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" - -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" - -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" - -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" - -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" - -#: cmd/quickstart.py:573 -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 "" - -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" - -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" - -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" - -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" - -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" - -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" - -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" - -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" - -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" - -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" - -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "" - -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" - -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" - -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" - -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" - -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "" - -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "" - -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "" - -#: cmd/quickstart.py:681 +#: cmd/quickstart.py:685 msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:687 +#: cmd/quickstart.py:691 msgid "create makefile" msgstr "" -#: cmd/quickstart.py:693 +#: cmd/quickstart.py:697 msgid "do not create makefile" msgstr "opret ikke makefile" -#: cmd/quickstart.py:700 +#: cmd/quickstart.py:704 msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:706 +#: cmd/quickstart.py:710 msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:715 +#: cmd/quickstart.py:719 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 msgid "Project templating" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 msgid "template directory for template files" msgstr "skabelonmappe for skabelonfiler" -#: cmd/quickstart.py:731 +#: cmd/quickstart.py:735 msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:767 +#: cmd/quickstart.py:771 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:786 +#: cmd/quickstart.py:790 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:793 +#: cmd/quickstart.py:797 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: cmd/quickstart.py:810 +#: cmd/quickstart.py:814 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -2226,12 +1893,6 @@ msgstr "" msgid ".. hlist content is not a list" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" - #: directives/code.py:66 msgid "non-whitespace stripped by dedent" msgstr "" @@ -2241,782 +1902,1037 @@ msgstr "" msgid "Invalid caption: %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: directives/code.py:216 +#: directives/code.py:218 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: directives/code.py:231 +#: directives/code.py:233 #, python-format msgid "Include file '%s' not found or reading it failed" msgstr "" -#: directives/code.py:235 +#: directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file '%s' seems to be wrong, try " "giving an :encoding: option" msgstr "" -#: directives/code.py:276 +#: directives/code.py:278 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: directives/code.py:309 +#: directives/code.py:311 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: directives/code.py:314 +#: directives/code.py:316 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b, %Y" +msgid "default role %s not found" +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indeks" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fodnoter" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: writers/texinfo.py:1303 +#: util/i18n.py:113 #, python-format -msgid "unimplemented node type: %r" +msgid "writing error: %s, %s" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: util/i18n.py:146 #, python-format -msgid "[image: %s]" -msgstr "[billede: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[billede]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "locale_dir %s does not exist" msgstr "" -#: writers/html5.py:431 +#: util/i18n.py:244 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: writers/html5.py:441 +#: util/i18n.py:253 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: util/inventory.py:147 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: util/display.py:83 +msgid "failed" msgstr "" -#: writers/latex.py:386 +#: util/fileutil.py:76 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: util/fileutil.py:89 #, python-format -msgid "no Babel option known for language %r" +msgid "Writing evaluated template result to %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: writers/latex.py:616 +#: util/nodes.py:459 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: writers/latex.py:1228 +#: domains/javascript.py:183 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (indbygget funktion)" -#: writers/latex.py:1615 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (metode i %s)" -#: writers/latex.py:1950 +#: domains/javascript.py:186 #, python-format -msgid "unknown index entry type %s found" -msgstr "" +msgid "%s() (class)" +msgstr "%s() (klasse)" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (attribut i %s)" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parametre" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Kaster" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returnerer" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Returtype" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funktion" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metode" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klasse" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attribut" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: _cli/__init__.py:225 -msgid "No output at all" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiv)" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rolle)" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiv" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rolle" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: transforms/__init__.py:258 +#: domains/math.py:73 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: transforms/__init__.py:299 +#: domains/citation.py:75 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: util/inventory.py:147 +#: domains/changeset.py:33 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Ændret i version %s" -#: util/inventory.py:166 +#: domains/changeset.py:34 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Forældet siden version %s" -#: util/i18n.py:100 +#: domains/changeset.py:35 #, python-format -msgid "reading error: %s, %s" +msgid "Removed in version %s" msgstr "" -#: util/i18n.py:113 +#: builders/changes.py:29 #, python-format -msgid "writing error: %s, %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: util/i18n.py:146 +#: builders/changes.py:65 #, python-format -msgid "locale_dir %s does not exist" +msgid "no changes in version %s." msgstr "" -#: util/i18n.py:244 +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "" + +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Indbyggede" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modulniveau" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "" + +#: builders/changes.py:146 #, python-format -msgid "Invalid Babel locale: %r." +msgid "could not read %r for changelog creation" msgstr "" -#: util/i18n.py:253 +#: builders/__init__.py:230 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/__init__.py:238 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: util/docutils.py:325 +#: builders/__init__.py:281 #, python-format -msgid "unknown directive name: %s" +msgid "all of %d po files" msgstr "" -#: util/docutils.py:361 +#: builders/__init__.py:303 #, python-format -msgid "unknown role name: %s" +msgid "targets for %d po files that are specified" msgstr "" -#: util/docutils.py:805 +#: builders/__init__.py:315 #, python-format -msgid "unknown node type: %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: util/fileutil.py:89 +#: builders/__init__.py:336 #, python-format -msgid "Writing evaluated template result to %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: util/docfields.py:103 +#: builders/__init__.py:343 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: util/rst.py:73 +#: builders/__init__.py:354 #, python-format -msgid "default role %s not found" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: util/nodes.py:462 +#: builders/__init__.py:367 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%d source files given on command line" msgstr "" -#: util/nodes.py:523 +#: builders/__init__.py:383 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: util/nodes.py:739 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "building [%s]: " msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "fortsat fra forrige side" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "fortsætter på næste side" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboler" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "side" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Udgave" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/__init__.py:500 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "%s added, %s changed, %s removed" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/__init__.py:537 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/__init__.py:546 #, python-format -msgid "Unknown image format: %s..." +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: builders/__init__.py:557 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/__init__.py:564 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "læser kilder ..." + +#: builders/__init__.py:726 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "docnames to write: %s" msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "forbereder dokumenter" + +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-siden er i %(outdir)s." + +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Sammenfold sidebjælke" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Søg i %(docstitle)s" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Om disse dokumenter" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Søg" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "konfigurationsværdien »epub_contributor« bør ikke være tom for EPUB3" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Ophavsret" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: themes/basic/layout.html:201 +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Sidst opdateret %(last_updated)s." +msgid "invalid css_file: %r, ignored" +msgstr "ugyldig css_file: %r, ignoreret" -#: themes/basic/layout.html:204 +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:800 #, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Beskedkatalogerne er i %(outdir)s." + +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "læser skabeloner ..." + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "skriver beskedkataloger ..." + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:44 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Forrige emne" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "forrige kapitel" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Næste emne" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "næste kapitel" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (i " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Index – %(key)s" +msgid "cannot copy image file %r: %s" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Fuldt indeks på én side" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Denne side" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Vis kilde" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Hurtig søgning" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Søg" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Oversigt" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Velkommen! Dette er" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentationen for" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "sidst opdateret" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeks og tabeller:" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Fuldstændig indholdsfortegnelse" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "viser alle afsnit og underafsnit" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Søgeside" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "søg i denne dokumentation" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalt modulindeks" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "hurtig adgang til alle moduler" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Udgave" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" + +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" + +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" + +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML-siderne er i %(outdir)s." + +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" #: builders/html/__init__.py:496 themes/basic/defindex.html:23 msgid "General Index" msgstr "Generelt indeks" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alle funktioner, klasser, begreber" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indeks" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:578 +msgid "next" +msgstr "næste" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "forrige" + +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" + +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" + +#: builders/html/__init__.py:783 #, python-format -msgid "Search %(docstitle)s" -msgstr "Søg i %(docstitle)s" +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indeksér sider efter bogstav" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "kan være enormt" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Aktivér venligst JavaScript for at aktivere\n søgefunktionalitet." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Bemærk: Hvis du søger efter flere ord, vises kun resultater der indeholder alle ordene." +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "søg" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" + +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "kan ikke kopiere statisk fil %r" + +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Indhold" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Søgeresultater" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "Din søgning matchede ikke nogen dokumenter. Sikr dig at alle ord er stavet korrekt og at du har valgt nok kategorier." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Søger" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Forbereder søgning..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", i" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "udgyldig js_file: %r, ignoreret" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skjul søgeresultater" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Ændringer i version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatisk oprettet liste af ændringer i version %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Biblioteksændringer" +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Ændringer i C-API" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Andre ændringer" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Udfold sidebjælke" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon-filen %r findes ikke" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametre" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentation" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variable" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Rejser" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3092,61 +3008,200 @@ msgstr "statisk metode" msgid "property" msgstr "" -#: domains/python/__init__.py:735 -msgid "type alias" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:804 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (forældet)" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametre" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variable" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Rejser" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "miljøvariabel; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" +msgstr "" + +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" + +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "" + +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "begreb i ordliste" + +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "grammatisk element" + +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "referenceetiket" + +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "miljøvariabel" + +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "programtilvalg" + +#: domains/std/__init__.py:736 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Modulindeks" + +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Søgeside" + +#: domains/std/__init__.py:858 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: domains/python/__init__.py:804 +#: domains/std/__init__.py:1154 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/python/__init__.py:974 +#: domains/std/__init__.py:1158 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (forældet)" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: domains/std/__init__.py:1457 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Template-parametre" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "%s (C++ %s)" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" #: domains/c/__init__.py:361 domains/cpp/__init__.py:498 msgid "Return values" msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - #: domains/c/__init__.py:777 domains/cpp/__init__.py:944 msgid "member" msgstr "medlem" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "type" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabel" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "koncept" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" #: domains/c/__init__.py:783 domains/cpp/__init__.py:947 msgid "enum" @@ -3156,226 +3211,391 @@ msgstr "optæl" msgid "enumerator" msgstr "optælling" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "type" + #: domains/c/__init__.py:788 domains/cpp/__init__.py:951 msgid "function parameter" msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Template-parametre" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncept" + #: domains/cpp/__init__.py:954 msgid "template parameter" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Indhold" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Søg i %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Forrige emne" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "forrige kapitel" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Næste emne" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "næste kapitel" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Søg" + +#: themes/basic/search.html:20 msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Aktivér venligst JavaScript for at aktivere\n søgefunktionalitet." -#: domains/c/__init__.py:211 +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Bemærk: Hvis du søger efter flere ord, vises kun resultater der indeholder alle ordene." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "søg" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denne side" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Vis kilde" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s (C %s)" +msgid "Index – %(key)s" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variabel" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Fuldt indeks på én side" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" -#: domains/c/__init__.py:781 -msgid "struct" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Søg i %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Om disse dokumenter" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Ophavsret" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#: themes/basic/layout.html:201 #, python-format -msgid "environment variable; %s" -msgstr "miljøvariabel; %s" +msgid "Last updated on %(last_updated)s." +msgstr "Sidst opdateret %(last_updated)s." -#: domains/std/__init__.py:116 +#: themes/basic/layout.html:204 #, python-format -msgid "%s; configuration value" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hurtig søgning" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Søg" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Oversigt" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Velkommen! Dette er" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentationen for" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "sidst opdateret" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeks og tabeller:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Fuldstændig indholdsfortegnelse" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "viser alle afsnit og underafsnit" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "søg i denne dokumentation" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalt modulindeks" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "hurtig adgang til alle moduler" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alle funktioner, klasser, begreber" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksér sider efter bogstav" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan være enormt" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sammenfold sidebjælke" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Udfold sidebjælke" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Skjul søgeresultater" -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Søgeresultater" -#: domains/std/__init__.py:239 -#, python-format +#: themes/basic/static/searchtools.js:134 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Din søgning matchede ikke nogen dokumenter. Sikr dig at alle ord er stavet korrekt og at du har valgt nok kategorier." -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Søger" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Forbereder søgning..." -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", i" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Ændringer i version %(version)s — %(docstitle)s" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "begreb i ordliste" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammatisk element" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatisk oprettet liste af ændringer i version %(version)s" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "referenceetiket" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Biblioteksændringer" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "miljøvariabel" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Ændringer i C-API" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programtilvalg" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andre ændringer" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "fortsat fra forrige side" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modulindeks" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "fortsætter på næste side" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboler" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: domains/std/__init__.py:1124 +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "side" + +#: environment/collectors/asset.py:98 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "image file not readable: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:126 #, python-format -msgid "the link has no caption: %s" +msgid "image file %s not readable: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: environment/collectors/asset.py:165 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "download file not readable: %s" msgstr "" -#: domains/std/__init__.py:1157 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "see %s" +msgstr "se %s" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "see also %s" +msgstr "se også %s" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:360 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Eksempler" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Nøgleordsargumenter" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Andre parametre" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referencer" - -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" +msgid "Unknown image format: %s..." msgstr "" #: ext/autodoc/_directive_options.py:226 @@ -3420,146 +3640,151 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "Would create file %s." -msgstr "" - -#: ext/apidoc/_cli.py:28 -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 "" - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "overskriv eksisterende filer" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: ext/autosummary/__init__.py:235 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: ext/autosummary/__init__.py:239 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: ext/autosummary/__init__.py:329 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: ext/autosummary/__init__.py:358 +#, python-format +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_cli.py:135 +#: ext/autosummary/__init__.py:652 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: ext/autosummary/__init__.py:850 +#, python-format +msgid "autosummary_generate: file not found: %s" msgstr "" -#: ext/apidoc/_cli.py:152 +#: ext/autosummary/__init__.py:860 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: ext/apidoc/_cli.py:160 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#, python-format msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: ext/autosummary/generate.py:630 +#, python-format +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: ext/autosummary/generate.py:634 +#, python-format +msgid "[autosummary] writing to %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: ext/autosummary/generate.py:679 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: ext/autosummary/generate.py:877 +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 "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: ext/autosummary/generate.py:940 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "%s is not a directory." -msgstr "%s er ikke en mappe" +msgid "Failed to remove %s: %s" +msgstr "" #: ext/apidoc/_extension.py:50 msgid "Running apidoc" @@ -3630,199 +3855,137 @@ msgstr "" msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "" - -#: ext/autosummary/generate.py:630 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "" - -#: ext/autosummary/generate.py:634 -#, python-format -msgid "[autosummary] writing to %s" -msgstr "" - -#: ext/autosummary/generate.py:679 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "Would create file %s." msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/apidoc/_cli.py:28 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" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" "\n" -"The format of the autosummary directive is documented in the\n" -"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" "\n" -" pydoc sphinx.ext.autosummary\n" +"Note: By default this script will not overwrite already created files." msgstr "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autosummary/generate.py:923 -#, python-format -msgid "custom template directory (default: %(default)s)" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autosummary/generate.py:931 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "overskriv eksisterende filer" -#: ext/autosummary/generate.py:940 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autosummary/__init__.py:652 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" - -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/intersphinx/_load.py:72 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/intersphinx/_load.py:83 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:135 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: ext/intersphinx/_load.py:297 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s er ikke en mappe" #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3864,445 +4027,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:61 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" - -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML-siderne er i %(outdir)s." - -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indeks" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "næste" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "forrige" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "" - -#: builders/html/__init__.py:783 -#, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" -msgstr "kan ikke kopiere statisk fil %r" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Nøgleordsargumenter" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Eksempler" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "udgyldig js_file: %r, ignoreret" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Andre parametre" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referencer" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "logo file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon-filen %r findes ikke" - -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentation" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "se %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "se også %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index 667f0290e08..8e5d91b492a 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 9a63ceadffd..e6a0f2665be 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Jean-François B. , 2018\n" "Language-Team: German (http://app.transifex.com/sphinx-doc/sphinx-1/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -57,90 +57,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments Lexer Name %r ist unbekannt" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:137 +#: config.py:378 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:218 +#: config.py:390 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "invalid number %r for config value %r, ignoring" +msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" + +#: config.py:398 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:238 +#: config.py:421 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:278 +#: config.py:475 #, python-format -msgid "The %r theme has circular inheritance" +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Konfigurationswert %r bereits gesetzt" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: theming.py:345 theming.py:398 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:349 +#: config.py:610 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:632 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:357 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:376 +#: config.py:664 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:72 +#: config.py:685 #, python-format +msgid "Section %s" +msgstr "Abschnitt %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Abb. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tab. %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Quellcode %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nicht gefunden, daher ignoriert." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -157,16 +232,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments Lexer Name %r ist unbekannt" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -214,7 +289,7 @@ msgstr "Dieses Projekt benötigt Version %s oder später und kann daher nicht ge msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -231,7 +306,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "Lade Übersetzungen [%s]…" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "erledigt" @@ -304,7 +379,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +387,12 @@ 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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,2698 +400,2539 @@ 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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Ursprüngliche Ausnahme:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" -msgstr "Konfigurationswert %r bereits gesetzt" +msgid "The %r theme has circular inheritance" +msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "Abschnitt %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Abb. %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tab. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Quellcode %s" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nicht gefunden, daher ignoriert." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" - -#: environment/__init__.py:361 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[Quellcode]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Achtung" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Vorsicht" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Gefahr" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[Doku]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Fehler" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modul-Quellcode" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Hinweis" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Quellcode für %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Wichtig" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Überblick: Modul-Quellcode" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Bemerkung" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Siehe auch" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tipp" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Warnung" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:139 #, python-format -msgid "processing %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Zu tun" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Der <> steht in %s, Zeile %d.)" + +#: ext/todo.py:166 +msgid "original entry" +msgstr "ursprüngliche Eintrag" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[Diagramm: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[Diagramm]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/imgmath.py:362 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:118 #, python-format -msgid "broken link: %s (%s)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:124 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:799 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:297 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:492 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/xml.py:29 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:103 +#: transforms/__init__.py:258 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:223 +#: transforms/__init__.py:300 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:350 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:355 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:361 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:518 #, python-format -msgid "all of %d po files" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "targets for %d po files that are specified" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line does not exist, " +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:342 +#: writers/latex.py:387 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:353 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:617 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Fußnoten" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:499 +#: writers/latex.py:1618 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:536 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:545 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:556 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "[image: %s]" +msgstr "[Bild: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[Bild]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Stichwortverzeichnis" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:563 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:725 +#: writers/html5.py:446 #, python-format -msgid "docnames to write: %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Builtins" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modulebene" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Achtung" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Vorsicht" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Gefahr" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fehler" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hinweis" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Wichtig" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Bemerkung" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Siehe auch" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tipp" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Warnung" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/build.py:74 +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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:158 -#, python-format +#: cmd/build.py:109 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:157 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Zu tun" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Der <> steht in %s, Zeile %d.)" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "ursprüngliche Eintrag" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[Diagramm: %s]" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[Diagramm]" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/imgmath.py:167 +#: cmd/build.py:357 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/duration.py:47 +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:134 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "Please enter one of %s." msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/duration.py:124 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: cmd/quickstart.py:230 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: ext/duration.py:136 +#: cmd/quickstart.py:235 msgid "" -"====================== slowest reading durations =======================" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: ext/duration.py:139 +#: cmd/quickstart.py:242 #, python-format -msgid "%.3fs %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[Quellcode]" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[Doku]" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modul-Quellcode" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Quellcode für %s

" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Überblick: Modul-Quellcode" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (Standard-Funktion)" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (Methode von %s)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (Klasse)" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globale Variable oder Konstante)" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (Attribut von %s)" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Parameter" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Wirft" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Rückgabe" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Rückgabetyp" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/javascript.py:374 +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:372 #, python-format -msgid "%s (module)" -msgstr "%s (Modul)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "Funktion" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "Methode" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "Klasse" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "Wert" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "Attribut" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "Modul" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (Direktive)" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (Rolle)" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "Direktive" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "Rolle" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/rst.py:262 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:32 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Added in version %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Geändert in Version %s" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" -#: domains/changeset.py:34 +#: cmd/quickstart.py:524 #, python-format -msgid "Deprecated since version %s" -msgstr "Veraltet ab Version %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:535 #, python-format -msgid "%s %s" -msgstr "%s-%s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:577 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" +"Generate required files for a Sphinx project.\n" "\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor des Abschnitts: " -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor des Moduls: " -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor des Quellcode: " -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:298 +#: util/i18n.py:253 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:324 +#: util/osutil.py:131 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:350 +#: util/fileutil.py:76 +#, python-format msgid "" -"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." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docfields.py:100 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:378 +#: util/nodes.py:459 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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 "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (Standard-Funktion)" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (Methode von %s)" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (Klasse)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:188 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globale Variable oder Konstante)" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (Attribut von %s)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parameter" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Wirft" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Rückgabe" -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Rückgabetyp" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (Modul)" -#: cmd/quickstart.py:573 -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 "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "Funktion" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "Methode" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "Klasse" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "Wert" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "Attribut" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "Modul" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s-%s" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (Direktive)" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (Rolle)" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:234 +msgid "directive" +msgstr "Direktive" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/rst.py:236 +msgid "role" +msgstr "Rolle" + +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Geändert in Version %s" + +#: domains/changeset.py:34 #, python-format -msgid "enable %s extension" +msgid "Deprecated since version %s" +msgstr "Veraltet ab Version %s" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Builtins" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modulebene" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:810 +#: builders/__init__.py:336 #, python-format -msgid "Invalid template variable: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:343 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:367 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%d source files given on command line" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:383 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor des Abschnitts: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor des Moduls: " +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor des Quellcode: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:500 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:537 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:546 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:557 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:564 #, python-format -msgid "Object named %r not found in include file %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:726 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "docnames to write: %s" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Stichwortverzeichnis" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fußnoten" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/xml.py:29 #, python-format -msgid "[image: %s]" -msgstr "[Bild: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[Bild]" +msgid "The XML files are in %(outdir)s." +msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: writers/html5.py:431 +#: builders/xml.py:103 #, python-format -msgid "numfig_format is not defined for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/html5.py:441 +#: builders/singlehtml.py:35 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/epub3.py:83 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid css_file: %r, ignored" msgstr "" -#: writers/latex.py:1950 +#: builders/text.py:27 #, python-format -msgid "unknown index entry type %s found" +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/__init__.py:258 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/__init__.py:299 +#: builders/_epub_base.py:467 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/i18n.py:100 +#: builders/_epub_base.py:594 #, python-format -msgid "reading error: %s, %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:802 #, python-format -msgid "Invalid Babel locale: %r." +msgid "writing %s file..." msgstr "" -#: util/i18n.py:253 +#: builders/manpage.py:37 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/docutils.py:805 +#: builders/latex/__init__.py:167 #, python-format -msgid "unknown node type: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: util/fileutil.py:76 +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "logo file %r does not exist" msgstr "" -#: util/fileutil.py:89 +#: builders/latex/__init__.py:529 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: util/docfields.py:103 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: util/rst.py:73 +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 #, python-format -msgid "default role %s not found" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/nodes.py:462 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "No footnote was found for given reference node %r" msgstr "" -#: util/nodes.py:523 +#: builders/latex/theming.py:87 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: util/nodes.py:739 +#: builders/latex/theming.py:90 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "Fortsetzung der vorherigen Seite" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "Fortsetzung auf der nächsten Seite" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Sonderzeichen" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "Seite" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Stichwortverzeichnis" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Release" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "Index" -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:549 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "Logo of %s" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "weiter" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "zurück" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" + +#: builders/html/__init__.py:783 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot copy image file '%s': %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:807 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:853 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:874 #, python-format -msgid "%r reference target not found: %s" +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: _cli/util/errors.py:240 +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Seitenleiste einklappen" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:1276 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Suche in %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Über dieses Dokument" +msgid "dumping search index in %s" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Suche" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1361 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1375 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zuletzt aktualisiert am %(last_updated)s." +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1380 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Vorheriges Thema" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "vorheriges Kapitel" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Nächstes Thema" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "nächstes Kapitel" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1422 #, python-format -msgid "Index – %(key)s" +msgid "favicon file %r does not exist" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Gesamtes Stichwortverzeichnis auf einer Seite" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Diese Seite" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Quellcode anzeigen" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Schnellsuche" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Los" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Übersicht" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Willkommen! Dies ist" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "die Dokumentation für" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "zuletzt aktualisiert" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Verzeichnisse und Tabellen:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Vollständiges Inhaltsverzeichnis" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "Liste aller Kapitel und Unterkapitel" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Suche" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "durchsuche diese Dokumentation" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globaler Modulindex" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "schneller Zugriff auf alle Module" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Stichwortverzeichnis" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alle Funktionen, Klassen, Begriffe" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Inhaltsverzeichnis" - -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1435 #, python-format -msgid "Search %(docstitle)s" -msgstr "Suche in %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Stichwortverzeichnis nach Anfangsbuchstabe" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "kann groß sein" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen." - -#: themes/basic/search.html:28 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "suchen" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Inhalt" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Suchergebnisse" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1448 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 "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle Wörter richtig geschrieben sind und genügend Kategorien ausgewählt sind." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Suchen" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Suche wird vorbereitet..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", in " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Suchergebnisse ausblenden" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1464 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatisch generierte Liste der Änderungen in Version %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Bibliotheks-Änderungen" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API-Änderungen" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Andere Änderungen" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Seitenleiste ausklappen" +msgid "%s %s documentation" +msgstr "%s %s Dokumentation" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parameter" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variablen" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Verursacht" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3112,94 +3028,39 @@ msgstr "" msgid " (deprecated)" msgstr " (veraltet)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Template Parameter" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parameter" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variablen" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "Member" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Verursacht" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "Typ" +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "Umgebungsvariable; %s" -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "Aufzählung" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "Enumerator" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" - -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "Variable" - -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "Makro" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" - -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "Umgebungsvariable; %s" - -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" #: domains/std/__init__.py:182 @@ -3222,412 +3083,628 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "Glossareintrag" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "Grammatik-Token" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "Referenz-Label" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "Umgebungsvariable" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "Programmoption" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Modulindex" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Suche" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "Member" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "Variable" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "Makro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "Aufzählung" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "Enumerator" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "Typ" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Template Parameter" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Inhalt" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Inhaltsverzeichnis" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Suche in %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Vorheriges Thema" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "vorheriges Kapitel" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Nächstes Thema" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "nächstes Kapitel" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Suche" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "suchen" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Diese Seite" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Quellcode anzeigen" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Gesamtes Stichwortverzeichnis auf einer Seite" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Suche in %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Über dieses Dokument" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Zuletzt aktualisiert am %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Schnellsuche" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Los" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Übersicht" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Willkommen! Dies ist" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "die Dokumentation für" -#: ext/apidoc/_cli.py:91 +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "zuletzt aktualisiert" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Verzeichnisse und Tabellen:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Vollständiges Inhaltsverzeichnis" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "Liste aller Kapitel und Unterkapitel" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "durchsuche diese Dokumentation" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globaler Modulindex" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "schneller Zugriff auf alle Module" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alle Funktionen, Klassen, Begriffe" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Stichwortverzeichnis nach Anfangsbuchstabe" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kann groß sein" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Seitenleiste einklappen" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Seitenleiste ausklappen" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Suchergebnisse ausblenden" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Suchergebnisse" + +#: themes/basic/static/searchtools.js:134 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle Wörter richtig geschrieben sind und genügend Kategorien ausgewählt sind." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Suchen" + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Suche wird vorbereitet..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", in " + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatisch generierte Liste der Änderungen in Version %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Bibliotheks-Änderungen" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API-Änderungen" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andere Änderungen" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "Fortsetzung der vorherigen Seite" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "Fortsetzung auf der nächsten Seite" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Sonderzeichen" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "Seite" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "siehe %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "siehe auch %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3700,609 +3777,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "Index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "weiter" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "zurück" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s Dokumentation" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "siehe %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "siehe auch %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo index 91619ffc82b..7b11ea12c5e 100644 Binary files a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo and b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po index 43b75f34443..e946ec5861c 100644 --- a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German (Germany) (http://app.transifex.com/sphinx-doc/sphinx-1/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo index c5843c13d75..04efab9eb11 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 3dcc383b65f..ea585fd90a0 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -1,8 +1,9 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Jared Dillard, 2026 # Stelios Vitalis , 2015 # Komiya Takeshi , 2021 # tzoumakers tzoumakers , 2019 @@ -10,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Komiya Takeshi , 2021\n" +"Last-Translator: Jared Dillard, 2026\n" "Language-Team: Greek (http://app.transifex.com/sphinx-doc/sphinx-1/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -56,90 +57,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Το όνομα %r δεν είναι γνωστό" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "η ρύθμιση %s.%s δεν εμφανίζεται από τις παραμετροποιήσεις θέματος που αναζητήθηκαν" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "ο κατάλογος παραμετροποίησης δεν περιλαμβάνει κανένα αρχείο conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "δόθηκε μη υποστηριζόμενη επιλογή θέματος %r" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "το αρχείο %r στο μονοπάτι θέματος δεν αποτελεί ένα έγκυρο zipfile ή δεν περιλαμβάνει ένα θέμα" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης καταλόγου %r, θα αγνοηθεί (χρησιμοποιήστε το %r για να καθορίσετε τα επιμέρους στοιχεία)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "ανέγκυρος αριθμός %r για τιμή παραμετροποίησης %r, θα αγνοηθεί" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης %r με τύπο ο οποίος δεν υποστηρίζεται, θα αγνοηθεί" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "άγνωστη τιμή παραμετροποίσης %r στην υπερσκέλιση, θα αγνοηθεί" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Η τιμή παραμετροποίησης %r υφίσταται ήδη." + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Υπάρχει ένα συντακτικό λάθος στο αρχείο παραμετροποίησής σας: %s\n" -#: theming.py:345 theming.py:398 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Το αρχείο παραμετροποίησης (ή ένα από τα στοιχεία που εισάγει) κάλεσε την sys.exit()" + +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Υπάρχει ένα προγραμματιστικό λάθος στο αρχείο παραμετροποίησής σας:\n\n%s" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Section %s" +msgstr "Τομέας %s" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Εικ. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Πίνακας %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Λίστα %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Η τιμή παραμετροποίησης '{name}' πρέπει να λαμβάνει μία από τις {candidates} αλλά εκχωρήθηκε η '{current}'." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Η τιμή παραμετροποίησης `{name}' έχει τύπο `{current.__name__}' αναμενόμενη {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Η τιμή παραμετροποίησης '{name}' έχει τύπο '{current.__name__}', αρχικοποίηση σε '{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "το primary_domain %r δεν βρέθηκε, θα αγνοηθεί." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -156,16 +232,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Το έργο χρειάζεται την επέκταση %s τουλάχιστον στην έκδοση %s και επομένως δεν είναι δυνατή η μεταγλώττιση με τη φορτωμένη έκδοση (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Το όνομα %r δεν είναι γνωστό" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -213,7 +289,7 @@ msgstr "Αυτό το έργο απαιτεί Sphinx έκδοσης τουλάχ msgid "making output directory" msgstr "δημιουργία καταλόγου εξόδου" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "κατά τον καθορισμό της επέκτασης %s" @@ -230,7 +306,7 @@ msgstr "η 'παραμετροποίηση' σύμφωνα με τον τρέχ msgid "loading translations [%s]... " msgstr "φόρτωση μεταφράσεων [%s]..." -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "ολοκλήρωση" @@ -303,7 +379,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -311,12 +387,12 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε από το δημιουργό της επέκτασης να το ελέγχει και να το κάνει σαφές" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -324,1160 +400,1657 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε το δημιουργό της επέκτασης να το ελέγξει και να το κάνει σαφές" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "εκτέλεση σειριακής %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Η κλάση μεταγλώττισης %s δεν έχει χαρακτηριστικό \"name\" " -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Ο μεταγλωττιστής %r υφίσταται ήδη (στο δομοστοιχείο %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Το όνομα μεταγλωττιστή %s δεν είναι καταχωρημένο ή διαθέσιμο δια μέσου του σημείου εισαγωγής" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Το όνομα μεταγλωττιστή %sδεν είναι καταχορημένο" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "ο τομέας %s είναι ήδη καταχωρημένος" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "ο τομέας %s δεν έχει καταχωρηθεί ακόμη" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Η οδηγία %r είναι ήδη καταχωρημένη στον τομέα %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Ο ρόλος %r είναι ήδη καταχωρημένος στον τομέα %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Ο δείκτης %r είναι ήδη καταχωρημένος στον τομέα %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "Το object_type %r είναι ήδη καταχωρημένο" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "Το crossref_type %r είναι ήδη καταχωρημένο" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "το source_suffix %r είναι ήδη καταχωρημένο" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "το source_parser για το %r είναι ήδη καταχωρημένο" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Ο αναλυτής πηγής για το %s δεν είναι καταχωρημένος" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Ο μεταφραστής για το %r υφίσταται ήδη" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "το kwargs για το add_node() πρέπει να είναι μία (visit, depart) συνάρτηση πλειάδας: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "το enumerable_node %r είναι ήδη καταχωρημένο" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "η επέκταση %r συγχωνεύθηκε ήδη με το Sphinx από την έκδοση %s; η επέκταση αυτή θα αγνοηθεί." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Αρχική εξαίρεση:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Δεν ήταν δυνατή η εισαγωγή της επέκτασης %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "η επέκταση %r δεν έχει συνάρτηση setup(); αποτελεί δομοστοιχείο επέκτασης του Sphinx;" -#: registry.py:567 +#: registry.py:574 #, 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: επομένως δεν είναι δυνατή η μεταγλώττιση με αυτή την έκδοση." -#: registry.py:579 +#: registry.py:586 #, 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 ή έναν κατάλογο μεταδεδομένων" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "ο κατάλογος παραμετροποίησης δεν περιλαμβάνει κανένα αρχείο conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης καταλόγου %r, θα αγνοηθεί (χρησιμοποιήστε το %r για να καθορίσετε τα επιμέρους στοιχεία)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "ανέγκυρος αριθμός %r για τιμή παραμετροποίησης %r, θα αγνοηθεί" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "η ρύθμιση %s.%s δεν εμφανίζεται από τις παραμετροποιήσεις θέματος που αναζητήθηκαν" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης %r με τύπο ο οποίος δεν υποστηρίζεται, θα αγνοηθεί" +msgid "unsupported theme option %r given" +msgstr "δόθηκε μη υποστηριζόμενη επιλογή θέματος %r" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "άγνωστη τιμή παραμετροποίσης %r στην υπερσκέλιση, θα αγνοηθεί" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "το αρχείο %r στο μονοπάτι θέματος δεν αποτελεί ένα έγκυρο zipfile ή δεν περιλαμβάνει ένα θέμα" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 -#, python-format -msgid "Config value %r already present" -msgstr "Η τιμή παραμετροποίησης %r υφίσταται ήδη." - -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Υπάρχει ένα συντακτικό λάθος στο αρχείο παραμετροποίησής σας: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Το αρχείο παραμετροποίησης (ή ένα από τα στοιχεία που εισάγει) κάλεσε την sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Υπάρχει ένα προγραμματιστικό λάθος στο αρχείο παραμετροποίησής σας:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Τομέας %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Εικ. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Πίνακας %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Λίστα %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Η τιμή παραμετροποίησης '{name}' πρέπει να λαμβάνει μία από τις {candidates} αλλά εκχωρήθηκε η '{current}'." +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Η τιμή παραμετροποίησης '{name]' έχει τύπο '[current__name__}'; αναμενόμενη {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Η τιμή παραμετροποίησης '{name}' έχει τύπο '{current__name__}', αρχικοποίηση σε '{default__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "το primary_domain %r δεν βρέθηκε, θα αγνοηθεί." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "νέα παραμετροποίηση" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "η παραμετροποίηση άλλαξε" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "αλλαγμένες επεκτάσεις" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "η έκδοση του περιβάλλοντος μεταλώττισης δεν είναι η τρέχουσα" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "ο πηγαίος κατάλογος έχει αλλάξει" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Το περιβάλλον δεν είναι συμβατό με τον επιλεγμένο μεταγλωττιστή, παρακαλείστε να επιλέξετε ένα διαφορετικό κατάλογο toctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Αδυναμία σάρωσης εγγράφων σε %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Ο τομέας %r δεν είναι καταχωρημένος" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "η μετατροπή ολοκλήρωσε με σφάλμα:[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Προσοχή" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[πηγή]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Προσοχή" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "επισήμανση κώδικα δομοστοιχείου..." -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Κίνδυνος" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[τεκμηρίωση]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Σφάλμα" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Κώδικας μονάδας" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Συμβουλή" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

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

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Σημαντικό" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Επισκόπηση: κώδικας της μονάδας" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Σημείωση" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Δείτε επίσης" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Πρακτική συμβουλή" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Προειδοποίηση" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Τα αρχεία Texinfo βρίσκονται σε %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 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\n(χρησιμοποιήστε το 'make info' εδώ για να το κάνετε αυτόματα)." +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "δεν βρέθηκε τιμή \"texinfo_documents\": δεν θα γίνει εγγραφή κανενός κειμένου" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"texninfo_documents\" αναφέρεται σε άγνωστο κείμενο %s" +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Εκκρεμότητα" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" -msgstr "επεξεργασία %s" +msgid "TODO entry found: %s" +msgstr "βρέθηκε εγγραφή TODO:%s" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "εγγραφή" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "επίλυση αναφορών..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Το <> βρίσκεται στο %s, γραμή %d.)" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (σε " +#: ext/todo.py:166 +msgid "original entry" +msgstr "αρχική εγγραφή" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "αντιγραφή εικόνων..." +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Η οδηγία Graphviz δεν είναι δυνατό να περιλαμβάνει και περιεχόμενο και ένα όρισμα ονόματος αρχείου" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "δεν είναι δυνατή η αντιγραφή αρχείου εικόνας %r: %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Το εξωτερικό αρχείο Graphviz %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" -msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Οι σελίδες manual βρίσκονται σε %(outdir)s." - -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"man_pages\"; δεν θα καταγραφούν manual pages" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "η εντολή dot %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για αποτέλεσμα graphviz), ελέγξτε τη ρύθμιση graphviz_dot" -#: builders/manpage.py:64 +#: ext/graphviz.py:339 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"man_pages\" κάνει αναφορά το άγνωστο κείμενο %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "το dot ολοκλήρωσε με σφάλμα:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:344 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Η σελίδα HTML είναι στο %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "συναρμολόγηση απλού κειμένου" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "εγγραφή επιπρόσθετων αρχείων" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Ο προσωρινός μεταγλωττιστής δεν δημιουργεί αρχεία." +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" -#: builders/gettext.py:243 +#: ext/graphviz.py:367 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "building [%s]: " -msgstr "μεταγλώττιση [%s]:" +msgid "dot code %r: %s" +msgstr "κωδικός dot %r: %s" -#: builders/gettext.py:265 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "targets for %d template files" -msgstr "στόχοι για %d πρότυπα αρχεία" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "ανάγνωση προτύπων..." +msgid "[graph: %s]" +msgstr "[γράφημα: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "εγγραφή καταλόγων μηνύματος..." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[γράφημα]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Αναζητήστε οποιαδήποτε λάθη στο παραπάνω αποτέλεσμα ή σε %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "λανθασμένος σύνδεσμος: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Η εντολή LaTex %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για απεικόνιση μαθηματικών), ελέγξτε τη ρύθμιση imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Δεν βρέθηκε το anchor '%s'" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s η εντολή %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για μαθηματική απεικόνιση), ελέγξτε τη ρύθμιση imgmath_%s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "display latex %r: %s" +msgstr "απεικόνιση latex %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Το αρχείο ePub βρίσκεται σε %(outdir)s." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "" - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_language\" (ή \"language\") δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_uid\" πρέπει να είναι XML NAME για EPUB3" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_title\" (ή \"html_title\") δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_author\" δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_contributor\" δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_description\" δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_publisher\" δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_copyright\" (ή \"copyright\") δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν πρέπει να είναι κενή για EPUB3" - -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" +msgid "inline latex %r: %s" +msgstr "σε σειρά latex %r: %s" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/doctest.py:118 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" +msgid "missing '+' or '-' in '%s' option." +msgstr "λείπει '+' ή '-' στην επιλογή '%s'." -#: builders/xml.py:29 +#: ext/doctest.py:124 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." +msgid "'%s' is not a valid option." +msgstr "Η '%s δεν είναι μία έγκυρη επιλογή." -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/doctest.py:139 #, python-format -msgid "error writing file %s: %s" -msgstr "σφάλμα καταγραφής αρχείου %s: %s" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' δεν αποτελεί μία έγκυρη επιλογή για pyversion" -#: builders/xml.py:103 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "ανέγκυρος τύπος TestCode" + +#: ext/doctest.py:297 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Ολοκληρώθηκε η δοκιμή των doctests στις πηγές, δείτε τα αποτελέσματα σε %(outdir)s/output.txt." -#: builders/_epub_base.py:223 +#: ext/doctest.py:451 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" +msgid "no code/output in %s block at %s:%s" +msgstr "δεν υπάρχει κώδικας/αποτέλεσμα στο τμήμα %s στο %s:%s" -#: builders/_epub_base.py:436 +#: ext/doctest.py:568 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" +msgid "ignoring invalid doctest code: %r" +msgstr "Ο ανέγκυρος κώδικας doctest θα αγνοηθεί: %r" -#: builders/_epub_base.py:467 +#: ext/coverage.py:48 #, python-format -msgid "cannot write image file %r: %s" -msgstr "δεν είναι δυνατή η εγγραφή αρχείου %r: %s" +msgid "invalid regex %r in %s" +msgstr "ανέγκυρο regex %r σε %s" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Το pillow δεν βρέθηκε - αντιγραφή αρχείων εικόνας" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "το δομοστοιχείο %s δεν ήταν δυνατό να εισαχθεί: %s" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/_epub_base.py:594 +#: ext/coverage.py:187 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "άγνωστο mimetype για %s, θα ανγοηθεί" - -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "ανέγκυρο regex %r στο coverage_c_regexes" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/_epub_base.py:802 +#: ext/coverage.py:452 #, python-format -msgid "writing %s file..." -msgstr "εγγραφή %s αρχείου..." +msgid "undocumented python function: %s :: %s" +msgstr "" -#: builders/text.py:27 +#: ext/coverage.py:473 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "" -#: builders/__init__.py:229 +#: ext/coverage.py:492 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s (%s)" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: builders/__init__.py:237 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" +msgid "%b %d, %Y" +msgstr "%d %B %Y" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "μεταγλώττιση [mo]:" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "εγγραφή εξόδου..." +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/__init__.py:280 +#: transforms/__init__.py:258 #, python-format -msgid "all of %d po files" -msgstr "όλα τα αρχεία po του %d" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "βρέθηκε ευρετήριο βασιζόμενο σε 4 στήλες. Μπορεί να αποτελεί σφάλμα της επέκτασης που χρησιμοποιείτε: %r" -#: builders/__init__.py:302 +#: transforms/__init__.py:300 #, python-format -msgid "targets for %d po files that are specified" -msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" - -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "στόχοι για τα αρχεία po του %d τα οποία είναι ξεπερασμένα" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "όλα τα αρχεία πηγής" - -#: builders/__init__.py:335 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" - -#: builders/__init__.py:342 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "το αρχείο %r που δόθηκε στη γραμμή εντολής δεν βρίσκεται κάτω από τον κατάλογο πηγής, θα αγνοηθεί" +msgid "Footnote [%s] is not referenced." +msgstr "Δεν υπάρχει αναφορά για την υποσημείωση [%s]." -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Η υποσημείωση [#] δεν αναφέρεται." -#: builders/__init__.py:382 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "στόχοι για τα αρχεία πηγής %d τα οποία είναι ξεπερασμένα" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" -msgstr "βρέθηκε %d" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" -#: builders/__init__.py:417 -msgid "none found" -msgstr "δεν βρέθηκε κανένα" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές όρων στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" +#: environment/__init__.py:89 +msgid "new config" +msgstr "νέα παραμετροποίηση" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "έλεγχος συνοχής" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "η παραμετροποίηση άλλαξε" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "κανένας στόχος δεν είναι ξεπερασμένος." +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "αλλαγμένες επεκτάσεις" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "αναβάθμιση περιβάλλοντος:" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "η έκδοση του περιβάλλοντος μεταλώττισης δεν είναι η τρέχουσα" -#: builders/__init__.py:499 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s προστέθηκε, %s άλλαξε, %s απομακρύνθηκε" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "ο πηγαίος κατάλογος έχει αλλάξει" -#: builders/__init__.py:536 +#: environment/__init__.py:350 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:545 +#: environment/__init__.py:355 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:556 +#: environment/__init__.py:361 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: environment/__init__.py:404 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Το περιβάλλον δεν είναι συμβατό με τον επιλεγμένο μεταγλωττιστή, παρακαλείστε να επιλέξετε ένα διαφορετικό κατάλογο toctree." -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "ανάγνωση πηγών..." +#: environment/__init__.py:518 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Αδυναμία σάρωσης εγγράφων σε %s: %r" -#: builders/__init__.py:725 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "docnames to write: %s" -msgstr "docname προς εγγραφή: %s" +msgid "Domain %r is not registered" +msgstr "Ο τομέας %r δεν είναι καταχωρημένος" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "προετοιμασία κειμένων" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." -#: builders/__init__.py:743 -msgid "copying assets" +#: environment/__init__.py:952 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/changes.py:29 +#: writers/latex.py:387 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Το αρχείο επισκόπησης είναι σε %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "άγνωστο toplevel_sectioning %r για την κλάσση %r" -#: builders/changes.py:65 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "no changes in version %s." -msgstr "καμία αλλαγή στην έκδοση %s." +msgid "no Babel option known for language %r" +msgstr "καμία γνωστή επιλογή Babel για τη γλώσσα %r" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "εγγραφή αρχείου σύνοψης" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "πολύ μεγάλο :maxdepth:, θα αγνοηθεί." -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Ενσωματωμένες λειτουργίες" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Επίπεδο μονάδας λειτουργίας" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "ο τίτλος του εγγράφου δεν είναι μονός κόμβος κειμένου" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "αντιγραφή αρχείων πηγής..." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "ο ανακαλυφθέν τίτλος κόμβος δεν βρίσκεται σε τομέα, θέμα, πίνακα, προειδοποίηση ή πλαϊνή μπάρα" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "δεν ήταν δυνατή η ανάγνωση %r για τη δημιουργία changelog" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Σημειώσεις υποσέλιδου" -#: ext/coverage.py:48 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "invalid regex %r in %s" -msgstr "ανέγκυρο regex %r σε %s" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "το δομοστοιχείο %s δεν ήταν δυνατό να εισαχθεί: %s" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." -#: ext/coverage.py:148 +#: writers/latex.py:1229 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: ext/coverage.py:158 +#: writers/latex.py:1618 #, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" +msgid "dimension unit %s is invalid. Ignored." +msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +#: writers/latex.py:1954 +#, python-format +msgid "unknown index entry type %s found" +msgstr "βρέθηκε άγνωστος τύπος εγγραφής ευρετηρίου %s" -#: ext/coverage.py:187 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "ανέγκυρο regex %r στο coverage_c_regexes" +msgid "Invalid math_eqref_format: %r" +msgstr "Ανέγκυρο math_eqref_format: %r" -#: ext/coverage.py:260 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "[image: %s]" +msgstr "[εικόνα: %s]" -#: ext/coverage.py:452 +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[εικόνα]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Ευρετήριο" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "η λεζάντα δεν βρίσκεται εντός μίας εικόνας." + +#: writers/texinfo.py:1306 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "unimplemented node type: %r" +msgstr "μη υλοποιημένος τύπος κόμβου: %r" + +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: ext/coverage.py:473 +#: writers/html5.py:446 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "δεν έχει καθοριστεί numfig_format για το %s" -#: ext/coverage.py:492 +#: writers/html5.py:456 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Any IDs not assigned for %s node" +msgstr "Κανένα ID δεν έχει ανατεθεί στο κόμβο %s" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Εκκρεμότητα" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: ext/todo.py:94 +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "" + +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "" + +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Δεν ήταν δυνατή η λήψη του μεγέθους της εικόνας. Η επιλογή :scale: θα αγνοηθεί." + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Προσοχή" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Προσοχή" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Κίνδυνος" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Σφάλμα" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Συμβουλή" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Σημαντικό" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Σημείωση" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Δείτε επίσης" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Πρακτική συμβουλή" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Προειδοποίηση" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "ο αριθμός εργασίας θα πρέπει να είναι θετικός αριθμός" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "" + +#: cmd/build.py:74 +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 "" + +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "μονοπάτι για τα αρχεία πηγής τεκμηρίωσης" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "μονοπάτι στον κατάλογο εξόδου" + +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" + +#: cmd/build.py:114 +msgid "general options" +msgstr "γενικές επιλογές" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" + +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "εγγραφή όλων των αρχείων (προεπιλογή: εγγραφή μόνο νέων και αλλαγμένων αρχείων)" + +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "μην χρησιμοποιείτε ένα αποθηκευμένο περιβάλλον, πάντα να διαβάζετε όλα τα αρχεία" + +#: cmd/build.py:150 +msgid "path options" +msgstr "" + +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" + +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "παράκαμψη ρύθμισης στο αρχείο παραμετροποίησης" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "μεταφορά τιμής στα πρότυπα HTML" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "ορίστε ετικέτα: συμπεριλάβατε \"only\" τμήματα με TAG" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "επιλογές εξόδου κονσόλας" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "αυξήστε τον βερμπαλισμό (μπορεί να επαναληφθεί)" + +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "καμία έξοδος στο stdout, μόνο προειδοποιήσεις στο stderr" + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "κανένα αποτέλεσμα ούτε προειδοποιήσεις" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "να γίνεται εκπομπή χρωματιστής εξόδου (προεπιλογή: auto-detect)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "να μην παρουσιάζεται έγχρωμο αποτέλεσμα (προεπιλογή: αυτόματη αναγνώριση)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "προειδοποιήσεις εγγραφής (και σφάλματα) στο δοθέν αρχείο" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "μετατροπή προειδοποιήσεων σε σφάλματα" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "απεικόνιση πλήρους ιστορικού σε περίπτωση εξαίρεσης" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "εκτέλεση Pdb σε περίπτωση εξαίρεσης" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "δεν γίνεται συνδιασμός της επιλογής -a και των ονομάτων αρχείων" + +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" +msgstr "" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "Το όρισμα -D πρέπει να είναι της μορφής όνομα=τιμέ" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "Το όρισμα -Α πρέπει να είναι της μορφής όνομα=τιμή" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "αυτόματη εισαγωγή docstrings από τα δομοστοιχεία" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "αυτόματα κομμάτια δοκιμαστικού κώδικα σε τμήματα doctest" + +#: 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 "γράψτε εγγραφές \"todo\" οι οποίες μπορούν αν εμφανίζονται ή να αποκρύπτονται κατά τη μεταγλώττιση" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "αναζήτηση για κάλυψη βιβλιογραφίας" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "να συμπεριληφθεί το math, απεικονισμένο ως εικόνες PNG η SVG" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "να συμπεριληφθεί το math, απεικονισμένο στο φυλλομετρηρή απο το MathJax" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "υποθετική εισαγωγή περιεχομένου βασισμένη στις τιμές παραμετροποίησης" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "να συμπεριληφθούν σύνδεσμοι στον πηγαίο κώδικα των τεκμηριωμένων αντικειμένων Python" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "δημιουργία αρχείου .nojekyll για έκδοση του εγγράφου στις σελίδες GitHub " + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "Παρακαλείστε να εισάγετε ένα έγκυρο όνομα μονοπατιού." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Παρακαλείστε να εισάγετε κάποιο κείμενο." + +#: cmd/quickstart.py:134 +#, python-format +msgid "Please enter one of %s." +msgstr "Παρακαλείστε να εισάγετε ένα από τα %s." + +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Παρακαλείστε να εισάγετε είτε 'y' είτε 'n'." + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Παρακαλείστε να εισάγετε μία επέκταση αρχείου, π.χ. '.rst' ή '.txt'." + +#: cmd/quickstart.py:230 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Καλώς ήρθατε στο εργαλείο γρήγορης εκκίνησης Sphinx %s." + +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: cmd/quickstart.py:242 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "Ριζικό μονοπάτι για την τεκμηρίωση" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Σφάλμα: ένα υπάρχον conf.py έχει βρεθεί στοn επιλεγμένο ριζικό κατάλογο." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα έργα Sphinx." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Παρακαλείστε να εισάγετε ένα νέο ριζικό μονοπάτι (ή απλά πιέστε το Enter για έξοδο)" + +#: cmd/quickstart.py:275 +msgid "" +"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 "" + +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Ξεχωριστοί κατάλογοι για πηγή και μεταγλώττιση (y/n)" + +#: cmd/quickstart.py:288 +msgid "" +"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 "" + +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Πρόθεμα ονόματος για πρότυπα και στατικούς καταλόγους" + +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Όνομα έργου" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Όνομα(τα) συγγραφέα" + +#: cmd/quickstart.py:310 +msgid "" +"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 "" + +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Έκδοση έργου" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Κυκλοφορία έργου" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Γλώσσα έργου" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Επέκταση αρχείου πηγής" + +#: cmd/quickstart.py:351 +msgid "" +"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 "" + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Όνομα του κυρίους σας εγγράφου (χωρίς επέκταση)" + +#: cmd/quickstart.py:372 #, python-format -msgid "TODO entry found: %s" -msgstr "βρέθηκε εγγραφή TODO:%s" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Σφάλμα: το κύριο αρχείο %s έχει ήδη βρεθεί στο επιλεγμένο ριζικό κατάλογο." -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα αρχεία." -#: ext/todo.py:154 +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Παρακαλείσθε να εισάγετε ένα νέο όνομα αρχείου, ή να μεταονομάσετε το υπάρχον αρχείο και να πιέσετε το Enter" + +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Υποδείξτε ποιά απο τις ακόλουθες επεκτάσεις Sphinx πρέπει να ενεργοποιηθούν:" + +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Σημείωση: τα imgmath και mathjax δεν είναι δυνατό να ενεργοποιηθούν ταυτόχρονα. Το imgmath έχει αποεπιλεγθεί. " + +#: cmd/quickstart.py:411 +msgid "" +"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 "" + +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Δημιουργία Makefile; (y/n)" + +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Δημιουργία αρχείου εντολών Windows; (y/n)" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Το <> βρίσκεται στο %s, γραμή %d.)" +msgid "Creating file %s." +msgstr "Δημιουργία αρχείου %s." -#: ext/todo.py:166 -msgid "original entry" -msgstr "αρχική εγγραφή" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "Το αρχείο %s υπάρχει ήδη, παραλείπεται." -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Ολοκλήρωση: μία αρχική δομή καταλόγου δημιουργήθηκε." + +#: cmd/quickstart.py:524 #, python-format msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:577 +msgid "" "\n" -"Traceback: %s" +"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 "\nΔημιουργία απαιτούμενων αρχείων για ένα έργο Sphinx.\n\nΤο sphinx-quickstart είναι ένα διαδραστικό εργαλείο το οποίο κάνει κάποιες ερωτήσεις για το δικό σας \nέργο και μετά δημιουργεί έναν πλήρη κατάλογο τεκμηρίωσης και δείγμα \nMakefile για να χρησιμοποιηθεί με το sphinx-build.\n" + +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "ήσυχος τρόπος" + +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Επιλογές δομής" + +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "αν ορίζεται, θα ξεχωρίσουν οι κατάλογοι πηγής και μεταγλώττισης" + +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "αντικατάσταση για τελεία σε _templates κλπ." + +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Βασικές επιλογές έργου" + +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "όνομα έργου" + +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "ονόματα συγγραφέων" + +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "έκδοση του έργου" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "δημοσίευση του έργου" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "γλώσσα εγγράφου" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "επέκταση αρχείου πηγής" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "κύριο όνομα εγγράφου" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "χρηση epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Επιλογές επέκτασης" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "ενεργοποίηση της επέκτασης %s" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "ενεργοποίηση αυθαίρετων επεκτάσεων" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Δημιουργία Makefile και Batchfile" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "δημιουργία makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "να μη δημιουργηθεί makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "δημιουργία batchfile" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "να μη δημιουργηθεί batchfile" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "χρησιμοποιήστε το make-mode για το Makefile/make.bat" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Προτυποποίηση έργου" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "πρότυπος κατάλογος για πρότυπα αρχεία" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "ορίστε μία τιμή προτύπου" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "καθορίστηκε το \"quiet\", αλλά δεν καθορίστηκε είτε το \"project\" είτε το \"author\"." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Σφάλμα: το καθορισθέν μονοπάτι δεν είναι κατάλογος, ή τα αρχεία sphinx υπάρχουν ήδη." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "Το sphinx-quickstart δημιουργεί μόνο εντός ενός κενού καταλόγου. Παρακαλείσθε να καθορίσετε ένα νέο ριζικό μονοπάτι." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Ανέγκυρη μεταβλητή προτύπου: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "η μετατροπή ολοκλήρωσε με σφάλμα:[stderr]\n%r\n[stdout]\n%r" +msgid "toctree contains reference to excluded document %r" +msgstr "Το toctree περιλαμβάνει αναφορά στο αποκλεισμένο κείμενο %r" -#: ext/imgconverter.py:83 +#: directives/other.py:156 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "toctree contains reference to nonexisting document %r" +msgstr "το toctree περιλαμβάνει αναφορά στο μη υπαρκτό έγγραφο %r" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Η οδηγία Graphviz δεν είναι δυνατό να περιλαμβάνει και περιεχόμενο και ένα όρισμα ονόματος αρχείου" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Συντάκτης τμήματος: " -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Το εξωτερικό αρχείο Graphviz %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Συντάκτης μονάδας: " -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." +#: directives/other.py:207 +msgid "Code author: " +msgstr "Συντάκτης κώδικα: " -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: directives/other.py:209 +msgid "Author: " +msgstr "Συντάκτης: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "η εντολή dot %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για αποτέλεσμα graphviz), ελέγξτε τη ρύθμιση graphviz_dot" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "το dot ολοκλήρωσε με σφάλμα:\n[stderr]\n%r\n[stdout]\n%r" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: ext/graphviz.py:344 +#: directives/code.py:87 #, 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" +msgid "Invalid caption: %s" +msgstr "Ανέγκυρη λεζάντα: %s" -#: ext/graphviz.py:367 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +msgid "line number spec is out of range(1-%d): %r" +msgstr "η προδιαγραφή αριθμού σειράς είναι εκτός e;yroyw (1-%d): %r" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#: directives/code.py:218 #, python-format -msgid "dot code %r: %s" -msgstr "κωδικός dot %r: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Δεν είναι δυνατή η ταυτόχρονη χρήση των επιλογών \"%s\" και \"%s\"" -#: ext/graphviz.py:493 ext/graphviz.py:501 +#: directives/code.py:233 #, python-format -msgid "[graph: %s]" -msgstr "[γράφημα: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[γράφημα]" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: ext/imgmath.py:148 +#: directives/code.py:237 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Η εντολή LaTex %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για απεικόνιση μαθηματικών), ελέγξτε τη ρύθμιση imgmath_latex" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" -#: ext/imgmath.py:167 +#: directives/code.py:278 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s η εντολή %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για μαθηματική απεικόνιση), ελέγξτε τη ρύθμιση imgmath_%s" +msgid "Object named %r not found in include file %r" +msgstr "Το αντικείμενο με όνομα %r δεν βρέθηκε στο συμπεριληφθέν αρχείο %r" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "απεικόνιση latex %r: %s" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Δεν είναι δυνατή η χρήση \"leneno-match\" με ένα κομματιασμένο σετ απο \"lines\"" -#: ext/imgmath.py:362 +#: directives/code.py:316 #, python-format -msgid "inline latex %r: %s" -msgstr "σε σειρά latex %r: %s" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Προσδιορισμός γραμμής %r: δεν ελήφθησαν γραμμές από το συμπεριληφθέν αρχείο %r" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: ext/doctest.py:118 +#: util/rst.py:73 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "λείπει '+' ή '-' στην επιλογή '%s'." +msgid "default role %s not found" +msgstr "ο προεπιλεγμένος ρόλος %s δεν βρέθηκε" -#: ext/doctest.py:124 +#: util/i18n.py:100 #, python-format -msgid "'%s' is not a valid option." -msgstr "Η '%s δεν είναι μία έγκυρη επιλογή." +msgid "reading error: %s, %s" +msgstr "σφάλμα ανάγνωσης: %s, %s" -#: ext/doctest.py:139 +#: util/i18n.py:113 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' δεν αποτελεί μία έγκυρη επιλογή για pyversion" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "ανέγκυρος τύπος TestCode" +msgid "writing error: %s, %s" +msgstr "καταγραφή λάθους: %s, %s" -#: ext/doctest.py:297 +#: util/i18n.py:146 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Ολοκληρώθηκε η δοκιμή των doctests στις πηγές, δείτε τα αποτελέσματα σε %(outdir)s/output.txt." +msgid "locale_dir %s does not exist" +msgstr "" -#: ext/doctest.py:451 +#: util/i18n.py:244 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "δεν υπάρχει κώδικας/αποτέλεσμα στο τμήμα %s στο %s:%s" +msgid "Invalid Babel locale: %r." +msgstr "" -#: ext/doctest.py:568 +#: util/i18n.py:253 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "Ο ανέγκυρος κώδικας doctest θα αγνοηθεί: %r" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Ανέγκυρος τύπος ημερομηνίας. Τοποθετείστε στη στοιχειοσειρά μονά εισαγωγικά εάν θέλετε να το εξάγετε απευθείας: %s" -#: ext/autosectionlabel.py:52 +#: util/docutils.py:327 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "unknown directive name: %s" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" - -#: ext/duration.py:47 +#: util/docutils.py:363 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "unknown role name: %s" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "άγνωστος τύπος κόμβου: %r" -#: ext/duration.py:124 +#: util/inventory.py:147 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/duration.py:139 +#: util/osutil.py:131 #, python-format -msgid "%.3fs %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[πηγή]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "επισήμανση κώδικα δομοστοιχείου..." - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[τεκμηρίωση]" +#: util/display.py:78 +msgid "skipped" +msgstr "παράβλεψη" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Κώδικας μονάδας" +#: util/display.py:83 +msgid "failed" +msgstr "αποτυχία" -#: ext/viewcode.py:359 +#: util/fileutil.py:76 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Επισκόπηση: κώδικας της μονάδας" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: domains/citation.py:75 +#: util/docfields.py:100 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: domains/citation.py:92 +#: util/nodes.py:459 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Η παραπομπή [%s] δεν αναφέρεται." +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: domains/math.py:73 +#: util/nodes.py:520 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "διπλότυπη ετικέτα της εξίσωσης %s, άλλη εμφάνιση στο %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" -#: domains/math.py:130 writers/latex.py:2500 +#: util/nodes.py:738 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Ανέγκυρο math_eqref_format: %r" +msgid "exception while evaluating only directive expression: %s" +msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" #: domains/javascript.py:183 #, python-format @@ -1558,6 +2131,11 @@ msgstr "μονάδα" msgid "duplicate %s description of %s, other %s in %s" msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1583,1314 +2161,1091 @@ msgstr "" #: domains/rst.py:236 msgid "role" -msgstr "ρόλος" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Άλλαξε στην έκδοση %s" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Αποσύρθηκε στην έκδοση %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "ο αριθμός εργασίας θα πρέπει να είναι θετικός αριθμός" - -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "" - -#: cmd/build.py:74 -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 "" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "μονοπάτι για τα αρχεία πηγής τεκμηρίωσης" - -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "μονοπάτι στον κατάλογο εξόδου" - -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" - -#: cmd/build.py:114 -msgid "general options" -msgstr "γενικές επιλογές" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" - -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "εγγραφή όλων των αρχείων (προεπιλογή: εγγραφή μόνο νέων και αλλαγμένων αρχείων)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "μην χρησιμοποιείτε ένα αποθηκευμένο περιβάλλον, πάντα να διαβάζετε όλα τα αρχεία" - -#: cmd/build.py:150 -msgid "path options" -msgstr "" - -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "παράκαμψη ρύθμισης στο αρχείο παραμετροποίησης" - -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "μεταφορά τιμής στα πρότυπα HTML" - -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "ορίστε ετικέτα: συμπεριλάβατε \"only\" τμήματα με TAG" - -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: cmd/build.py:212 -msgid "console output options" -msgstr "επιλογές εξόδου κονσόλας" - -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "αυξήστε τον βερμπαλισμό (μπορεί να επαναληφθεί)" - -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "καμία έξοδος στο stdout, μόνο προειδοποιήσεις στο stderr" - -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "κανένα αποτέλεσμα ούτε προειδοποιήσεις" - -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "να γίνεται εκπομπή χρωματιστής εξόδου (προεπιλογή: auto-detect)" - -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "να μην παρουσιάζεται έγχρωμο αποτέλεσμα (προεπιλογή: αυτόματη αναγνώριση)" - -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" - -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "προειδοποιήσεις εγγραφής (και σφάλματα) στο δοθέν αρχείο" - -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "μετατροπή προειδοποιήσεων σε σφάλματα" - -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "απεικόνιση πλήρους ιστορικού σε περίπτωση εξαίρεσης" - -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "εκτέλεση Pdb σε περίπτωση εξαίρεσης" - -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" - -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "δεν γίνεται συνδιασμός της επιλογής -a και των ονομάτων αρχείων" - -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" - -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "Το όρισμα -D πρέπει να είναι της μορφής όνομα=τιμέ" - -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "Το όρισμα -Α πρέπει να είναι της μορφής όνομα=τιμή" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "αυτόματη εισαγωγή docstrings από τα δομοστοιχεία" - -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "αυτόματα κομμάτια δοκιμαστικού κώδικα σε τμήματα doctest" - -#: 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 "γράψτε εγγραφές \"todo\" οι οποίες μπορούν αν εμφανίζονται ή να αποκρύπτονται κατά τη μεταγλώττιση" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "αναζήτηση για κάλυψη βιβλιογραφίας" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "να συμπεριληφθεί το math, απεικονισμένο ως εικόνες PNG η SVG" - -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "να συμπεριληφθεί το math, απεικονισμένο στο φυλλομετρηρή απο το MathJax" - -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "υποθετική εισαγωγή περιεχομένου βασισμένη στις τιμές παραμετροποίησης" - -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "να συμπεριληφθούν σύνδεσμοι στον πηγαίο κώδικα των τεκμηριωμένων αντικειμένων Python" - -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "δημιουργία αρχείου .nojekyll για έκδοση του εγγράφου στις σελίδες GitHub " - -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "Παρακαλείστε να εισάγετε ένα έγκυρο όνομα μονοπατιού." - -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Παρακαλείστε να εισάγετε κάποιο κείμενο." +msgstr "ρόλος" -#: cmd/quickstart.py:134 +#: domains/rst.py:262 #, python-format -msgid "Please enter one of %s." -msgstr "Παρακαλείστε να εισάγετε ένα από τα %s." +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Παρακαλείστε να εισάγετε είτε 'y' είτε 'n'." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "διπλότυπη ετικέτα της εξίσωσης %s, άλλη εμφάνιση στο %s" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Παρακαλείστε να εισάγετε μία επέκταση αρχείου, π.χ. '.rst' ή '.txt'." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" -#: cmd/quickstart.py:230 +#: domains/citation.py:92 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Καλώς ήρθατε στο εργαλείο γρήγορης εκκίνησης Sphinx %s." +msgid "Citation [%s] is not referenced." +msgstr "Η παραπομπή [%s] δεν αναφέρεται." -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:242 +#: domains/changeset.py:33 #, python-format -msgid "Selected root path: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Άλλαξε στην έκδοση %s" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Αποσύρθηκε στην έκδοση %s" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "Ριζικό μονοπάτι για την τεκμηρίωση" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Το αρχείο επισκόπησης είναι σε %(outdir)s." -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Σφάλμα: ένα υπάρχον conf.py έχει βρεθεί στοn επιλεγμένο ριζικό κατάλογο." +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "καμία αλλαγή στην έκδοση %s." -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα έργα Sphinx." +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "εγγραφή αρχείου σύνοψης" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Παρακαλείστε να εισάγετε ένα νέο ριζικό μονοπάτι (ή απλά πιέστε το Enter για έξοδο)" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Ενσωματωμένες λειτουργίες" -#: cmd/quickstart.py:274 -msgid "" -"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 "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Επίπεδο μονάδας λειτουργίας" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "Ξεχωριστοί κατάλογοι για πηγή και μεταγλώττιση (y/n)" +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "αντιγραφή αρχείων πηγής..." -#: cmd/quickstart.py:287 -msgid "" -"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 "" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "δεν ήταν δυνατή η ανάγνωση %r για τη δημιουργία changelog" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "Πρόθεμα ονόματος για πρότυπα και στατικούς καταλόγους" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s (%s)" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Όνομα έργου" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "μεταγλώττιση [mo]:" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Όνομα(τα) συγγραφέα" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "εγγραφή εξόδου..." -#: cmd/quickstart.py:309 -msgid "" -"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 "" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "όλα τα αρχεία po του %d" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Έκδοση έργου" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Κυκλοφορία έργου" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "στόχοι για τα αρχεία po του %d τα οποία είναι ξεπερασμένα" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "όλα τα αρχεία πηγής" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Γλώσσα έργου" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: cmd/quickstart.py:340 +#: builders/__init__.py:343 +#, python-format msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"file %r given on command line is not under the source directory, ignoring" +msgstr "το αρχείο %r που δόθηκε στη γραμμή εντολής δεν βρίσκεται κάτω από τον κατάλογο πηγής, θα αγνοηθεί" + +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Επέκταση αρχείου πηγής" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" -#: cmd/quickstart.py:350 -msgid "" -"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 "" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "στόχοι για τα αρχεία πηγής %d τα οποία είναι ξεπερασμένα" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Όνομα του κυρίους σας εγγράφου (χωρίς επέκταση)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "μεταγλώττιση [%s]:" -#: cmd/quickstart.py:368 +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." + +#: builders/__init__.py:416 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Σφάλμα: το κύριο αρχείο %s έχει ήδη βρεθεί στο επιλεγμένο ριζικό κατάλογο." +msgid "%d found" +msgstr "βρέθηκε %d" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα αρχεία." +#: builders/__init__.py:418 +msgid "none found" +msgstr "δεν βρέθηκε κανένα" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Παρακαλείσθε να εισάγετε ένα νέο όνομα αρχείου, ή να μεταονομάσετε το υπάρχον αρχείο και να πιέσετε το Enter" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Υποδείξτε ποιά απο τις ακόλουθες επεκτάσεις Sphinx πρέπει να ενεργοποιηθούν:" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "έλεγχος συνοχής" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Σημείωση: τα imgmath και mathjax δεν είναι δυνατό να ενεργοποιηθούν ταυτόχρονα. Το imgmath έχει αποεπιλεγθεί. " +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "κανένας στόχος δεν είναι ξεπερασμένος." + +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "αναβάθμιση περιβάλλοντος:" + +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s προστέθηκε, %s άλλαξε, %s απομακρύνθηκε" -#: cmd/quickstart.py:407 +#: builders/__init__.py:537 +#, python-format msgid "" -"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." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Δημιουργία Makefile; (y/n)" - -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Δημιουργία αρχείου εντολών Windows; (y/n)" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: builders/__init__.py:557 #, python-format -msgid "Creating file %s." -msgstr "Δημιουργία αρχείου %s." +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: builders/__init__.py:564 #, python-format -msgid "File %s already exists, skipping." -msgstr "Το αρχείο %s υπάρχει ήδη, παραλείπεται." +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Ολοκλήρωση: μία αρχική δομή καταλόγου δημιουργήθηκε." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "ανάγνωση πηγών..." -#: cmd/quickstart.py:520 +#: builders/__init__.py:726 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "docnames to write: %s" +msgstr "docname προς εγγραφή: %s" + +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "προετοιμασία κειμένων" + +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:531 +#: builders/xml.py:29 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "σφάλμα καταγραφής αρχείου %s: %s" -#: cmd/quickstart.py:573 -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 "\nΔημιουργία απαιτούμενων αρχείων για ένα έργο Sphinx.\n\nΤο sphinx-quickstart είναι ένα διαδραστικό εργαλείο το οποίο κάνει κάποιες ερωτήσεις για το δικό σας \nέργο και μετά δημιουργεί έναν πλήρη κατάλογο τεκμηρίωσης και δείγμα \nMakefile για να χρησιμοποιηθεί με το sphinx-build.\n" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "ήσυχος τρόπος" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Η σελίδα HTML είναι στο %(outdir)s." -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "συναρμολόγηση απλού κειμένου" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "Επιλογές δομής" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "εγγραφή" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "αν ορίζεται, θα ξεχωρίσουν οι κατάλογοι πηγής και μεταγλώττισης" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "εγγραφή επιπρόσθετων αρχείων" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Το αρχείο ePub βρίσκεται σε %(outdir)s." + +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "αντικατάσταση για τελεία σε _templates κλπ." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_language\" (ή \"language\") δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "Βασικές επιλογές έργου" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_uid\" πρέπει να είναι XML NAME για EPUB3" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "όνομα έργου" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_title\" (ή \"html_title\") δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "ονόματα συγγραφέων" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_author\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "έκδοση του έργου" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_contributor\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "δημοσίευση του έργου" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_description\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "γλώσσα εγγράφου" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_publisher\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "επέκταση αρχείου πηγής" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_copyright\" (ή \"copyright\") δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "κύριο όνομα εγγράφου" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "χρηση epub" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Επιλογές επέκτασης" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" -#: cmd/quickstart.py:671 +#: builders/text.py:27 #, python-format -msgid "enable %s extension" -msgstr "ενεργοποίηση της επέκτασης %s" +msgid "The text files are in %(outdir)s." +msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "ενεργοποίηση αυθαίρετων επεκτάσεων" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Ο προσωρινός μεταγλωττιστής δεν δημιουργεί αρχεία." -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Δημιουργία Makefile και Batchfile" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Αναζητήστε οποιαδήποτε λάθη στο παραπάνω αποτέλεσμα ή σε %(outdir)s/output.txt" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "δημιουργία makefile" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "λανθασμένος σύνδεσμος: %s (%s)" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "να μη δημιουργηθεί makefile" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Δεν βρέθηκε το anchor '%s'" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "δημιουργία batchfile" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "να μη δημιουργηθεί batchfile" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "χρησιμοποιήστε το make-mode για το Makefile/make.bat" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Προτυποποίηση έργου" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "στόχοι για %d πρότυπα αρχεία" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "πρότυπος κατάλογος για πρότυπα αρχεία" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "ανάγνωση προτύπων..." -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "ορίστε μία τιμή προτύπου" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "εγγραφή καταλόγων μηνύματος..." -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "καθορίστηκε το \"quiet\", αλλά δεν καθορίστηκε είτε το \"project\" είτε το \"author\"." +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Τα αρχεία Texinfo βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:786 +#: builders/texinfo.py:44 msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Σφάλμα: το καθορισθέν μονοπάτι δεν είναι κατάλογος, ή τα αρχεία sphinx υπάρχουν ήδη." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nΕκτελέστε 'make' σε αυτό τον κατάλογο για να εκτελέσετε αυτά μέσω του makeinfo\n(χρησιμοποιήστε το 'make info' εδώ για να το κάνετε αυτόματα)." -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "Το sphinx-quickstart δημιουργεί μόνο εντός ενός κενού καταλόγου. Παρακαλείσθε να καθορίσετε ένα νέο ριζικό μονοπάτι." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "δεν βρέθηκε τιμή \"texinfo_documents\": δεν θα γίνει εγγραφή κανενός κειμένου" -#: cmd/quickstart.py:810 +#: builders/texinfo.py:85 #, python-format -msgid "Invalid template variable: %s" -msgstr "Ανέγκυρη μεταβλητή προτύπου: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"texninfo_documents\" αναφέρεται σε άγνωστο κείμενο %s" -#: directives/other.py:119 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "processing %s" +msgstr "επεξεργασία %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "Το toctree περιλαμβάνει αναφορά στο αποκλεισμένο κείμενο %r" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "επίλυση αναφορών..." -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "το toctree περιλαμβάνει αναφορά στο μη υπαρκτό έγγραφο %r" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (σε " -#: directives/other.py:169 +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "αντιγραφή εικόνων..." + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "δεν είναι δυνατή η αντιγραφή αρχείου εικόνας %r: %s" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Συντάκτης τμήματος: " +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Συντάκτης μονάδας: " +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefile: %s" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Συντάκτης κώδικα: " +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" + +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" -#: directives/other.py:209 -msgid "Author: " -msgstr "Συντάκτης: " +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "δεν είναι δυνατή η εγγραφή αρχείου %r: %s" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Το pillow δεν βρέθηκε - αντιγραφή αρχείων εικόνας" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Ανέγκυρη λεζάντα: %s" - -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/_epub_base.py:594 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "η προδιαγραφή αριθμού σειράς είναι εκτός e;yroyw (1-%d): %r" +msgid "unknown mimetype for %s, ignoring" +msgstr "άγνωστο mimetype για %s, θα ανγοηθεί" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Δεν είναι δυνατή η ταυτόχρονη χρήση των επιλογών \"%s\" και \"%s\"" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: directives/code.py:235 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "writing %s file..." +msgstr "εγγραφή %s αρχείου..." -#: directives/code.py:276 +#: builders/manpage.py:37 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Το αντικείμενο με όνομα %r δεν βρέθηκε στο συμπεριληφθέν αρχείο %r" +msgid "The manual pages are in %(outdir)s." +msgstr "Οι σελίδες manual βρίσκονται σε %(outdir)s." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Δεν είναι δυνατή η χρήση \"leneno-match\" με ένα κομματιασμένο σετ απο \"lines\"" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"man_pages\"; δεν θα καταγραφούν manual pages" -#: directives/code.py:314 +#: builders/manpage.py:64 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Προσδιορισμός γραμμής %r: δεν ελήφθησαν γραμμές από το συμπεριληφθέν αρχείο %r" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"man_pages\" κάνει αναφορά το άγνωστο κείμενο %s" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/latex/__init__.py:115 #, python-format -msgid "%b %d, %Y" -msgstr "%d %B %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Ευρετήριο" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Τα αρχεία LaTeX βρίσκονται σε %(outdir)s." -#: writers/latex.py:768 writers/texinfo.py:646 +#: builders/latex/__init__.py:118 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "ο ανακαλυφθέν τίτλος κόμβος δεν βρίσκεται σε τομέα, θέμα, πίνακα, προειδοποίηση ή πλαϊνή μπάρα" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Σημειώσεις υποσέλιδου" +"\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\n(χρησιμοποιήστε το 'make latexpdf' εδώ για να το κάνετε αυτόματα)." -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "η λεζάντα δεν βρίσκεται εντός μίας εικόνας." +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"latex_documents\": δεν θα πραγματοποιηθεί εγγραφή για κανένα κείμενο" -#: writers/texinfo.py:1303 +#: builders/latex/__init__.py:167 #, python-format -msgid "unimplemented node type: %r" -msgstr "μη υλοποιημένος τύπος κόμβου: %r" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[εικόνα: %s]" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Δημοσίευση" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[εικόνα]" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "αντιγραφή αρχείων υποστήριξης TeX" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "αντιγραφή επιπρόσθετων αρχείων" -#: writers/html5.py:431 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "δεν έχει καθοριστεί numfig_format για το %s" +msgid "logo file %r does not exist" +msgstr "το αρχείο logo %r δεν υπάρχει" -#: writers/html5.py:441 +#: builders/latex/__init__.py:529 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Κανένα ID δεν έχει ανατεθεί στο κόμβο %s" - -#: writers/html5.py:496 -msgid "Link to this term" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/latex/transforms.py:121 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Δεν ήταν δυνατή η λήψη του μεγέθους της εικόνας. Η επιλογή :scale: θα αγνοηθεί." - -#: writers/latex.py:386 +#: builders/html/__init__.py:114 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "άγνωστο toplevel_sectioning %r για την κλάσση %r" +msgid "The HTML pages are in %(outdir)s." +msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/html/__init__.py:337 #, python-format -msgid "no Babel option known for language %r" -msgstr "καμία γνωστή επιλογή Babel για τη γλώσσα %r" - -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "πολύ μεγάλο :maxdepth:, θα αγνοηθεί." +msgid "Failed to read build info file: %r" +msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "ο τίτλος του εγγράφου δεν είναι μονός κόμβος κειμένου" - -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: writers/latex.py:1228 +#: builders/html/__init__.py:372 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." - -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "βρέθηκε άγνωστος τύπος εγγραφής ευρετηρίου %s" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Κεντρικό Ευρετήριοο" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "ευρετήριο" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "επόμενο" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "προηγούμενο" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "αντιγραφή αρχείων μεταφόρτωσης..." -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" -#: _cli/__init__.py:231 -msgid "" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" + +#: builders/html/__init__.py:1004 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "ο κατάλογος εύρεσης δεν ήταν δυνατό να φορτωθεί, αλλά δε θα μεταγλωττιστούν όλα τα έγγραφα: ο κατάλογος δε θα είναι πλήρης." -#: transforms/i18n.py:275 -#, python-brace-format +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" + +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "ένα σφάλμα Unicode παρουσιάστηκε κατά τη δημιουργία της σελίδας %s. Παρακαλείστε να επιβεβαιώσετε ότι όλες οι τιμές παραμετροποίησης οι οποίες περιλαμβάνουν μη-ASCII περιεχόμενο είναι στοιχειοσειρές Unicode." -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές όρων στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1323 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "βρέθηκε ευρετήριο βασιζόμενο σε 4 στήλες. Μπορεί να αποτελεί σφάλμα της επέκτασης που χρησιμοποιείτε: %r" +msgid "invalid js_file: %r, ignored" +msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" + +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." -#: transforms/__init__.py:299 +#: builders/html/__init__.py:1361 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Δεν υπάρχει αναφορά για την υποσημείωση [%s]." +msgid "Unknown math_renderer %r is given." +msgstr "Δόθηκε άγνωστο math_renderer %r." -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Η υποσημείωση [#] δεν αναφέρεται." - -#: util/inventory.py:147 +#: builders/html/__init__.py:1380 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" -#: util/inventory.py:166 +#: builders/html/__init__.py:1395 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: util/i18n.py:100 +#: builders/html/__init__.py:1400 #, python-format -msgid "reading error: %s, %s" -msgstr "σφάλμα ανάγνωσης: %s, %s" +msgid "html_static_path entry %r does not exist" +msgstr "η εγγραφή html_static_path %r δεν υπάρχει" -#: util/i18n.py:113 +#: builders/html/__init__.py:1422 #, python-format -msgid "writing error: %s, %s" -msgstr "καταγραφή λάθους: %s, %s" +msgid "favicon file %r does not exist" +msgstr "το αρχείο favicon %r δεν υπάρχει" -#: util/i18n.py:146 +#: builders/html/__init__.py:1435 #, python-format -msgid "locale_dir %s does not exist" +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: util/i18n.py:253 +#: builders/html/__init__.py:1464 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Ανέγκυρος τύπος ημερομηνίας. Τοποθετείστε στη στοιχειοσειρά μονά εισαγωγικά εάν θέλετε να το εξάγετε απευθείας: %s" +msgid "%s %s documentation" +msgstr "Τεκμηρίωση του %s - %s" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "παράβλεψη" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: util/display.py:87 -msgid "failed" -msgstr "αποτυχία" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: util/docutils.py:325 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "unknown directive name: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (στη μονάδα %s)" -#: util/docutils.py:361 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (στη μονάδα %s)" -#: util/docutils.py:805 +#: domains/python/__init__.py:174 #, python-format -msgid "unknown node type: %r" -msgstr "άγνωστος τύπος κόμβου: %r" +msgid "%s (built-in variable)" +msgstr "%s (ενσωματωμένη μεταβλητή)" -#: util/fileutil.py:76 +#: domains/python/__init__.py:209 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (ενσωματωμένη κλάση)" -#: util/fileutil.py:89 +#: domains/python/__init__.py:210 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (κλάση σε %s)" -#: util/docfields.py:103 +#: domains/python/__init__.py:275 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (μέθοδος κλάσης της %s)" -#: util/rst.py:73 +#: domains/python/__init__.py:277 #, python-format -msgid "default role %s not found" -msgstr "ο προεπιλεγμένος ρόλος %s δεν βρέθηκε" +msgid "%s() (%s static method)" +msgstr "%s() (στατική μέθοδος της %s)" -#: util/nodes.py:462 +#: domains/python/__init__.py:430 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%s (%s property)" msgstr "" -#: util/nodes.py:523 +#: domains/python/__init__.py:470 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" +msgid "%s (type alias in %s)" +msgstr "" -#: util/nodes.py:739 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Ευρετήριο Μονάδων της Python" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "συνεχίζεται από την προηγούμενη σελίδα" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "μονάδες" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "συνέχεια στην επόμενη σελίδα" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Αποσύρθηκε" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "μη-αλφαβιτικά" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "εξαίρεση" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Σύμβολα" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "μέθοδος της κλάσης" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Αριιθμοί" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "στατική μέθοδος" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "σελίδα" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Δημοσίευση" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: domains/python/__init__.py:804 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%s]" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" + +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (αποσύρθηκε)" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%d]" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Παράμετροι" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Άγνωστος τύπος αρχείου: %s..." +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Μεταβλητές" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Προκαλεί" -#: transforms/post_transforms/__init__.py:233 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "περισσότεροι από ένας στόχοι βρέθηκαν για 'οποιαδήποτε' παραπομπή %r: θα μπορούσε να είναι %s" +msgid "environment variable; %s" +msgstr "μεταβλητή περιβάλλοντος; %s" -#: transforms/post_transforms/__init__.py:291 +#: domains/std/__init__.py:116 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "%s; configuration value" msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Λανθασμένη περιγραφή επιλογής %r, θα πρέπει να μοιάζει με \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" ή \"+opt args\"" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "γλωσσάρι" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Παρακαλείστε να το αναφέρετε αν ήταν ένα σφάλμα χρήσης, ώστε ένα καλύτερο μήνυμα σφάλματος να δοθεί την επόμενη φορά." +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "γραμματική ένδειξη" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Κλείσιμο πλαϊνής μπάρας" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "ετικέτα αναφοράς" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Πλοήγηση" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "μεταβλητή περιβάλλοντος" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Αναζήτηση στο %(docstitle)s" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "επιλογή προγράμματος" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Σχετικά με αυτά τα κείμενα" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "έγγραφο" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Αναζήτηση" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Ευρετήριο μονάδων" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Σελίδα αναζήτησης" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: domains/std/__init__.py:858 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Τελευταία ενημέρωση στις %(last_updated)s." +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "το numfig έχει απενεργοποιηθεί. Το :numref: θα ανγοηθεί." -#: themes/basic/layout.html:204 +#: domains/std/__init__.py:1125 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Προηγούμενο θέμα" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "ο σύνδεσμος δεν έχει λεζάντα: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "προηγούμενο κεφάλαιο" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "ανέγκυρο numfig_format: %s (%r)" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Επόμενο θέμα" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "ανέγκυρο numfig_format: %s" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "επόμενο κεφάλαιο" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:1457 #, python-format -msgid "Index – %(key)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Πλήρες ευρετήριο σε μία σελίδα" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Αυτή η σελίδα" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Προβολή κώδικα" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Σύντομη αναζήτηση" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "μέλος" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Πάμε" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "μεταβλητή" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Επισκόπηση" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "μακροεντολή" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Καλωσήρθατε! Αυτή είναι" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "η τεκμηρίωση του" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "ένωση" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "τελευταία ενημέρωση" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Ευρετήρια και πίνακες:" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Πλήρης Πίνακας Περιεχομένων" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "τύπος" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "απαριθμεί όλα τα κεφάλαια και υποκεφάλαια" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Σελίδα αναζήτησης" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Παράμετροι Προτύπου" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "αναζήτηση αυτής της τεκμηρίωσης" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Καθολικό Ευρετήριο Μονάδων" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "γρήγορη πρόσβαση σε όλες τις μονάδες" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "έννοια" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Κεντρικό Ευρετήριοο" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "όλες οι συναρτήσεις, κλάσεις, όροι" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Περιεχόμενα" #: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 #: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 @@ -2902,13 +3257,26 @@ msgstr "Πίνακας περιεχομένων" msgid "Search %(docstitle)s" msgstr "Αναζήτηση %(docstitle)s" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Σελίδες ευρετηρίου ανά γράμμα" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Προηγούμενο θέμα" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "μπορεί να είναι τεράστιο" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "προηγούμενο κεφάλαιο" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Επόμενο θέμα" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "επόμενο κεφάλαιο" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Αναζήτηση" #: themes/basic/search.html:20 msgid "" @@ -2926,456 +3294,309 @@ msgstr "" msgid "search" msgstr "αναζήτηση" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Περιεχόμενα" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Αποτελέσματα Αναζήτησης" - -#: themes/basic/static/searchtools.js:134 -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 "Η αναζήτησή σας δεν ταυτοποιήθηκε με κανένα κείμενο. Παρακαλώ, επιβεβαιώστε ότι όλες οι λέξεις έχουν τη σωστή ορθογραφία και ότι έχετε επιλέξεις αρκετές κατηγορίες." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Εκτελείται η αναζήτηση" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Προετοιμασία αναζήτησης..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", στο " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Αλλαγές στην Έκδοση %(version)s —'\n%(docstitle)s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Αυτή η σελίδα" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Προβολή κώδικα" -#: themes/basic/changes/versionchanges.html:17 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Αυτόματα παραγόμενη λίστα αλλαγών στην έκδοση %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Αλλαγές βιβλιοθήκης" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Αλλαγές στο API της C" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Άλλες αλλαγές" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Άνοιγμα πλαϊνής μπάρας" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +msgid "Index – %(key)s" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Παράμετροι" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Μεταβλητές" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Προκαλεί" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (στη μονάδα %s)" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (στη μονάδα %s)" - -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (ενσωματωμένη μεταβλητή)" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Πλήρες ευρετήριο σε μία σελίδα" -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (ενσωματωμένη κλάση)" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Πλοήγηση" -#: domains/python/__init__.py:210 +#: themes/basic/layout.html:115 #, python-format -msgid "%s (class in %s)" -msgstr "%s (κλάση σε %s)" +msgid "Search within %(docstitle)s" +msgstr "Αναζήτηση στο %(docstitle)s" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (μέθοδος κλάσης της %s)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Σχετικά με αυτά τα κείμενα" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (στατική μέθοδος της %s)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: domains/python/__init__.py:430 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s (%s property)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/python/__init__.py:470 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Ευρετήριο Μονάδων της Python" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "μονάδες" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Αποσύρθηκε" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "εξαίρεση" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "μέθοδος της κλάσης" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "στατική μέθοδος" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Τελευταία ενημέρωση στις %(last_updated)s." -#: domains/python/__init__.py:804 +#: themes/basic/layout.html:204 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Σύντομη αναζήτηση" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Πάμε" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (αποσύρθηκε)" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Επισκόπηση" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Καλωσήρθατε! Αυτή είναι" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Παράμετροι Προτύπου" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "η τεκμηρίωση του" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "τελευταία ενημέρωση" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Ευρετήρια και πίνακες:" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "ένωση" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Πλήρης Πίνακας Περιεχομένων" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "μέλος" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "απαριθμεί όλα τα κεφάλαια και υποκεφάλαια" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "τύπος" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "αναζήτηση αυτής της τεκμηρίωσης" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "έννοια" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Καθολικό Ευρετήριο Μονάδων" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "γρήγορη πρόσβαση σε όλες τις μονάδες" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "όλες οι συναρτήσεις, κλάσεις, όροι" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Σελίδες ευρετηρίου ανά γράμμα" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "μπορεί να είναι τεράστιο" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Κλείσιμο πλαϊνής μπάρας" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Άνοιγμα πλαϊνής μπάρας" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "μεταβλητή" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "μακροεντολή" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Αποτελέσματα Αναζήτησης" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: themes/basic/static/searchtools.js:134 +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 "Η αναζήτησή σας δεν ταυτοποιήθηκε με κανένα κείμενο. Παρακαλώ, επιβεβαιώστε ότι όλες οι λέξεις έχουν τη σωστή ορθογραφία και ότι έχετε επιλέξεις αρκετές κατηγορίες." -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "μεταβλητή περιβάλλοντος; %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Εκτελείται η αναζήτηση" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Προετοιμασία αναζήτησης..." -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", στο " -#: domains/std/__init__.py:239 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Λανθασμένη περιγραφή επιλογής %r, θα πρέπει να μοιάζει με \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" ή \"+opt args\"" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Αλλαγές στην Έκδοση %(version)s —'\n%(docstitle)s" -#: domains/std/__init__.py:319 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s command line option" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Αυτόματα παραγόμενη λίστα αλλαγών στην έκδοση %(version)s" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Αλλαγές βιβλιοθήκης" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Αλλαγές στο API της C" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Άλλες αλλαγές" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "γλωσσάρι" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "συνεχίζεται από την προηγούμενη σελίδα" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "γραμματική ένδειξη" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "συνέχεια στην επόμενη σελίδα" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "ετικέτα αναφοράς" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "μη-αλφαβιτικά" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "μεταβλητή περιβάλλοντος" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Σύμβολα" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "επιλογή προγράμματος" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Αριιθμοί" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "έγγραφο" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "σελίδα" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Ευρετήριο μονάδων" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "το αρχείο εικόνας δεν είναι αναγνώσιμο: %s" -#: domains/std/__init__.py:857 +#: environment/collectors/asset.py:126 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "το αρχείο εικόνας %s δεν είναι αναγνώσιμο: %s" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "το numfig έχει απενεργοποιηθεί. Το :numref: θα ανγοηθεί." +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "το μεταφορτωμένο αρχείο δεν είναι αναγνώσιμο: %s" -#: domains/std/__init__.py:1124 +#: environment/collectors/toctree.py:257 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "στο %s έχουν ήδη ανατεθεί αριθμοί τομέα (εμφωλιασμένο αριθμημένο toctree;)" -#: domains/std/__init__.py:1138 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "the link has no caption: %s" -msgstr "ο σύνδεσμος δεν έχει λεζάντα: %s" +msgid "see %s" +msgstr "δείτε %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "δείτε επίσης %s" -#: domains/std/__init__.py:1153 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "ανέγκυρο numfig_format: %s (%r)" +msgid "unknown index entry type %r" +msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" -#: domains/std/__init__.py:1157 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid numfig_format: %s" -msgstr "ανέγκυρο numfig_format: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "αναγνωρίστηκαν κυκλικές αναφορές toctree, θα αγνοηθούν: %s <- %s" -#: domains/std/__init__.py:1453 +#: environment/adapters/toctree.py:360 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "το toctree περιλαμβάνει αναφορά στο έγγραφο %r η οποία δεν έχει τίτλο: δεν θα δημιουργηθεί σύνδεσμος" -#: domains/std/__init__.py:1456 +#: environment/adapters/toctree.py:375 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/toctree.py:378 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/napoleon/docstring.py:192 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "περισσότεροι από ένας στόχοι βρέθηκαν για 'οποιαδήποτε' παραπομπή %r: θα μπορούσε να είναι %s" -#: ext/napoleon/docstring.py:199 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Παράδειγμα" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Παραδείγματα" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Ορίσματα λέξης-κλειδί" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Σημειώσεις" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Άλλες παράμετροι" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Αναφορές" - -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Προειδοποιήσεις" - -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Αποδόσεις" - -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%s]" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%d]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "Βάσεις: %s" +msgid "Unknown image format: %s..." +msgstr "Άγνωστος τύπος αρχείου: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3419,214 +3640,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" στο όνομα automodule δεν βγάζει νόημα" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Θα δημιουργούσε το αρχείο %s." - -#: ext/apidoc/_cli.py:28 -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 "\nΑναζητήστε αναδρομικα σε για δομοστοιχεία Python και πακέτα και δημιουργήστε \nένα αρχείο reST με οδηγίες automodule για κάθε πακέτο στο .\n\nΤα μπορεί να αποτελούν αρχεία ή/και σχέδια καταλόγων τα οποία θα \nεκτελεστούν κατά τη δημιουργία.\n\nΣημείωση: από προεπιλογή αυτό το σενάριο δεν θα αντικαταστήσει τα ήδη δημιουργημένα αρχεία." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "μονοπάτι για το δομοστοιχείο για το έγγραφο" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "αρχεία fnmatch-style και/ή υποδείγματα καταλόγου που θα εξαιρεθούν από τη δημιουργία" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "κατάλογο για τοποθέτηση όλων των προϊόντων" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "μέγιστο βάθος από υποδομοστοιχεία για απεικόνιση στο TOC (προεπιλογή: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "αντικατάσταση υπάρχοντων αρχείων" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ακολουθία συμβολικών συνδέσμων. Ισχυρό όταν συνδυάζεται με το collective.recipe.omelette." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "εκτελέστε το σενάριο χωρίς τη δημιουργία αρχείων" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "τοποθετήστε βιβλιογραφία για κάθε δομοστοιχείο στη δικής της σελίδα" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "να συμπεριληφθούν τα δομοστοιχεία \"_private\"" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "όνομα αρχείου του πίνακα περιεχομένων (προεπιλογή: δομοστοιχεία)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "να μη δημιουργηθεί αρχείο με πίνακα περιεχομένων" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "μη δημιουργείτε κεφαλίδες για πακέτα δομοστοιχείων/πακέτων (π.χ. όταν τα docstrings τα περιλαμβάνουν ήδη)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "τοποθέτηση βιβλιογραφίας δομοστοιχείου πριν από την βιβλιογραφία υπόδομοστοιχείου" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "ερμηνεία μονοπατιών δομοστοιχείων σύμφωνα με την προδιαγραφή POP-0420 αυτονόητων namespaces" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "επέκταση αρχείου (προεπιλογή: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "δημιουργία ενός πλήρους έργου με το sphinx-quickstart" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "η προσθήκη του module_path στο sys.path, χρησιμοποιείται όταν δίδεται το --full" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "όνομα έργου (προεπιλογή: όνομα ριζικού δομοστοιχείου)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "συγγραφέας(εις) έργου, χρησιμοποιείται όταν δίδεται το --full" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "έκδοση έργου, χρησιμοποιείται όταν δίνεται το --full" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "έκδοση έργου, χρησιμοποιείται όταν δίδεται το --full, προεπιλογή σε --doc-version" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "επιλογές επέκτασης" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "το %s δεν είναι κατάλογος." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "Bases: %s" +msgstr "Βάσεις: %s" -#: ext/apidoc/_extension.py:140 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "failed to import object %s" +msgstr "αδυναμία εισαγωγής αντικειμένου %s" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: ext/apidoc/_extension.py:257 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3699,129 +3777,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" -msgstr "αδυναμία εισαγωγής αντικειμένου %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" + +#: ext/apidoc/_generate.py:66 +#, python-format +msgid "Would create file %s." +msgstr "Θα δημιουργούσε το αρχείο %s." + +#: ext/apidoc/_cli.py:28 +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 "\nΑναζητήστε αναδρομικα σε για δομοστοιχεία Python και πακέτα και δημιουργήστε \nένα αρχείο reST με οδηγίες automodule για κάθε πακέτο στο .\n\nΤα μπορεί να αποτελούν αρχεία ή/και σχέδια καταλόγων τα οποία θα \nεκτελεστούν κατά τη δημιουργία.\n\nΣημείωση: από προεπιλογή αυτό το σενάριο δεν θα αντικαταστήσει τα ήδη δημιουργημένα αρχεία." + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "μονοπάτι για το δομοστοιχείο για το έγγραφο" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "αρχεία fnmatch-style και/ή υποδείγματα καταλόγου που θα εξαιρεθούν από τη δημιουργία" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "κατάλογο για τοποθέτηση όλων των προϊόντων" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "μέγιστο βάθος από υποδομοστοιχεία για απεικόνιση στο TOC (προεπιλογή: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "αντικατάσταση υπάρχοντων αρχείων" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ακολουθία συμβολικών συνδέσμων. Ισχυρό όταν συνδυάζεται με το collective.recipe.omelette." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "εκτελέστε το σενάριο χωρίς τη δημιουργία αρχείων" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "τοποθετήστε βιβλιογραφία για κάθε δομοστοιχείο στη δικής της σελίδα" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "να συμπεριληφθούν τα δομοστοιχεία \"_private\"" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "όνομα αρχείου του πίνακα περιεχομένων (προεπιλογή: δομοστοιχεία)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "να μη δημιουργηθεί αρχείο με πίνακα περιεχομένων" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "μη δημιουργείτε κεφαλίδες για πακέτα δομοστοιχείων/πακέτων (π.χ. όταν τα docstrings τα περιλαμβάνουν ήδη)" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "τοποθέτηση βιβλιογραφίας δομοστοιχείου πριν από την βιβλιογραφία υπόδομοστοιχείου" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "ερμηνεία μονοπατιών δομοστοιχείων σύμφωνα με την προδιαγραφή POP-0420 αυτονόητων namespaces" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "επέκταση αρχείου (προεπιλογή: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "δημιουργία ενός πλήρους έργου με το sphinx-quickstart" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "η προσθήκη του module_path στο sys.path, χρησιμοποιείται όταν δίδεται το --full" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "όνομα έργου (προεπιλογή: όνομα ριζικού δομοστοιχείου)" + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "συγγραφέας(εις) έργου, χρησιμοποιείται όταν δίδεται το --full" + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "έκδοση έργου, χρησιμοποιείται όταν δίνεται το --full" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "έκδοση έργου, χρησιμοποιείται όταν δίδεται το --full, προεπιλογή σε --doc-version" -#: ext/intersphinx/_load.py:297 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "επιλογές επέκτασης" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" +msgid "%s is not a directory." +msgstr "το %s δεν είναι κατάλογος." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3863,445 +4027,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "σφάλμα κατά τη μορφοποίηση των ορισμάτων για %s:%s" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:61 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "ορίσματα υπογραφής ή επιστροφή σημείωσης η οποία δόθηκε για το automodule %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ πρέπει να είναι λίστα στοιχειοσειράς, όχι %r (στο δομοστοιχείο %s) -- θα αγνοηθεί το __all__" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "ευρετήριο" - -#: builders/html/__init__.py:549 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "επόμενο" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "προηγούμενο" - -#: builders/html/__init__.py:685 -msgid "generating indices" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "αντιγραφή αρχείων μεταφόρτωσης..." - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" - -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy static file %r" -msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" - -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" - -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "ο κατάλογος εύρεσης δεν ήταν δυνατό να φορτωθεί, αλλά δε θα μεταγλωττιστούν όλα τα έγγραφα: ο κατάλογος δε θα είναι πλήρης." +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" -#: builders/html/__init__.py:1038 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Ορίσματα λέξης-κλειδί" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:178 #, 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 "ένα σφάλμα Unicode παρουσιάστηκε κατά τη δημιουργία της σελίδας %s. Παρακαλείστε να επιβεβαιώσετε ότι όλες οι τιμές παραμετροποίησης οι οποίες περιλαμβάνουν μη-ASCII περιεχόμενο είναι στοιχειοσειρές Unicode." +msgid "invalid value set (missing closing brace): %s" +msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " - -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Παράδειγμα" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Παραδείγματα" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Δόθηκε άγνωστο math_renderer %r." +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Σημειώσεις" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Άλλες παράμετροι" + +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Αναφορές" + +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Προειδοποιήσεις" + +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Αποδόσεις" -#: builders/html/__init__.py:1385 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "η εγγραφή html_static_path %r δεν υπάρχει" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "logo file %r does not exist" -msgstr "το αρχείο logo %r δεν υπάρχει" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "favicon file %r does not exist" -msgstr "το αρχείο favicon %r δεν υπάρχει" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%s %s documentation" -msgstr "Τεκμηρίωση του %s - %s" +msgid "error while formatting arguments for %s: %s" +msgstr "σφάλμα κατά τη μορφοποίηση των ορισμάτων για %s:%s" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Τα αρχεία LaTeX βρίσκονται σε %(outdir)s." - -#: builders/latex/__init__.py:118 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\n(χρησιμοποιήστε το 'make latexpdf' εδώ για να το κάνετε αυτόματα)." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"latex_documents\": δεν θα πραγματοποιηθεί εγγραφή για κανένα κείμενο" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "αντιγραφή αρχείων υποστήριξης TeX" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "αντιγραφή επιπρόσθετων αρχείων" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "ορίσματα υπογραφής ή επιστροφή σημείωσης η οποία δόθηκε για το automodule %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ πρέπει να είναι λίστα στοιχειοσειράς, όχι %r (στο δομοστοιχείο %s) -- θα αγνοηθεί το __all__" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "στο %s έχουν ήδη ανατεθεί αριθμοί τομέα (εμφωλιασμένο αριθμημένο toctree;)" +msgid "missing attribute %s in object %s" +msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" -msgstr "το αρχείο εικόνας δεν είναι αναγνώσιμο: %s" +msgid "alias of TypeVar(%s)" +msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" -msgstr "το αρχείο εικόνας %s δεν είναι αναγνώσιμο: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" -msgstr "το μεταφορτωμένο αρχείο δεν είναι αναγνώσιμο: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "αναγνωρίστηκαν κυκλικές αναφορές toctree, θα αγνοηθούν: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "το toctree περιλαμβάνει αναφορά στο έγγραφο %r η οποία δεν έχει τίτλο: δεν θα δημιουργηθεί σύνδεσμος" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "δείτε %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "δείτε επίσης %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Παρακαλείστε να το αναφέρετε αν ήταν ένα σφάλμα χρήσης, ώστε ένα καλύτερο μήνυμα σφάλματος να δοθεί την επόμενη φορά." diff --git a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo index d48f69d7c9f..1e4d3fbe3e4 100644 Binary files a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo and b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po index b7bec330794..abe1bb40a36 100644 --- a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Germany) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: en_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js index 9a98c62175e..941a9c4da7c 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js @@ -1,5 +1,5 @@ Documentation.addTranslations({ - "locale": "None", + "locale": "en_FR", "messages": { "%(filename)s — %(docstitle)s": "", "© %(copyright_prefix)s %(copyright)s.": "", diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo index cdf93390a8b..cc1ba707198 100644 Binary files a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo and b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po index a1a2a701482..57acbb4b6dc 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (France) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: en_FR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo index 28c63c2608a..deb53f19d5c 100644 Binary files a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo and b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po index d8228ab9d3d..bd81bb575b6 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Adam Turner, 2022-2023\n" "Language-Team: English (United Kingdom) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -54,90 +54,165 @@ msgstr "invalid PEP number %s" msgid "invalid RFC number %s" msgstr "invalid RFC number %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer name %r is not known" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "config directory doesn't contain a conf.py file (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "cannot override dictionary config setting %r, ignoring (use %r to set individual elements)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "invalid number %r for config value %r, ignoring" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "cannot override config setting %r with unsupported type, ignoring" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "unknown config value %r in override, ignoring" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Config value %r already present" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English)." + +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "There is a syntax error in your configuration file: %s\n" -#: theming.py:320 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "The configuration file (or one of the modules it imports) called sys.exit()" + +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "There is a programmable error in your configuration file:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Section %s" +msgstr "Section %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" -#: theming.py:376 +#: config.py:687 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Table %s" +msgstr "Table %s" -#: project.py:72 +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "The config value `{name}` has to be a one of {candidates}, but `{current}` is given." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "The config value `{name}' has type `{current.__name__}'; expected {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "The config value `{name}' has type `{current.__name__}', defaults to `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r not found, ignored." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "This project needs the extension %s at least in version %s and therefore cannot be built with the loaded version (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "This project needs at least Sphinx v%s and therefore cannot be built wit msgid "making output directory" msgstr "making output directory" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "while setting up extension %s:" @@ -228,7 +303,7 @@ msgstr "'setup' as currently defined in conf.py isn't a Python callable. Please msgid "loading translations [%s]... " msgstr "loading translations [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "done" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "the %s extension is not safe for parallel reading" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,3058 +397,3203 @@ msgid "" "explicit" msgstr "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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "the %s extension is not safe for parallel writing" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "doing serial %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Builder class %s has no \"name\" attribute" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r already exists (in module %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder name %s not registered or available through entry point" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Builder name %s not registered" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domain %s already registered" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domain %s not yet registered" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "The %r directive is already registered to domain %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "The %r role is already registered to domain %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "The %r index is already registered to domain %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "The %r object_type is already registered" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "The %r crossref_type is already registered" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r is already registered" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser for %r is already registered" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Source parser for %s not registered" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Translator for %r already exists" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r already registered" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "maths renderer %s is already registered" -#: registry.py:531 +#: registry.py:538 #, 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." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Original exception:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Could not import extension %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "extension %r has no setup() function; is it really a Sphinx extension module?" -#: registry.py:567 +#: registry.py:574 #, 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 "The %s extension used by this project needs at least Sphinx v%s; it therefore cannot be built with this version." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "extension %r returned an unsupported object from its setup() function; it should return None or a metadata dictionary" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config directory doesn't contain a conf.py file (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "cannot override dictionary config setting %r, ignoring (use %r to set individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "setting %s.%s occurs in none of the searched theme configs" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" +msgstr "unsupported theme option %r given" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "file %r on theme path is not a valid zipfile or contains no theme" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 -#, python-format -msgid "Config value %r already present" -msgstr "Config value %r already present" - -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English)." - -#: config.py:599 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "There is a syntax error in your configuration file: %s\n" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "The configuration file (or one of the modules it imports) called sys.exit()" - -#: config.py:611 +#: theming.py:306 #, python-format msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "There is a programmable error in your configuration file:\n\n%s" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:633 +#: theming.py:312 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:340 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:665 +#: theming.py:365 theming.py:418 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:686 +#: theming.py:369 #, python-format -msgid "Section %s" -msgstr "Section %s" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: config.py:687 +#: theming.py:373 theming.py:421 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:688 +#: theming.py:377 #, python-format -msgid "Table %s" -msgstr "Table %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:689 +#: theming.py:396 #, python-format -msgid "Listing %s" -msgstr "Listing %s" - -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "The config value `{name}` has to be a one of {candidates}, but `{current}` is given." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "The config value `{name}' has type `{current.__name__}'; expected {permitted}." +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:846 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "The config value `{name}' has type `{current.__name__}', defaults to `{default.__name__}'." +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r not found, ignored." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:892 +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" + +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" + +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "new config" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "config changed" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "extensions changed" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "build environment version not current" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "source directory has changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "This environment is incompatible with the selected builder, please choose another doctree directory." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Failed to scan documents in %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n\nTraceback: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r is not registered" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "document isn't included in any toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "self referenced toctree found. Ignored." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert exited with error:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "convert command %r cannot be run, check the image_converter setting" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Attention" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Caution" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "highlighting module code... " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Danger" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Error" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Module code" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Hint" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Source code for %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Important" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Overview: module code" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Note" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

All modules for which code is available

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "See also" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "section \"%s\" gets labeled as \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "duplicate label %s, other instance in %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Warning" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nRun 'make' in that directory to run these through makeinfo\n(use 'make info' here to do that automatically)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "no \"texinfo_documents\" config value found; no documents will be written" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" config value references unknown document %s" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "processing %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== slowest reading durations =======================" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "writing" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "resolving references..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "TODO entry found: %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "copying images... " +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "cannot copy image file %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(The <> is located in %s, line %d.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "copying Texinfo support files" +#: ext/todo.py:166 +msgid "original entry" +msgstr "original entry" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "error writing file Makefile: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz directive cannot have both content and a filename argument" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "The manual pages are in %(outdir)s." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "External Graphviz file %r not found or reading it failed" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignoring \"graphviz\" directive without content." -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" config value references unknown document %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "The HTML page is in %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "assembling single document" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "writing additional files" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot command %r cannot be run (needed for graphviz output), check the graphviz_dot setting" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "The dummy builder generates no files." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot exited with error:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "The message catalogues are in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot did not produce an output file:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "building [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "targets for %d template files" +msgid "dot code %r: %s" +msgstr "dot code %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "reading templates... " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "writing message catalogues... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "hardcoded link %r could be replaced by an extlink (try using %r instead)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "broken link: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX command %r cannot be run (needed for maths display), check the imgmath_latex setting" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Anchor '%s' not found" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s command %r cannot be run (needed for maths display), check the imgmath_%s setting" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "display latex %r: %s" +msgstr "display latex %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "The ePub file is in %(outdir)s." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "writing nav.xhtml file..." - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgid "inline latex %r: %s" +msgstr "inline latex %r: %s" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "missing '+' or '-' in '%s' option." -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' is not a valid option." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' is not a valid pyversion option" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "invalid TestCode type" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Testing of doctests in the sources finished, look at the results in %(outdir)s/output.txt." -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "no code/output in %s block at %s:%s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignoring invalid doctest code: %r" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "invalid regex %r in %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "module %s could not be imported: %s" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:148 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "invalid css_file: %r, ignored" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:158 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "The XML files are in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" + +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:187 #, python-format -msgid "error writing file %s: %s" -msgstr "error writing file %s: %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "invalid regex %r in coverage_c_regexes" -#: builders/xml.py:103 +#: ext/coverage.py:260 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "The pseudo-XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "undocumented c api: %s [%s] in file %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:452 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "duplicated ToC entry found: %s" +msgid "undocumented python function: %s :: %s" +msgstr "undocumented python function: %s :: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:473 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "cannot read image file %r: copying it instead" +msgid "undocumented python class: %s :: %s" +msgstr "undocumented python class: %s :: %s" -#: builders/_epub_base.py:467 +#: ext/coverage.py:492 #, python-format -msgid "cannot write image file %r: %s" -msgstr "cannot write image file %r: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "undocumented python method: %s :: %s :: %s" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow not found - copying image files" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "writing mimetype file..." +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "writing META-INF/container.xml file..." +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "writing content.opf file..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 column based index found. It might be a bug of extensions you use: %r" -#: builders/_epub_base.py:594 +#: transforms/__init__.py:300 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "unknown mimetype for %s, ignoring" +msgid "Footnote [%s] is not referenced." +msgstr "Footnote [%s] is not referenced." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "writing toc.ncx file..." - -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "writing %s file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Footnote [#] is not referenced." -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "The text files are in %(outdir)s." +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "inconsistent footnote references in translated message. original: {0}, translated: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "a suitable image for %s builder not found: %s (%s)" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "inconsistent references in translated message. original: {0}, translated: {1}" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "a suitable image for %s builder not found: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "inconsistent citation references in translated message. original: {0}, translated: {1}" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "building [mo]: " +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "inconsistent term references in translated message. original: {0}, translated: {1}" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "writing output... " +#: environment/__init__.py:89 +msgid "new config" +msgstr "new config" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "all of %d po files" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "config changed" -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "targets for %d po files that are specified" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "extensions changed" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "targets for %d po files that are out of date" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "build environment version not current" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "all source files" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "source directory has changed" -#: builders/__init__.py:335 +#: environment/__init__.py:350 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "file %r given on command line does not exist, " +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:355 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "file %r given on command line is not under the source directory, ignoring" +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:353 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "file %r given on command line is not a valid document, ignoring" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "%d source files given on command line" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "This environment is incompatible with the selected builder, please choose another doctree directory." -#: builders/__init__.py:382 +#: environment/__init__.py:518 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "targets for %d source files that are out of date" - -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "looking for now-outdated files... " +msgid "Failed to scan documents in %s: %r" +msgstr "Failed to scan documents in %s: %r" -#: builders/__init__.py:415 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d found" -msgstr "%d found" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "none found" - -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "pickling environment" +msgid "Domain %r is not registered" +msgstr "Domain %r is not registered" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "checking consistency" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "document isn't included in any toctree" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "no targets are out of date." +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "self referenced toctree found. Ignored." -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "updating environment: " +#: environment/__init__.py:952 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:499 +#: writers/latex.py:387 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s added, %s changed, %s removed" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "unknown %r toplevel_sectioning for class %r" -#: builders/__init__.py:536 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "no Babel option known for language %r" +msgstr "no Babel option known for language %r" -#: builders/__init__.py:545 +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "too large :maxdepth:, ignored." + +#: writers/latex.py:617 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:556 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "document title is not a single Text node" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "encountered title node not in section, topic, table, admonition or sidebar" + +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Footnotes" -#: builders/__init__.py:563 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "reading sources... " +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "both tabularcolumns and :widths: option are given. :widths: is ignored." -#: builders/__init__.py:725 +#: writers/latex.py:1229 #, python-format -msgid "docnames to write: %s" -msgstr "docnames to write: %s" - -#: builders/__init__.py:727 -msgid "no docnames to write!" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "preparing documents" - -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "copying assets" +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "dimension unit %s is invalid. Ignored." -#: builders/changes.py:29 +#: writers/latex.py:1954 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "The overview file is in %(outdir)s." +msgid "unknown index entry type %s found" +msgstr "unknown index entry type %s found" -#: builders/changes.py:65 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "no changes in version %s." -msgstr "no changes in version %s." +msgid "Invalid math_eqref_format: %r" +msgstr "Invalid math_eqref_format: %r" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "writing summary file..." +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[image: %s]" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Builtins" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[image]" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Module level" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Index" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "copying source files..." +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "caption not inside a figure." -#: builders/changes.py:146 +#: writers/texinfo.py:1306 #, python-format -msgid "could not read %r for changelog creation" -msgstr "could not read %r for changelog creation" +msgid "unimplemented node type: %r" +msgstr "unimplemented node type: %r" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "invalid regex %r in %s" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 +#: writers/html5.py:446 #, python-format -msgid "module %s could not be imported: %s" -msgstr "module %s could not be imported: %s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format is not defined for %s" -#: ext/coverage.py:148 +#: writers/html5.py:456 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Any IDs not assigned for %s node" +msgstr "Any IDs not assigned for %s node" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "invalid regex %r in coverage_c_regexes" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "undocumented c api: %s [%s] in file %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "undocumented python function: %s :: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "undocumented python class: %s :: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Could not obtain image size. :scale: option is ignored." -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "undocumented python method: %s :: %s :: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attention" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Caution" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Danger" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "TODO entry found: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(The <> is located in %s, line %d.)" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: ext/todo.py:166 -msgid "original entry" -msgstr "original entry" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Note" -#: ext/imgconverter.py:44 -#, python-format +#: locale/__init__.py:236 +msgid "See also" +msgstr "See also" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Warning" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "job number should be a positive number" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "For more information, visit ." + +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" -msgstr "Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n\nTraceback: %s" +"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 "\nGenerate documentation from source files.\n\nsphinx-build generates documentation from the files in SOURCEDIR and places it\nin OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\nsettings. The 'sphinx-quickstart' tool may be used to generate template files,\nincluding 'conf.py'\n\nsphinx-build can create documentation in different formats. A format is\nselected by specifying the builder name on the command line; it defaults to\nHTML. Builders can also perform other tasks related to documentation\nprocessing.\n\nBy default, everything that is outdated is built. Output only for selected\nfiles can be built by specifying individual filenames.\n" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "path to documentation source files" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "path to output directory" + +#: cmd/build.py:109 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert exited with error:\n[stderr]\n%r\n[stdout]\n%r" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:114 +msgid "general options" +msgstr "general options" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "write all files (default: only write new and changed files)" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "don't use a saved environment, always read all files" + +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/graphviz.py:328 -#, python-format +#: cmd/build.py:157 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "dot command %r cannot be run (needed for graphviz output), check the graphviz_dot setting" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot exited with error:\n[stderr]\n%r\n[stdout]\n%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot did not produce an output file:\n[stderr]\n%r\n[stdout]\n%r" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "override a setting in configuration file" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "pass a value into HTML templates" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: include \"only\" blocks with TAG" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "dot code %r: %s" +#: cmd/build.py:212 +msgid "console output options" +msgstr "console output options" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "increase verbosity (can be repeated)" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graph]" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "no output on stdout, just warnings on stderr" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX command %r cannot be run (needed for maths display), check the imgmath_latex setting" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "no output at all, not even warnings" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "do emit colored output (default: auto-detect)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "do not emit coloured output (default: auto-detect)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "write warnings (and errors) to given file" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "turn warnings into errors" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "show full traceback on exception" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "run Pdb on exception" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "cannot combine -a option and filenames" -#: ext/imgmath.py:167 +#: cmd/build.py:357 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s command %r cannot be run (needed for maths display), check the imgmath_%s setting" +msgid "cannot open warning file '%s': %s" +msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "display latex %r: %s" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D option argument must be in the form name=value" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "inline latex %r: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A option argument must be in the form name=value" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "automatically insert docstrings from modules" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "automatically test code snippets in doctest blocks" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' is not a valid option." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "link between Sphinx documentation of different projects" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "write \"todo\" entries that can be shown or hidden on build" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "invalid TestCode type" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "checks for documentation coverage" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Testing of doctests in the sources finished, look at the results in %(outdir)s/output.txt." +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "include maths, rendered as PNG or SVG images" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "include maths, rendered in the browser by MathJax" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "conditional inclusion of content based on config values" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "include links to the source code of documented Python objects" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "create .nojekyll file to publish the document on GitHub pages" -#: ext/duration.py:47 +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "Please enter a valid path name." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Please enter some text." + +#: cmd/quickstart.py:134 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +msgid "Please enter one of %s." +msgstr "Please enter one of %s." -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Please enter either 'y' or 'n'." -#: ext/duration.py:124 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Please enter a file suffix, e.g. '.rst' or '.txt'." + +#: cmd/quickstart.py:230 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Welcome to the Sphinx %s quickstart utility." -#: ext/duration.py:136 +#: cmd/quickstart.py:235 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== slowest reading durations =======================" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "Please enter values for the following settings (just press Enter to\naccept a default value, if one is given in brackets)." -#: ext/duration.py:139 +#: cmd/quickstart.py:242 #, python-format -msgid "%.3fs %s" -msgstr "" +msgid "Selected root path: %s" +msgstr "Selected root path: %s" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[source]" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "Enter the root path for documentation." -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "highlighting module code... " +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "Root path for the documentation" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Error: an existing conf.py has been found in the selected root path." -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Module code" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart will not overwrite existing Sphinx projects." -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Source code for %s

" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Please enter a new root path (or just Enter to exit)" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Overview: module code" +#: cmd/quickstart.py:275 +msgid "" +"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 "You have two options for placing the build directory for Sphinx output.\nEither, you use a directory \"_build\" within the root path, or you separate\n\"source\" and \"build\" directories within the root path." -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

All modules for which code is available

" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Separate source and build directories (y/n)" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "Inside the root directory, two more directories will be created; \"_templates\"\nfor custom HTML templates and \"_static\" for custom stylesheets and other static\nfiles. You can enter another prefix (such as \".\") to replace the underscore." -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citation [%s] is not referenced." +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Name prefix for templates and static dir" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "The project name will occur in several places in the built documentation." -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Project name" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (built-in function)" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Author name(s)" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s method)" +#: cmd/quickstart.py:310 +msgid "" +"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 has the notion of a \"version\" and a \"release\" for the\nsoftware. Each version can have multiple releases. For example, for\nPython the version is something like 2.5 or 3.0, while the release is\nsomething like 2.5.1 or 3.0a1. If you don't need this dual structure,\njust set both to the same value." -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (class)" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Project version" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variable or constant)" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Project release" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribute)" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "If the documents are to be written in a language other than English,\nyou can select a language here by its language code. Sphinx will then\ntranslate text that it generates into that language.\n\nFor a list of supported codes, see\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Arguments" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Project language" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "The file name suffix for source files. Commonly, this is either \".txt\"\nor \".rst\". Only files with this suffix are considered documents." -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Throws" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Source file suffix" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returns" +#: cmd/quickstart.py:351 +msgid "" +"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 "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\nof the documents. Normally, this is \"index\", but if your \"index\"\ndocument is a custom template, you can also set this to another filename." -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Return type" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Name of your master document (without suffix)" -#: domains/javascript.py:374 +#: cmd/quickstart.py:372 #, python-format -msgid "%s (module)" -msgstr "%s (module)" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Error: the master file %s has already been found in the selected root path." -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "function" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart will not overwrite the existing file." -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "method" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Please enter a new file name, or rename the existing file and press Enter" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "class" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indicate which of the following Sphinx extensions should be enabled:" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has been deselected." -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attribute" +#: cmd/quickstart.py:411 +msgid "" +"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 "A Makefile and a Windows command file can be generated for you so that you\nonly have to run e.g. `make html' instead of invoking sphinx-build\ndirectly." -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "module" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Create Makefile? (y/n)" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Create Windows command file? (y/n)" -#: domains/rst.py:131 domains/rst.py:190 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +msgid "Creating file %s." +msgstr "Creating file %s." -#: domains/rst.py:191 domains/rst.py:202 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (directive option)" +msgid "File %s already exists, skipping." +msgstr "File %s already exists, skipping." -#: domains/rst.py:224 +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Finished: An initial directory structure has been created." + +#: cmd/quickstart.py:524 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "You should now populate your master file %s and create other documentation\nsource files. " -#: domains/rst.py:234 -msgid "directive" -msgstr "directive" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Use the Makefile to build the docs, like so:\n make builder" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "directive-option" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "Use the sphinx-build command to build the docs, like so:\n sphinx-build -b builder %s %s" -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "where \"builder\" is one of the supported builders, e.g. html, latex or linkcheck." -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:577 +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 "\nGenerate required files for a Sphinx project.\n\nsphinx-quickstart is an interactive tool that asks some questions about your\nproject and then generates a complete documentation directory and sample\nMakefile to be used with sphinx-build.\n" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "quiet mode" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Changed in version %s" +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "project root" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Deprecated since version %s" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Structure options" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "if specified, separate source and build dirs" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "if specified, create build dir under source dir" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "job number should be a positive number" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "replacement for dot in _templates etc." -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "For more information, visit ." +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Project basic options" -#: cmd/build.py:74 -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 "\nGenerate documentation from source files.\n\nsphinx-build generates documentation from the files in SOURCEDIR and places it\nin OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\nsettings. The 'sphinx-quickstart' tool may be used to generate template files,\nincluding 'conf.py'\n\nsphinx-build can create documentation in different formats. A format is\nselected by specifying the builder name on the command line; it defaults to\nHTML. Builders can also perform other tasks related to documentation\nprocessing.\n\nBy default, everything that is outdated is built. Output only for selected\nfiles can be built by specifying individual filenames.\n" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "project name" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "path to documentation source files" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "author names" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "path to output directory" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "version of project" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "release of project" -#: cmd/build.py:114 -msgid "general options" -msgstr "general options" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "document language" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "source file suffix" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "master document name" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "use epub" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "don't use a saved environment, always read all files" +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Extension options" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "enable %s extension" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "enable arbitrary extensions" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Makefile and Batchfile creation" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "create makefile" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "override a setting in configuration file" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "do not create makefile" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pass a value into HTML templates" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "create batchfile" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "do not create batchfile" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "use make-mode for Makefile/make.bat" -#: cmd/build.py:212 -msgid "console output options" -msgstr "console output options" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Project templating" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "increase verbosity (can be repeated)" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "template directory for template files" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "define a template variable" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "no output at all, not even warnings" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Error: specified path is not a directory, or sphinx files already exist." -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "do not emit coloured output (default: auto-detect)" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart only generate into a empty directory. Please specify a new root path." -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Invalid template variable: %s" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "write warnings (and errors) to given file" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob pattern %r didn't match any documents" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "turn warnings into errors" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contains reference to excluded document %r" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "show full traceback on exception" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contains reference to nonexisting document %r" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "run Pdb on exception" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "duplicated entry found in toctree: %s" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Section author: " -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "cannot combine -a option and filenames" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Module author: " -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Code author: " -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D option argument must be in the form name=value" +#: directives/other.py:209 +msgid "Author: " +msgstr "Author: " -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A option argument must be in the form name=value" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks content is not a list" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "automatically insert docstrings from modules" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist content is not a list" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "automatically test code snippets in doctest blocks" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "non-whitespace stripped by dedent" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "link between Sphinx documentation of different projects" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Invalid caption: %s" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "write \"todo\" entries that can be shown or hidden on build" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "line number spec is out of range(1-%d): %r" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "checks for documentation coverage" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Cannot use both \"%s\" and \"%s\" options" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "include maths, rendered as PNG or SVG images" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "include maths, rendered in the browser by MathJax" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "conditional inclusion of content based on config values" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Object named %r not found in include file %r" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "include links to the source code of documented Python objects" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "create .nojekyll file to publish the document on GitHub pages" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Line spec %r: no lines pulled from include file %r" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "Please enter a valid path name." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "\":file:\" option for csv-table directive now recognises an absolute path as a relative path from source directory. Please update your document." -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Please enter some text." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "default role %s not found" -#: cmd/quickstart.py:134 +#: util/i18n.py:100 #, python-format -msgid "Please enter one of %s." -msgstr "Please enter one of %s." +msgid "reading error: %s, %s" +msgstr "reading error: %s, %s" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Please enter either 'y' or 'n'." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "writing error: %s, %s" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: cmd/quickstart.py:230 +#: util/i18n.py:244 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Welcome to the Sphinx %s quickstart utility." +msgid "Invalid Babel locale: %r." +msgstr "" -#: cmd/quickstart.py:235 +#: util/i18n.py:253 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Please enter values for the following settings (just press Enter to\naccept a default value, if one is given in brackets)." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Invalid date format. Quote the string by single quote if you want to output it directly: %s" -#: cmd/quickstart.py:242 +#: util/docutils.py:327 #, python-format -msgid "Selected root path: %s" -msgstr "Selected root path: %s" +msgid "unknown directive name: %s" +msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "Enter the root path for documentation." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "Root path for the documentation" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "unknown node type: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Error: an existing conf.py has been found in the selected root path." +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart will not overwrite existing Sphinx projects." +#: util/display.py:78 +msgid "skipped" +msgstr "skipped" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Please enter a new root path (or just Enter to exit)" +#: util/display.py:83 +msgid "failed" +msgstr "failed" -#: cmd/quickstart.py:274 +#: util/fileutil.py:76 +#, python-format msgid "" -"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 "You have two options for placing the build directory for Sphinx output.\nEither, you use a directory \"_build\" within the root path, or you separate\n\"source\" and \"build\" directories within the root path." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "Separate source and build directories (y/n)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: cmd/quickstart.py:287 +#: util/docfields.py:100 +#, python-format msgid "" -"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 "Inside the root directory, two more directories will be created; \"_templates\"\nfor custom HTML templates and \"_static\" for custom stylesheets and other static\nfiles. You can enter another prefix (such as \".\") to replace the underscore." - -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "Name prefix for templates and static dir" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problem in %s domain: field is supposed to use role '%s', but that role is not in the domain." -#: cmd/quickstart.py:298 +#: util/nodes.py:459 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "The project name will occur in several places in the built documentation." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Project name" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contains ref to nonexisting file %r" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Author name(s)" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "exception while evaluating only directive expression: %s" -#: cmd/quickstart.py:309 -msgid "" -"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 has the notion of a \"version\" and a \"release\" for the\nsoftware. Each version can have multiple releases. For example, for\nPython the version is something like 2.5 or 3.0, while the release is\nsomething like 2.5.1 or 3.0a1. If you don't need this dual structure,\njust set both to the same value." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (built-in function)" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Project version" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s method)" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Project release" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (class)" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "If the documents are to be written in a language other than English,\nyou can select a language here by its language code. Sphinx will then\ntranslate text that it generates into that language.\n\nFor a list of supported codes, see\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variable or constant)" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Project language" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribute)" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "The file name suffix for source files. Commonly, this is either \".txt\"\nor \".rst\". Only files with this suffix are considered documents." +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Arguments" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Source file suffix" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Throws" -#: cmd/quickstart.py:350 -msgid "" -"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 "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\nof the documents. Normally, this is \"index\", but if your \"index\"\ndocument is a custom template, you can also set this to another filename." +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returns" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Name of your master document (without suffix)" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Return type" -#: cmd/quickstart.py:368 +#: domains/javascript.py:374 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Error: the master file %s has already been found in the selected root path." +msgid "%s (module)" +msgstr "%s (module)" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart will not overwrite the existing file." +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "function" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Please enter a new file name, or rename the existing file and press Enter" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "method" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indicate which of the following Sphinx extensions should be enabled:" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "class" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has been deselected." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: cmd/quickstart.py:407 -msgid "" -"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 "A Makefile and a Windows command file can be generated for you so that you\nonly have to run e.g. `make html' instead of invoking sphinx-build\ndirectly." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attribute" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Create Makefile? (y/n)" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "module" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Create Windows command file? (y/n)" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "duplicate %s description of %s, other %s in %s" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/__init__.py:322 #, python-format -msgid "Creating file %s." -msgstr "Creating file %s." +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "File %s already exists, skipping." -msgstr "File %s already exists, skipping." +msgid "%s (directive)" +msgstr "%s (directive)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Finished: An initial directory structure has been created." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (directive option)" -#: cmd/quickstart.py:520 +#: domains/rst.py:224 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "You should now populate your master file %s and create other documentation\nsource files. " +msgid "%s (role)" +msgstr "%s (role)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Use the Makefile to build the docs, like so:\n make builder" +#: domains/rst.py:234 +msgid "directive" +msgstr "directive" -#: cmd/quickstart.py:531 +#: domains/rst.py:235 +msgid "directive-option" +msgstr "directive-option" + +#: domains/rst.py:236 +msgid "role" +msgstr "role" + +#: domains/rst.py:262 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "Use the sphinx-build command to build the docs, like so:\n sphinx-build -b builder %s %s" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "duplicate description of %s %s, other instance in %s" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "where \"builder\" is one of the supported builders, e.g. html, latex or linkcheck." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplicate label of equation %s, other instance in %s" -#: cmd/quickstart.py:573 -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 "\nGenerate required files for a Sphinx project.\n\nsphinx-quickstart is an interactive tool that asks some questions about your\nproject and then generates a complete documentation directory and sample\nMakefile to be used with sphinx-build.\n" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "duplicate citation %s, other instance in %s" + +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citation [%s] is not referenced." + +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "quiet mode" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Changed in version %s" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "project root" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Deprecated since version %s" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "Structure options" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "if specified, separate source and build dirs" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "The overview file is in %(outdir)s." -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "if specified, create build dir under source dir" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "no changes in version %s." -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "replacement for dot in _templates etc." +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "writing summary file..." -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "Project basic options" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Builtins" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "project name" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Module level" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "author names" +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "copying source files..." -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "version of project" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "could not read %r for changelog creation" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "release of project" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "a suitable image for %s builder not found: %s (%s)" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "document language" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "a suitable image for %s builder not found: %s" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "source file suffix" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "building [mo]: " -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "master document name" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "writing output... " -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "use epub" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "all of %d po files" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Extension options" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "targets for %d po files that are specified" -#: cmd/quickstart.py:671 +#: builders/__init__.py:315 #, python-format -msgid "enable %s extension" -msgstr "enable %s extension" +msgid "targets for %d po files that are out of date" +msgstr "targets for %d po files that are out of date" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "enable arbitrary extensions" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "all source files" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Makefile and Batchfile creation" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "file %r given on command line does not exist, " -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "create makefile" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "file %r given on command line is not under the source directory, ignoring" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "do not create makefile" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "file %r given on command line is not a valid document, ignoring" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "create batchfile" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d source files given on command line" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "do not create batchfile" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "targets for %d source files that are out of date" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "use make-mode for Makefile/make.bat" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "building [%s]: " -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Project templating" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "looking for now-outdated files... " -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "template directory for template files" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d found" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "define a template variable" +#: builders/__init__.py:418 +msgid "none found" +msgstr "none found" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "pickling environment" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "checking consistency" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart only generate into a empty directory. Please specify a new root path." +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "no targets are out of date." -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Invalid template variable: %s" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "updating environment: " -#: directives/other.py:119 +#: builders/__init__.py:500 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob pattern %r didn't match any documents" +msgid "%s added, %s changed, %s removed" +msgstr "%s added, %s changed, %s removed" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:537 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contains reference to excluded document %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:546 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contains reference to nonexisting document %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:557 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "duplicated entry found in toctree: %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Section author: " +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Module author: " +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "reading sources... " -#: directives/other.py:207 -msgid "Code author: " -msgstr "Code author: " +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames to write: %s" -#: directives/other.py:209 -msgid "Author: " -msgstr "Author: " +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. acks content is not a list" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "preparing documents" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. hlist content is not a list" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "copying assets" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "\":file:\" option for csv-table directive now recognises an absolute path as a relative path from source directory. Please update your document." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "The XML files are in %(outdir)s." -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "non-whitespace stripped by dedent" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "error writing file %s: %s" -#: directives/code.py:87 +#: builders/xml.py:103 #, python-format -msgid "Invalid caption: %s" -msgstr "Invalid caption: %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "The pseudo-XML files are in %(outdir)s." -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/singlehtml.py:35 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "line number spec is out of range(1-%d): %r" +msgid "The HTML page is in %(outdir)s." +msgstr "The HTML page is in %(outdir)s." + +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "assembling single document" + +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "writing" + +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "writing additional files" -#: directives/code.py:216 +#: builders/epub3.py:83 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Cannot use both \"%s\" and \"%s\" options" +msgid "The ePub file is in %(outdir)s." +msgstr "The ePub file is in %(outdir)s." -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "writing nav.xhtml file..." -#: directives/code.py:235 -#, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Object named %r not found in include file %r" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf value \"epub_uid\" should be XML NAME for EPUB3" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Line spec %r: no lines pulled from include file %r" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "conf value \"epub_author\" should not be empty for EPUB3" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "conf value \"epub_contributor\" should not be empty for EPUB3" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Index" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "conf value \"epub_description\" should not be empty for EPUB3" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "encountered title node not in section, topic, table, admonition or sidebar" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "conf value \"epub_publisher\" should not be empty for EPUB3" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Footnotes" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "caption not inside a figure." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "conf value \"epub_identifier\" should not be empty for EPUB3" + +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "conf value \"version\" should not be empty for EPUB3" -#: writers/texinfo.py:1303 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "unimplemented node type: %r" -msgstr "unimplemented node type: %r" +msgid "invalid css_file: %r, ignored" +msgstr "invalid css_file: %r, ignored" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/text.py:27 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" +msgid "The text files are in %(outdir)s." +msgstr "The text files are in %(outdir)s." -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[image]" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "The dummy builder generates no files." -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Look for any errors in the above output or in %(outdir)s/output.txt" -#: writers/html5.py:431 +#: builders/linkcheck.py:159 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format is not defined for %s" +msgid "broken link: %s (%s)" +msgstr "broken link: %s (%s)" -#: writers/html5.py:441 +#: builders/linkcheck.py:562 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Any IDs not assigned for %s node" +msgid "Anchor '%s' not found" +msgstr "Anchor '%s' not found" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "The message catalogues are in %(outdir)s." -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/gettext.py:265 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "targets for %d template files" +msgstr "targets for %d template files" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "reading templates... " -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "writing message catalogues... " -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "The Texinfo files are in %(outdir)s." -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Could not obtain image size. :scale: option is ignored." +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nRun 'make' in that directory to run these through makeinfo\n(use 'make info' here to do that automatically)." -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "unknown %r toplevel_sectioning for class %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "no \"texinfo_documents\" config value found; no documents will be written" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/texinfo.py:85 #, python-format -msgid "no Babel option known for language %r" -msgstr "no Babel option known for language %r" - -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "too large :maxdepth:, ignored." +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" config value references unknown document %s" -#: writers/latex.py:616 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "processing %s" +msgstr "processing %s" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "document title is not a single Text node" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "resolving references..." -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copying images... " -#: writers/latex.py:1615 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "dimension unit %s is invalid. Ignored." +msgid "cannot copy image file %r: %s" +msgstr "cannot copy image file %r: %s" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "unknown index entry type %s found" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copying Texinfo support files" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "error writing file Makefile: %s" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "duplicated ToC entry found: %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "cannot read image file %r: copying it instead" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "cannot write image file %r: %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow not found - copying image files" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "writing mimetype file..." -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "writing META-INF/container.xml file..." -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "writing content.opf file..." -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "unknown mimetype for %s, ignoring" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "writing toc.ncx file..." -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "writing %s file..." -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "The manual pages are in %(outdir)s." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "no \"man_pages\" config value found; no manual pages will be written" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" config value references unknown document %s" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "The LaTeX files are in %(outdir)s." -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format +#: builders/latex/__init__.py:118 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "inconsistent footnote references in translated message. original: {0}, translated: {1}" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nRun 'make' in that directory to run these through (pdf)latex\n(use `make latexpdf' here to do that automatically)." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "inconsistent references in translated message. original: {0}, translated: {1}" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "no \"latex_documents\" config value found; no documents will be written" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "inconsistent citation references in translated message. original: {0}, translated: {1}" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" config value references unknown document %s" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "inconsistent term references in translated message. original: {0}, translated: {1}" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Release" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copying TeX support files" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copying additional files" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 column based index found. It might be a bug of extensions you use: %r" +msgid "logo file %r does not exist" +msgstr "logo file %r does not exist" -#: transforms/__init__.py:299 +#: builders/latex/__init__.py:529 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Footnote [%s] is not referenced." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Unknown configure key: latex_elements[%r], ignored." -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Unknown theme option: latex_theme_options[%r], ignored." -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Footnote [#] is not referenced." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Failed to get a docname!" -#: util/inventory.py:147 +#: builders/latex/transforms.py:121 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/inventory.py:166 +#: builders/latex/transforms.py:487 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "No footnote was found for given reference node %r" +msgstr "No footnote was found for given reference node %r" -#: util/i18n.py:100 +#: builders/latex/theming.py:87 #, python-format -msgid "reading error: %s, %s" -msgstr "reading error: %s, %s" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r doesn't have \"theme\" setting" -#: util/i18n.py:113 +#: builders/latex/theming.py:90 #, python-format -msgid "writing error: %s, %s" -msgstr "writing error: %s, %s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r doesn't have \"%s\" setting" -#: util/i18n.py:146 +#: builders/html/__init__.py:114 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "The HTML pages are in %(outdir)s." -#: util/i18n.py:244 +#: builders/html/__init__.py:337 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Failed to read build info file: %r" +msgstr "Failed to read build info file: %r" + +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Invalid date format. Quote the string by single quote if you want to output it directly: %s" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: util/osutil.py:131 +#: builders/html/__init__.py:372 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "skipped" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "General Index" -#: util/display.py:87 -msgid "failed" -msgstr "failed" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" -#: util/docutils.py:325 +#: builders/html/__init__.py:549 #, python-format -msgid "unknown directive name: %s" +msgid "Logo of %s" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "next" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" -msgstr "unknown node type: %r" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "previous" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "generating indices" -#: util/fileutil.py:89 +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "writing additional pages" + +#: builders/html/__init__.py:783 #, python-format -msgid "Writing evaluated template result to %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: util/docfields.py:103 +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "copying downloadable files... " + +#: builders/html/__init__.py:807 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problem in %s domain: field is supposed to use role '%s', but that role is not in the domain." +msgid "cannot copy downloadable file %r: %s" +msgstr "cannot copy downloadable file %r: %s" -#: util/rst.py:73 +#: builders/html/__init__.py:853 #, python-format -msgid "default role %s not found" -msgstr "default role %s not found" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: util/nodes.py:462 +#: builders/html/__init__.py:874 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "extension static directory '%s' does not exist" msgstr "" -#: util/nodes.py:523 +#: builders/html/__init__.py:880 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contains ref to nonexisting file %r" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Failed to copy a file in html_static_file: %s: %r" -#: util/nodes.py:739 +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "copying static files" + +#: builders/html/__init__.py:933 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exception while evaluating only directive expression: %s" +msgid "cannot copy static file %r" +msgstr "cannot copy static file %r" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continued from previous page" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "copying extra files" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continues on next page" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "cannot copy extra file %r" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non-alphabetical" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Failed to write build info file: %r" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbols" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "search index couldn't be loaded, but not all documents will be built: the index will be incomplete." -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numbers" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "page %s matches two patterns in html_sidebars: %r and %r" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "page" +#: builders/html/__init__.py:1213 +#, 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 "a Unicode error occurred when rendering the page %s. Please make sure all config values that contain non-ASCII content are Unicode strings." -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Release" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:1234 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Could not fetch remote image: %s [%s]" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "An error happened in rendering the page %s.\nReason: %r" -#: transforms/post_transforms/images.py:96 +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "dumping object inventory" + +#: builders/html/__init__.py:1276 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Could not fetch remote image: %s [%d]" +msgid "dumping search index in %s" +msgstr "dumping search index in %s" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:1323 #, python-format -msgid "Unknown image format: %s..." -msgstr "Unknown image format: %s..." +msgid "invalid js_file: %r, ignored" +msgstr "invalid js_file: %r, ignored" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "Could not determine the fallback text for the cross-reference. Might be a bug." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Many math_renderers are registered. But no math_renderer is selected." -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:1361 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Unknown math_renderer %r is given." +msgstr "Unknown math_renderer %r is given." -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s reference target not found: %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path entry %r is placed inside outdir" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:1380 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r reference target not found: %s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path entry %r does not exist" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Interrupted!" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path entry %r is placed inside outdir" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path entry %r does not exist" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon file %r does not exist" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: _cli/util/errors.py:207 +#: builders/html/__init__.py:1448 msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in configuration options)" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s documentation" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Please also report this if it was a user error, so that a better error message can be provided next time." +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Collapse sidebar" +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (in module %s)" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (in module %s)" -#: themes/basic/layout.html:115 +#: domains/python/__init__.py:174 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Search within %(docstitle)s" +msgid "%s (built-in variable)" +msgstr "%s (built-in variable)" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "About these documents" +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (built-in class)" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Search" +#: domains/python/__init__.py:210 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (class in %s)" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s class method)" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: domains/python/__init__.py:277 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "%s() (%s static method)" +msgstr "%s() (%s static method)" -#: themes/basic/layout.html:201 +#: domains/python/__init__.py:430 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Last updated on %(last_updated)s." +msgid "%s (%s property)" +msgstr "%s (%s property)" -#: themes/basic/layout.html:204 +#: domains/python/__init__.py:470 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Created using Sphinx %(sphinx_version)s." +msgid "%s (type alias in %s)" +msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Previous topic" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Python Module Index" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "previous chapter" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "modules" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Next topic" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Deprecated" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "next chapter" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "exception" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "class method" + +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "static method" + +#: domains/python/__init__.py:734 +msgid "property" +msgstr "property" + +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Full index on one page" +#: domains/python/__init__.py:804 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "This Page" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "more than one target found for cross-reference %r: %s" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Show Source" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (deprecated)" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Quick search" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Go" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Overview" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parameters" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Welcome! This is" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "the documentation for" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Raises" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "last updated" +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "environment variable; %s" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indices and tables:" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Complete Table of Contents" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lists all sections and subsections" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Search Page" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Malformed option description %r, should look like \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" or \"+opt args\"" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "search this documentation" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s command line option" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Global Module Index" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "command line option" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "quick access to all modules" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "glossary term must be preceded by empty line" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "General Index" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "glossary terms must not be separated by empty lines" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "all functions, classes, terms" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "glossary seems to be misformatted, check indentation" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Table of Contents" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "glossary term" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Search %(docstitle)s" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "grammar token" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Index pages by letter" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "reference label" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "can be huge" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "environment variable" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Please activate JavaScript to enable the search\n functionality." +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "programme option" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Searching for multiple words only shows matches that contain\n all words." +#: domains/std/__init__.py:736 +msgid "document" +msgstr "document" -#: themes/basic/search.html:35 -msgid "search" -msgstr "search" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Module Index" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contents" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Search Page" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Search Results" +#: domains/std/__init__.py:858 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicate %s description of %s, other instance in %s" -#: themes/basic/static/searchtools.js:134 -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 "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig is disabled. :numref: is ignored." -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "Failed to create a cross reference. Any number is not assigned: %s" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Searching" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "the link has no caption: %s" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Preparing search..." +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "invalid numfig_format: %s (%r)" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", in " +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "invalid numfig_format: %s" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Hide Search Matches" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "undefined label: %r" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:1457 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Changes in Version %(version)s — %(docstitle)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "Failed to create a cross reference. A title or caption not found: %r" -#: themes/basic/changes/rstsource.html:5 +#: domains/c/__init__.py:211 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: themes/basic/changes/versionchanges.html:17 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatically generated list of changes in version %(version)s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Duplicate C declaration, also defined at %s:%s.\nDeclaration is '.. c:%s:: %s'." -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Library changes" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Return values" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API changes" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "member" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Other changes" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expand sidebar" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "union" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "type" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Raises" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "function parameter" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in module %s)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Template Parameters" -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#: domains/cpp/__init__.py:302 #, python-format -msgid "%s (in module %s)" -msgstr "%s (in module %s)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: domains/python/__init__.py:174 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (built-in variable)" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Duplicate C++ declaration, also defined at %s:%s.\nDeclaration is '.. cpp:%s:: %s'." -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (built-in class)" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concept" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (class in %s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "template parameter" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s class method)" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contents" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s static method)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Table of Contents" -#: domains/python/__init__.py:430 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s property)" +msgid "Search %(docstitle)s" +msgstr "Search %(docstitle)s" -#: domains/python/__init__.py:470 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Previous topic" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Python Module Index" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "previous chapter" -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "modules" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Next topic" -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Deprecated" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "next chapter" -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "exception" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Search" -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "class method" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Please activate JavaScript to enable the search\n functionality." -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "static method" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Searching for multiple words only shows matches that contain\n all words." -#: domains/python/__init__.py:734 -msgid "property" -msgstr "property" +#: themes/basic/search.html:35 +msgid "search" +msgstr "search" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "This Page" -#: domains/python/__init__.py:804 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Show Source" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "Index – %(key)s" msgstr "" -#: domains/python/__init__.py:974 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Full index on one page" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: themes/basic/layout.html:115 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "more than one target found for cross-reference %r: %s" +msgid "Search within %(docstitle)s" +msgstr "Search within %(docstitle)s" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (deprecated)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "About these documents" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Duplicate C++ declaration, also defined at %s:%s.\nDeclaration is '.. cpp:%s:: %s'." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Template Parameters" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Last updated on %(last_updated)s." -#: domains/cpp/__init__.py:302 +#: themes/basic/layout.html:204 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Created using Sphinx %(sphinx_version)s." -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Return values" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Quick search" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "union" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Go" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "member" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Overview" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "type" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Welcome! This is" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "concept" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "the documentation for" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "last updated" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indices and tables:" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "function parameter" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Complete Table of Contents" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lists all sections and subsections" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "search this documentation" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Global Module Index" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "quick access to all modules" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "all functions, classes, terms" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index pages by letter" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "template parameter" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "can be huge" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Duplicate C declaration, also defined at %s:%s.\nDeclaration is '.. c:%s:: %s'." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Collapse sidebar" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expand sidebar" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variable" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Hide Search Matches" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Search Results" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "struct" +#: themes/basic/static/searchtools.js:134 +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 "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "environment variable; %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Searching" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Preparing search..." -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", in " -#: domains/std/__init__.py:239 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Malformed option description %r, should look like \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Changes in Version %(version)s — %(docstitle)s" -#: domains/std/__init__.py:319 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s command line option" -msgstr "%s command line option" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "command line option" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "glossary term must be preceded by empty line" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatically generated list of changes in version %(version)s" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "glossary terms must not be separated by empty lines" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Library changes" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "glossary seems to be misformatted, check indentation" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API changes" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "glossary term" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Other changes" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammar token" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continued from previous page" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "reference label" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continues on next page" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "environment variable" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non-alphabetical" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programme option" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbols" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "document" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numbers" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Module Index" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "page" -#: domains/std/__init__.py:857 +#: environment/collectors/asset.py:98 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicate %s description of %s, other instance in %s" - -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig is disabled. :numref: is ignored." +msgid "image file not readable: %s" +msgstr "image file not readable: %s" -#: domains/std/__init__.py:1124 +#: environment/collectors/asset.py:126 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "Failed to create a cross reference. Any number is not assigned: %s" +msgid "image file %s not readable: %s" +msgstr "image file %s not readable: %s" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:165 #, python-format -msgid "the link has no caption: %s" -msgstr "the link has no caption: %s" +msgid "download file not readable: %s" +msgstr "download file not readable: %s" -#: domains/std/__init__.py:1153 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "invalid numfig_format: %s (%r)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s is already assigned section numbers (nested numbered toctree?)" -#: domains/std/__init__.py:1157 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "invalid numfig_format: %s" -msgstr "invalid numfig_format: %s" +msgid "see %s" +msgstr "see %s" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "undefined label: %r" -msgstr "undefined label: %r" +msgid "see also %s" +msgstr "see also %s" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "Failed to create a cross reference. A title or caption not found: %r" +msgid "unknown index entry type %r" +msgstr "unknown index entry type %r" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "invalid value set (missing closing brace): %s" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "circular toctree references detected, ignoring: %s <- %s" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "invalid value set (missing opening brace): %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree contains reference to document %r that doesn't have a title: no link will be generated" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "malformed string literal (missing closing quote): %s" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contains reference to non-included document %r" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:378 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "malformed string literal (missing opening quote): %s" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Example" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Examples" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Keyword Arguments" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Notes" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Other Parameters" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Receives" +msgid "toctree contains reference to non-existing document %r" +msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "References" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "Could not determine the fallback text for the cross-reference. Might be a bug." -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Warns" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "more than one target found for 'any' cross-reference %r: could be %s" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Yields" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s reference target not found: %s" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "A mocked object is detected: %r" -msgstr "A mocked object is detected: %r" +msgid "%r reference target not found: %s" +msgstr "%r reference target not found: %s" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "alias of %s" -msgstr "alias of %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Could not fetch remote image: %s [%s]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Could not fetch remote image: %s [%d]" + +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Unknown image format: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3417,214 +3637,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" in automodule name doesn't make sense" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Would create file %s." - -#: ext/apidoc/_cli.py:28 -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 "\nLook recursively in for Python modules and packages and create\none reST file with automodule directives per package in the .\n\nThe s can be file and/or directory patterns that will be\nexcluded from generation.\n\nNote: By default this script will not overwrite already created files." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "path to module to document" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch-style file and/or directory patterns to exclude from generation" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directory to place all output" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "maximum depth of submodules to show in the TOC (default: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "overwrite existing files" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "follow symbolic links. Powerful when combined with collective.recipe.omelette." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "run the script without creating files" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "put documentation for each module on its own page" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "include \"_private\" modules" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "filename of table of contents (default: modules)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "don't create a table of contents file" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "don't create headings for the module/package packages (e.g. when the docstrings already contain them)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "put module documentation before submodule documentation" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpret module paths according to PEP-0420 implicit namespaces specification" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "file suffix (default: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "generate a full project with sphinx-quickstart" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "append module_path to sys.path, used when --full is given" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "project name (default: root module name)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "project author(s), used when --full is given" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "project version, used when --full is given" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "project release, used when --full is given, defaults to --doc-version" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "extension options" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s is not a directory." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "A mocked object is detected: %r" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "alias of %s" +msgstr "alias of %s" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "Bases: %s" +msgstr "Bases: %s" -#: ext/apidoc/_extension.py:140 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary references excluded document %r. Ignored." -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: stub file not found %r. Check your autosummary_generate setting." -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "A captioned autosummary requires :toctree: option. ignored." -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: failed to import %s.\nPossible hints:\n%s" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "failed to import object %s" +msgstr "failed to import object %s" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: file not found: %s" -#: ext/apidoc/_extension.py:257 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3697,609 +3774,537 @@ msgid "" "%(default)s)" msgstr "document exactly the members in module __all__ attribute. (default: %(default)s)" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary references excluded document %r. Ignored." - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: stub file not found %r. Check your autosummary_generate setting." - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "A captioned autosummary requires :toctree: option. ignored." - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: failed to import %s.\nPossible hints:\n%s" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "failed to import object %s" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" - -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: file not found: %s" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "encountered some issues with some of the inventories, but they had working alternatives:" - -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:411 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx inventory has moved: %s -> %s" - -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:55 -#, python-format -msgid "(in %s)" -msgstr "(in %s)" - -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "external %s:%s reference target not found: %s" - -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error while formatting signature for %s: %s" +msgid "Would create file %s." +msgstr "Would create file %s." -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" +#: ext/apidoc/_cli.py:28 +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 "\nLook recursively in for Python modules and packages and create\none reST file with automodule directives per package in the .\n\nThe s can be file and/or directory patterns that will be\nexcluded from generation.\n\nNote: By default this script will not overwrite already created files." -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "path to module to document" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch-style file and/or directory patterns to exclude from generation" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directory to place all output" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "maximum depth of submodules to show in the TOC (default: 4)" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "overwrite existing files" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "follow symbolic links. Powerful when combined with collective.recipe.omelette." -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "run the script without creating files" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "put documentation for each module on its own page" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "include \"_private\" modules" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "filename of table of contents (default: modules)" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "don't create a table of contents file" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "don't create headings for the module/package packages (e.g. when the docstrings already contain them)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "put module documentation before submodule documentation" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ should be a list of strings, not %r (in module %s) -- ignoring __all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpret module paths according to PEP-0420 implicit namespaces specification" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "file suffix (default: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "generate a full project with sphinx-quickstart" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "append module_path to sys.path, used when --full is given" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "project name (default: root module name)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "project author(s), used when --full is given" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "The HTML pages are in %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "project version, used when --full is given" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "project release, used when --full is given, defaults to --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "extension options" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s is not a directory." -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "Logo of %s" +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "next" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "previous" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "generating indices" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "writing additional pages" +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" +msgstr "(in %s)" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "copying downloadable files... " - -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "cannot copy downloadable file %r: %s" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Failed to copy a file in html_static_file: %s: %r" - -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "copying static files" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:407 #, python-format -msgid "cannot copy static file %r" -msgstr "cannot copy static file %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "copying extra files" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "cannot copy extra file %r" +msgid "external %s:%s reference target not found: %s" +msgstr "external %s:%s reference target not found: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Failed to write build info file: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "search index couldn't be loaded, but not all documents will be built: the index will be incomplete." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "page %s matches two patterns in html_sidebars: %r and %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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 "a Unicode error occurred when rendering the page %s. Please make sure all config values that contain non-ASCII content are Unicode strings." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "An error happened in rendering the page %s.\nReason: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "dumping object inventory" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "dumping search index in %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "invalid js_file: %r, ignored" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Many math_renderers are registered. But no math_renderer is selected." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "encountered some issues with some of the inventories, but they had working alternatives:" + +#: ext/intersphinx/_load.py:332 +#, python-format +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx inventory has moved: %s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Keyword Arguments" -#: builders/html/__init__.py:1351 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Unknown math_renderer %r is given." +msgid "invalid value set (missing closing brace): %s" +msgstr "invalid value set (missing closing brace): %s" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path entry %r is placed inside outdir" +msgid "invalid value set (missing opening brace): %s" +msgstr "invalid value set (missing opening brace): %s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path entry %r does not exist" +msgid "malformed string literal (missing closing quote): %s" +msgstr "malformed string literal (missing closing quote): %s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path entry %r is placed inside outdir" +msgid "malformed string literal (missing opening quote): %s" +msgstr "malformed string literal (missing opening quote): %s" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Example" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "logo file %r does not exist" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Examples" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon file %r does not exist" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notes" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Other Parameters" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in configuration options)" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Receives" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentation" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "References" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r doesn't have \"theme\" setting" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Warns" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r doesn't have \"%s\" setting" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Yields" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Failed to get a docname!" +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "error while formatting signature for %s: %s" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "No footnote was found for given reference node %r" +msgid "Failed to get a function signature for %s: %s" +msgstr "Failed to get a function signature for %s: %s" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "The LaTeX files are in %(outdir)s." - -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nRun 'make' in that directory to run these through (pdf)latex\n(use `make latexpdf' here to do that automatically)." +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Failed to parse a default argument value for %r: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Failed to update signature for %r: parameter not found: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" config value references unknown document %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Failed to parse type_comment for %r: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "copying TeX support files" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "error while formatting arguments for %s: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "copying additional files" +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Failed to get a constructor signature for %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to get a method signature for %s: %s" +msgstr "Failed to get a method signature for %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to get a signature for %s: %s" +msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file not readable: %s" -msgstr "image file not readable: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n%s" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "image file %s not readable: %s" -msgstr "image file %s not readable: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Invalid __slots__ found on %s. Ignored." -#: environment/collectors/asset.py:165 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "download file not readable: %s" -msgstr "download file not readable: %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "signature arguments or return annotation given for automodule %s" -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "circular toctree references detected, ignoring: %s <- %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ should be a list of strings, not %r (in module %s) -- ignoring __all__" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree contains reference to document %r that doesn't have a title: no link will be generated" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "missing attribute mentioned in :members: option: module %s, attribute %s" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree contains reference to non-included document %r" +msgid "missing attribute %s in object %s" +msgstr "missing attribute %s in object %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "alias of TypeVar(%s)" +msgstr "alias of TypeVar(%s)" + +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrupted!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "see %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "see also %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "unknown index entry type %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Please also report this if it was a user error, so that a better error message can be provided next time." diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo index 837c1f26c9b..b6fa53a549b 100644 Binary files a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo and b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po index 29d3ce5b55a..7291b731e8c 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Hong Kong) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: en_HK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo index fe3b1d04f9d..7a725c47eac 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 e9ed584be18..d744c1c7e6d 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tatsuro YOKOTA , 2021\n" "Language-Team: Esperanto (http://app.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2676 +398,2632 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:952 +#: ext/viewcode.py:359 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" - -#: locale/__init__.py:229 -msgid "Attention" +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Eraro" - -#: locale/__init__.py:233 -msgid "Hint" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Averto" - -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "unimplemented node type: %r" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Eraro" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/todo.py:61 -msgid "Todo" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Averto" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +"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 "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/build.py:131 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/duration.py:139 +#: cmd/build.py:357 #, python-format -msgid "%.3fs %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klaso)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:127 +msgid "Please enter some text." msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: cmd/quickstart.py:134 #, python-format -msgid "%s (%s attribute)" +msgid "Please enter one of %s." msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" +#: cmd/quickstart.py:230 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/javascript.py:374 +#: cmd/quickstart.py:242 #, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkcio" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" +msgid "Selected root path: %s" msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klaso" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "datenoj" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atributo" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" +#: cmd/quickstart.py:304 +msgid "Author name(s)" msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:325 msgid "" +"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" -"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" +"For a list of supported codes, see\n" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:372 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:411 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"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 "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:134 -#, python-format -msgid "Please enter one of %s." +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:235 +#: cmd/quickstart.py:790 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:242 -#, python-format -msgid "Selected root path: %s" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Aŭtoro:" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:368 +#: util/rst.py:73 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:407 +#: util/i18n.py:253 +#, python-format msgid "" -"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." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/docutils.py:815 #, python-format -msgid "Creating file %s." +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/inventory.py:147 #, python-format -msgid "File %s already exists, skipping." +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:520 +#: util/osutil.py:131 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:531 +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:573 +#: util/docfields.py:100 +#, python-format 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" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klaso)" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkcio" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klaso" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "datenoj" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atributo" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:458 #, python-format -msgid "enable %s extension" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" msgstr "" -#: cmd/quickstart.py:810 +#: domains/changeset.py:34 #, python-format -msgid "Invalid template variable: %s" +msgid "Deprecated since version %s" msgstr "" -#: directives/other.py:119 +#: domains/changeset.py:35 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "Removed in version %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/changes.py:29 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:156 +#: builders/changes.py:65 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "no changes in version %s." msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: builders/changes.py:81 +msgid "Module level" +msgstr "" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "" + +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Aŭtoro:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:303 #, python-format -msgid "Invalid caption: %s" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:315 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:336 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:343 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:354 #, python-format -msgid "Object named %r not found in include file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:383 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +msgid "building [%s]: " msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:500 #, python-format -msgid "numfig_format is not defined for %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:537 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:29 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "no Babel option known for language %r" +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:616 +#: builders/singlehtml.py:35 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:83 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:41 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:44 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:299 +#: builders/texinfo.py:85 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/inventory.py:147 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:100 +#: builders/texinfo.py:218 #, python-format -msgid "reading error: %s, %s" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:223 #, python-format -msgid "writing error: %s, %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:146 +#: builders/_epub_base.py:436 #, python-format -msgid "locale_dir %s does not exist" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:467 #, python-format -msgid "Invalid Babel locale: %r." +msgid "cannot write image file %r: %s" msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:325 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown directive name: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/fileutil.py:76 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "writing %s file..." msgstr "" -#: util/fileutil.py:89 +#: builders/manpage.py:37 #, python-format -msgid "Writing evaluated template result to %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:64 #, python-format -msgid "default role %s not found" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:462 +#: builders/latex/__init__.py:115 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:167 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboloj" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/transforms.py:487 #, python-format -msgid "Unknown image format: %s..." +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/theming.py:90 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:114 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:337 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indico universala" + +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indico" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "sekva" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "antaŭa" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:880 #, python-format -msgid "Search within %(docstitle)s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Aŭtora rajto" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:948 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:954 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/layout.html:204 -#, python-format +#: builders/html/__init__.py:1004 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Antaŭa temo" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "antaŭa ĉapitro" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Sekva temo" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "sekvo ĉapitro" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1213 #, python-format -msgid "Index – %(key)s" +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 "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Universala modjulindico" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentaro" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indico universala" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "Search %(docstitle)s" +msgid "%s() (in module %s)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/python/__init__.py:210 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "serĉu" - -#: themes/haiku/layout.html:16 -msgid "Contents" +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: domains/python/__init__.py:277 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: themes/basic/static/searchtools.js:134 -msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +#: domains/python/__init__.py:430 +#, python-format +msgid "%s (%s property)" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: domains/python/__init__.py:624 +msgid "Python Module Index" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: domains/python/__init__.py:625 +msgid "modules" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: domains/python/__init__.py:703 +msgid "Deprecated" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "escepto" + +#: domains/python/__init__.py:731 +msgid "class method" msgstr "" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/python/__init__.py:732 +msgid "static method" msgstr "" -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" +#: domains/python/__init__.py:734 +msgid "property" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: domains/python/__init__.py:804 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" #: domains/python/_annotations.py:522 @@ -3016,164 +3047,144 @@ msgstr "" msgid "Raises" msgstr "" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "" - -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "" - -#: domains/python/__init__.py:209 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "%s (built-in class)" +msgid "environment variable; %s" msgstr "" -#: domains/python/__init__.py:210 +#: domains/std/__init__.py:116 #, python-format -msgid "%s (class in %s)" +msgid "%s; configuration value" msgstr "" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: domains/python/__init__.py:430 +#: domains/std/__init__.py:239 #, python-format -msgid "%s (%s property)" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/python/__init__.py:470 +#: domains/std/__init__.py:319 #, python-format -msgid "%s (type alias in %s)" +msgid "%s command line option" msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: domains/python/__init__.py:625 -msgid "modules" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/python/__init__.py:703 -msgid "Deprecated" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "escepto" - -#: domains/python/__init__.py:731 -msgid "class method" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/python/__init__.py:732 -msgid "static method" +#: domains/std/__init__.py:730 +msgid "glossary term" msgstr "" -#: domains/python/__init__.py:734 -msgid "property" +#: domains/std/__init__.py:731 +msgid "grammar token" msgstr "" -#: domains/python/__init__.py:735 -msgid "type alias" +#: domains/std/__init__.py:732 +msgid "reference label" msgstr "" -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: domains/std/__init__.py:734 +msgid "environment variable" msgstr "" -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: domains/std/__init__.py:735 +msgid "program option" msgstr "" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" +#: domains/std/__init__.py:736 +msgid "document" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/std/__init__.py:858 #, python-format -msgid "%s (C++ %s)" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membro" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipo" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "" -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" msgstr "" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" + #: domains/c/__init__.py:778 msgid "variable" msgstr "" @@ -3186,446 +3197,512 @@ msgstr "nomaĵo" msgid "struct" msgstr "" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: domains/std/__init__.py:172 -msgid "Type" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: domains/std/__init__.py:182 -msgid "Default" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: domains/std/__init__.py:239 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: domains/std/__init__.py:319 +#: domains/cpp/__init__.py:302 #, python-format -msgid "%s command line option" +msgid "%s (C++ %s)" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Antaŭa temo" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "antaŭa ĉapitro" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sekva temo" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sekvo ĉapitro" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: themes/basic/search.html:35 +msgid "search" +msgstr "serĉu" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: domains/std/__init__.py:857 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Index – %(key)s" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: domains/std/__init__.py:1138 +#: themes/basic/layout.html:115 #, python-format -msgid "the link has no caption: %s" +msgid "Search within %(docstitle)s" +msgstr "" + +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: domains/std/__init__.py:1153 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Aŭtora rajto" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/std/__init__.py:1157 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid numfig_format: %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: domains/std/__init__.py:1453 +#: themes/basic/layout.html:204 #, python-format -msgid "undefined label: %r" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Universala modjulindico" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Avertoj" - -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, python-format +#: themes/basic/static/searchtools.js:134 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)" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "Failed to remove %s: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "Would create file %s." +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboloj" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "vidu %s" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "vidu ankaŭ %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3698,609 +3775,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indico" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "sekva" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "antaŭa" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" + +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Avertoj" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentaro" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "vidu %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "vidu ankaŭ %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index 8bc422bcdd2..21ef8bb5180 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 13e88cea007..ca29b4b91e7 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -16,14 +16,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Adam Turner, 2023\n" "Language-Team: Spanish (http://app.transifex.com/sphinx-doc/sphinx-1/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -62,90 +62,165 @@ msgstr "número de PEP inválido %s" msgid "invalid RFC number %s" msgstr "número RFC inválido %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "El nombre del lexer de pigmentos %r se desconoce" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, 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" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "directorio de configuración no contiene un archivo conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "opción de tema no soportada %r fue dada" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, 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" +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)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +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" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +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" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuración desconocido %r en anulación, ignorando" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Valor de configuración %r ya presente" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Se encontró un valor de configuración no válido: 'language = None'. Actualice su configuración a un código de idioma válido. Volviendo a definir 'en' (Inglés)." + +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Hay un error de sintaxis en su archivo de configuración: %s\n" -#: theming.py:320 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "El archivo de configuración (o uno de los módulos que importa) invocó sys.exit()" + +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Hay un error programable en su archivo de configuración:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Section %s" +msgstr "Sección %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Figura %s" -#: theming.py:376 +#: config.py:687 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Table %s" +msgstr "Tabla %s" -#: project.py:72 +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Lista %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "El valor de configuración `{name}` tiene que ser uno de {candidates}, pero fue dado `{current}`." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "El valor de configuración `{name}' tiene tipo `{current.__name__}'; esperado {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "El valor de configuración `{name}' tiene el tipo `{current.__name__}', el valor predeterminado es `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r no fue encontrado, se ignora." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -162,16 +237,16 @@ msgid "" "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)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "El nombre del lexer de pigmentos %r se desconoce" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -219,7 +294,7 @@ msgstr "Este proyecto necesita al menos Sphinx v%s y por lo tanto no se puede co msgid "making output directory" msgstr "creando directorio de salida" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "mientras configura la extensión %s:" @@ -236,7 +311,7 @@ msgstr "'setup' como se define actualmente en el archivo conf.py no es un Python msgid "loading translations [%s]... " msgstr "cargando traducciones [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "hecho" @@ -309,7 +384,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -317,12 +392,12 @@ 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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "la extensión %s no es segura para lectura paralela" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -330,3059 +405,3204 @@ 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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "la extensión %s no es segura para escritura paralela" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "realizando serialmente %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Constructor clase %s no tiene ningún atributo \"name\"" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Constructor %r ya existe (en el módulo %s)" -#: registry.py:182 +#: registry.py:184 #, 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" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Nombre de constructor %s no registrado" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "dominio %s ya esta registrado" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "dominio %s no esta registrado" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "La directiva %r ya fue registrada en el dominio %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "El rol %r ya fue registrado en el dominio %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "El índice %r ya fue registrado en el dominio %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "El %r object_type ya está registrado" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "El %r crossref_type ya está registrado" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r ya está registrado" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r ya está registrado" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Analizador de fuentes para %s no registrado" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Traductor para %r ya existe" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs para la función add_node() debe ser una tupla de función (visitar, salir): %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r ya esta registrado" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "el renderizador matemático %s ya está registrado" -#: registry.py:531 +#: registry.py:538 #, 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." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Excepción original:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "No puede importar la extensión %s" -#: registry.py:554 +#: registry.py:561 #, 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?" -#: registry.py:567 +#: registry.py:574 #, 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." -#: registry.py:579 +#: registry.py:586 #, 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" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "directorio de configuración no contiene un archivo conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, 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)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, 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" +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" -#: config.py:399 +#: theming.py:139 #, 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" +msgid "unsupported theme option %r given" +msgstr "opción de tema no soportada %r fue dada" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuración desconocido %r en anulación, ignorando" +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" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 -#, python-format -msgid "Config value %r already present" -msgstr "Valor de configuración %r ya presente" - -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "Se encontró un valor de configuración no válido: 'language = None'. Actualice su configuración a un código de idioma válido. Volviendo a definir 'en' (Inglés)." - -#: config.py:599 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Hay un error de sintaxis en su archivo de configuración: %s\n" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "El archivo de configuración (o uno de los módulos que importa) invocó sys.exit()" - -#: config.py:611 +#: theming.py:306 #, python-format msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Hay un error programable en su archivo de configuración:\n\n%s" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:633 +#: theming.py:312 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:340 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:665 +#: theming.py:365 theming.py:418 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:686 +#: theming.py:369 #, python-format -msgid "Section %s" -msgstr "Sección %s" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: config.py:687 +#: theming.py:373 theming.py:421 #, python-format -msgid "Fig. %s" -msgstr "Figura %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:688 +#: theming.py:377 #, python-format -msgid "Table %s" -msgstr "Tabla %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:689 +#: theming.py:396 #, python-format -msgid "Listing %s" -msgstr "Lista %s" - -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "El valor de configuración `{name}` tiene que ser uno de {candidates}, pero fue dado `{current}`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "El valor de configuración `{name}' tiene tipo `{current.__name__}'; esperado {permitted}." +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:846 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "El valor de configuración `{name}' tiene el tipo `{current.__name__}', el valor predeterminado es `{default.__name__}'." +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r no fue encontrado, se ignora." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:892 +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Opciones" + +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" + +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "nueva configuración" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "configuración modificada" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "extensiones modificadas" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "la versión del entorno de compilación no es actual" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "directorio fuente ha cambiado" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Este entorno es incompatible con el generador seleccionado, elija otro directorio doctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Error al escanear los documentos en %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "No se puede ejecutar el comando de conversión de imagen %r. 'sphinx.ext.imgconverter' requiere ImageMagick por defecto. Asegúrese de que esté instalado o configure la opción 'image_converter' a un comando de conversión personalizado.\n\nRastrear: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Dominio %r no está registrado" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "documento no está incluido en ningún toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "toctree auto referenciado encontrado. Ignorado." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert salió con error:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "el comando convert %r no puede ejecutar, compruebe el valor de configuración image_converter" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Atención" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[fuente]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Prudencia" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "resaltando el código del módulo... " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Peligro" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentos]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Error" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Código de módulo" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Consejo" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Código fuente para %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Importante" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Resumen: código de modulo" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Nota" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Ver también" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Truco" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "etiqueta duplicada %s, otra instancia en %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Advertencia" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Los archivos Texinfo están en %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nEjecute el comando 'make' en ese directorio para ejecutarlos a través de makeinfo\n(usa el comando 'make info' aquí para hacer esto automáticamente)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "no se encontró el valor de configuración \"texinfo_documents\"; no se escribirán documentos" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "El valor de configuración \"texinfo_documents\" hace referencia a un documento desconocido %s" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "procesando %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== duraciones de lectura más lentas =======================" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "escribiendo" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "resolviendo referencias..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Por hacer" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (en " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "Marca TODO encontrada: %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "copiando imágenes... " +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "no se puede copiar archivo de imagen %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(La <> se encuentra en %s, línea %d.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "copiando archivos de soporte Texinfo" +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "error escribiendo archivo Makefile: %s" +#: ext/graphviz.py:138 +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" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Las páginas del manual están en %(outdir)s." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Archivo externo Graphviz %r no encontrado o la lectura del mismo fallo" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "no se encontró el valor de configuración \"man_pages\"; no se escribirán las páginas del manual" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando la directiva \"graphviz\" sin contenido." -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "El valor de configuración \"man_pages\" hace referencia a un documento desconocido %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Página HTML está en %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "ensamblando documento sencillo" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "escribiendo archivos adicionales" +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" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor ficticio no genera archivos." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot salió con error:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Los catálogos de mensajes están en %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot no produjo un archivo de salida:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "compilando [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "objetivos para los archivos de plantillas %d" +msgid "dot code %r: %s" +msgstr "dot código %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "leyendo plantillas... " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfica: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "escribiendo catálogos de mensajes... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfica]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Busque cualquier error en la salida anterior o en el archivo %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "enlace codificado %r podría reemplazarse por un enlace externo (intente usar %r en su lugar)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "enlace roto: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "comando LaTeX %r no se puede ejecutar (necesario para la visualización matemática), compruebe la configuración de imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Ancla '%s' no encontrado" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "comando %s %r no se puede ejecutar (necesario para la visualización matemática), verifique la configuración imgmath_%s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Error al compilar expresiones regulares en linkcheck_allowed_redirects: %r %s" +msgid "display latex %r: %s" +msgstr "visualizar latex %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El archivo ePub está en %(outdir)s." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "escribiendo el archivo nav.xhtml..." - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_language\" (o \"language\") no debe estar vacío para EPUB3" +msgid "inline latex %r: %s" +msgstr "en línea latex %r: %s" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "el valor de configuración \"epub_uid\" debe ser XML NAME para EPUB3" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "falta '+' o '-' en la opción '%s'." -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_title\" (or \"html_title\") no debe estar vacío para EPUB3" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' no es una opción válida." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_author\" no debe estar vacío para EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' no es una opción pyversion válida" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_contributor\" no debe estar vacío para EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipo de TestCode inválido" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_description\" no debe estar vacío para EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Prueba de doctests en las fuentes terminadas, mira los resultados en %(outdir)s/output.txt." -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_publisher\" no debe estar vacío para EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "sin código/salida en el bloque %s en %s:%s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_copyright\" (or \"copyright\") no debe estar vacío para EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignorando el código doctest no válido: %r" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_identifier\" no debe estar vacío para EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expresiones regulares inválidas %r en %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuración \"version\" no debe estar vacío para EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "el módulo %s no podía ser importado: %s" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:148 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file inválido: %r, ignorado" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:158 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Los archivos XML están en %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" + +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:187 #, python-format -msgid "error writing file %s: %s" -msgstr "error escribiendo archivo %s: %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "expresiones regulares inválidas %r en coverage_c_regexes" -#: builders/xml.py:103 +#: ext/coverage.py:260 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Los archivos pseudo-XML están en %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "api c indocumentado: %s [%s] en archivo %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:452 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entrada de tabla de contenido duplicada encontrada: %s" +msgid "undocumented python function: %s :: %s" +msgstr "función python indocumentada: %s :: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:473 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "no puede leer el archivo de imagen %r: en su lugar, lo copia" +msgid "undocumented python class: %s :: %s" +msgstr "clase python indocumentada: %s :: %s" -#: builders/_epub_base.py:467 +#: ext/coverage.py:492 #, python-format -msgid "cannot write image file %r: %s" -msgstr "no se puede escribir archivo de imagen %r: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "método python indocumentado: %s :: %s :: %s" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow no encontrada - copiando archivos de imágenes" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%d de %B de %Y" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "escribiendo el archivo mimetype..." +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "escribiendo el archivo META-INF/container.xml..." +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "escribiendo el archivo content.opf..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "Índice basado en 4 columnas encontrado. Puede ser un error de extensiones que usted usa: %r" -#: builders/_epub_base.py:594 +#: transforms/__init__.py:300 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "mimetype desconocido para %s, ignorando" +msgid "Footnote [%s] is not referenced." +msgstr "Pie de página [%s] no está referenciado." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "escribiendo el archivo toc.ncx..." - -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "escribiendo archivo %s..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Pie de página [#] no está referenciado." -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Los archivos de texto están en %(outdir)s." +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de pie de página inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "una imagen adecuada para %s constructor no encontrado: %s (%s)" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "una imagen adecuada para %s constructor no encontrado: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de citas inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "compilando [mo]: " +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de término inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "escribiendo salida... " +#: environment/__init__.py:89 +msgid "new config" +msgstr "nueva configuración" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "todos los %d archivos po" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "configuración modificada" -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "los objetivos para %d los archivos po que se especifican" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "extensiones modificadas" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "los objetivos para %d los archivos po que estan desactualizados" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "la versión del entorno de compilación no es actual" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "todos los archivos fuente" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "directorio fuente ha cambiado" -#: builders/__init__.py:335 +#: environment/__init__.py:350 #, python-format -msgid "file %r given on command line does not exist, " +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:355 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "archivo %r dado en la línea de comandos no está en el directorio fuente, ignorado" +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:353 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "%d archivos fuente dados en la línea de comandos" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Este entorno es incompatible con el generador seleccionado, elija otro directorio doctree." -#: builders/__init__.py:382 +#: environment/__init__.py:518 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "los objetivos para %d los archivos fuentes que estan desactualizados" - -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "buscando por archivos no actualizados... " +msgid "Failed to scan documents in %s: %r" +msgstr "Error al escanear los documentos en %s: %r" -#: builders/__init__.py:415 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d found" -msgstr "%d encontrado" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "no encontrado" - -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "preparando ambiente" - -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "verificando consistencia" +msgid "Domain %r is not registered" +msgstr "Dominio %r no está registrado" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "no hay archivos objetivo desactualizados." +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "documento no está incluido en ningún toctree" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "actualizando ambiente: " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "toctree auto referenciado encontrado. Ignorado." -#: builders/__init__.py:499 +#: environment/__init__.py:952 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%sañadido, %s cambiado, %s removido" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:536 +#: writers/latex.py:387 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "desconocida %r toplevel_sectioning para la clase %r" -#: builders/__init__.py:545 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "" +msgid "no Babel option known for language %r" +msgstr "No se conoce la opción de Babel para el idioma %r" + +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "demasiado grande :maxdepth:, ignorado." -#: builders/__init__.py:556 +#: writers/latex.py:617 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "título del documento no es un nodo de Texto único" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "no se encontró el nodo de título en la sección, tema, tabla, advertencia o barra lateral" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "leyendo fuentes... " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Notas a pie de página" -#: builders/__init__.py:725 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "docnames to write: %s" -msgstr "docnames para escribir: %s" - -#: builders/__init__.py:727 -msgid "no docnames to write!" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "preparando documentos" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "ambas columnas tabulares y la opción :widths: se dan. La opción :widths: se ignora." -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/changes.py:29 +#: writers/latex.py:1618 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El archivo de resumen está en %(outdir)s." +msgid "dimension unit %s is invalid. Ignored." +msgstr "la unidad de dimensión %s no es válida. Ignorado." -#: builders/changes.py:65 +#: writers/latex.py:1954 #, python-format -msgid "no changes in version %s." -msgstr "no hay cambios en versión %s." +msgid "unknown index entry type %s found" +msgstr "tipo de entrada de índice desconocido %s encontrado" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "escribiendo archivo de resumen..." +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "No válido math_eqref_format: %r" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Funciones incorporadas" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[imagen: %s]" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Nivel de módulo" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[imagen]" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "copiando archivos fuente..." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Índice" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "no se pudo leer %r for para la creación del registro de cambios" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "subtítulo no dentro de una figura." -#: ext/coverage.py:48 +#: writers/texinfo.py:1306 #, python-format -msgid "invalid regex %r in %s" -msgstr "expresiones regulares inválidas %r en %s" +msgid "unimplemented node type: %r" +msgstr "tipo de nodo no implementado: %r" -#: ext/coverage.py:140 ext/coverage.py:301 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:446 #, python-format -msgid "module %s could not be imported: %s" -msgstr "el módulo %s no podía ser importado: %s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format no está definido para %s" -#: ext/coverage.py:148 +#: writers/html5.py:456 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Any IDs not assigned for %s node" +msgstr "Cualquier ID no asignado para el nodo %s" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "expresiones regulares inválidas %r en coverage_c_regexes" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "api c indocumentado: %s [%s] en archivo %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "función python indocumentada: %s :: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "clase python indocumentada: %s :: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "No se pudo obtener el tamaño de la imagen. La opción :scale: se ignora." -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "método python indocumentado: %s :: %s :: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atención" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "enlace codificado %r podría reemplazarse por un enlace externo (intente usar %r en su lugar)" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Prudencia" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Por hacer" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Peligro" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Marca TODO encontrada: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Consejo" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(La <> se encuentra en %s, línea %d.)" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada original" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: ext/imgconverter.py:44 -#, python-format +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver también" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truco" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advertencia" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "número de trabajo debe ser un número positivo" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "Para más información visite ." + +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" -msgstr "No se puede ejecutar el comando de conversión de imagen %r. 'sphinx.ext.imgconverter' requiere ImageMagick por defecto. Asegúrese de que esté instalado o configure la opción 'image_converter' a un comando de conversión personalizado.\n\nRastrear: %s" +"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 "\nGenerar documentación a partir de archivos fuente.\n\nsphinx-build genera documentación a partir de los archivos en SOURCEDIR y la\ncoloca en OUTPUTDIR. Busca 'conf.py' en SOURCEDIR para los ajustes de configuración.\nLa herramienta 'sphinx-quickstart' se puede usar para generar archivos de plantilla,\nincluido 'conf.py'\n\nsphinx-build puede crear documentación en diferentes formatos. Se selecciona un\nformato especificando el nombre del constructor en la línea de comando; por defecto\nes HTML. Los constructores también pueden realizar otras tareas relacionadas con\nel procesamiento de la documentación.\n\nDe forma predeterminada, se construye todo lo que está desactualizado. La salida solo\npara archivos seleccionados se puede generar especificando nombres de archivo individuales.\n" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ruta a los archivos fuente de la documentación" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "ruta al directorio de salida" + +#: cmd/build.py:109 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert salió con error:\n[stderr]\n%r\n[stdout]\n%r" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "el comando convert %r no puede ejecutar, compruebe el valor de configuración image_converter" +#: cmd/build.py:114 +msgid "general options" +msgstr "opciones generales" -#: ext/graphviz.py:138 -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" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: ext/graphviz.py:153 -#, 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" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando la directiva \"graphviz\" sin contenido." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "escribir todos los archivos (por defecto: solo escribir archivos nuevos y modificados)" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "no usar un entorno guardado, siempre leer todos los archivos" + +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/graphviz.py:328 -#, python-format +#: cmd/build.py:157 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" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot salió con error:\n[stderr]\n%r\n[stdout]\n%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot no produjo un archivo de salida:\n[stderr]\n%r\n[stdout]\n%r" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "sobreescribir un ajuste en el fichero de configuración" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "pasar un valor a la plantilla HTML" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define la etiqueta: incluye bloques \"only\" con TAG" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "dot código %r: %s" +#: cmd/build.py:212 +msgid "console output options" +msgstr "opciones de salida de consola" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfica: %s]" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "aumentar la verbosidad (puede repetirse)" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gráfica]" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "sin salida en salida estándar, solo advertencias en los mensajes de error estándar" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "comando LaTeX %r no se puede ejecutar (necesario para la visualización matemática), compruebe la configuración de imgmath_latex" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "sin salida, ni siquiera advertencias" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "comando %s %r no se puede ejecutar (necesario para la visualización matemática), verifique la configuración imgmath_%s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "emitir salida de color (predeterminado: detección automática)" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "visualizar latex %r: %s" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "no emite salida de color (predeterminado: detección automática)" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "en línea latex %r: %s" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "escribir avisos (y errores) al fichero indicado" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "convertir advertencias en errores" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "mostrar rastreo completo en excepción" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "ejecutar Pdb en excepción" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "falta '+' o '-' en la opción '%s'." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "no se puede combinar la opción -a y nombres de archivo" -#: ext/doctest.py:124 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' no es una opción válida." +msgid "cannot open warning file '%s': %s" +msgstr "" -#: ext/doctest.py:139 +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "argumento de la opción -D debe estar en la forma nombre=valor" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "argumento de la opción -A debe estar en la forma nombre=valor" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "insertar automáticamente docstrings de los módulos" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "probar automáticamente fragmentos de código en bloques doctest" + +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "enlace entre la documentación de Sphinx de diferentes proyectos" + +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "escribir entradas de \"todo\" que se pueden mostrar u ocultar en la compilación" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "verificación para el cubrimiento de la documentación" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "incluir expresiones matemáticas, mostradas como imágenes PNG o SVG" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "incluir matemática, mostrada en el navegador por MathJax" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inclusión condicional de contenido basado en valores de configuración" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "incluir enlaces al código fuente de objetos documentados de Python" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "crear archivo .nojekyll para publicar el documento en páginas GitHub" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "Por favor, ingrese un nombre de ruta válido." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Por favor, ingrese algún texto." + +#: cmd/quickstart.py:134 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' no es una opción pyversion válida" +msgid "Please enter one of %s." +msgstr "Por favor, ingrese uno de %s." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipo de TestCode inválido" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Por favor, ingrese cualquiera de 'y' o 'n'." -#: ext/doctest.py:297 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Por favor, ingrese un archivo de sufijo, por ejemplo, '.rst' o '.txt'." + +#: cmd/quickstart.py:230 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Bienvenido a la utilidad de inicio rápido de Sphinx %s." + +#: cmd/quickstart.py:235 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Prueba de doctests en las fuentes terminadas, mira los resultados en %(outdir)s/output.txt." +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "Ingrese los valores para las siguientes configuraciones (solo presione Entrar para\naceptar un valor predeterminado, si se da uno entre paréntesis)." -#: ext/doctest.py:451 +#: cmd/quickstart.py:242 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "sin código/salida en el bloque %s en %s:%s" +msgid "Selected root path: %s" +msgstr "Ruta raíz seleccionada: %s" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando el código doctest no válido: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "Ingrese la ruta raíz para la documentación." -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "Ruta raíz para la documentación" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiqueta duplicada %s, otra instancia en %s" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Error: un archivo conf.py ya existe en la ruta raíz seleccionada." -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart no sobreescribirá proyectos existentes de Sphinx." -#: ext/duration.py:117 +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Por favor, ingrese una nueva ruta raíz (o ingrese Enter para salir)" + +#: cmd/quickstart.py:275 msgid "" -"====================== total reading duration ==========================" -msgstr "" +"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 "Tiene dos opciones para colocar el directorio de compilación para la salida de Sphinx.\nO usas un directorio \"_build\" dentro de la ruta raíz, o separas\ndirectorios \"fuente\" y \"compilación\" dentro de la ruta raíz." -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Separar directorios fuente y compilado (y/n)" -#: ext/duration.py:136 +#: cmd/quickstart.py:288 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== duraciones de lectura más lentas =======================" +"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 "Dentro del directorio raíz, se crearán dos directorios más; \"_templates\"\npara plantillas HTML personalizadas y \"_static\" para hojas de estilo personalizadas y otras archivos\nestáticos. Puede ingresar otro prefijo (como \".\") Para reemplazar el guión bajo." -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Prefijo de nombre para directorios de plantillas y estático" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[fuente]" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "El nombre del proyecto aparecerá en varios lugares en la documentación construida." -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "resaltando el código del módulo... " +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Nombre de proyecto" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documentos]" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Autor(es)" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Código de módulo" +#: cmd/quickstart.py:310 +msgid "" +"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 tiene la noción de una \"versión\" y un \"lanzamiento\" para el\nsoftware. Cada versión puede tener varios lanzamientos. Por ejemplo, para\nPython, la versión es algo así como 2.5 o 3.0, mientras que el lanzamiento es\nalgo así como 2.5.1 o 3.0a1. Si no necesita esta estructura dual, simplemente\nconfigure ambas con el mismo valor." -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Código fuente para %s

" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Versión del proyecto" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Resumen: código de modulo" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Liberación del proyecto" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "Si los documentos deben escribirse en un idioma que no sea inglés,\npuede seleccionar un idioma aquí por su código de idioma. Sphinx entonces\ntraducir el texto que genera a ese idioma.\n\nPara obtener una lista de códigos compatibles, vea\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Lenguaje del proyecto" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "El sufijo del nombre de archivo para los archivos de fuente. Comúnmente, esto es \".txt\"\no \".rst\". Solo los archivos con este sufijo se consideran documentos." + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Sufijo del archivo fuente" + +#: cmd/quickstart.py:351 +msgid "" +"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 "Un documento es especial porque se considera el nodo superior del\n\"contents tree\", es decir, es la raíz de la estructura jerárquica\nde los documentos. Normalmente, esto es \"index\", pero si su documento \"index\"\nes una plantilla personalizada, también puede establecerlo en otro nombre de archivo." -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Nombre del documento maestro (sin sufijo)" -#: domains/citation.py:75 +#: cmd/quickstart.py:372 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citación duplicada %s, otra instancia en %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Error: el archivo maestro %s ya se ha encontrado en la ruta raíz seleccionada." -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citación [%s] no está referenciada." +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart no sobreescribirá el archivo existente." -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiqueta duplicada de la ecuación %s, otra instancia en %s" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Ingrese un nuevo nombre de archivo o cambie el nombre del archivo existente y presione Enter" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "No válido math_eqref_format: %r" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indique cuál de las siguientes extensiones de Sphinx deben habilitarse:" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (función incorporada)" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Nota: imgmath y mathjax no se pueden habilitar al mismo tiempo. imgmath ha sido deseleccionado." -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (método de %s)" +#: cmd/quickstart.py:411 +msgid "" +"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 "Se puede generar un archivo Makefile y un archivo de comandos de Windows para que usted\nsolo tiene que ejecutar, por ejemplo, `make html' en lugar de invocar sphinx-build\ndirectamente." -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (clase)" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "¿Crear Makefile? (y/n)" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable global o constante)" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "¿Crear archivo de comandos para Windows? (y/n)" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo de %s)" +msgid "Creating file %s." +msgstr "Creando archivo %s." -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumentos" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "El archivo %s ya existe, omitiendo." -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Lanzamientos" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Terminado: se ha creado una estructura de directorio inicial." -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Devuelve" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Ahora debe completar su archivo maestro %s y crear otros archivos fuente\nde documentación. " -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo del valor devuelto" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Use el archivo Makefile para compilar los documentos, así ejecute el comando:\n make builder" -#: domains/javascript.py:374 +#: cmd/quickstart.py:535 #, python-format -msgid "%s (module)" -msgstr "%s (módulo)" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "Use el comando sphinx-build para compilar los documentos, así ejecute el comando:\n sphinx-build -b builder %s %s" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "función" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "donde \"builder\" es uno de los constructores compatibles, por ejemplo, html, latex o linkcheck." -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "método" +#: cmd/quickstart.py:577 +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 "\nGenere los archivos necesarios para un proyecto Sphinx.\n\nsphinx-quickstart es una herramienta interactiva que hace algunas preguntas sobre su\nproyecto y luego genera un directorio completo de documentación y un ejemplo del archivo\nMakefilepara ser utilizado con el comando sphinx-build.\n" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "clase" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "modo silencioso" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dato" +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "raíz del proyecto" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atributo" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Opciones de estructura" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "módulo" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "si se especifica, separe los directorios de fuentes y de compilación" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicada %s descripción de %s, otra %s en %s" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "si se especifica, cree un directorio de compilación en el directorio de origen" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "reemplazo para punto en _templates, etc." -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opción directiva)" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Opciones básicas del proyecto" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "nombre del proyecto" -#: domains/rst.py:234 -msgid "directive" -msgstr "directiva" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "autores" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "directive-option" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "versión del proyecto" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "liberación del proyecto" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descripción duplicada de %s %s, otra instancia en %s" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "lenguaje del documento" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "sufijo de archivo fuente" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Distinto en la versión %s" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "nombre de documento maestro" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto desde la versión %s" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "usar epub" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Opciones de extensión" -#: domains/__init__.py:322 +#: cmd/quickstart.py:675 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "número de trabajo debe ser un número positivo" - -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "Para más información visite ." +msgid "enable %s extension" +msgstr "habilitada extensión %s" -#: cmd/build.py:74 -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 "\nGenerar documentación a partir de archivos fuente.\n\nsphinx-build genera documentación a partir de los archivos en SOURCEDIR y la\ncoloca en OUTPUTDIR. Busca 'conf.py' en SOURCEDIR para los ajustes de configuración.\nLa herramienta 'sphinx-quickstart' se puede usar para generar archivos de plantilla,\nincluido 'conf.py'\n\nsphinx-build puede crear documentación en diferentes formatos. Se selecciona un\nformato especificando el nombre del constructor en la línea de comando; por defecto\nes HTML. Los constructores también pueden realizar otras tareas relacionadas con\nel procesamiento de la documentación.\n\nDe forma predeterminada, se construye todo lo que está desactualizado. La salida solo\npara archivos seleccionados se puede generar especificando nombres de archivo individuales.\n" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "habilitar extensiones arbitrarias" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ruta a los archivos fuente de la documentación" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "creación del Makefile y Batchfile" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "ruta al directorio de salida" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "crear makefile" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "no crear makefile" -#: cmd/build.py:114 -msgid "general options" -msgstr "opciones generales" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "crear batchfile" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "no crear batchfile" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "use el modo make para Makefile/make.bat" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "escribir todos los archivos (por defecto: solo escribir archivos nuevos y modificados)" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Plantillas de proyecto" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "no usar un entorno guardado, siempre leer todos los archivos" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directorio de plantillas para archivos de plantillas" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "definir una variable de proyceto" -#: cmd/build.py:157 +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "se especifica \"quiet\", pero no se especifica ninguno de \"project\" o \"author\"." + +#: cmd/quickstart.py:790 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Error: la ruta especificada no es un directorio, o ya existen archivos sphinx." -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart solo se genera en un directorio vacío. Por favor, especifique una nueva ruta raíz." -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variable de plantilla inválida: %s" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "sobreescribir un ajuste en el fichero de configuración" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "patrón global toctree %r no coincide con ningún documento" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pasar un valor a la plantilla HTML" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contiene referencia al documento excluido %r" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define la etiqueta: incluye bloques \"only\" con TAG" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contiene referencias a documentos inexistentes %r" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "entrada duplicada encontrada en toctree: %s" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opciones de salida de consola" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor de la sección: " -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "aumentar la verbosidad (puede repetirse)" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor del módulo: " -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "sin salida en salida estándar, solo advertencias en los mensajes de error estándar" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Código del autor: " -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "sin salida, ni siquiera advertencias" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "emitir salida de color (predeterminado: detección automática)" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. contenido de los reconocimientos no es una lista" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "no emite salida de color (predeterminado: detección automática)" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist contenido no es una lista" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "no espacios en blanco eliminados por identado" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "escribir avisos (y errores) al fichero indicado" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Subtítulo inválido: %s" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "convertir advertencias en errores" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "la especificación del número de línea está fuera de range(1-%d): %r" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "mostrar rastreo completo en excepción" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No puede utilizar ambas opciones \"%s\" y \"%s\"" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "ejecutar Pdb en excepción" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "no se puede combinar la opción -a y nombres de archivo" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Objeto nombrado %r no encontrado en el archivo incluido %r" -#: cmd/build.py:357 +#: directives/code.py:311 +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\"" + +#: directives/code.py:316 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +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" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "argumento de la opción -D debe estar en la forma nombre=valor" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "\":file:\" La opción para la directiva csv-table ahora reconoce una ruta absoluta como una ruta relativa desde el directorio de origen. Actualice su documento." -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "argumento de la opción -A debe estar en la forma nombre=valor" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "rol por defecto %s no encontrado" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "insertar automáticamente docstrings de los módulos" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "leyendo error: %s, %s" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "probar automáticamente fragmentos de código en bloques doctest" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "escribiendo error: %s, %s" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "enlace entre la documentación de Sphinx de diferentes proyectos" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "escribir entradas de \"todo\" que se pueden mostrar u ocultar en la compilación" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "verificación para el cubrimiento de la documentación" +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Formato de fecha inválido. Cite la cadena con comillas simples si desea generarla directamente: %s" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "incluir expresiones matemáticas, mostradas como imágenes PNG o SVG" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "incluir matemática, mostrada en el navegador por MathJax" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "inclusión condicional de contenido basado en valores de configuración" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "tipo de nodo desconocido: %r" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "incluir enlaces al código fuente de objetos documentados de Python" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "crear archivo .nojekyll para publicar el documento en páginas GitHub" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "Por favor, ingrese un nombre de ruta válido." +#: util/display.py:78 +msgid "skipped" +msgstr "omitido" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Por favor, ingrese algún texto." +#: util/display.py:83 +msgid "failed" +msgstr "fallado" -#: cmd/quickstart.py:134 +#: util/fileutil.py:76 #, python-format -msgid "Please enter one of %s." -msgstr "Por favor, ingrese uno de %s." - -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Por favor, ingrese cualquiera de 'y' o 'n'." +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Por favor, ingrese un archivo de sufijo, por ejemplo, '.rst' o '.txt'." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: cmd/quickstart.py:230 +#: util/docfields.py:100 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Bienvenido a la utilidad de inicio rápido de Sphinx %s." +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problema en el dominio %s: se supone que el campo debe usar el rol '%s', pero ese rol no está en el dominio." -#: cmd/quickstart.py:235 +#: util/nodes.py:459 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Ingrese los valores para las siguientes configuraciones (solo presione Entrar para\naceptar un valor predeterminado, si se da uno entre paréntesis)." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/quickstart.py:242 +#: util/nodes.py:520 #, python-format -msgid "Selected root path: %s" -msgstr "Ruta raíz seleccionada: %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contiene referencia al archivo inexistente %r" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "Ingrese la ruta raíz para la documentación." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "excepción al evaluar solamente la expresión directiva: %s" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "Ruta raíz para la documentación" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (función incorporada)" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Error: un archivo conf.py ya existe en la ruta raíz seleccionada." +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (método de %s)" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart no sobreescribirá proyectos existentes de Sphinx." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (clase)" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Por favor, ingrese una nueva ruta raíz (o ingrese Enter para salir)" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variable global o constante)" -#: cmd/quickstart.py:274 -msgid "" -"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 "Tiene dos opciones para colocar el directorio de compilación para la salida de Sphinx.\nO usas un directorio \"_build\" dentro de la ruta raíz, o separas\ndirectorios \"fuente\" y \"compilación\" dentro de la ruta raíz." +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atributo de %s)" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "Separar directorios fuente y compilado (y/n)" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentos" -#: cmd/quickstart.py:287 -msgid "" -"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 "Dentro del directorio raíz, se crearán dos directorios más; \"_templates\"\npara plantillas HTML personalizadas y \"_static\" para hojas de estilo personalizadas y otras archivos\nestáticos. Puede ingresar otro prefijo (como \".\") Para reemplazar el guión bajo." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Lanzamientos" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "Prefijo de nombre para directorios de plantillas y estático" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Devuelve" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "El nombre del proyecto aparecerá en varios lugares en la documentación construida." +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo del valor devuelto" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Nombre de proyecto" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (módulo)" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Autor(es)" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "función" -#: cmd/quickstart.py:309 -msgid "" -"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 tiene la noción de una \"versión\" y un \"lanzamiento\" para el\nsoftware. Cada versión puede tener varios lanzamientos. Por ejemplo, para\nPython, la versión es algo así como 2.5 o 3.0, mientras que el lanzamiento es\nalgo así como 2.5.1 o 3.0a1. Si no necesita esta estructura dual, simplemente\nconfigure ambas con el mismo valor." +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "método" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Versión del proyecto" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "clase" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Liberación del proyecto" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dato" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "Si los documentos deben escribirse en un idioma que no sea inglés,\npuede seleccionar un idioma aquí por su código de idioma. Sphinx entonces\ntraducir el texto que genera a ese idioma.\n\nPara obtener una lista de códigos compatibles, vea\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atributo" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Lenguaje del proyecto" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "módulo" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "El sufijo del nombre de archivo para los archivos de fuente. Comúnmente, esto es \".txt\"\no \".rst\". Solo los archivos con este sufijo se consideran documentos." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "duplicada %s descripción de %s, otra %s en %s" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Sufijo del archivo fuente" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:350 -msgid "" -"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 "Un documento es especial porque se considera el nodo superior del\n\"contents tree\", es decir, es la raíz de la estructura jerárquica\nde los documentos. Normalmente, esto es \"index\", pero si su documento \"index\"\nes una plantilla personalizada, también puede establecerlo en otro nombre de archivo." +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directiva)" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Nombre del documento maestro (sin sufijo)" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opción directiva)" -#: cmd/quickstart.py:368 +#: domains/rst.py:224 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Error: el archivo maestro %s ya se ha encontrado en la ruta raíz seleccionada." +msgid "%s (role)" +msgstr "%s (rol)" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart no sobreescribirá el archivo existente." +#: domains/rst.py:234 +msgid "directive" +msgstr "directiva" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Ingrese un nuevo nombre de archivo o cambie el nombre del archivo existente y presione Enter" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "directive-option" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indique cuál de las siguientes extensiones de Sphinx deben habilitarse:" +#: domains/rst.py:236 +msgid "role" +msgstr "rol" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Nota: imgmath y mathjax no se pueden habilitar al mismo tiempo. imgmath ha sido deseleccionado." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descripción duplicada de %s %s, otra instancia en %s" -#: cmd/quickstart.py:407 -msgid "" -"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 "Se puede generar un archivo Makefile y un archivo de comandos de Windows para que usted\nsolo tiene que ejecutar, por ejemplo, `make html' en lugar de invocar sphinx-build\ndirectamente." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiqueta duplicada de la ecuación %s, otra instancia en %s" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "¿Crear Makefile? (y/n)" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citación duplicada %s, otra instancia en %s" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "¿Crear archivo de comandos para Windows? (y/n)" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citación [%s] no está referenciada." -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/changeset.py:32 #, python-format -msgid "Creating file %s." -msgstr "Creando archivo %s." +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/changeset.py:33 #, python-format -msgid "File %s already exists, skipping." -msgstr "El archivo %s ya existe, omitiendo." - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Terminado: se ha creado una estructura de directorio inicial." +msgid "Changed in version %s" +msgstr "Distinto en la versión %s" -#: cmd/quickstart.py:520 +#: domains/changeset.py:34 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "Ahora debe completar su archivo maestro %s y crear otros archivos fuente\nde documentación. " +msgid "Deprecated since version %s" +msgstr "Obsoleto desde la versión %s" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Use el archivo Makefile para compilar los documentos, así ejecute el comando:\n make builder" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:531 +#: builders/changes.py:29 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "Use el comando sphinx-build para compilar los documentos, así ejecute el comando:\n sphinx-build -b builder %s %s" +msgid "The overview file is in %(outdir)s." +msgstr "El archivo de resumen está en %(outdir)s." -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "donde \"builder\" es uno de los constructores compatibles, por ejemplo, html, latex o linkcheck." +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "no hay cambios en versión %s." -#: cmd/quickstart.py:573 -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 "\nGenere los archivos necesarios para un proyecto Sphinx.\n\nsphinx-quickstart es una herramienta interactiva que hace algunas preguntas sobre su\nproyecto y luego genera un directorio completo de documentación y un ejemplo del archivo\nMakefilepara ser utilizado con el comando sphinx-build.\n" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "escribiendo archivo de resumen..." -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "modo silencioso" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Funciones incorporadas" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "raíz del proyecto" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nivel de módulo" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "Opciones de estructura" +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "copiando archivos fuente..." -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "si se especifica, separe los directorios de fuentes y de compilación" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "no se pudo leer %r for para la creación del registro de cambios" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "si se especifica, cree un directorio de compilación en el directorio de origen" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "una imagen adecuada para %s constructor no encontrado: %s (%s)" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "reemplazo para punto en _templates, etc." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "una imagen adecuada para %s constructor no encontrado: %s" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "Opciones básicas del proyecto" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "compilando [mo]: " -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "nombre del proyecto" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "escribiendo salida... " -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "autores" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "todos los %d archivos po" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "versión del proyecto" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "los objetivos para %d los archivos po que se especifican" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "liberación del proyecto" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "los objetivos para %d los archivos po que estan desactualizados" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "lenguaje del documento" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "todos los archivos fuente" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "sufijo de archivo fuente" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "nombre de documento maestro" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "archivo %r dado en la línea de comandos no está en el directorio fuente, ignorado" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "usar epub" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Opciones de extensión" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d archivos fuente dados en la línea de comandos" -#: cmd/quickstart.py:671 +#: builders/__init__.py:383 #, python-format -msgid "enable %s extension" -msgstr "habilitada extensión %s" +msgid "targets for %d source files that are out of date" +msgstr "los objetivos para %d los archivos fuentes que estan desactualizados" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "habilitar extensiones arbitrarias" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "compilando [%s]: " -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "creación del Makefile y Batchfile" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "buscando por archivos no actualizados... " -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "crear makefile" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d encontrado" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "no crear makefile" +#: builders/__init__.py:418 +msgid "none found" +msgstr "no encontrado" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "crear batchfile" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "preparando ambiente" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "no crear batchfile" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "verificando consistencia" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "use el modo make para Makefile/make.bat" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "no hay archivos objetivo desactualizados." -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Plantillas de proyecto" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "actualizando ambiente: " -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directorio de plantillas para archivos de plantillas" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%sañadido, %s cambiado, %s removido" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "definir una variable de proyceto" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "se especifica \"quiet\", pero no se especifica ninguno de \"project\" o \"author\"." +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: cmd/quickstart.py:786 +#: builders/__init__.py:557 +#, python-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Error: la ruta especificada no es un directorio, o ya existen archivos sphinx." +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: cmd/quickstart.py:793 +#: builders/__init__.py:564 +#, python-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart solo se genera en un directorio vacío. Por favor, especifique una nueva ruta raíz." +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" + +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "leyendo fuentes... " -#: cmd/quickstart.py:810 +#: builders/__init__.py:726 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable de plantilla inválida: %s" +msgid "docnames to write: %s" +msgstr "docnames para escribir: %s" -#: directives/other.py:119 +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" + +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "preparando documentos" + +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" + +#: builders/xml.py:29 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "patrón global toctree %r no coincide con ningún documento" +msgid "The XML files are in %(outdir)s." +msgstr "Los archivos XML están en %(outdir)s." + +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "error escribiendo archivo %s: %s" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Los archivos pseudo-XML están en %(outdir)s." + +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Página HTML está en %(outdir)s." + +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "ensamblando documento sencillo" + +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "escribiendo" + +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "escribiendo archivos adicionales" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/epub3.py:83 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contiene referencia al documento excluido %r" +msgid "The ePub file is in %(outdir)s." +msgstr "El archivo ePub está en %(outdir)s." -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contiene referencias a documentos inexistentes %r" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "escribiendo el archivo nav.xhtml..." -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrada duplicada encontrada en toctree: %s" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_language\" (o \"language\") no debe estar vacío para EPUB3" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor de la sección: " +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "el valor de configuración \"epub_uid\" debe ser XML NAME para EPUB3" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor del módulo: " +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_title\" (or \"html_title\") no debe estar vacío para EPUB3" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Código del autor: " +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_author\" no debe estar vacío para EPUB3" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_contributor\" no debe estar vacío para EPUB3" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. contenido de los reconocimientos no es una lista" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_description\" no debe estar vacío para EPUB3" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. hlist contenido no es una lista" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_publisher\" no debe estar vacío para EPUB3" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "\":file:\" La opción para la directiva csv-table ahora reconoce una ruta absoluta como una ruta relativa desde el directorio de origen. Actualice su documento." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_copyright\" (or \"copyright\") no debe estar vacío para EPUB3" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "no espacios en blanco eliminados por identado" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "el valor de configuración \"epub_identifier\" no debe estar vacío para EPUB3" -#: directives/code.py:87 +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "el valor de configuración \"version\" no debe estar vacío para EPUB3" + +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "Invalid caption: %s" -msgstr "Subtítulo inválido: %s" +msgid "invalid css_file: %r, ignored" +msgstr "css_file inválido: %r, ignorado" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/text.py:27 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "la especificación del número de línea está fuera de range(1-%d): %r" +msgid "The text files are in %(outdir)s." +msgstr "Los archivos de texto están en %(outdir)s." + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor ficticio no genera archivos." -#: directives/code.py:216 +#: builders/linkcheck.py:87 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No puede utilizar ambas opciones \"%s\" y \"%s\"" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Busque cualquier error en la salida anterior o en el archivo %(outdir)s/output.txt" -#: directives/code.py:231 +#: builders/linkcheck.py:159 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "broken link: %s (%s)" +msgstr "enlace roto: %s (%s)" -#: directives/code.py:235 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Anchor '%s' not found" +msgstr "Ancla '%s' no encontrado" + +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: directives/code.py:276 +#: builders/linkcheck.py:800 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objeto nombrado %r no encontrado en el archivo incluido %r" - -#: directives/code.py:309 -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\"" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Error al compilar expresiones regulares en linkcheck_allowed_redirects: %r %s" -#: directives/code.py:314 +#: builders/gettext.py:243 #, 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" +msgid "The message catalogs are in %(outdir)s." +msgstr "Los catálogos de mensajes están en %(outdir)s." -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/gettext.py:265 #, python-format -msgid "%b %d, %Y" -msgstr "%d de %B de %Y" +msgid "targets for %d template files" +msgstr "objetivos para los archivos de plantillas %d" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Índice" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "leyendo plantillas... " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "escribiendo catálogos de mensajes... " + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Los archivos Texinfo están en %(outdir)s." -#: writers/latex.py:768 writers/texinfo.py:646 +#: builders/texinfo.py:44 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "no se encontró el nodo de título en la sección, tema, tabla, advertencia o barra lateral" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nEjecute el comando 'make' en ese directorio para ejecutarlos a través de makeinfo\n(usa el comando 'make info' aquí para hacer esto automáticamente)." -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas a pie de página" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "no se encontró el valor de configuración \"texinfo_documents\"; no se escribirán documentos" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "subtítulo no dentro de una figura." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "El valor de configuración \"texinfo_documents\" hace referencia a un documento desconocido %s" -#: writers/texinfo.py:1303 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipo de nodo no implementado: %r" +msgid "processing %s" +msgstr "procesando %s" + +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "resolviendo referencias..." + +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (en " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copiando imágenes... " -#: writers/manpage.py:288 writers/text.py:971 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "[image: %s]" -msgstr "[imagen: %s]" +msgid "cannot copy image file %r: %s" +msgstr "no se puede copiar archivo de imagen %r: %s" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[imagen]" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copiando archivos de soporte Texinfo" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "error escribiendo archivo Makefile: %s" -#: writers/html5.py:431 +#: builders/_epub_base.py:223 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format no está definido para %s" +msgid "duplicated ToC entry found: %s" +msgstr "entrada de tabla de contenido duplicada encontrada: %s" -#: writers/html5.py:441 +#: builders/_epub_base.py:436 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Cualquier ID no asignado para el nodo %s" +msgid "cannot read image file %r: copying it instead" +msgstr "no puede leer el archivo de imagen %r: en su lugar, lo copia" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "no se puede escribir archivo de imagen %r: %s" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow no encontrada - copiando archivos de imágenes" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "escribiendo el archivo mimetype..." + +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "escribiendo el archivo META-INF/container.xml..." + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "escribiendo el archivo content.opf..." -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/_epub_base.py:594 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype desconocido para %s, ignorando" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "escribiendo el archivo toc.ncx..." -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "escribiendo archivo %s..." -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "No se pudo obtener el tamaño de la imagen. La opción :scale: se ignora." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Las páginas del manual están en %(outdir)s." + +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "no se encontró el valor de configuración \"man_pages\"; no se escribirán las páginas del manual" -#: writers/latex.py:386 +#: builders/manpage.py:64 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "desconocida %r toplevel_sectioning para la clase %r" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "El valor de configuración \"man_pages\" hace referencia a un documento desconocido %s" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/latex/__init__.py:115 #, python-format -msgid "no Babel option known for language %r" -msgstr "No se conoce la opción de Babel para el idioma %r" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Los archivos LaTeX están en %(outdir)s." -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "demasiado grande :maxdepth:, ignorado." +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +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)." + +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "no se encontró el valor de configuración \"latex_documents\"; no se escribirán documentos" -#: writers/latex.py:616 +#: builders/latex/__init__.py:167 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "valor de configuración \"latex_documents\" hace referencia a un documento desconocido %s" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "título del documento no es un nodo de Texto único" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Versión" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "ambas columnas tabulares y la opción :widths: se dan. La opción :widths: se ignora." +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copiando archivos de soporte TeX" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copiando archivos adicionales" -#: writers/latex.py:1615 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unidad de dimensión %s no es válida. Ignorado." +msgid "logo file %r does not exist" +msgstr "archivo de logo %r no existe" -#: writers/latex.py:1950 +#: builders/latex/__init__.py:529 #, python-format -msgid "unknown index entry type %s found" -msgstr "tipo de entrada de índice desconocido %s encontrado" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clave de configuración desconocida: latex_elements[%r], ignorada." -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opción de tema desconocida: latex_theme_options[%r], ignorado." -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opciones" - -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r no tiene configuración de \"tema\"" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no tiene configuración de \"%s\"" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Las páginas HTML están en %(outdir)s." -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Error al leer la información de compilación del fichero: %r" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice General" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "índice" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de pie de página inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "siguiente" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "anterior" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de citas inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "generando índices" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de término inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "escribiendo páginas adicionales" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "copiando archivos descargables... " -#: transforms/__init__.py:258 +#: builders/html/__init__.py:807 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "Índice basado en 4 columnas encontrado. Puede ser un error de extensiones que usted usa: %r" +msgid "cannot copy downloadable file %r: %s" +msgstr "no se puede copiar archivo descargable %r: %s" -#: transforms/__init__.py:299 +#: builders/html/__init__.py:853 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Pie de página [%s] no está referenciado." - -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Pie de página [#] no está referenciado." - -#: util/inventory.py:147 +#: builders/html/__init__.py:874 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "extension static directory '%s' does not exist" msgstr "" -#: util/inventory.py:166 +#: builders/html/__init__.py:880 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Error al copiar un archivo en html_static_file: %s: %r" -#: util/i18n.py:100 +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "copiar archivos estáticos" + +#: builders/html/__init__.py:933 #, python-format -msgid "reading error: %s, %s" -msgstr "leyendo error: %s, %s" +msgid "cannot copy static file %r" +msgstr "no se puede copiar archivo estático %r" -#: util/i18n.py:113 +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "copiando archivos extras" + +#: builders/html/__init__.py:948 #, python-format -msgid "writing error: %s, %s" -msgstr "escribiendo error: %s, %s" +msgid "cannot copy extra file %r" +msgstr "no se puede copiar archivo extra %r" -#: util/i18n.py:146 +#: builders/html/__init__.py:954 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "Failed to write build info file: %r" +msgstr "Error al escribir el archivo de información de compilación: %r" -#: util/i18n.py:244 +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "no se pudo cargar el índice de búsqueda, pero no se crearán todos los documentos: el índice estará incompleto." + +#: builders/html/__init__.py:1048 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "página %s coincide con dos patrones en html_sidebars: %r y %r" -#: util/i18n.py:253 +#: builders/html/__init__.py:1213 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Formato de fecha inválido. Cite la cadena con comillas simples si desea generarla directamente: %s" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "Se produjo un error Unicode al representar la página %s. Asegúrese de que todos los valores de configuración que contengan contenido que no sea ASCII sean cadenas Unicode." -#: util/osutil.py:131 +#: builders/html/__init__.py:1226 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "omitido" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ha ocurrido un error al renderizar la pagina %s.\nRazón: %r" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "volcar inventario de objetos" -#: util/display.py:87 -msgid "failed" -msgstr "fallado" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "volcar el índice de búsqueda en %s" -#: util/docutils.py:325 +#: builders/html/__init__.py:1323 #, python-format -msgid "unknown directive name: %s" -msgstr "" +msgid "invalid js_file: %r, ignored" +msgstr "js_file inválido: %r, ignorado" + +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Muchos math_renderers están registrados. Pero no se ha seleccionado math_renderer." -#: util/docutils.py:361 +#: builders/html/__init__.py:1361 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "Desconocido math_renderer %r es dado." -#: util/docutils.py:805 +#: builders/html/__init__.py:1375 #, python-format -msgid "unknown node type: %r" -msgstr "tipo de nodo desconocido: %r" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "entrada html_extra_path %r se coloca dentro de outdir" -#: util/fileutil.py:76 +#: builders/html/__init__.py:1380 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "entrada html_extra_path %r no existe" -#: util/fileutil.py:89 +#: builders/html/__init__.py:1395 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "entrada html_static_path %r se coloca dentro de outdir" -#: util/docfields.py:103 +#: builders/html/__init__.py:1400 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problema en el dominio %s: se supone que el campo debe usar el rol '%s', pero ese rol no está en el dominio." +msgid "html_static_path entry %r does not exist" +msgstr "entrada html_static_path %r no existe" -#: util/rst.py:73 +#: builders/html/__init__.py:1422 #, python-format -msgid "default role %s not found" -msgstr "rol por defecto %s no encontrado" +msgid "favicon file %r does not exist" +msgstr "el archivo %r usado para el favicon no existe" -#: util/nodes.py:462 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contiene referencia al archivo inexistente %r" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: util/nodes.py:739 +#: builders/html/__init__.py:1464 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepción al evaluar solamente la expresión directiva: %s" - -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "proviene de la página anterior" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continúe en la próxima página" +msgid "%s %s documentation" +msgstr "documentación de %s - %s" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabético" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "página" +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (en el módulo %s)" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Versión" +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (en el módulo %s)" -#: transforms/post_transforms/images.py:79 +#: domains/python/__init__.py:174 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No se pudo recuperar la imagen remota: %s [%s]" +msgid "%s (built-in variable)" +msgstr "%s (variable incorporada)" -#: transforms/post_transforms/images.py:96 +#: domains/python/__init__.py:209 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No se pudo recuperar la imagen remota: %s [%d]" +msgid "%s (built-in class)" +msgstr "%s (clase incorporada)" -#: transforms/post_transforms/images.py:143 +#: domains/python/__init__.py:210 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imagen desconocido: %s..." +msgid "%s (class in %s)" +msgstr "%s (clase en %s)" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "No se pudo determinar el texto alternativo para la referencia cruzada. Podría ser un error." +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (método de clase de %s)" -#: transforms/post_transforms/__init__.py:233 +#: domains/python/__init__.py:277 #, 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" +msgid "%s() (%s static method)" +msgstr "%s() (método estático de %s)" -#: transforms/post_transforms/__init__.py:291 +#: domains/python/__init__.py:430 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s objetivo de referencia no encontrado: %s" +msgid "%s (%s property)" +msgstr "%s (%s propiedad)" -#: transforms/post_transforms/__init__.py:297 +#: domains/python/__init__.py:470 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r objetivo de referencia no encontrado: %s" +msgid "%s (type alias in %s)" +msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "¡Interrumpido!" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Índice de Módulos Python" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "módulos" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Obsoleto" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "excepción" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "método de la clase" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "método estático" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "propiedad" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: _cli/util/errors.py:246 +#: domains/python/__init__.py:804 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Por favor, informe también esto si fue un error del usuario, de modo que la próxima vez se pueda proporcionar un mejor mensaje de error." - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Contraer barra lateral" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegación" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: themes/basic/layout.html:115 +#: domains/python/__init__.py:974 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Buscar en %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Sobre este documento" - -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Búsqueda" +msgid "more than one target found for cross-reference %r: %s" +msgstr "se encontró más de un objetivo para la referencia cruzada %r: %s" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (obsoleto)" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Actualizado por última vez en %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creado usando Sphinx %(sphinx_version)s." - -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítulo anterior" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parámetros" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Próximo tema" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "próximo capítulo" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Muestra" -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Index – %(key)s" +msgid "environment variable; %s" +msgstr "variables de entorno; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Índice completo en una página" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta página" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostrar el código" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Descripción de la opción con formato incorrecto %r, debe verse como \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" o \"+opt args\"" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Búsqueda rápida" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "opción de línea de comando %s" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir a" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "opción de línea de comando" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Resumen" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "el término del glosario debe ir precedido de una línea vacía" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "¡Bienvenido! Este es" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "los términos del glosario no deben estar separados por líneas vacías" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentación para" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "el glosario parece estar mal formateado, verifique la sangría" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "actualizado por última vez el" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "termino de glosario" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índices y tablas:" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "gramática simbólica" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Índice de contenidos completo" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "etiqueta de referencia" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "muestra todas las secciones y subsecciones" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "variables de entorno" + +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "opción de programa" + +#: domains/std/__init__.py:736 +msgid "document" +msgstr "documento" #: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Índice de Módulos" + +#: domains/std/__init__.py:774 domains/std/__init__.py:787 #: themes/basic/defindex.html:18 msgid "Search Page" msgstr "Página de Búsqueda" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "buscar en esta documentación" +#: domains/std/__init__.py:858 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicada %s descripción de %s, otra instancia en %s" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índice Global de Módulos" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig está deshabilitado. :numref: se ignora." -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acceso rápido a todos los módulos" +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "Error al crear una referencia cruzada. No se asigna ningún número: %s" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índice General" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "el enlace no tiene subtítulo: %s" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas las funciones, clases, términos" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "inválido numfig_format: %s (%r)" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Tabla de contenido" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "inválido numfig_format: %s" -#: themes/basic/opensearch.xml:4 +#: domains/std/__init__.py:1454 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar en %(docstitle)s" +msgid "undefined label: %r" +msgstr "etiqueta indefinida: %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Índice alfabético de páginas" +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "No se pudo crear una referencia cruzada. Un título o subtítulo no encontrado: %r" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "puede ser muy grande" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: themes/basic/search.html:20 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Por favor, active JavaScript para habilitar la funcionalidad\n de búsqueda." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Declaración de C duplicada, también definida en %s:%s.\nLa declaración es '.. c:%s:: %s'." -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "La búsqueda de varias palabras solo muestra coincidencias que contienen\n todas las palabras." +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valores devueltos" -#: themes/basic/search.html:35 -msgid "search" -msgstr "buscar" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "miembro" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contenidos" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Resultados de la búsqueda" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: themes/basic/static/searchtools.js:134 -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 "Su búsqueda no coincide con ningún documentos. Por favor, asegúrese de que todas las palabras estén correctamente escritas y que usted allá seleccionado las suficientes categorías." +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "estructura" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unión" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Buscando" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Preparando búsqueda..." +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumeración" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", en " +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Ocultar coincidencias de la búsqueda" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parámetro de función" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Cambios en la versión %(version)s — %(docstitle)s" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametros de Plantilla" -#: themes/basic/changes/rstsource.html:5 +#: domains/cpp/__init__.py:302 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/changes/versionchanges.html:17 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Lista de cambios generada automáticamente en la versión %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Cambios en la biblioteca" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Cambios en la API C" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Declaración de C++ duplicada, también definida en %s:%s.\nLa declaración es '.. cpp:%s:: %s'." -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Otros cambios" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concepto" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir barra lateral" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parámetro de plantilla" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenidos" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Tabla de contenido" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parámetros" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Buscar en %(docstitle)s" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Muestra" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (en el módulo %s)" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Próximo tema" -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (en el módulo %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "próximo capítulo" -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variable incorporada)" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Búsqueda" -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (clase incorporada)" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Por favor, active JavaScript para habilitar la funcionalidad\n de búsqueda." -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (clase en %s)" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "La búsqueda de varias palabras solo muestra coincidencias que contienen\n todas las palabras." -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (método de clase de %s)" +#: themes/basic/search.html:35 +msgid "search" +msgstr "buscar" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (método estático de %s)" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta página" -#: domains/python/__init__.py:430 -#, python-format -msgid "%s (%s property)" -msgstr "%s (%s propiedad)" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostrar el código" -#: domains/python/__init__.py:470 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s (type alias in %s)" +msgid "Index – %(key)s" msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Índice de Módulos Python" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "módulos" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Obsoleto" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "excepción" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índice completo en una página" -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "método de la clase" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegación" -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "método estático" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Buscar en %(docstitle)s" -#: domains/python/__init__.py:734 -msgid "property" -msgstr "propiedad" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre este documento" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: domains/python/__init__.py:804 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/python/__init__.py:974 +#: themes/basic/layout.html:201 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "se encontró más de un objetivo para la referencia cruzada %r: %s" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (obsoleto)" +msgid "Last updated on %(last_updated)s." +msgstr "Actualizado por última vez en %(last_updated)s." -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: themes/basic/layout.html:204 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Declaración de C++ duplicada, también definida en %s:%s.\nLa declaración es '.. cpp:%s:: %s'." +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creado usando Sphinx %(sphinx_version)s." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametros de Plantilla" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Búsqueda rápida" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir a" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Valores devueltos" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Resumen" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "unión" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "¡Bienvenido! Este es" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "miembro" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentación para" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipo" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "actualizado por última vez el" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índices y tablas:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Índice de contenidos completo" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "muestra todas las secciones y subsecciones" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "buscar en esta documentación" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "concepto" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índice Global de Módulos" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acceso rápido a todos los módulos" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumeración" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas las funciones, clases, términos" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "parámetro de función" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Índice alfabético de páginas" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "parámetro de plantilla" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "puede ser muy grande" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Declaración de C duplicada, también definida en %s:%s.\nLa declaración es '.. c:%s:: %s'." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Contraer barra lateral" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir barra lateral" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variable" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Ocultar coincidencias de la búsqueda" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Resultados de la búsqueda" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "estructura" +#: themes/basic/static/searchtools.js:134 +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 "Su búsqueda no coincide con ningún documentos. Por favor, asegúrese de que todas las palabras estén correctamente escritas y que usted allá seleccionado las suficientes categorías." -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "variables de entorno; %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Buscando" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Preparando búsqueda..." -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", en " -#: domains/std/__init__.py:239 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Descripción de la opción con formato incorrecto %r, debe verse como \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" o \"+opt args\"" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Cambios en la versión %(version)s — %(docstitle)s" -#: domains/std/__init__.py:319 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s command line option" -msgstr "opción de línea de comando %s" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opción de línea de comando" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "el término del glosario debe ir precedido de una línea vacía" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista de cambios generada automáticamente en la versión %(version)s" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "los términos del glosario no deben estar separados por líneas vacías" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Cambios en la biblioteca" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "el glosario parece estar mal formateado, verifique la sangría" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Cambios en la API C" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termino de glosario" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Otros cambios" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "gramática simbólica" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "proviene de la página anterior" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etiqueta de referencia" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continúe en la próxima página" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variables de entorno" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "No alfabético" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opción de programa" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "documento" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Índice de Módulos" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "página" -#: domains/std/__init__.py:857 +#: environment/collectors/asset.py:98 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicada %s descripción de %s, otra instancia en %s" - -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig está deshabilitado. :numref: se ignora." +msgid "image file not readable: %s" +msgstr "archivo de imagen no legible: %s" -#: domains/std/__init__.py:1124 +#: environment/collectors/asset.py:126 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "Error al crear una referencia cruzada. No se asigna ningún número: %s" +msgid "image file %s not readable: %s" +msgstr "archivo de imagen %s no legible: %s" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:165 #, python-format -msgid "the link has no caption: %s" -msgstr "el enlace no tiene subtítulo: %s" +msgid "download file not readable: %s" +msgstr "el archivo de descarga no es legible: %s" -#: domains/std/__init__.py:1153 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "inválido numfig_format: %s (%r)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s ya tiene asignados números de sección (¿número de árbol anidado?)" -#: domains/std/__init__.py:1157 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "invalid numfig_format: %s" -msgstr "inválido numfig_format: %s" +msgid "see %s" +msgstr "ver %s" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "undefined label: %r" -msgstr "etiqueta indefinida: %r" +msgid "see also %s" +msgstr "ver también %s" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "No se pudo crear una referencia cruzada. Un título o subtítulo no encontrado: %r" +msgid "unknown index entry type %r" +msgstr "tipo de entrada de índice desconocido %r" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "conjunto de valores no válidos (falta la llave de cierre): %s" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "referencias circulares de toctree detectadas, ignorando: %s <- %s" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "conjunto de valor no válido (falta llave de apertura): %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree contiene una referencia al documento %r que no tiene título: no se generará ningún enlace" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "literal de cadena con formato incorrecto (falta la comilla de cierre): %s" +msgid "toctree contains reference to non-included document %r" +msgstr "el árbol de la tabla de contenido contiene una referencia a un documento no incluido %r" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:378 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "literal de cadena con formato incorrecto (falta la comilla de apertura): %s" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Ejemplo" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Ejemplos" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argumentos de palabras clave" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Notas" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Otros parámetros" +msgid "toctree contains reference to non-existing document %r" +msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Recibe" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "No se pudo determinar el texto alternativo para la referencia cruzada. Podría ser un error." -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referencias" +#: transforms/post_transforms/__init__.py:233 +#, 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" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Avisos" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s objetivo de referencia no encontrado: %s" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Campos" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r objetivo de referencia no encontrado: %s" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" -msgstr "Se detecta un objeto simulado: %r" +msgid "Could not fetch remote image: %s [%s]" +msgstr "No se pudo recuperar la imagen remota: %s [%s]" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "No se pudo recuperar la imagen remota: %s [%d]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "Unknown image format: %s..." +msgstr "Formato de imagen desconocido: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3426,214 +3646,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" en el nombre del automodule no tiene sentido" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Debería crear archivo %s." - -#: ext/apidoc/_cli.py:28 -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 "\nMire recursivamente en para módulos y paquetes de Python y cree\nun archivo reST con directivas automodule por paquete en el .\n\nLos s pueden ser patrones de archivo y/o directorio que serán\nexcluidos de la generación.\n\nNota: Por defecto, este script no sobrescribirá los archivos ya creados." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "ruta al módulo al documento" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "archivo de estilo fnmatch y/o patrones de directorio para excluir de la generación" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directorio para colocar toda la salida" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "rofundidad máxima de submódulos para mostrar en la tabla de contenido (predeterminado: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobreescribir archivos existentes" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "seguir enlaces simbólicos. Potente cuando se combina con el paquete collective.recipe.omelette." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "ejecutar la rutina sin crear archivos" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "poner documentación para cada módulo en su propia página" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "incluir \"_private\" en módulos" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nombre de archivo de la tabla de contenido (predeterminado: módulos)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "no crear un archivo de tabla de contenido" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "no cree encabezados para los paquetes de módulos/paquetes (por ejemplo, cuando las cadenas de documentación docstrings ya los contienen)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "poner la documentación del módulo antes de la documentación del submódulo" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpretar las rutas del módulo de acuerdo con la especificación de espacios de nombres implícitos en la PEP-0420" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "sufijo de archivo (por defecto: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "generar un proyecto completo con sphinx-quickstart" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "agregue module_path al sys.path, que se usa cuando se da el parámetro --full" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nombre del proyecto (predeterminado: nombre del módulo raíz)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "autor(es) del proyecto, utilizado cuando se da el parámetro --full" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "versión del proyecto, utilizado cuando se da el parámetro --full" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "lanzamiento del proyecto, utilizado cuando se da el parámetro --full, por defecto es --doc-version" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opciones de extensión" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s no es un directorio." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "Se detecta un objeto simulado: %r" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "alias of %s" +msgstr "alias de %s" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "Bases: %s" +msgstr "Bases: %s" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "autosummary references excluded document %r. Ignored." +msgstr "referencias autosummary excluidas documento %r. Ignorado." -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: no se encontró el archivo stub %r. Verifique su configuración de autosummary_generate." -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "Un resumen automático con subtítulos requiere la opción :toctree: ignorado." -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: no se pudo importar %s.\nPosibles pistas:\n%s" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "fallo al importar el objeto %s" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: archivo no encontrado: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3706,129 +3783,215 @@ msgid "" "%(default)s)" msgstr "documentar exactamente los miembros en module __all__ attribute. (por defecto: %(default)s)" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "referencias autosummary excluidas documento %r. Ignorado." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: no se encontró el archivo stub %r. Verifique su configuración de autosummary_generate." +msgid "Failed to remove %s: %s" +msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "Un resumen automático con subtítulos requiere la opción :toctree: ignorado." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: no se pudo importar %s.\nPosibles pistas:\n%s" +msgid "apidoc_modules item %i must be a dict" +msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" -msgstr "fallo al importar el objeto %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: archivo no encontrado: %s" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "Would create file %s." +msgstr "Debería crear archivo %s." -#: ext/intersphinx/_load.py:324 +#: ext/apidoc/_cli.py:28 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "encontró algunos problemas con algunos de los inventarios, pero tenían alternativas de trabajo:" +"\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 "\nMire recursivamente en para módulos y paquetes de Python y cree\nun archivo reST con directivas automodule por paquete en el .\n\nLos s pueden ser patrones de archivo y/o directorio que serán\nexcluidos de la generación.\n\nNota: Por defecto, este script no sobrescribirá los archivos ya creados." -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ruta al módulo al documento" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "archivo de estilo fnmatch y/o patrones de directorio para excluir de la generación" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directorio para colocar toda la salida" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "rofundidad máxima de submódulos para mostrar en la tabla de contenido (predeterminado: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobreescribir archivos existentes" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "seguir enlaces simbólicos. Potente cuando se combina con el paquete collective.recipe.omelette." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "ejecutar la rutina sin crear archivos" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "poner documentación para cada módulo en su propia página" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "incluir \"_private\" en módulos" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nombre de archivo de la tabla de contenido (predeterminado: módulos)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "no crear un archivo de tabla de contenido" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "no cree encabezados para los paquetes de módulos/paquetes (por ejemplo, cuando las cadenas de documentación docstrings ya los contienen)" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "poner la documentación del módulo antes de la documentación del submódulo" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpretar las rutas del módulo de acuerdo con la especificación de espacios de nombres implícitos en la PEP-0420" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" + +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufijo de archivo (por defecto: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "generar un proyecto completo con sphinx-quickstart" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "agregue module_path al sys.path, que se usa cuando se da el parámetro --full" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nombre del proyecto (predeterminado: nombre del módulo raíz)" + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autor(es) del proyecto, utilizado cuando se da el parámetro --full" + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "versión del proyecto, utilizado cuando se da el parámetro --full" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "lanzamiento del proyecto, utilizado cuando se da el parámetro --full, por defecto es --doc-version" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opciones de extensión" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "el inventario intersphinx se ha movido: %s -> %s" +msgid "%s is not a directory." +msgstr "%s no es un directorio." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3870,445 +4033,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "%s externo: destino de referencia %s no encontrado: %s" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error al formatear la firma para %s: %s" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Error al obtener una firma de función para %s: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Error al actualizar la firma para %r: parámetro no encontrado: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Error al analizar type_comment para %r: %s" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Se encontraron __slots__ no válidas en %s. Ignorado." - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error al formatear argumentos para %s: %s" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Error al obtener una firma de constructor para %s: %s" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Error al obtener una firma de método para %s: %s" - -#: ext/autodoc/_dynamic/_signatures.py:500 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to get a signature for %s: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Error al analizar un valor de argumento predeterminado para %r: %s" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: no pudo determinar %s.%s (%r) para ser documentado, se planteó la siguiente excepción:\n%s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "argumentos de firma o anotación de retorno dada para automodule %s" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ debe ser una lista de cadenas, no %r (en el módulo %s) -- ignorando __all__" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "atributo faltante mencionado en la :members: módulo %s, atributo %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "falta el atributo %s en el objeto %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Las páginas HTML están en %(outdir)s." - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Error al leer la información de compilación del fichero: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "índice" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "siguiente" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "anterior" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "generando índices" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "escribiendo páginas adicionales" - -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "copiando archivos descargables... " - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "no se puede copiar archivo descargable %r: %s" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "encontró algunos problemas con algunos de los inventarios, pero tenían alternativas de trabajo:" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:871 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Error al copiar un archivo en html_static_file: %s: %r" - -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "copiar archivos estáticos" - -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "no se puede copiar archivo estático %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "copiando archivos extras" - -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "no se puede copiar archivo extra %r" - -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Error al escribir el archivo de información de compilación: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "el inventario intersphinx se ha movido: %s -> %s" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "no se pudo cargar el índice de búsqueda, pero no se crearán todos los documentos: el índice estará incompleto." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumentos de palabras clave" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "página %s coincide con dos patrones en html_sidebars: %r y %r" +msgid "invalid value set (missing closing brace): %s" +msgstr "conjunto de valores no válidos (falta la llave de cierre): %s" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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 "Se produjo un error Unicode al representar la página %s. Asegúrese de que todos los valores de configuración que contengan contenido que no sea ASCII sean cadenas Unicode." +msgid "invalid value set (missing opening brace): %s" +msgstr "conjunto de valor no válido (falta llave de apertura): %s" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "" +msgid "malformed string literal (missing closing quote): %s" +msgstr "literal de cadena con formato incorrecto (falta la comilla de cierre): %s" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ha ocurrido un error al renderizar la pagina %s.\nRazón: %r" +msgid "malformed string literal (missing opening quote): %s" +msgstr "literal de cadena con formato incorrecto (falta la comilla de apertura): %s" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "volcar inventario de objetos" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Ejemplo" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "volcar el índice de búsqueda en %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Ejemplos" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file inválido: %r, ignorado" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notas" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Muchos math_renderers están registrados. Pero no se ha seleccionado math_renderer." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Otros parámetros" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Desconocido math_renderer %r es dado." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Recibe" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "entrada html_extra_path %r se coloca dentro de outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referencias" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "entrada html_extra_path %r no existe" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Avisos" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "entrada html_static_path %r se coloca dentro de outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Campos" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "entrada html_static_path %r no existe" +msgid "error while formatting signature for %s: %s" +msgstr "error al formatear la firma para %s: %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" -msgstr "archivo de logo %r no existe" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" -msgstr "el archivo %r usado para el favicon no existe" +msgid "Failed to get a function signature for %s: %s" +msgstr "Error al obtener una firma de función para %s: %s" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Error al analizar un valor de argumento predeterminado para %r: %s" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Error al actualizar la firma para %r: parámetro no encontrado: %s" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%s %s documentation" -msgstr "documentación de %s - %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Error al analizar type_comment para %r: %s" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no tiene configuración de \"tema\"" +msgid "error while formatting arguments for %s: %s" +msgstr "error al formatear argumentos para %s: %s" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no tiene configuración de \"%s\"" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Error al obtener una firma de constructor para %s: %s" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "Error al obtener una firma de método para %s: %s" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Los archivos LaTeX están en %(outdir)s." - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -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)." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "no se encontró el valor de configuración \"latex_documents\"; no se escribirán documentos" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: no pudo determinar %s.%s (%r) para ser documentado, se planteó la siguiente excepción:\n%s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "valor de configuración \"latex_documents\" hace referencia a un documento desconocido %s" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "copiando archivos de soporte TeX" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "copiando archivos adicionales" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Se encontraron __slots__ no válidas en %s. Ignorado." -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clave de configuración desconocida: latex_elements[%r], ignorada." +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumentos de firma o anotación de retorno dada para automodule %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opción de tema desconocida: latex_theme_options[%r], ignorado." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ debe ser una lista de cadenas, no %r (en el módulo %s) -- ignorando __all__" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s ya tiene asignados números de sección (¿número de árbol anidado?)" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "atributo faltante mencionado en la :members: módulo %s, atributo %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "image file not readable: %s" -msgstr "archivo de imagen no legible: %s" +msgid "missing attribute %s in object %s" +msgstr "falta el atributo %s en el objeto %s" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file %s not readable: %s" -msgstr "archivo de imagen %s no legible: %s" +msgid "alias of TypeVar(%s)" +msgstr "alias de TypeVar(%s)" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" -msgstr "el archivo de descarga no es legible: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "¡Interrumpido!" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referencias circulares de toctree detectadas, ignorando: %s <- %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree contiene una referencia al documento %r que no tiene título: no se generará ningún enlace" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "el árbol de la tabla de contenido contiene una referencia a un documento no incluido %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "ver %s" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "ver también %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipo de entrada de índice desconocido %r" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Por favor, informe también esto si fue un error del usuario, de modo que la próxima vez se pueda proporcionar un mejor mensaje de error." diff --git a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo index 231c1f66695..dc88a023a73 100644 Binary files a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo and b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po index 7467b0ae369..174d8d7836c 100644 --- a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Colombia) (http://app.transifex.com/sphinx-doc/sphinx-1/language/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: es_CO\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,970 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,482 +3079,583 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index 9230844e6d1..c4747e7cd3b 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 3258f1b49cd..869ef5c8533 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Ivar Smolin , 2013-2022\n" "Language-Team: Estonian (http://app.transifex.com/sphinx-doc/sphinx-1/language/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -57,90 +57,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "seadistuste kataloog (%s) ei sisalda faili conf.py" + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:137 +#: config.py:378 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:218 +#: config.py:390 #, 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" +msgid "invalid number %r for config value %r, ignoring" +msgstr "vigane arv %r seadistuse väärtusele %r, eiratakse" -#: theming.py:238 +#: config.py:398 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:278 +#: config.py:421 #, python-format -msgid "The %r theme has circular inheritance" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:286 +#: config.py:475 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "No such config value: %r" msgstr "" -#: theming.py:292 +#: config.py:503 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Config value %r already present" +msgstr "Seadistuste väärtus %r on juba olemas" -#: theming.py:320 +#: config.py:540 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:345 theming.py:398 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Sinu seadistusfailis on süntaksi viga: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Seadistusfail (või mõni selle poolt imporditud moodulitest) kutsus välja sys.exit()" + +#: config.py:610 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:632 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:357 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:376 +#: config.py:664 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:72 +#: config.py:685 +#, python-format +msgid "Section %s" +msgstr "Sektsioon %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Joonis %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Nimekiri %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ei leitud, eiratakse." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -157,16 +232,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "See projekt vajab laiendust %s vähemalt versiooniga %s ja seetõttu pole projekti võimalik laaditud versiooniga (%s) ehitada." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -214,7 +289,7 @@ msgstr "See projekt vajab vähemalt Sphinxi v%s ja seetõttu pole projekti võim msgid "making output directory" msgstr "väljundkataloogi loomine" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -231,7 +306,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "tõlgete laadimine [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "valmis" @@ -304,7 +379,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +387,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "laiendus %s pole rööbiti lugemiseks turvaline" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,1866 +400,1458 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "laiendus %s pole rööbiti kirjutamiseks turvaline" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Ehitaja klassil %s puudub atribuut \"name\"" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Ehitaja %r on juba olemas (moodulis %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Ehitajat nimega %s pole registreeritud" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domeen %s on juba registreeritud" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domeen %s pole veel registreeritud" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser on %r jaoks juba registreeritud" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Lähtekoodi analüsaatorit pole %s jaoks registreeritud" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Algne erind:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Laiendust %s pole võimalik importida" -#: registry.py:554 +#: registry.py:561 #, 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?" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "seadistuste kataloog (%s) ei sisalda faili conf.py" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "vigane arv %r seadistuse väärtusele %r, eiratakse" +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" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" -msgstr "Seadistuste väärtus %r on juba olemas" +msgid "The %r theme has too many ancestors" +msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:599 +#: theming.py:369 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Sinu seadistusfailis on süntaksi viga: %s\n" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Seadistusfail (või mõni selle poolt imporditud moodulitest) kutsus välja sys.exit()" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "Sektsioon %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Joonis %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tabel %s" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Nimekiri %s" +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r ei leitud, eiratakse." +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "" - -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "See keskkond pole valitud ehitajaga ühilduv, palun vali mõni teine dokumendipuu kataloog." - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "dokument pole ühegi sisukorrapuu osa" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "teisendamise käsku %r pole võimalik käivitada, kontrolli image_converter sätteid" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[lähtekood]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Tähelepanu" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Ettevaatust" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Oht" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentatsioon]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Viga" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Mooduli kood" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Vihje" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s lähtekood

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Tähtis" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Ülevaade: mooduli kood" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Märkus" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Kõik lähtekoodiga moodulid

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Vaata ka" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Nõuanne" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Hoiatus" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo failid asuvad kataloogis %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirjutata" - -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "seadistusparameeter \"texinfo_documents\" viitab tundmatule dokumendile %s" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "viidete lahendamine..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Teha" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (pealkirjas " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "Leitud TEHA kirje: %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "kujutiste kopeerimine... " +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "kujutise faili %r pole võimalik kopeerida: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> asub failis %s, real %d.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "Texinfo tugifailide kopeerimine" +#: ext/todo.py:166 +msgid "original entry" +msgstr "algne kirje" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "viga faili Makefile kirjutamisel: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz direktiivil ei tohi samaaegselt olla argumendid content ja filename" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." +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" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "seadistusparameetrit \"man_pages\" ei leitud, juhendi lehti ei kirjutata" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "seadistusparameeter \"man_pages\" viitab tundmatule dokumendile %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML-leht asub kataloogis %(outdir)s." +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" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "täiendavate failide kirjutamine" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/gettext.py:243 +#: ext/graphviz.py:367 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "building [%s]: " -msgstr "ehitamine [%s]: " +msgid "dot code %r: %s" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "targets for %d template files" -msgstr "%d mallifaili sihtfailid" +msgid "[graph: %s]" +msgstr "[joonis: %s]" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "mallide lugemine... " - -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "sõnumikataloogide kirjutamine... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[joonis]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Otsi vigu ülalolevast väljundist või failist %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "inline latex %r: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "vigane TestCode tüüp" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Lähtefailide doctest-testimine on lõppenud, vaata tulemusi failist %(outdir)s/output.txt." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "vigase doctest koodi eiramine: %r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "vigane css_file: %r, eiratakse" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML-failid asuvad kataloogis %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "viga faili %s kirjutamisel: %s" +msgid "undocumented python function: %s :: %s" +msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%d. %b %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "kujutise faili %r pole võimalik kirjutada: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "faili %s kirjutamine..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Tekstifailid asuvad kataloogis %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" +msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "ehitamine [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "väljundi kirjutamine... " +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" -msgstr "%d määratud po-faili sihtfailid" +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d po-faili sihtfailid on aegunud" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "kõik lähtefailid" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "See keskkond pole valitud ehitajaga ühilduv, palun vali mõni teine dokumendipuu kataloog." -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "dokument pole ühegi sisukorrapuu osa" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:353 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:366 +#: writers/latex.py:387 #, python-format -msgid "%d source files given on command line" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:382 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d lähtefaili sihtfailid on aegunud" +msgid "no Babel option known for language %r" +msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "praeguseks aegunud failide otsimine... " +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: on liiga suur ja seda eiratakse." -#: builders/__init__.py:415 +#: writers/latex.py:617 #, python-format -msgid "%d found" -msgstr "leitud %d" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "ei leitud" - -#: builders/__init__.py:424 -msgid "pickling environment" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "kooskõla kontrollimine" - -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "aegunud sihtfaile pole" - -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "keskkonna uuendamine:" - -#: builders/__init__.py:499 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "lisatud %s, muudetud %s, eemaldatud %s" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Joonealused märkused" + +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:556 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "lähtefailide lugemine..." - -#: builders/__init__.py:725 +#: writers/latex.py:1618 #, python-format -msgid "docnames to write: %s" -msgstr "" - -#: builders/__init__.py:727 -msgid "no docnames to write!" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "dokumentide ettevalmistamine" - -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/latex.py:1954 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: builders/changes.py:29 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Ülevaatefail asub kataloogis %(outdir)s." +msgid "Invalid math_eqref_format: %r" +msgstr "Vigane math_eqref_format: %r" -#: builders/changes.py:65 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "no changes in version %s." -msgstr "versioonis %s pole muutusi." - -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "kokkuvõttefaili kirjutamine..." - -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Sisseehitatud" +msgid "[image: %s]" +msgstr "[pilt: %s]" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Mooduli tase" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[pilt]" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "lähtefailide kopeerimine..." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indeks" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: ext/coverage.py:48 +#: writers/texinfo.py:1306 #, python-format -msgid "invalid regex %r in %s" +msgid "unimplemented node type: %r" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: ext/coverage.py:148 +#: writers/html5.py:446 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: ext/coverage.py:158 +#: writers/html5.py:456 #, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Teha" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Leitud TEHA kirje: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Tähelepanu" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Ettevaatust" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> asub failis %s, real %d.)" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Oht" -#: ext/todo.py:166 -msgid "original entry" -msgstr "algne kirje" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Viga" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Vihje" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Tähtis" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "teisendamise käsku %r pole võimalik käivitada, kontrolli image_converter sätteid" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Märkus" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz direktiivil ei tohi samaaegselt olla argumendid content ja filename" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vaata ka" -#: ext/graphviz.py:153 -#, 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" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Nõuanne" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Hoiatus" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/graphviz.py:328 -#, 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" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/build.py:74 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\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 "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "dokumentatsiooni lähtefailide rada" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "väljundkataloogi rada" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[joonis: %s]" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[joonis]" +#: cmd/build.py:114 +msgid "general options" +msgstr "üldsuvandid" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/imgmath.py:167 -#, python-format +#: cmd/build.py:131 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "kõikide failide kirjutamine (vaikimisi kirjutatakse ainult uued ja muutunud failid)" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "salvestatud keskkonda ei kasutata, alati loetakse kõik failid" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "vigane TestCode tüüp" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "seadistusfailis määratud väärtuse asendamine" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Lähtefailide doctest-testimine on lõppenud, vaata tulemusi failist %(outdir)s/output.txt." +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "väärtuse edastamine HTML-mallidesse" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "vigase doctest koodi eiramine: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" +#: cmd/build.py:212 +msgid "console output options" +msgstr "konsooliväljundi suvandid" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[lähtekood]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumentatsioon]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Mooduli kood" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s lähtekood

" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "hoiatuste muutmine vigadeks" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Ülevaade: mooduli kood" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "erindi korral täieliku tagasijälituse näitamine" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Kõik lähtekoodiga moodulid

" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "erindi korral Pdb käivitamine" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: domains/citation.py:92 +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" + +#: cmd/build.py:357 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot open warning file '%s': %s" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "võrrandil %s on topeltsilt, teine instants on %s" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D suvandi argument peab olema vormingus nimi=väärtus" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Vigane math_eqref_format: %r" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (sisseehitatud funktsioon)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "moodulite dokumentatsioonistringide automaatne lisamine" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s meetod)" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "dokumentatsioonistringides olevate koodijuppide automaattestimine" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klass)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "eri projektide Sphinx-dokumentatsiooni omavaheline viitamine" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globaalmuutuja või konstant)" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "\"teha\" sissekannete kirjutamine, mida võib ehitamisega peita või näidata" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribuut)" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "dokumentatsiooni katvuse kontrollid" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumendid" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Tagastab" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tagastustüüp" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (moodul)" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "matemaatika kaasamine, mis renderdatakse PNG- või SVG-kujutisteks" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funktsioon" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "matemaatika kaasamine, mis renderdatakse veebisirvikus MathJax-i abil" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "meetod" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "sisu tingimuslik kaasamine seadistusparameetrite alusel" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klass" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "dokumenteeritud Python-objektide lähtekoodile viitamise kaasamine" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "andmed" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr ".nojekyll faili loomine dokumentide avaldamiseks GitHub-i lehtedel" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribuut" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "moodul" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Palun sisesta mingi tekst." -#: domains/javascript.py:458 +#: cmd/quickstart.py:134 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "Please enter one of %s." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktiiv)" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Palun sisesta kas 'y' või 'n'." -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/rst.py:224 +#: cmd/quickstart.py:230 #, python-format -msgid "%s (role)" -msgstr "%s (roll)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiiv" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Tere tulemast kasutama Sphinx %s lendstardi utiliiti." -#: domains/rst.py:236 -msgid "role" -msgstr "roll" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "Palun sisesta väärtused järgnevate sätete jaoks (kandiliste sulgude vahel\nvõib olla vaikeväärtus, millega nõustumiseks vajuta lihtsalt Enter)." -#: domains/rst.py:262 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "Selected root path: %s" +msgstr "Valitud juurkataloog: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Muudetud versioonis %s" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Viga: valitud juurkataloogist leiti olemasolev conf.py." -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Iganenud alates versioonist %s" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart ei kirjuta olemasolevaid Sphinx-projekte üle." -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Palun sisesta uus juurkataloog (või vajuta Enter lõpetamiseks)" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:275 +msgid "" +"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'i väljundi ehitamise kataloogi asetamiseks on kaks valikut.\nVõid kasutada kataloogi \"_build\" juurkataloogis või eraldiseisvaid \n\"source\" ja \"build\" katalooge juurkataloogis." -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Lähtekoodi ja ehitamise kataloogide eraldamine (y/n)" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: cmd/build.py:74 +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Mallide ja staatilise kataloogi nime eesliide" + +#: cmd/quickstart.py:299 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" +"The project name will occur in several places in the built documentation." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "dokumentatsiooni lähtefailide rada" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Projekti nimi" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "väljundkataloogi rada" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Autorite nimed" -#: cmd/build.py:109 +#: cmd/quickstart.py:310 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" -msgstr "üldsuvandid" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Projekti versioon" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Projekti väljalase" -#: cmd/build.py:131 +#: cmd/quickstart.py:325 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "kõikide failide kirjutamine (vaikimisi kirjutatakse ainult uued ja muutunud failid)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "salvestatud keskkonda ei kasutata, alati loetakse kõik failid" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Projekti keel" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Lähtefaili järelliide" + +#: cmd/quickstart.py:351 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"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 "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Sinu põhidokumendi nimi (ilma järelliiteta)" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Viga: valitud juurkataloogist leiti peafail %s." -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "seadistusfailis määratud väärtuse asendamine" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart ei kirjuta olemasolevat faili üle." -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "väärtuse edastamine HTML-mallidesse" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Palun sisesta uus failinimi või nimeta olemasolev fail ümber ja vajuta Enter" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: cmd/build.py:212 -msgid "console output options" -msgstr "konsooliväljundi suvandid" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Märkus: imgmath ja mathjax ei saa korraga lubatud olla. imgmath eemaldati valikust." -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Kas luua Makefile? (y/n)" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Kas luua Windowsi käsufail? (y/n)" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." +msgstr "Faili %s loomine." -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "Fail %s on juba olemas ja jäetakse vahele." -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Lõpetamine: Algne kataloogistruktuur on loodud." -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Sa peaks nüüd asustama oma peafaili %s ja looma ülejäänud dokumentatsiooni\nlähtefailid. " -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "hoiatuste muutmine vigadeks" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Dokumentide ehitamiseks kasuta Makefile, näiteks:\n make ehitaja" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "erindi korral täieliku tagasijälituse näitamine" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "Dokumentide ehitamiseks kasuta käsku sphinx-build, näiteks:\n sphinx-build -b builder %s %s" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "erindi korral Pdb käivitamine" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "kus \"ehitaja\" on üks toetatud ehitajatest, nt. html, latex või linkcheck." -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: cmd/quickstart.py:577 +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 "\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" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "vaikne režiim" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D suvandi argument peab olema vormingus nimi=väärtus" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Struktuuri suvandid" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "kasutamise korral eraldatakse lähtefailide ja ehitamise kataloogid" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "moodulite dokumentatsioonistringide automaatne lisamine" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "dokumentatsioonistringides olevate koodijuppide automaattestimine" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "eri projektide Sphinx-dokumentatsiooni omavaheline viitamine" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Projekti põhisuvandid" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "\"teha\" sissekannete kirjutamine, mida võib ehitamisega peita või näidata" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "projekti nimi" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "dokumentatsiooni katvuse kontrollid" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "autorite nimed" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "matemaatika kaasamine, mis renderdatakse PNG- või SVG-kujutisteks" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "projekti versioon" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "matemaatika kaasamine, mis renderdatakse veebisirvikus MathJax-i abil" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "projekti väljalase" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "sisu tingimuslik kaasamine seadistusparameetrite alusel" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "dokumendi keel" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "dokumenteeritud Python-objektide lähtekoodile viitamise kaasamine" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "lähtefaili järelliide" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr ".nojekyll faili loomine dokumentide avaldamiseks GitHub-i lehtedel" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "põhidokumendi nimi" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Palun sisesta mingi tekst." +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Laienduste suvandid" -#: cmd/quickstart.py:134 +#: cmd/quickstart.py:675 #, python-format -msgid "Please enter one of %s." -msgstr "" +msgid "enable %s extension" +msgstr "laienduse %s lubamine" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Palun sisesta kas 'y' või 'n'." +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "suvaliste laienduste määramine" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Makefile ja Batchfile loomine" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Tere tulemast kasutama Sphinx %s lendstardi utiliiti." +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "makefile loomine" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Palun sisesta väärtused järgnevate sätete jaoks (kandiliste sulgude vahel\nvõib olla vaikeväärtus, millega nõustumiseks vajuta lihtsalt Enter)." +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "makefile loomata jätmine" -#: cmd/quickstart.py:242 -#, python-format -msgid "Selected root path: %s" -msgstr "Valitud juurkataloog: %s" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "batchfile loomine" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "batchfile loomata jätmine" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Viga: valitud juurkataloogist leiti olemasolev conf.py." - -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart ei kirjuta olemasolevaid Sphinx-projekte üle." +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Projekti loomine mallist" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Palun sisesta uus juurkataloog (või vajuta Enter lõpetamiseks)" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "mallifailide kataloog" -#: cmd/quickstart.py:274 -msgid "" -"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'i väljundi ehitamise kataloogi asetamiseks on kaks valikut.\nVõid kasutada kataloogi \"_build\" juurkataloogis või eraldiseisvaid \n\"source\" ja \"build\" katalooge juurkataloogis." +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "malli muutuja kirjeldamine" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "Lähtekoodi ja ehitamise kataloogide eraldamine (y/n)" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:790 msgid "" -"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." +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "Mallide ja staatilise kataloogi nime eesliide" - -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:797 msgid "" -"The project name will occur in several places in the built documentation." +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Projekti nimi" - -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Autorite nimed" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Vigane mallimuutuja: %s" -#: cmd/quickstart.py:309 -msgid "" -"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 "" - -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Projekti versioon" - -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Projekti väljalase" - -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Projekti keel" - -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "" - -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Lähtefaili järelliide" - -#: cmd/quickstart.py:350 -msgid "" -"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 "" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Sinu põhidokumendi nimi (ilma järelliiteta)" - -#: cmd/quickstart.py:368 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Viga: valitud juurkataloogist leiti peafail %s." - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart ei kirjuta olemasolevat faili üle." - -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Palun sisesta uus failinimi või nimeta olemasolev fail ümber ja vajuta Enter" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" - -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Märkus: imgmath ja mathjax ei saa korraga lubatud olla. imgmath eemaldati valikust." - -#: cmd/quickstart.py:407 -msgid "" -"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 "" - -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Kas luua Makefile? (y/n)" - -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Kas luua Windowsi käsufail? (y/n)" - -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "Faili %s loomine." - -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "Fail %s on juba olemas ja jäetakse vahele." - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Lõpetamine: Algne kataloogistruktuur on loodud." - -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "Sa peaks nüüd asustama oma peafaili %s ja looma ülejäänud dokumentatsiooni\nlähtefailid. " - -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Dokumentide ehitamiseks kasuta Makefile, näiteks:\n make ehitaja" - -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "Dokumentide ehitamiseks kasuta käsku sphinx-build, näiteks:\n sphinx-build -b builder %s %s" - -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "kus \"ehitaja\" on üks toetatud ehitajatest, nt. html, latex või linkcheck." - -#: cmd/quickstart.py:573 -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 "\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" - -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "vaikne režiim" - -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" - -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "Struktuuri suvandid" - -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "kasutamise korral eraldatakse lähtefailide ja ehitamise kataloogid" - -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" - -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" - -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "Projekti põhisuvandid" - -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "projekti nimi" - -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "autorite nimed" - -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "projekti versioon" - -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "projekti väljalase" - -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "dokumendi keel" - -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "lähtefaili järelliide" - -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "põhidokumendi nimi" - -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" - -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Laienduste suvandid" - -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "laienduse %s lubamine" - -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "suvaliste laienduste määramine" - -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Makefile ja Batchfile loomine" - -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "makefile loomine" - -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "makefile loomata jätmine" - -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "batchfile loomine" - -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "batchfile loomata jätmine" - -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "" - -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Projekti loomine mallist" - -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "mallifailide kataloog" - -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "malli muutuja kirjeldamine" - -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" - -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" - -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" - -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Vigane mallimuutuja: %s" - -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" #: directives/other.py:153 environment/adapters/toctree.py:372 @@ -2226,12 +1893,6 @@ msgstr "" msgid ".. hlist content is not a list" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" - #: directives/code.py:66 msgid "non-whitespace stripped by dedent" msgstr "" @@ -2241,781 +1902,1036 @@ msgstr "" msgid "Invalid caption: %s" msgstr "Vigane selgitustekst: %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: directives/code.py:216 +#: directives/code.py:218 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Suvandeid \"%s\" ja \"%s\" pole võimalik korraga kasutada" -#: directives/code.py:231 +#: directives/code.py:233 #, python-format msgid "Include file '%s' not found or reading it failed" msgstr "" -#: directives/code.py:235 +#: directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file '%s' seems to be wrong, try " "giving an :encoding: option" msgstr "" -#: directives/code.py:276 +#: directives/code.py:278 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: directives/code.py:309 +#: directives/code.py:311 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: directives/code.py:314 +#: directives/code.py:316 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indeks" - -#: writers/latex.py:768 writers/texinfo.py:646 +#: directives/patches.py:71 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Joonealused märkused" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: writers/texinfo.py:1303 +#: util/i18n.py:100 #, python-format -msgid "unimplemented node type: %r" -msgstr "" +msgid "reading error: %s, %s" +msgstr "viga lugemisel: %s, %s" -#: writers/manpage.py:288 writers/text.py:971 +#: util/i18n.py:113 #, python-format -msgid "[image: %s]" -msgstr "[pilt: %s]" +msgid "writing error: %s, %s" +msgstr "viga kirjutamisel: %s, %s" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[pilt]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: writers/html5.py:431 +#: util/i18n.py:244 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: writers/html5.py:441 +#: util/i18n.py:253 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: util/inventory.py:147 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: util/display.py:83 +msgid "failed" msgstr "" -#: writers/latex.py:386 +#: util/fileutil.py:76 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: util/fileutil.py:89 #, python-format -msgid "no Babel option known for language %r" +msgid "Writing evaluated template result to %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: on liiga suur ja seda eiratakse." - -#: writers/latex.py:616 +#: util/docfields.py:100 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "" - -#: writers/latex.py:1198 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: writers/latex.py:1228 +#: util/nodes.py:459 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: writers/latex.py:1615 +#: util/nodes.py:520 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: writers/latex.py:1950 +#: util/nodes.py:738 #, python-format -msgid "unknown index entry type %s found" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (sisseehitatud funktsioon)" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s meetod)" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klass)" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globaalmuutuja või konstant)" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atribuut)" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumendid" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Tagastab" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tagastustüüp" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (moodul)" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funktsioon" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "meetod" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klass" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "andmed" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribuut" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "moodul" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiiv)" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (roll)" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiiv" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: transforms/__init__.py:299 +#: domains/rst.py:236 +msgid "role" +msgstr "roll" + +#: domains/rst.py:262 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "võrrandil %s on topeltsilt, teine instants on %s" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: util/inventory.py:147 +#: domains/citation.py:92 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Citation [%s] is not referenced." msgstr "" -#: util/inventory.py:166 +#: domains/changeset.py:32 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Added in version %s" msgstr "" -#: util/i18n.py:100 +#: domains/changeset.py:33 #, python-format -msgid "reading error: %s, %s" -msgstr "viga lugemisel: %s, %s" +msgid "Changed in version %s" +msgstr "Muudetud versioonis %s" -#: util/i18n.py:113 +#: domains/changeset.py:34 #, python-format -msgid "writing error: %s, %s" -msgstr "viga kirjutamisel: %s, %s" +msgid "Deprecated since version %s" +msgstr "Iganenud alates versioonist %s" -#: util/i18n.py:146 +#: domains/changeset.py:35 #, python-format -msgid "locale_dir %s does not exist" +msgid "Removed in version %s" msgstr "" -#: util/i18n.py:244 +#: builders/changes.py:29 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "The overview file is in %(outdir)s." +msgstr "Ülevaatefail asub kataloogis %(outdir)s." -#: util/i18n.py:253 +#: builders/changes.py:65 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +msgid "no changes in version %s." +msgstr "versioonis %s pole muutusi." -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "kokkuvõttefaili kirjutamine..." -#: util/display.py:82 -msgid "skipped" -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Sisseehitatud" -#: util/display.py:87 -msgid "failed" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Mooduli tase" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "lähtefailide kopeerimine..." -#: util/docutils.py:325 +#: builders/changes.py:146 #, python-format -msgid "unknown directive name: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: util/docutils.py:361 +#: builders/__init__.py:230 #, python-format -msgid "unknown role name: %s" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: util/docutils.py:805 +#: builders/__init__.py:238 #, python-format -msgid "unknown node type: %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: util/fileutil.py:76 +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "ehitamine [mo]: " + +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "väljundi kirjutamine... " + +#: builders/__init__.py:281 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "all of %d po files" msgstr "" -#: util/fileutil.py:89 +#: builders/__init__.py:303 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "targets for %d po files that are specified" +msgstr "%d määratud po-faili sihtfailid" -#: util/docfields.py:103 +#: builders/__init__.py:315 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "targets for %d po files that are out of date" +msgstr "%d po-faili sihtfailid on aegunud" -#: util/rst.py:73 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "kõik lähtefailid" + +#: builders/__init__.py:336 #, python-format -msgid "default role %s not found" +msgid "file %r given on command line does not exist, " msgstr "" -#: util/nodes.py:462 +#: builders/__init__.py:343 #, python-format msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: util/nodes.py:523 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: util/nodes.py:739 +#: builders/__init__.py:367 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%d source files given on command line" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "jätk eelmisele leheküljele" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "%d lähtefaili sihtfailid on aegunud" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "jätkub järgmisel leheküljel" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "ehitamine [%s]: " -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "praeguseks aegunud failide otsimine... " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Sümbolid" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "leitud %d" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/__init__.py:418 +msgid "none found" +msgstr "ei leitud" + +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "lehekülg" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "kooskõla kontrollimine" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Redaktsioon" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "aegunud sihtfaile pole" -#: transforms/post_transforms/images.py:79 +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "keskkonna uuendamine:" + +#: builders/__init__.py:500 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "lisatud %s, muudetud %s, eemaldatud %s" -#: transforms/post_transforms/images.py:96 +#: builders/__init__.py:537 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/__init__.py:546 #, python-format -msgid "Unknown image format: %s..." -msgstr "Tundmatu pildivorming: %s..." - -#: transforms/post_transforms/__init__.py:88 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/__init__.py:557 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/__init__.py:564 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lähtefailide lugemine..." + +#: builders/__init__.py:726 #, python-format -msgid "%r reference target not found: %s" +msgid "docnames to write: %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Katkestatud!" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "dokumentide ettevalmistamine" + +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML-failid asuvad kataloogis %(outdir)s." + +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "viga faili %s kirjutamisel: %s" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." + +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-leht asub kataloogis %(outdir)s." + +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "täiendavate failide kirjutamine" + +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Kui see oli kasutaja viga, siis anna palun sellest teada, et tulevikus oleks võimalik parem veateade väljastada." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Varja külgriba" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigatsioon" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Otsi %(docstitle)s piires" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Info selle dokumentatsiooni kohta" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Otsing" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Autoriõigus" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "invalid css_file: %r, ignored" +msgstr "vigane css_file: %r, eiratakse" + +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Tekstifailid asuvad kataloogis %(outdir)s." + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: themes/basic/layout.html:201 +#: builders/linkcheck.py:87 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Viimati uuendatud %(last_updated)s." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Otsi vigu ülalolevast väljundist või failist %(outdir)s/output.txt" -#: themes/basic/layout.html:204 +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:800 #, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." + +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d mallifaili sihtfailid" + +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "mallide lugemine... " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "sõnumikataloogide kirjutamine... " + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo failid asuvad kataloogis %(outdir)s." + +#: builders/texinfo.py:44 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Eelmine teema" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirjutata" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "eelmine jaotis" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "seadistusparameeter \"texinfo_documents\" viitab tundmatule dokumendile %s" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Järgmine teema" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "järgmine jaotis" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "viidete lahendamine..." -#: themes/basic/genindex-single.html:26 +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (pealkirjas " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "kujutiste kopeerimine... " + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Index – %(key)s" +msgid "cannot copy image file %r: %s" +msgstr "kujutise faili %r pole võimalik kopeerida: %s" + +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo tugifailide kopeerimine" + +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "viga faili Makefile kirjutamisel: %s" + +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Täisindeks ühel lehel" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Käesolev leht" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "kujutise faili %r pole võimalik kirjutada: %s" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Näita lähtekoodi" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Kiirotsing" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Otsi" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Ülevaade" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Tervitused! See on" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentatsioon projektile" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "viimati uuendatud" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksid ja tabelid:" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "faili %s kirjutamine..." -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Täielik sisukorratabel" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "toob välja kõik sektsioonid ja alamsektsioonid" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "seadistusparameetrit \"man_pages\" ei leitud, juhendi lehti ei kirjutata" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Otsinguleht" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "seadistusparameeter \"man_pages\" viitab tundmatule dokumendile %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "otsi sellest dokumentatsioonist" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globaalne moodulite indeks" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nNende jooksutamiseks läbi (pdf)latex programmi käivita selles kataloogis\n'make' (selle automaatseks tegemiseks kasuta `make latexpdf')." -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "kiire ligipääs kõigile moodulitele" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjutata" + +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Redaktsioon" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "TeX-i tugifailide kopeerimine" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "lisafailide kopeerimine" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "logofaili %r pole olemas" + +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" + +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" + +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" + +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML-lehed asuvad kataloogis %(outdir)s." + +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Viga ehitamise infofaili lugemisel: %r" + +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" #: builders/html/__init__.py:496 themes/basic/defindex.html:23 msgid "General Index" msgstr "Üldindeks" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "kõik funktsioonid, klassid ja terminid" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indeks" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Sisukorratabel" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:578 +msgid "next" +msgstr "järgmine" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "eelmine" + +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "indeksite genereerimine" + +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "täiendavate lehtede kirjutamine" + +#: builders/html/__init__.py:783 #, python-format -msgid "Search %(docstitle)s" -msgstr "Otsi %(docstitle)s" +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indeksi leheküljed algustähe kaupa" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "allalaaditavate failide kopeerimine..." -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "võib olla väga suur" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Otsingu võimaldamiseks tuleb aktiveerida JavaScript." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "otsi" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Sisukord" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Otsingu tulemused" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "staatilist faili %r pole võimalik kopeerida" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "lisafailide kopeerimine" + +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "lisafaili %r pole võimalik kopeerida" + +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Viga ehitamise infofaili kirjutamisel: %r" + +#: builders/html/__init__.py:1004 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 "Sinu otsingule ei vastanud ükski dokument. Palun veendu, et kõik sisestatud sõnad on õigesti kirjutatud ja sa oled valinud piisavalt kategooriaid." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Otsimine" +#: builders/html/__init__.py:1213 +#, 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 "lehe %s renderdamisel tekkis Unicode viga. Palun veendu, et kõik mitte-ASCII sisuga seadistusparameetrid on kirjeldatud Unicode stringidena." -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Otsingu ettevalmistamine..." +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Varja otsingu tulemused" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1276 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Muutused versioonis %(version)s — %(docstitle)s" +msgid "dumping search index in %s" +msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" + +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "vigane js_file: %r, eiratakse" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: builders/html/__init__.py:1361 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s &8212; %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1375 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Teegi muutused" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path kirjet %r pole olemas" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API muutused" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ülejäänud muutused" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Näita külgriba" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon faili %r pole olemas" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parameetrid" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentatsioon" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Muutujad" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3112,63 +3028,143 @@ msgstr "" msgid " (deprecated)" msgstr " (iganenud)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parameetrid" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Muutujad" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "environment variable; %s" +msgstr "keskkonnamuutuja; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Malli parameetrid" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" + +#: domains/std/__init__.py:239 #, python-format -msgid "%s (C++ %s)" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s käsureasuvand" + +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "käsureasuvand" + +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "liige" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tüüp" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "sõnastiku termin" -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "grammatika märk" + +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "viite silt" + +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "keskkonnamuutuja" + +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "programmi suvand" + +#: domains/std/__init__.py:736 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Mooduli indeks" + +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Otsinguleht" + +#: domains/std/__init__.py:858 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "loend" +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "funktsiooni parameeter" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "vigane numfig_format: %s (%r)" + +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "vigane numfig_format: %s" + +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/std/__init__.py:1457 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" #: domains/c/__init__.py:211 @@ -3176,6 +3172,21 @@ msgstr "" msgid "%s (C %s)" msgstr "" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "liige" + #: domains/c/__init__.py:778 msgid "variable" msgstr "muutuja" @@ -3188,446 +3199,512 @@ msgstr "makro" msgid "struct" msgstr "" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "keskkonnamuutuja; %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" -#: domains/std/__init__.py:116 +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "loend" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tüüp" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "funktsiooni parameeter" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Malli parameetrid" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "%s; configuration value" +msgid "%s (C++ %s)" msgstr "" -#: domains/std/__init__.py:172 -msgid "Type" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: domains/std/__init__.py:182 -msgid "Default" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: domains/std/__init__.py:239 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s käsureasuvand" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Sisukord" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "käsureasuvand" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Sisukorratabel" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Otsi %(docstitle)s" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Eelmine teema" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "eelmine jaotis" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "sõnastiku termin" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Järgmine teema" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammatika märk" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "järgmine jaotis" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "viite silt" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Otsing" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "keskkonnamuutuja" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Otsingu võimaldamiseks tuleb aktiveerida JavaScript." -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programmi suvand" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: themes/basic/search.html:35 +msgid "search" +msgstr "otsi" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Mooduli indeks" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Käesolev leht" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Näita lähtekoodi" -#: domains/std/__init__.py:857 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Index – %(key)s" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Täisindeks ühel lehel" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigatsioon" -#: domains/std/__init__.py:1138 +#: themes/basic/layout.html:115 #, python-format -msgid "the link has no caption: %s" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Otsi %(docstitle)s piires" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "vigane numfig_format: %s (%r)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Info selle dokumentatsiooni kohta" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "vigane numfig_format: %s" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Autoriõigus" -#: domains/std/__init__.py:1453 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "undefined label: %r" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/std/__init__.py:1456 +#: themes/basic/layout.html:201 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Viimati uuendatud %(last_updated)s." -#: ext/napoleon/docstring.py:178 +#: themes/basic/layout.html:204 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Kiirotsing" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Otsi" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Ülevaade" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Näide" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Tervitused! See on" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Näited" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentatsioon projektile" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Võtmesõnadega argumendid" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "viimati uuendatud" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Märkused" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksid ja tabelid:" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Täielik sisukorratabel" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "toob välja kõik sektsioonid ja alamsektsioonid" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "otsi sellest dokumentatsioonist" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globaalne moodulite indeks" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "kiire ligipääs kõigile moodulitele" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "kõik funktsioonid, klassid ja terminid" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksi leheküljed algustähe kaupa" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "võib olla väga suur" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Varja külgriba" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Näita külgriba" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Varja otsingu tulemused" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Otsingu tulemused" + +#: themes/basic/static/searchtools.js:134 +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 "Sinu otsingule ei vastanud ükski dokument. Palun veendu, et kõik sisestatud sõnad on õigesti kirjutatud ja sa oled valinud piisavalt kategooriaid." + +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Otsimine" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "Põlvnemine: %s" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Otsingu ettevalmistamine..." -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Muutused versioonis %(version)s — %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s &8212; %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/changes/versionchanges.html:17 #, 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 "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Teegi muutused" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API muutused" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ülejäänud muutused" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "jätk eelmisele leheküljele" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "jätkub järgmisel leheküljel" -#: ext/apidoc/_cli.py:28 -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." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Sümbolid" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "lehekülg" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "kujutise fail pole loetav: %s" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "kujutise fail %s pole loetav: %s" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "vaata %s" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "vaata ka %s" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:135 +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:160 +#: transforms/post_transforms/__init__.py:88 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Tundmatu pildivorming: %s..." -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "laienduse suvandid" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "%s is not a directory." -msgstr "%s pole kataloog." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +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 "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "Bases: %s" +msgstr "Põlvnemine: %s" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "tõrge objekti %s importimisel" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3700,129 +3777,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "failed to import object %s" -msgstr "tõrge objekti %s importimisel" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" + +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" + +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" + +#: ext/apidoc/_generate.py:66 #, python-format +msgid "Would create file %s." +msgstr "" + +#: ext/apidoc/_cli.py:28 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"\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 "" + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" + +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:135 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: ext/intersphinx/_load.py:297 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "laienduse suvandid" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s pole kataloog." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3864,445 +4027,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:61 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" - -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML-lehed asuvad kataloogis %(outdir)s." - -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Viga ehitamise infofaili lugemisel: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indeks" - -#: builders/html/__init__.py:549 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Logo of %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "järgmine" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "eelmine" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "indeksite genereerimine" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "täiendavate lehtede kirjutamine" - -#: builders/html/__init__.py:783 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "allalaaditavate failide kopeerimine..." - -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:906 -msgid "copying static files" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "staatilist faili %r pole võimalik kopeerida" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "lisafailide kopeerimine" - -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "lisafaili %r pole võimalik kopeerida" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Viga ehitamise infofaili kirjutamisel: %r" - -#: builders/html/__init__.py:994 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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 "lehe %s renderdamisel tekkis Unicode viga. Palun veendu, et kõik mitte-ASCII sisuga seadistusparameetrid on kirjeldatud Unicode stringidena." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Võtmesõnadega argumendid" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" -msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "vigane js_file: %r, eiratakse" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Näide" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Näited" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Märkused" + +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path kirjet %r pole olemas" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "logo file %r does not exist" -msgstr "logofaili %r pole olemas" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon faili %r pole olemas" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentatsioon" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nNende jooksutamiseks läbi (pdf)latex programmi käivita selles kataloogis\n'make' (selle automaatseks tegemiseks kasuta `make latexpdf')." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjutata" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "TeX-i tugifailide kopeerimine" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "lisafailide kopeerimine" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "image file not readable: %s" -msgstr "kujutise fail pole loetav: %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "image file %s not readable: %s" -msgstr "kujutise fail %s pole loetav: %s" +msgid "missing attribute %s in object %s" +msgstr "" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "download file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Katkestatud!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "vaata %s" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "vaata ka %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Kui see oli kasutaja viga, siis anna palun sellest teada, et tulevikus oleks võimalik parem veateade väljastada." diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index 9dff32fa852..62d3ff62070 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 db4b739728d..b084142a4fa 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" "Language-Team: Basque (http://app.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2729 +398,2570 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[iturburua]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:518 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentazioa]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Moduluko kodea" + +#: ext/viewcode.py:359 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s(r)en iturburu kodea

" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Gainbegirada: moduluko kodea" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Kodea eskuragarri duten modulu guztiak

" + +#: ext/autosectionlabel.py:52 #, python-format -msgid "Domain %r is not registered" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: environment/__init__.py:952 +#: ext/duration.py:47 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Adi" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Kontuz" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Arriskua" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Errorea" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Argibidea" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Garrantzitsua" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Oharra" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "Ikusi baita ere" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Iradokizuna" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Kontuz" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Egitekoa" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (hemen: " +#: ext/todo.py:166 +msgid "original entry" +msgstr "jatorrizko sarrera" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%Y %b %d" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Oin-oharrak" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[irudia]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indizea" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modulu maila" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Adi" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Kontuz" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Arriskua" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Errorea" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Argibidea" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Garrantzitsua" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Oharra" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ikusi baita ere" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Iradokizuna" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Kontuz" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Egitekoa" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "jatorrizko sarrera" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:124 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid option." +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[iturburua]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumentazioa]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Moduluko kodea" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

%s(r)en iturburu kodea

" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Gainbegirada: moduluko kodea" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Kodea eskuragarri duten modulu guztiak

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:73 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodoa)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasea)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (aldagai globala edo konstantea)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributua)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumentuak" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Jaurtitzen du" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Itzultzen du" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Itzulketa mota" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modulua)" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funtzioa" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metodoa" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klasea" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "datuak" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atributua" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modulua" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rola)" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rola" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "%s bertsioan aldatuta" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "%s bertsiotik aurrera zaharkituta" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "Creating file %s." +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:524 +#, python-format 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" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:542 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Atalaren egilea: " -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Moduluaren egilea: " -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Kodearen egilea: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Egilea:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:298 +#: util/i18n.py:253 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:324 +#: util/osutil.py:131 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:350 +#: util/fileutil.py:76 +#, python-format msgid "" -"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." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docfields.py:100 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:378 +#: util/nodes.py:459 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metodoa)" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasea)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:188 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (aldagai globala edo konstantea)" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s atributua)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentuak" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Jaurtitzen du" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Itzultzen du" -#: cmd/quickstart.py:531 +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Itzulketa mota" + +#: domains/javascript.py:374 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (modulua)" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funtzioa" -#: cmd/quickstart.py:573 -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 "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metodoa" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klasea" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "datuak" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atributua" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modulua" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rola)" + +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:236 +msgid "role" +msgstr "rola" + +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "%s bertsioan aldatuta" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "%s bertsiotik aurrera zaharkituta" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:671 +#: builders/changes.py:29 #, python-format -msgid "enable %s extension" +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modulu maila" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:810 +#: builders/__init__.py:336 #, python-format -msgid "Invalid template variable: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:343 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:367 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%d source files given on command line" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:383 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Atalaren egilea: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Moduluaren egilea: " +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Kodearen egilea: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Egilea:" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:500 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:537 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:546 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:557 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:564 #, python-format -msgid "Object named %r not found in include file %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:726 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "docnames to write: %s" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y %b %d" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indizea" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Oin-oharrak" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/xml.py:29 #, python-format -msgid "[image: %s]" +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[irudia]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: writers/html5.py:431 +#: builders/xml.py:103 #, python-format -msgid "numfig_format is not defined for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/html5.py:441 +#: builders/singlehtml.py:35 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/epub3.py:83 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid css_file: %r, ignored" msgstr "" -#: writers/latex.py:1950 +#: builders/text.py:27 #, python-format -msgid "unknown index entry type %s found" +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (hemen: " -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/__init__.py:258 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/__init__.py:299 +#: builders/_epub_base.py:467 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/i18n.py:100 +#: builders/_epub_base.py:594 #, python-format -msgid "reading error: %s, %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" + +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "" + +#: builders/_epub_base.py:802 #, python-format -msgid "writing error: %s, %s" +msgid "writing %s file..." msgstr "" -#: util/i18n.py:146 +#: builders/manpage.py:37 #, python-format -msgid "locale_dir %s does not exist" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/i18n.py:244 +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:64 #, python-format -msgid "Invalid Babel locale: %r." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/i18n.py:253 +#: builders/latex/__init__.py:115 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/osutil.py:131 +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/latex/__init__.py:167 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Argitalpena" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: util/docutils.py:325 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "unknown directive name: %s" +msgid "logo file %r does not exist" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:529 #, python-format -msgid "unknown role name: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: util/docutils.py:805 +#: builders/latex/__init__.py:537 #, python-format -msgid "unknown node type: %r" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: util/fileutil.py:89 +#: builders/latex/transforms.py:121 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/docfields.py:103 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "No footnote was found for given reference node %r" msgstr "" -#: util/rst.py:73 +#: builders/latex/theming.py:87 #, python-format -msgid "default role %s not found" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: util/nodes.py:462 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: util/nodes.py:523 +#: builders/html/__init__.py:114 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: util/nodes.py:739 +#: builders/html/__init__.py:337 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "aurreko orritik jarraitzen du" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indize orokorra" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indizea" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "hurrengoa" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "aurrekoa" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Argitalpena" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:783 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "cannot copy image file '%s': %s" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:807 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:874 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "extension static directory '%s' does not exist" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:880 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: _cli/util/errors.py:207 +#: builders/html/__init__.py:1004 msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:1213 +#, 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 "" -#: _cli/util/errors.py:240 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Alboko barra tolestu" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Nabigazioa" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:1276 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Bilatu %(docstitle)s(e)n" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Dokumentu hauen inguruan" +msgid "dumping search index in %s" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Bilatu" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1361 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1375 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Azken aldaketa: %(last_updated)s." +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1380 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Aurreko gaia" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "aurreko kapitulua" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Hurrengo gaia" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "hurrengo kapitulua" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1435 #, python-format -msgid "Index – %(key)s" +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Indize guztia orri batean" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Orri hau" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentazioa" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Iturburua ikusi" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Bilaketa azkarra" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Joan" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Gainbegirada" +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (%s moduluan)" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "" +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (%s moduluan)" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indizeak eta taulak:" +#: domains/python/__init__.py:210 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klasea %s-(e)n)" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Eduki taula osoa" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "atal eta azpiatal guztiak zerrendatu" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Bilaketa orria" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "dokumentazio honetan bilatu" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Modulu indize globala" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "modulu guztietara atzipen azkarra" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indize orokorra" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "funtzio, klase, termino guztiak" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s bilatu" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indize orriak hizkika" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "handia izan daiteke" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko." - -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" -msgstr "bilatu" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Edukiak" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Bilaketa emaitzak" - -#: themes/basic/static/searchtools.js:134 -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 "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "" - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr "" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Bilaketa bat-etortzeak ezkutatu" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Liburutegi aldaketak" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API aldaketak" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Beste aldaketak" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Alboko barra luzatu" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" - -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametroak" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Aldagaiak" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Goratzen du" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s moduluan)" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s moduluan)" - -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "" - -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "" - -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasea %s-(e)n)" - -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klaseko metodoa)" +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s klaseko metodoa)" #: domains/python/__init__.py:277 #, python-format @@ -3110,522 +3026,683 @@ msgstr "" msgid " (deprecated)" msgstr " (zaharkitua)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametroak" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Aldagaiak" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Goratzen du" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "%s (C++ %s)" -msgstr "" +msgid "environment variable; %s" +msgstr "inguruneko aldagaia; %s" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "partaidea" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "mota" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" - -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "aldagaia" - -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makroa" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" - -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "inguruneko aldagaia; %s" - -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" - -#: domains/std/__init__.py:239 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" - -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" - -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "" - -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" - -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "glosarioko terminoa" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "gramatikako token-a" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "erreferentzia etiketa" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "inguruneko aldagaia" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "programako aukera" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Moduluen indizea" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Bilaketa orria" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "partaidea" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "aldagaia" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makroa" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "mota" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Edukiak" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "alias of %s" +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s bilatu" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Aurreko gaia" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "aurreko kapitulua" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Hurrengo gaia" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "hurrengo kapitulua" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Bilatu" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/search.html:35 +msgid "search" +msgstr "bilatu" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Orri hau" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Iturburua ikusi" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Bases: %s" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Indize guztia orri batean" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Nabigazioa" + +#: themes/basic/layout.html:115 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Bilatu %(docstitle)s(e)n" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Dokumentu hauen inguruan" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Azken aldaketa: %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Bilaketa azkarra" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Joan" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Gainbegirada" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:28 +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indizeak eta taulak:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Eduki taula osoa" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "atal eta azpiatal guztiak zerrendatu" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "dokumentazio honetan bilatu" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Modulu indize globala" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "modulu guztietara atzipen azkarra" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "funtzio, klase, termino guztiak" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indize orriak hizkika" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "handia izan daiteke" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Alboko barra tolestu" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Alboko barra luzatu" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Bilaketa bat-etortzeak ezkutatu" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Bilaketa emaitzak" + +#: themes/basic/static/searchtools.js:134 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." +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Liburutegi aldaketak" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API aldaketak" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Beste aldaketak" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "aurreko orritik jarraitzen du" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "%s ikusi" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "ikusi %s baita ere" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3698,609 +3775,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indizea" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "hurrengoa" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "aurrekoa" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentazioa" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "%s ikusi" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "ikusi %s baita ere" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index d2cfc67e42f..7217bfca813 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 afa4c11ec97..84958d3e030 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -1,24 +1,25 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Hadi F , 2020 # Hadi F , 2020-2021 +# Jared Dillard, 2026 # Pikhosh , 2020 # Pikhosh , 2020 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Hadi F , 2020-2021\n" +"Last-Translator: Jared Dillard, 2026\n" "Language-Team: Persian (http://app.transifex.com/sphinx-doc/sphinx-1/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -57,90 +58,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "نام رنگ‌مایه خوان %r شناخته شده نیست" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "تنظیمات %s. %s در هیچ یک از پیکربندی‌های جستجو شده رخ نمی‌دهد" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "شاخه‌ی پیکربندی(%s)، پرونده‌ی conf.py را ندارد" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "گزینه‌ی پشتیبانی نشده‌ی زمینه %r داده شده" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "پرونده‌ی %r که مسیر زمینه به آن اشاره دارد یا پرونده زیپ معتبری نیست یا هیچ زمینه‌ای درونش ندارد" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "امکان لغو تنظیمات پیکربندیdictionary %r ، نادیده گرفته می‌شود (برای تعیین تک تک عناصر %r را به کار ببرید)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "شماره نامعتبر %r برای پیکربندی مقدار %r، نادیده گرفته می‌شود" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "امکان لغو تنظیمات پیکربندی %r با نوع پشتیبانی نشده نبود، نادیده گرفته می‌شود" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "مقدار پیکربندی ناشناخته %r در ابطال، نادیده گرفته شد" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "مقدار پیکربندی %r از قبل موجود است" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "خطای نحوی در پرونده‌ی پیکربندی شما وجود دارد: %s\n" -#: theming.py:345 theming.py:398 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "پرونده‌ی پیکربندی (یا یکی از ماژول هایی که وارد می کند) sys.exit() را فراخواند" + +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "یک خطای قابل برنامه ریزی در پرونده‌ی پیکربندی شما وجود دارد:\n\n%s" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Section %s" +msgstr "بخش%s" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "شکل %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "جدول %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "فهرست %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "مقدار پیکربندی '{name}' باید یکی از {candidates} باشد، اما '{current}' داده شده." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، ولی انتظار می‌رفت {permitted} می‌بود." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، حالت پیش‌فرض '{default.__name__}' است." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "دامنه‌ی اصلی %r یافت نشد، نادیده گرفته می‌شوند." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -157,16 +233,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "این پروژه افزونه‌ی %s (دست کم نسخه‌ی %s) را نیاز دارد، بنابراین نمی تواند با نسخه بارگذاری شده (%s) ساخته شود." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "نام رنگ‌مایه خوان %r شناخته شده نیست" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -214,7 +290,7 @@ msgstr "این پروژه دست که به افینکس نگارش%s نیاز د msgid "making output directory" msgstr "ایجاد پوشه ی برون داد" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "در حال راه اندازی افزونه‌ی%s:" @@ -231,7 +307,7 @@ msgstr "'setup' آن طور که در conf.py تعریف شده شیئ قابل msgid "loading translations [%s]... " msgstr "بارگذاری ترجمه ها [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "انجام شد" @@ -304,7 +380,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +388,12 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای خواندن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "افزونه ی %sبرای خواندن موازی امن نیست" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,2573 +401,2852 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای نوشتن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "افزونه‌ی %s برای نوشتن موازی امن نیست" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "انجام چندباره‌ی %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "کلاس سازنده %s هیچ ویژگی‌ای به عنوان \"name\" ندارد" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "سازنده %r در حال حاضر وجود دارد (در پیمانه‌ی %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "نام سازنده %s یا ثبت شده نیست و یا فقط از طریق نقطه ورود در دسترس است" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "نام سازنده %s ثبت نشده است" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "دامنه ی %sپیش تر ثبت شده" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "دامنه %s هنوز ثبت نشده است" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "دستورالعمل %r قبلاً برای دامنه %s ثبت شده" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "نقش %r قبلاً برای دامنه %s ثبت شده" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "شاخص %r قبلاً برای دامنه %s ثبت شده" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "نوع شیئ (object_type) %r قبلاً برای دامنه ثبت شده" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "ارجاع متقابل (crossref_type) %r قبلاً ثبت شده" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "پسوند (source_suffix) %r قبلاً ثبت شده است" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "تحلیل‌گر منبع (source_parser) %r قبلاً ثبت شده است" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "تجزیه کننده مبدإ برای %s ثبت نشده است" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "در حال حاضر برای %r مترجم وجود دارد" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "مؤلّفه‌های کلیدی برای تابع add_node() باید تاپل تابعی (بازدید، خروج) باشند: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "بست قابل شمارش (enumerable_node) %r قبلاً ثبت شده است" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "ترسیم‌گر ریاضی %s قبلاً ثبت شده" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "افزونه‌ی %r از نسخه‌ی %s اسفینکس به بعد، در آن ادغام شده؛ بنابراین نادیده گرفته می‌شود." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "ایراد اصلی:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "امکان وارد کردن افزونه‌ی %s نبود" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "افزونه‌ی %r هیچ تابع setup()ی ندارد؛ آیا این مورد واقعاً یک پیمانه‌ی افزونه‌ی اسفینکس است؟" -#: registry.py:567 +#: registry.py:574 #, 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 که در این پروژه استفاده شده دست کم نیازمند اسفینکس نسخه‌ی %s است؛ بنابراین با این نسخه قابل ساخت نیست." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "افزونه‌ی %r شیئ پشتیبانی نشده‌‌ای از تابع setup()ش برگرداند؛ در حالی که می بایست مقدار تهی/هیچ و یا یک دیکشنری فراداده‌ برمی‌گرداند" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "شاخه‌ی پیکربندی(%s)، پرونده‌ی conf.py را ندارد" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "امکان لغو تنظیمات پیکربندیdictionary %r ، نادیده گرفته می‌شود (برای تعیین تک تک عناصر %r را به کار ببرید)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "شماره نامعتبر %r برای پیکربندی مقدار %r، نادیده گرفته می‌شود" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "تنظیمات %s. %s در هیچ یک از پیکربندی‌های جستجو شده رخ نمی‌دهد" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "امکان لغو تنظیمات پیکربندی %r با نوع پشتیبانی نشده نبود، نادیده گرفته می‌شود" +msgid "unsupported theme option %r given" +msgstr "گزینه‌ی پشتیبانی نشده‌ی زمینه %r داده شده" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "مقدار پیکربندی ناشناخته %r در ابطال، نادیده گرفته شد" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "پرونده‌ی %r که مسیر زمینه به آن اشاره دارد یا پرونده زیپ معتبری نیست یا هیچ زمینه‌ای درونش ندارد" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 -#, python-format -msgid "Config value %r already present" -msgstr "مقدار پیکربندی %r از قبل موجود است" - -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "خطای نحوی در پرونده‌ی پیکربندی شما وجود دارد: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "پرونده‌ی پیکربندی (یا یکی از ماژول هایی که وارد می کند) sys.exit() را فراخواند" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "یک خطای قابل برنامه ریزی در پرونده‌ی پیکربندی شما وجود دارد:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "بخش%s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "شکل %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "جدول %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "فهرست %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "مقدار پیکربندی '{name}' باید یکی از {candidates} باشد، اما '{current}' داده شده." +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، ولی انتظار می‌رفت {permitted} می‌بود." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، حالت پیش‌فرض {permitted} است." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "دامنه‌ی اصلی %r یافت نشد، نادیده گرفته می‌شوند." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "پیکربندی جدید" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "پیکربندی تغییر داده شد" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "افزونه‌ها تغییر کردند" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "نسخه‌ی محیط ساخت به‌روز نیست" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "شاخه ی منبع تغییر کرد" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "این محیط با سازنده‌ی انتخاب شده سازگار نیست، لطفاً یک خوشه‌ی اسناد دیگری را انتخاب کنید." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "پویش اسناد %s: %r شکست خورد" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "دامنه ی %r ثبت نشده" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "سند در هیچ درختواره‌ی فهرست مطالبی گنجانده نشده" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "درختواره‌ی فهرست مطالب با ارجاع به خود پیدا شده. نادیده گرفته می‌شود." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "تبدیل با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "فرمان تبدیل %r را نمی توان اجرا کرد، تنظیمات image_converter را بررسی کنید" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "دقت" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[منبع]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "ملاحظه" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "برجسته کردن کد پیمانه... " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "خطر" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[مستندات]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "خطا" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "کد ماژول" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "راهنمایی" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

کد منبع برای %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "مهم" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "بررسی اجمالی: کد ماژول" -#: locale/__init__.py:235 -msgid "Note" -msgstr "توجه" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

همه‌ی پیمانه‌هایی که برایشان کد در دسترس است

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "همچنین ملاحظه نمائید" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "نکته" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "بر چسب تکراری %s، مورد دیگر در %s قرار دارد" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "هشدار" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "پرونده‌ی اطّلاعات متن در پوشه‌ی %(outdir)s است." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nدر آن شاخه فرمان 'make' را اجرا کنید تا این‌ها رh با makeinfo اجرا کند\n(برای انجام خودکار `make info' را به کار ببرید)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "هیچ تنظیماتی برای «صفحات راهنما» پیدا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "مقدار پیکربندی اطّلاعات متن سندها (texinfo_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "در حال پردازش %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== کند ترین زمان خواندن =======================" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "در حال نوشتن" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "حل ارجاع‌ها..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "در دست انجام" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (در " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "مدخل فهرست اقدام پیدا شد: %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "در حال رونوشت از تصاویر... " +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "نمی تواند پرونده‌ی تصویر %r: %s را کپی کند" +msgid "(The <> is located in %s, line %d.)" +msgstr "( در%s و سطر %d جای گرفته است.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "رونوشت از پرونده‌های با پشتیبانی اطلاعات متن" +#: ext/todo.py:166 +msgid "original entry" +msgstr "مدخل اصلی" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "خطای نوشتن پرونده‌ی ساخت (Makefile) : %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "دستورالعمل Graphviz نمی تواند هم نشانوند محتوا را داشته باشد و هم نام پرونده" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "صفحات راهنما در %(outdir)s است." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "پرونده گنجانده شده‌ی خارجی Graphviz %r یا پیدا نشد و یا خواندنش با شکست رو به رو شد" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "هیچ مقداری برای تنظیمات «صفحات راهنما» ا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "نادیده گرفتن دستورالعمل «graphviz» بدون محتوا." -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "پیکربندی مقدارهای «صفحات راهنما» به سند ناشناخته‌ای ارجاع می‌دهند %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "صفحه HTML در %(outdir)s است." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "فرمان dot %r نمی‌تواند اجرا شود (زیرا نیازمند برون‌داد graphviz است)، تنظیمات graphviz_dot را بررسی کنید" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "سر جمع کرد تک سند" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "نوشتن پرونده‌های اضافی" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "سازنده‌ی بدلی هیچ پرونده‌ای تولید نمی کند." - -#: builders/gettext.py:243 +#: ext/graphviz.py:339 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "سیاهه‌های پیام‌ها در %(outdir)s است." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:344 #, python-format -msgid "building [%s]: " -msgstr "ساخت [%s]: " +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" -#: builders/gettext.py:265 +#: ext/graphviz.py:367 #, python-format -msgid "targets for %d template files" -msgstr "مقصد‌های قالب پرونده‌های %d" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "خواندن قالب‌ها... " - -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "نوشتن سیاهه‌های پیام... " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/linkcheck.py:87 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "به دنبال هر یک از خطاهای بالا در یا در برون‌داد و یا در %(outdir)s/output.txt بگردید" +msgid "dot code %r: %s" +msgstr "کد دات: %r: %s" -#: builders/linkcheck.py:159 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "broken link: %s (%s)" -msgstr "پیوند خراب: %s (%s)" +msgid "[graph: %s]" +msgstr "[گراف:%s]" -#: builders/linkcheck.py:561 -#, python-format -msgid "Anchor '%s' not found" -msgstr "مهار '%s' پیدا نشد" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[گراف:]" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "فرمان لتکس %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_latex را بررسی کنید" -#: builders/epub3.py:83 +#: ext/imgmath.py:167 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "پرونده‌ی ePub در پوشه‌ی %(outdir)s است." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "نوشتن پرونده‌ی nav.xhtml..." - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "مقدار پیکربندی زبان پرونده epub (\"epub_language\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "مقدار پیکربندی شناسه‌ی یکتای انتشار الکترونیکی (\"epub_uid\") باید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) یک XML NAME باشد" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "مقدار پیکربندی عنوان (\"html_title\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%sفرمان %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_%s را بررسی کنید" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی مؤلّف (\"epub_author\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "نمایش لتکس: %r: %s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی حامی (\"epub_contributor\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "لتکس بین سطری: %r: %s" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی توضیحات (\"epub_description\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "فاقد «+» یا «-» در گزینه‌ی '%s'." -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی ناشر (\"epub_publisher\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "\"%s\" یک گزینه‌ی معتبر نیست." -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "مقدار پیکربندی حق انتشار (\"epub_copyright\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' یک گزینه‌ی معتبر نسخه‌ی پایتون (pyversion) نیست" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "نوع TestCode نامعتبر" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "آزمایش مستندات منابع به پایان رسید، به نتایج در %(outdir)s/output.txt نگاهی بیاندازید." -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/doctest.py:451 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "پرونده‌ی css نامعتبر%r: نادیده گرفته می‌شود" +msgid "no code/output in %s block at %s:%s" +msgstr "بدون کد/خروجی در تکّه‌ی %s در %s:%s" -#: builders/xml.py:29 +#: ext/doctest.py:568 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "پرونده‌ی XML در پوشه‌ی %(outdir)s است." +msgid "ignoring invalid doctest code: %r" +msgstr "نادیده گرفتن کد پیمانه‌ی doctest : %r" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:48 #, python-format -msgid "error writing file %s: %s" -msgstr "خطای نوشتن پرونده: %s, %s" +msgid "invalid regex %r in %s" +msgstr "عبارت باقاعده‌ی نامعتبر %r در %s" -#: builders/xml.py:103 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." +msgid "module %s could not be imported: %s" +msgstr "امکان وارد کردن پیمانه‎ی %s نبود: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:148 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/_epub_base.py:436 +#: ext/coverage.py:158 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "امکان خواندن پرونده‌ی تصویری %r نبود: در عوض کپی می‌شود" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/_epub_base.py:467 +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" + +#: ext/coverage.py:187 #, python-format -msgid "cannot write image file %r: %s" -msgstr "نمی تواند پرونده‌ی تصویری %r: %s را بنویسد" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "عبارات باقاعده‌ی نامعتبر %r در پوشش عبارت باقاعده‌ی زبان سی (coverage_c_regexes)" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow پیدا نشد- رونوشت برداشتن از پرونده‌های تصویری" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "رابط برنامه‌نویسی مستند نشده‌ی C: %s [%s] در پرونده‌ی %s" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "نوشتن پرونده‌های نوع رسانه..." +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "تابع پایتونی بدون مستندات: %s :: %s" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "نوشتن پرونده META-INF/container.xml..." +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "کلاس مستندسازی نشده‌ی پایتون: %s :: %s" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "نوشتن پرونده‌ی content.opf..." +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "شگرد مستندسازی نشده‌ی پایتون: %s :: %s :: %s" -#: builders/_epub_base.py:594 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "نوع رسانه‌ی ناشناخته %s، نادیده گرفته شد" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "نوشتن پرونده‌ی خلاصه toc.ncx..." +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/_epub_base.py:802 +#: transforms/__init__.py:258 #, python-format -msgid "writing %s file..." -msgstr "نوشتن پرونده‌ی %s..." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "نمایه‌ای بر پایه‌ی ۴ ستون پیدا شد. شاید یک اشکال برنامه‌نویسی از افزونه‌هایی که استفاده می‌کنید باشد: %r" -#: builders/text.py:27 +#: transforms/__init__.py:300 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "پرونده‌ی متنی در پوشه‌ی %(outdir)s است." +msgid "Footnote [%s] is not referenced." +msgstr "پانویس [%s] ارجاع داده نشده است." -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s (%s)" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "پانویس [#] ارجاع داده نشده است." -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "ساخت پرونده‌ی [mo]: " +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات پانویس ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "نوشتن برون‌داد... " +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "ارجاعات ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "همه‌ی پرونده‌های %d po" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "اهداف برای %d پرونده‌های poی که مشخّص شده" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات اصطلاحی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "مقصد‌های %d پرونده‌های poی هستند که منسوخ شده‌اند" +#: environment/__init__.py:89 +msgid "new config" +msgstr "پیکربندی جدید" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "همه‌ی پرونده‌های منبع" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "پیکربندی تغییر داده شد" -#: builders/__init__.py:335 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "افزونه‌ها تغییر کردند" -#: builders/__init__.py:342 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "پرونده‌ی %r که در خط فرمان داده شده، در شاخه‌ی منبع نیست, نادیده گرفته می‌شود" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "نسخه‌ی محیط ساخت به‌روز نیست" + +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "شاخه ی منبع تغییر کرد" -#: builders/__init__.py:353 +#: environment/__init__.py:350 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:366 +#: environment/__init__.py:355 #, python-format -msgid "%d source files given on command line" -msgstr "پرونده‌های منبع %d داده شده در خط فرمان" +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "مقصد‌های %d پرونده‌های منبعی هستند که منسوخ شده‌اند" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "در پی پرونده‌هایی که الآن منسوخ هستند... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "این محیط با سازنده‌ی انتخاب شده سازگار نیست، لطفاً یک خوشه‌ی اسناد دیگری را انتخاب کنید." -#: builders/__init__.py:415 +#: environment/__init__.py:518 #, python-format -msgid "%d found" -msgstr "%d تا مورد پیدا شد" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "چیزی پیدا نشد" - -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "بارگذاری محیط pickle شده" +msgid "Failed to scan documents in %s: %r" +msgstr "پویش اسناد %s: %r شکست خورد" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "بررسی ثبات" +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#, python-format +msgid "Domain %r is not registered" +msgstr "دامنه ی %r ثبت نشده" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "هیچ مقدار تاریخ منسوخ نیست." +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "سند در هیچ درختواره‌ی فهرست مطالبی گنجانده نشده" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "به روز رسانی محیط: " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "درختواره‌ی فهرست مطالب با ارجاع به خود پیدا شده. نادیده گرفته می‌شود." -#: builders/__init__.py:499 +#: environment/__init__.py:952 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s اضافه شد، %s تغییر کرد، %s حذف شد" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:536 +#: writers/latex.py:387 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "قسمت‌بندی رده‌بالای %r ناشناخته برای کلاس %r" -#: builders/__init__.py:545 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "" +msgid "no Babel option known for language %r" +msgstr "بدون گزینه‌ی Babel شناخته شده برای زبان %r" + +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "مقدار بسیار بزرگ :maxdepth:، نادیده گرفته شد." -#: builders/__init__.py:556 +#: writers/latex.py:617 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "عنوان سند یک بست متنی نیست" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "به بست عنوانی برخورد که در قسمت، موضوع، جدول، اندرز یا نوارکناری نبود" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "خواندن منبع‌ها... " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "پانویس ها" -#: builders/__init__.py:725 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "docnames to write: %s" -msgstr "نام مستندات برای نوشتن: %s" - -#: builders/__init__.py:727 -msgid "no docnames to write!" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "آماده سازی اسناد" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/changes.py:29 +#: writers/latex.py:1618 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "پرونده‌ی بازبینی در پوشه‌ی %(outdir)s است." +msgid "dimension unit %s is invalid. Ignored." +msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." -#: builders/changes.py:65 +#: writers/latex.py:1954 #, python-format -msgid "no changes in version %s." -msgstr "بدون تغییرات در نسخه‌ی %s." +msgid "unknown index entry type %s found" +msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "نوشتن پرونده‌ی خلاصه..." +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "قالب مرجع معادله‌‌ی ریاضی (math_eqref_format) نامعتبر: %r" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "درونی سازی" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[تصویر%s]" -#: builders/changes.py:81 -msgid "Module level" -msgstr "در سطح ماژول" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[تصویر]" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "رونوشت از پرونده‌های مبدأ..." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "فهرست" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "نمی‌توان %r را برای ایجاد گزارش تغییرات خواند" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "عنوان درون شکل نیست." -#: ext/coverage.py:48 +#: writers/texinfo.py:1306 #, python-format -msgid "invalid regex %r in %s" -msgstr "عبارت باقاعده‌ی نامعتبر %r در %s" +msgid "unimplemented node type: %r" +msgstr "بست به کار نرفته: %r" -#: ext/coverage.py:140 ext/coverage.py:301 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:446 #, python-format -msgid "module %s could not be imported: %s" -msgstr "امکان وارد کردن پیمانه‎ی %s نبود: %s" +msgid "numfig_format is not defined for %s" +msgstr "قالب عدد شکل برای %s تعریف نشده" -#: ext/coverage.py:148 +#: writers/html5.py:456 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Any IDs not assigned for %s node" +msgstr "هر کدام از شناسه‌هایی که به بست %s اختصاص داده نشده" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "عبارات باقاعده‌ی نامعتبر %r در پوشش عبارت باقاعده‌ی زبان سی (coverage_c_regexes)" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "رابط برنامه‌نویسی مستند نشده‌ی C: %s [%s] در پرونده‌ی %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "تابع پایتونی بدون مستندات: %s :: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "کلاس مستندسازی نشده‌ی پایتون: %s :: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "امکان دست یابی به اندازه‌ی عکس نبود. گزینه‌ی تغییر اندازه :scale: نادیده گرفته می‌شود." -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "شگرد مستندسازی نشده‌ی پایتون: %s :: %s :: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "دقت" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "ملاحظه" -#: ext/todo.py:61 -msgid "Todo" -msgstr "در دست انجام" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "خطر" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "مدخل فهرست اقدام پیدا شد: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "خطا" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "راهنمایی" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "( در%s و سطر %d جای گرفته است.)" +#: locale/__init__.py:234 +msgid "Important" +msgstr "مهم" -#: ext/todo.py:166 -msgid "original entry" -msgstr "مدخل اصلی" +#: locale/__init__.py:235 +msgid "Note" +msgstr "توجه" -#: ext/imgconverter.py:44 -#, python-format +#: locale/__init__.py:236 +msgid "See also" +msgstr "همچنین ملاحظه نمائید" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "نکته" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "هشدار" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "شماره‌ی کار باید یک عدد مثبت باشد" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "برای اطّلاعات بیشتر به بروید." + +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" +"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 "\nایجاد مستندات از پرونده‌های مبدأ.\n\nسازنده‌ی اسفنکس مستندات را از روی پرونده های مبنع در پوشه‌‌ی منبع تولید کرده در پوشه‌ی برون‌داد قرار می‌دهد.\nاین سازنده در پوشه‌ی مبدأ به دنبال پرونده 'conf.py' تنظیمات پیکربندی می‌گردد.\nاین امکان وجود دارد که از ابزار شروع سریع اسفینکس ('sphinx-quickstart') برای تولید پرونده‌های قالب، که شامل پرونده 'conf.py' هم می‌شود استفاده شود.\n\nسازنده‌ی اسفینکس می توند مستندات را در قالب‌های گوناگونی از پرونده‌های خروجی ایجاد کند. قالب پرونده خروجی با مشخّص کردن نام سازنده در خط فرمان مشخّص می‌شود که به صورت پیش فرض HTML است. همچنین، سازنده‌ها می‌توانند کارهای دیگر مربوط به فرآیند پردازش مستندسازی را انجام دهند.\n\nبه صورت پیش فرض، هر چیزی که منسوخ شده باشد تولید می‌شود. برون‌داد برای پرونده‌های منتخب می‌تواند فقط با مشخّص کردن نام تک تک پرونده‌ها ساخته شود.\n" + +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "مسیر پرونده‌های مستندات" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "مسیری برای شاخه‌ی برون داد" + +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:114 +msgid "general options" +msgstr "گزینه‌های کلی" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:131 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "تبدیل با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "فرمان تبدیل %r را نمی توان اجرا کرد، تنظیمات image_converter را بررسی کنید" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "نوشتن همه‌ی پرونده‌ها (پیش‌گزیده: فقط پرونده‌های جدید نو تغییر یافته را بنویس)" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "دستورالعمل Graphviz نمی تواند هم نشانوند محتوا را داشته باشد و هم نام پرونده" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "از محیط ذخیره شده استفاده نکن، همیشه همه پرونده ها را بخوان" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "پرونده گنجانده شده‌ی خارجی Graphviz %r یا پیدا نشد و یا خواندنش با شکست رو به رو شد" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "نادیده گرفتن دستورالعمل «graphviz» بدون محتوا." +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: ext/graphviz.py:287 +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "نادیده گرفتن تنظیماتی در پرونده‌ی پیکره‌بندی" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "مقداری را به قالب‌های HTML بدهید" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "تعریف برچسب: «فقط» تکّه‌های با برچسب گنجانده شود" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "گزنیه‌های برون‌داد میز فرمان" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "افزایش ارائه‌ی جزئیّات (می تواند تکرار شود)" + +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "بدون برون‌داد در درگاه خروجی استاندارد(stdout)، فقط هشدارها در درگاه استاندارد خطاها (stderr)" + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "بدون هیچ برون‌داد، حتّی بدون هشدار" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "خروجی رنگ شده منتشر شود (پیش‌فرض: تشخیص خودکار)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "خروجی رنگ شده منتشر نشود (پیش‌فرض: تشخیص خودکار)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "نوشتن هشدارها (و خطاها) در پرونده‌ی داده شده" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "تغییر هشدارها به خطاها" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "نمایش گزارش کامل ردیابی ایراد" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "ایراد در اجرای Pdb" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "نمی توان گزینه‌ی -a را با نام پرونده‌ها ترکیب کرد" + +#: cmd/build.py:357 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/graphviz.py:328 +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "نشانوند گزینه‌ی D- می‌بایست در قالب نام=مقدار (name=value) باشد" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "نشانوند گزینه‌ی A- می‌بایست در قالب نام=مقدار (name=value) باشد" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "درج خودکار رشته‌مستندات را از پیمانه‌ها" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "آزمایش خودکار تکّه‌کدها در قسمت‌های مختلف پیمانه‌ی doctest" + +#: 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 "نوشتن مدخل‌های لیست اقدام‌ها (\"todo\")که در ساخت می تواند نشان داده و یا پنهان شوند" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "بررسی برای پوشش اسناد" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "گنجاندن رابطه‌های ریاضی که در قالب PNG یا SVG به نمایش در آمده" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "گنجاندن رابطه‌های ریاضی که MathJax در مرورگر نمایش در آورده" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "گنجاندن شرطی محتوا بر اساس مقادیر پیکربندی" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "گنجاندن ویندهای کد منبع اشیاء مستند شده‌ی پایتون" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "ساخت پرونده‌ی nojekyll برای انتشار سند در صفحات گیت-هاب" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "لطفاً نام مسیر معتبری را وارد کنید." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "لطفاً متنی وارد کنید." + +#: cmd/quickstart.py:134 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "فرمان dot %r نمی‌تواند اجرا شود (زیرا نیازمند برون‌داد graphviz است)، تنظیمات graphviz_dot را بررسی کنید" +msgid "Please enter one of %s." +msgstr "لطفاً یکی از %s وارد کنید." -#: ext/graphviz.py:339 +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "لطفاً یا y و یا n وارد کنید." + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "لطفاً یک پسوند را وارد کنید، مثل: '.rst' یا '.txt'." + +#: cmd/quickstart.py:230 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "به ابزار شروع سریع اسفینکس %s خوش آمدید." + +#: cmd/quickstart.py:235 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "لطفاً مقدارهای تنظیمات زیر را وارد کنید\n(اگر مقدار پیش‌گزیده‌ای درون داده کروشه شده بود، برای برای پذیرش آن فقط کلید Enter‌را فشار دهید)." -#: ext/graphviz.py:344 +#: cmd/quickstart.py:242 #, python-format +msgid "Selected root path: %s" +msgstr "مسیر برگزیده‌ی ریشه‌ی مستندات: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "مسیر ریشه‌ی مستندات را وارد کنید." + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "مسیر ریشه‌ی مستندات" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "خطا: در مسیر ریشه‌ی انتخاب شده‌، پرونده‌ی conf.pyی دیگری یپدا شد." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "ابراز شروع سریع اسفینکس روی پروژه‌های از قبل موجود اسفینکس بازنویسی نمی‌کند." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "لطفاً یک مسیر ریشه‌ی جدید وارد کنید (یا برای خروج Enter‌ را بزنید)" + +#: cmd/quickstart.py:275 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" +"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 "شما برای تعیین شاخه‌ی ساخت برای برون‌داد اسفینکس دو گزینه دارید.\nیا از شاخه‌ای با نام \"_build\" درون شاخه‌ی ریشه استفاده کنید،\nو یا شاخه‌های را درون یک مسیر ریشه با نام‌های منبع (source) و ساخت (build) جدا کنید." -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "شاخه‌های منبع و ساخت از یکدیگر جدا شوند؟(y/n)" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "کد دات: %r: %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "درون شاخه‌ی ریشه، دو شاخه‌ی دیگر ساخته خواهد شد؛\n\"_templates\" برای قالب‌های سفارشی HTML و \"_static\" برای قالب برگه‌ها و بقیّه‌ی پرونده‌های ثابت.\nشما می‌توانید پیشوند دیگری (مانند «.») برای جایگزینی نویسه‌ی خط به کار ببرید." -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[گراف:%s]" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "برای شاخه‌های قالب‌ها (templates) و ثابت‌ها (static) نویسه‌ی پیشوندی را بنویسید" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[گراف:]" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "نام پروژه در چندین جا در سند ساخته شده به کار می‌رود." -#: ext/imgmath.py:148 -#, python-format +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "نام پروژه" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "نام نویسنده (ها)" + +#: cmd/quickstart.py:310 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "فرمان لتکس %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_latex را بررسی کنید" +"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 "اسفینکس نظریّه‌ای برای یک «نسخه» و یک «نگارش» برای نرم افزار دارد.\nهر نسخه‌ای می تواند چندید نگارش داشته باشد.\n مثلاً برای پایتون نسخه‌ چیزی شبیه به ۲/۵ یا ۳/۰ است،\n در حالی که انتشار چیزیست شبیه به ۲/۵/۱ یا ۳/۰a۱ \n.\nاگر شما نیازی به این ساختار دوگانه ندارید، هر دو را یکی تعیین کنید." -#: ext/imgmath.py:167 -#, python-format +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "نسخه انتشار پروژه" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "انتشار پروژه" + +#: cmd/quickstart.py:325 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%sفرمان %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_%s را بررسی کنید" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "اگر مستندات قرار است با زبانی غیر از انگلیسی نوشته شود،\nمی توانید همین‌جا یک زبان را با انتخاب کد زبانیش انتخاب کنید.\nاسفینکس سپس متن‌هایی را که تولید می‌کند را به آن زبان ترجمه می‌کند.\n\nبرای فهرست زبان‌های پشتیبانی شده، به این نشانی مراجعه کنید\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "نمایش لتکس: %r: %s" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "زبان پروژه" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "لتکس بین سطری: %r: %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "پسوند نام پرونده برای پرونده‌های منبع. معمولاً این پسوند یا \".txt\" است و یا \".rst\".\nفقط پرونده‌هایی بای این پسوند به عنوان اسناد در نظر گرفته می‌شوند." -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "پسوند پرونده‌ی منبع" -#: ext/doctest.py:118 +#: cmd/quickstart.py:351 +msgid "" +"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 "یک سند از آن جهت خاص است که به عنوان بست بالایی «درختواره‌ی محتوا» در نظر گرفته می‌شود.\nیعنی، این سند ریشه‌ی ساختار سلسله مراتبی اسناد است.\nمعمولاً سند این کار «نمایه» است، ولی اگر سند «نمایه‌»‌ی شما قالب سفارشی است؛ می توانید آن را به نام دیگری تغییر دهید." + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "نام سند اصلی شما (بدون پسوند)" + +#: cmd/quickstart.py:372 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "فاقد «+» یا «-» در گزینه‌ی '%s'." +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "خطا: پرونده‌ی اصلی %s از قبل در مسیر ریشه‌ی برگزیده بوده‌است." + +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "ابراز شروع سریع اسفینکس روی پرونده‌های از قبل موجود بازنویسی نمی‌کند." -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "\"%s\" یک گزینه‌ی معتبر نیست." +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "لطفاُ یک نام جدید وارد کنید، یا نام پرونده‌ی موجود را تغییر دهید و Enter‌ را فشار دهید" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' یک گزینه‌ی معتبر نسخه‌ی پایتون (pyversion) نیست" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "مشخّص کنید کدام یک از این افزونه‌های اسفینکس باید فعّال باشد:" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "نوع TestCode نامعتبر" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "یادداشت: ابزارهای‌ imgmath و mathjax نمی‌توانند در یک زمان فعّال باشند. انتخاب imgmath لغو شد." -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:411 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "آزمایش مستندات منابع به پایان رسید، به نتایج در %(outdir)s/output.txt نگاهی بیاندازید." +"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 "پرونده‌های خط‌فرمان ویندوز و Makefile می‌توانند برای شما تولید شوند، به گونه‌ای که شما فقط نیاز باشد تا مثلاً فرمان `make html' را به جای فراخوان مستقیم ابزار ساخت اسفینکس اجرا کنید." -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "بدون کد/خروجی در تکّه‌ی %s در %s:%s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "آیا پرونده‌ی‌ make ایجاد شود؟ (y/n)" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "نادیده گرفتن کد پیمانه‌ی doctest : %r" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "آیا پرونده‌ی خط فرمان ویندوز ساخته شود؟ (y/n)ٍ" -#: ext/autosectionlabel.py:52 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgid "Creating file %s." +msgstr "ایجاد پرونده‌ی %s." -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "بر چسب تکراری %s، مورد دیگر در %s قرار دارد" +msgid "File %s already exists, skipping." +msgstr "پرونده‌ی %s در حال حاضر وجود دارد، رد شدن." -#: ext/duration.py:47 +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "پایان یافت: ساختار آغازین شاخه ایجاد شد." + +#: cmd/quickstart.py:524 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "شما باید حالا دیگر پرونده‌ی اصلی‌تان %s را جمع آوری کنید\n و بقیّه‌ی پرونده‌های منبع مستندات را ایجاد کنید. " -#: ext/duration.py:117 +#: cmd/quickstart.py:531 msgid "" -"====================== total reading duration ==========================" -msgstr "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "از Makefile برای ساختن مستندات استفاده کنید، مانند این:\n make builder" -#: ext/duration.py:124 +#: cmd/quickstart.py:535 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "از فرمان ساخت اسفینکس برای ساختن مستندات استفاده کنید، مانند این:\n sphinx-build -b builder %s %s" -#: ext/duration.py:136 +#: cmd/quickstart.py:542 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== کند ترین زمان خواندن =======================" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "که در آن سازنده یکی از سازنده‌های پشتیبانی شده است، مانند html, latex و یا linkcheck." -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" +#: cmd/quickstart.py:577 +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 "\nتولید پرونده‌های مورد نیاز برای یک پروژه‌ی اسفینکس\n\nابزار شروع سریع اسفینکس ابزاری تعاملی است که شماری سؤال درباره‌ی پروژه‌یتان از شما می پرسد\nو سپس یک شاخه‌ی کامل مستندات و پرونده ساخت Makefile را برای استفاده به همراه ابزار ساخت اسفینکس تولید می‌کند.\n" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[منبع]" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "حالت سکوت" -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "برجسته کردن کد پیمانه... " +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "ریشه‌ی پروژه" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[مستندات]" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "گزینه‌های ساختار" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "کد ماژول" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "در صورتی مشخّص شدن، شاخه‌های منبع و ساخت از یکدیگر جدا می‌شوند" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

کد منبع برای %s

" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "در صورت مشخّص بودن، شاخه‌ی build (ساخت) را درون شاخه‌ی منبع بساز" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "بررسی اجمالی: کد ماژول" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "جایگزینی نقطه در _templates (قالب‌ها) و ... ." -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

همه‌ی پیمانه‌هایی که برایشان کد در دسترس است

" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "گزینه‌های اساسی پروژه" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "نقل‌قول %s تکراری، مورد دیگر در %s قرار دارد" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "نام پروژه" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "نقل [%s] قول ارجاع داده نشده." +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "نام نویسندگان" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "نسخه انتشار پروژه" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "قالب مرجع معادله‌‌ی ریاضی (math_eqref_format) نامعتبر: %r" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "انتشار پروژه" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (توابع درونی)" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "زبان سند" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s متد)" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "پسوند پرونده‌ی منبع" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s (کلاس)" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "نام سند اصلی" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (متغیّر عمومی یا مقدار ثابت)" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "استفاده epub" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "گزینه‌های افزونه" + +#: cmd/quickstart.py:675 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s مشخصه)" +msgid "enable %s extension" +msgstr "فعّال‌سازی %s افزونه" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "نشانوندها" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "فعّال‌سازی افزونه‌های اختیاری" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "ایجاد" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "ایجاد Makefile و Batchfile" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "بازگشت ها" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "ایجاد پرونده‌ی سازنده (makefile)" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "نوع برگشتی" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "پرونده‌ی سازنده (makefile) را ایجاد نکن" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (ماژول)" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "ایجاد Batchfile" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "تابع" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "batchfile را ایجاد نکن" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "متد" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "اسفتاده از حالت ایجاد برای پرونده‌های Makefile/make.bat" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "کلاس" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "قالب سازی پروژه" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "داده" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "شاخه‌ی قالب شامل پرونده‌های قالب" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "مشخّصه" +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "تعریف متغیّر قالب" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "ماژول" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "حالت «ساکت» تعیین شده، ولی یکی از موارد «پروژه» یا «نویسنده» مشخّص نشده." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "خطا: مسیر مشخّص شده پوشه نیست، یا از قبل پرونده‌های اسفینکس وجود داشته‌اند." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "ابزار شروع سریع اسفینکس فقط یک پوشه‌ی خالی درست می کند. لطفاً یک مسیر ریشه‌ی جدید مشخّص کنید." -#: domains/javascript.py:458 +#: cmd/quickstart.py:814 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرار دارد" +msgid "Invalid template variable: %s" +msgstr "متغیرهای نامعتبرقالب؛ %s" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/other.py:119 #, python-format -msgid "%s (directive)" -msgstr "%s (دستورالمعل)" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid ":%s: (directive option)" -msgstr "%s (گزینه‌ی دستورالمعل)" +msgid "toctree contains reference to excluded document %r" +msgstr "درختواره‌ی فهرست مطالب ارجاعی به سند کنار گذاشته شده %r را دارد" -#: domains/rst.py:224 +#: directives/other.py:156 #, python-format -msgid "%s (role)" -msgstr "%s (نقش)" +msgid "toctree contains reference to nonexisting document %r" +msgstr "فهرست مطالب شامل ارجاع به سند ناموجود %r است" -#: domains/rst.py:234 -msgid "directive" -msgstr "دستورالمعل" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "گزینه‌ی دستورالمعل" +#: directives/other.py:203 +msgid "Section author: " +msgstr "نویسنده این بخش: " -#: domains/rst.py:236 -msgid "role" -msgstr "نقش" +#: directives/other.py:205 +msgid "Module author: " +msgstr "نویسنده این ماژول: " -#: domains/rst.py:262 +#: directives/other.py:207 +msgid "Code author: " +msgstr "نویسنده ی کد: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "نویسنده: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "غیرفاصله‌ در فرآیند حذف فاصله‌ از ابتدای سطر حذف شد" + +#: directives/code.py:87 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" +msgid "Invalid caption: %s" +msgstr "برچسب نامعتبر:%s" -#: domains/changeset.py:32 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "line number spec is out of range(1-%d): %r" +msgstr "شماره‌ی سطر مشخّص شده خارج از بازه‌ی (1-%d) است: %r" -#: domains/changeset.py:33 +#: directives/code.py:218 #, python-format -msgid "Changed in version %s" -msgstr "تغییر داده شده در نسخه %s" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "امکان استفاده از هر دوی %sو%s نیست" -#: domains/changeset.py:34 +#: directives/code.py:233 #, python-format -msgid "Deprecated since version %s" -msgstr "منسوخ شده از نسخه %s" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: domains/changeset.py:35 +#: directives/code.py:237 #, python-format -msgid "Removed in version %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: domains/__init__.py:322 +#: directives/code.py:278 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "Object named %r not found in include file %r" +msgstr "شیئ با نام %r در پرونده‌ی %r پیدا نشد" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "شماره‌ی کار باید یک عدد مثبت باشد" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "امکان استفاده‌ی گزینه‌ی «هم‌خوان شماره‌ی سطر» (lineno-match) با مجموعه‌ی سطرهای گسیخته وجود ندارد" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "برای اطّلاعات بیشتر به بروید." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "سطر مشخّص شده %r: هیچ سطری از پرونده‌ی گنجانده شده %r بیرون کشیده نشده" -#: cmd/build.py:74 +#: directives/patches.py:71 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 "\nایجاد مستندات از پرونده‌های مبدأ.\n\nسازنده‌ی اسفنکس مستندات را از روی پرونده های مبنع در پوشه‌‌ی منبع تولید کرده در پوشه‌ی برون‌داد قرار می‌دهد.\nاین سازنده در پوشه‌ی مبدأ به دنبال پرونده 'conf.py' تنظیمات پیکربندی می‌گردد.\nاین امکان وجود دارد که از ابزار شروع سریع اسفینکس ('sphinx-quickstart') برای تولید پرونده‌های قالب، که شامل پرونده 'conf.py' هم می‌شود استفاده شود.\n\nسازنده‌ی اسفینکس می توند مستندات را در قالب‌های گوناگونی از پرونده‌های خروجی ایجاد کند. قالب پرونده خروجی با مشخّص کردن نام سازنده در خط فرمان مشخّص می‌شود که به صورت پیش فرض HTML است. همچنین، سازنده‌ها می‌توانند کارهای دیگر مربوط به فرآیند پردازش مستندسازی را انجام دهند.\n\nبه صورت پیش فرض، هر چیزی که منسوخ شده باشد تولید می‌شود. برون‌داد برای پرونده‌های منتخب می‌تواند فقط با مشخّص کردن نام تک تک پرونده‌ها ساخته شود.\n" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "مسیر پرونده‌های مستندات" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "گزینه‌ی \":file:\" برای دستورالمعل جدول داده‌های جداشده با کاما (csv-table) حالا دیگر مسیر ثابت را یک مسیر نسبی از شاخه‌ی منبع در نظر می گیرد. لطفاُ سندتان را به روز رسانی کنید." -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "مسیری برای شاخه‌ی برون داد" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "نقش پیش‌فرض %s یافت نشد" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "خطای خواندن: %s, %s" -#: cmd/build.py:114 -msgid "general options" -msgstr "گزینه‌های کلی" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "خطای نوشتن: %s, %s" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "نوشتن همه‌ی پرونده‌ها (پیش‌گزیده: فقط پرونده‌های جدید نو تغییر یافته را بنویس)" +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "قالب تاریخ ناشناخته. اگر می‌خواهید از رشته‌متن مستقیماً خروجی بگیرید، آن را با نقل قول رشته‌متنی محصور کنید: %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "از محیط ذخیره شده استفاده نکن، همیشه همه پرونده ها را بخوان" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "بست از نوع ناشناخته: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "نادیده گرفتن تنظیماتی در پرونده‌ی پیکره‌بندی" +#: util/display.py:78 +msgid "skipped" +msgstr "رد شدن و نادیده انگاشتن" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "مقداری را به قالب‌های HTML بدهید" +#: util/display.py:83 +msgid "failed" +msgstr "شکست خورد" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "تعریف برچسب: «فقط» تکّه‌های با برچسب گنجانده شود" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:212 -msgid "console output options" -msgstr "گزنیه‌های برون‌داد میز فرمان" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "افزایش ارائه‌ی جزئیّات (می تواند تکرار شود)" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "بدون برون‌داد در درگاه خروجی استاندارد(stdout)، فقط هشدارها در درگاه استاندارد خطاها (stderr)" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "درختواره‌ی فهرست مطالب شامل ارجاع به پرونده ناموجود %r است" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "بدون هیچ برون‌داد، حتّی بدون هشدار" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور العمل: %s" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "خروجی رنگ شده منتشر شود (پیش‌فرض: تشخیص خودکار)" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (توابع درونی)" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "خروجی رنگ شده منتشر نشود (پیش‌فرض: تشخیص خودکار)" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s متد)" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s (کلاس)" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "نوشتن هشدارها (و خطاها) در پرونده‌ی داده شده" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (متغیّر عمومی یا مقدار ثابت)" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "تغییر هشدارها به خطاها" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s مشخصه)" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "نمایش گزارش کامل ردیابی ایراد" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "نشانوندها" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "ایراد در اجرای Pdb" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "ایجاد" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "بازگشت ها" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "نمی توان گزینه‌ی -a را با نام پرونده‌ها ترکیب کرد" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "نوع برگشتی" -#: cmd/build.py:357 +#: domains/javascript.py:374 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (ماژول)" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "نشانوند گزینه‌ی D- می‌بایست در قالب نام=مقدار (name=value) باشد" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "تابع" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "نشانوند گزینه‌ی A- می‌بایست در قالب نام=مقدار (name=value) باشد" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "متد" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "درج خودکار رشته‌مستندات را از پیمانه‌ها" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "کلاس" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "آزمایش خودکار تکّه‌کدها در قسمت‌های مختلف پیمانه‌ی doctest" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "داده" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "پیوند بین اسناد Sphinx از پروژه های گوناگون" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "مشخّصه" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "نوشتن مدخل‌های لیست اقدام‌ها (\"todo\")که در ساخت می تواند نشان داده و یا پنهان شوند" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "ماژول" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "بررسی برای پوشش اسناد" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرار دارد" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "گنجاندن رابطه‌های ریاضی که در قالب PNG یا SVG به نمایش در آمده" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "گنجاندن رابطه‌های ریاضی که MathJax در مرورگر نمایش در آورده" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (دستورالمعل)" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "گنجاندن شرطی محتوا بر اساس مقادیر پیکربندی" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr "%s (گزینه‌ی دستورالمعل)" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "گنجاندن ویندهای کد منبع اشیاء مستند شده‌ی پایتون" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (نقش)" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "ساخت پرونده‌ی nojekyll برای انتشار سند در صفحات گیت-هاب" +#: domains/rst.py:234 +msgid "directive" +msgstr "دستورالمعل" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "لطفاً نام مسیر معتبری را وارد کنید." +#: domains/rst.py:235 +msgid "directive-option" +msgstr "گزینه‌ی دستورالمعل" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "لطفاً متنی وارد کنید." +#: domains/rst.py:236 +msgid "role" +msgstr "نقش" -#: cmd/quickstart.py:134 +#: domains/rst.py:262 #, python-format -msgid "Please enter one of %s." -msgstr "لطفاً یکی از %s وارد کنید." +msgid "duplicate description of %s %s, other instance in %s" +msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "لطفاً یا y و یا n وارد کنید." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "لطفاً یک پسوند را وارد کنید، مثل: '.rst' یا '.txt'." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "نقل‌قول %s تکراری، مورد دیگر در %s قرار دارد" -#: cmd/quickstart.py:230 +#: domains/citation.py:92 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "به ابزار شروع سریع اسفینکس %s خوش آمدید." +msgid "Citation [%s] is not referenced." +msgstr "نقل [%s] قول ارجاع داده نشده." -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "لطفاً مقدارهای تنظیمات زیر را وارد کنید\n(اگر مقدار پیش‌گزیده‌ای درون داده کروشه شده بود، برای برای پذیرش آن فقط کلید Enter‌را فشار دهید)." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:242 +#: domains/changeset.py:33 #, python-format -msgid "Selected root path: %s" -msgstr "مسیر برگزیده‌ی ریشه‌ی مستندات: %s" +msgid "Changed in version %s" +msgstr "تغییر داده شده در نسخه %s" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "مسیر ریشه‌ی مستندات را وارد کنید." +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "منسوخ شده از نسخه %s" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "مسیر ریشه‌ی مستندات" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "خطا: در مسیر ریشه‌ی انتخاب شده‌، پرونده‌ی conf.pyی دیگری یپدا شد." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "پرونده‌ی بازبینی در پوشه‌ی %(outdir)s است." -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "ابراز شروع سریع اسفینکس روی پروژه‌های از قبل موجود اسفینکس بازنویسی نمی‌کند." +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "بدون تغییرات در نسخه‌ی %s." -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "لطفاً یک مسیر ریشه‌ی جدید وارد کنید (یا برای خروج Enter‌ را بزنید)" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "نوشتن پرونده‌ی خلاصه..." -#: cmd/quickstart.py:274 -msgid "" -"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 "شما برای تعیین شاخه‌ی ساخت برای برون‌داد اسفینکس دو گزینه دارید.\nیا از شاخه‌ای با نام \"_build\" درون شاخه‌ی ریشه استفاده کنید،\nو یا شاخه‌های را درون یک مسیر ریشه با نام‌های منبع (source) و ساخت (build) جدا کنید." +#: builders/changes.py:79 +msgid "Builtins" +msgstr "درونی سازی" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "شاخه‌های منبع و ساخت از یکدیگر جدا شوند؟(y/n)" +#: builders/changes.py:81 +msgid "Module level" +msgstr "در سطح ماژول" -#: cmd/quickstart.py:287 -msgid "" -"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 "درون شاخه‌ی ریشه، دو شاخه‌ی دیگر ساخته خواهد شد؛\n\"_templates\" برای قالب‌های سفارشی HTML و \"_static\" برای قالب برگه‌ها و بقیّه‌ی پرونده‌های ثابت.\nشما می‌توانید پیشوند دیگری (مانند «.») برای جایگزینی نویسه‌ی خط به کار ببرید." +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "رونوشت از پرونده‌های مبدأ..." + +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "نمی‌توان %r را برای ایجاد گزارش تغییرات خواند" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "برای شاخه‌های قالب‌ها (templates) و ثابت‌ها (static) نویسه‌ی پیشوندی را بنویسید" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s (%s)" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "نام پروژه در چندین جا در سند ساخته شده به کار می‌رود." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "نام پروژه" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "ساخت پرونده‌ی [mo]: " -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "نام نویسنده (ها)" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "نوشتن برون‌داد... " -#: cmd/quickstart.py:309 -msgid "" -"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 "اسفینکس نظریّه‌ای برای یک «نسخه» و یک «نگارش» برای نرم افزار دارد.\nهر نسخه‌ای می تواند چندید نگارش داشته باشد.\n مثلاً برای پایتون نسخه‌ چیزی شبیه به ۲/۵ یا ۳/۰ است،\n در حالی که انتشار چیزیست شبیه به ۲/۵/۱ یا ۳/۰a۱ \n.\nاگر شما نیازی به این ساختار دوگانه ندارید، هر دو را یکی تعیین کنید." +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "همه‌ی پرونده‌های %d po" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "نسخه انتشار پروژه" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "اهداف برای %d پرونده‌های poی که مشخّص شده" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "انتشار پروژه" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "مقصد‌های %d پرونده‌های poی هستند که منسوخ شده‌اند" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "اگر مستندات قرار است با زبانی غیر از انگلیسی نوشته شود،\nمی توانید همین‌جا یک زبان را با انتخاب کد زبانیش انتخاب کنید.\nاسفینکس سپس متن‌هایی را که تولید می‌کند را به آن زبان ترجمه می‌کند.\n\nبرای فهرست زبان‌های پشتیبانی شده، به این نشانی مراجعه کنید\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: builders/__init__.py:325 +msgid "all source files" +msgstr "همه‌ی پرونده‌های منبع" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "زبان پروژه" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: cmd/quickstart.py:340 +#: builders/__init__.py:343 +#, python-format msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "پسوند نام پرونده برای پرونده‌های منبع. معمولاً این پسوند یا \".txt\" است و یا \".rst\".\nفقط پرونده‌هایی بای این پسوند به عنوان اسناد در نظر گرفته می‌شوند." - -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "پسوند پرونده‌ی منبع" +"file %r given on command line is not under the source directory, ignoring" +msgstr "پرونده‌ی %r که در خط فرمان داده شده، در شاخه‌ی منبع نیست, نادیده گرفته می‌شود" -#: cmd/quickstart.py:350 -msgid "" -"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 "یک سند از آن جهت خاص است که به عنوان بست بالایی «درختواره‌ی محتوا» در نظر گرفته می‌شود.\nیعنی، این سند ریشه‌ی ساختار سلسله مراتبی اسناد است.\nمعمولاً سند این کار «نمایه» است، ولی اگر سند «نمایه‌»‌ی شما قالب سفارشی است؛ می توانید آن را به نام دیگری تغییر دهید." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "نام سند اصلی شما (بدون پسوند)" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "پرونده‌های منبع %d داده شده در خط فرمان" -#: cmd/quickstart.py:368 +#: builders/__init__.py:383 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "خطا: پرونده‌ی اصلی %s از قبل در مسیر ریشه‌ی برگزیده بوده‌است." +msgid "targets for %d source files that are out of date" +msgstr "مقصد‌های %d پرونده‌های منبعی هستند که منسوخ شده‌اند" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "ابراز شروع سریع اسفینکس روی پرونده‌های از قبل موجود بازنویسی نمی‌کند." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "ساخت [%s]: " -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "لطفاُ یک نام جدید وارد کنید، یا نام پرونده‌ی موجود را تغییر دهید و Enter‌ را فشار دهید" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "در پی پرونده‌هایی که الآن منسوخ هستند... " -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "مشخّص کنید کدام یک از این افزونه‌های اسفینکس باید فعّال باشد:" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d تا مورد پیدا شد" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "یادداشت: ابزارهای‌ imgmath و mathjax نمی‌توانند در یک زمان فعّال باشند. انتخاب imgmath لغو شد." +#: builders/__init__.py:418 +msgid "none found" +msgstr "چیزی پیدا نشد" -#: cmd/quickstart.py:407 -msgid "" -"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 "پرونده‌های خط‌فرمان ویندوز و Makefile می‌توانند برای شما تولید شوند، به گونه‌ای که شما فقط نیاز باشد تا مثلاً فرمان `make html' را به جای فراخوان مستقیم ابزار ساخت اسفینکس اجرا کنید." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "بارگذاری محیط pickle شده" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "آیا پرونده‌ی‌ make ایجاد شود؟ (y/n)" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "بررسی ثبات" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "آیا پرونده‌ی خط فرمان ویندوز ساخته شود؟ (y/n)ٍ" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "هیچ مقدار تاریخ منسوخ نیست." -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "ایجاد پرونده‌ی %s." +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "به روز رسانی محیط: " -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: builders/__init__.py:500 #, python-format -msgid "File %s already exists, skipping." -msgstr "پرونده‌ی %s در حال حاضر وجود دارد، رد شدن." - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "پایان یافت: ساختار آغازین شاخه ایجاد شد." +msgid "%s added, %s changed, %s removed" +msgstr "%s اضافه شد، %s تغییر کرد، %s حذف شد" -#: cmd/quickstart.py:520 +#: builders/__init__.py:537 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "شما باید حالا دیگر پرونده‌ی اصلی‌تان %s را جمع آوری کنید\n و بقیّه‌ی پرونده‌های منبع مستندات را ایجاد کنید. " - -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "از Makefile برای ساختن مستندات استفاده کنید، مانند این:\n make builder" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: cmd/quickstart.py:531 +#: builders/__init__.py:546 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "از فرمان ساخت اسفینکس برای ساختن مستندات استفاده کنید، مانند این:\n sphinx-build -b builder %s %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: cmd/quickstart.py:538 +#: builders/__init__.py:557 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "که در آن سازنده یکی از سازنده‌های پشتیبانی شده است، مانند html, latex و یا linkcheck." +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: cmd/quickstart.py:573 +#: builders/__init__.py:564 +#, python-format 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 "\nتولید پرونده‌های مورد نیاز برای یک پروژه‌ی اسفینکس\n\nابزار شروع سریع اسفینکس ابزاری تعاملی است که شماری سؤال درباره‌ی پروژه‌یتان از شما می پرسد\nو سپس یک شاخه‌ی کامل مستندات و پرونده ساخت Makefile را برای استفاده به همراه ابزار ساخت اسفینکس تولید می‌کند.\n" - -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "حالت سکوت" - -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "ریشه‌ی پروژه" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "گزینه‌های ساختار" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "خواندن منبع‌ها... " -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "در صورتی مشخّص شدن، شاخه‌های منبع و ساخت از یکدیگر جدا می‌شوند" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "نام مستندات برای نوشتن: %s" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "در صورت مشخّص بودن، شاخه‌ی build (ساخت) را درون شاخه‌ی منبع بساز" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "جایگزینی نقطه در _templates (قالب‌ها) و ... ." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "آماده سازی اسناد" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "گزینه‌های اساسی پروژه" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "نام پروژه" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "پرونده‌ی XML در پوشه‌ی %(outdir)s است." -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "نام نویسندگان" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "خطای نوشتن پرونده: %s, %s" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "نسخه انتشار پروژه" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "انتشار پروژه" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "صفحه HTML در %(outdir)s است." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "زبان سند" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "سر جمع کرد تک سند" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "پسوند پرونده‌ی منبع" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "در حال نوشتن" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "نام سند اصلی" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "نوشتن پرونده‌های اضافی" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "استفاده epub" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "پرونده‌ی ePub در پوشه‌ی %(outdir)s است." -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "گزینه‌های افزونه" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "نوشتن پرونده‌ی nav.xhtml..." -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "فعّال‌سازی %s افزونه" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "مقدار پیکربندی زبان پرونده epub (\"epub_language\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "فعّال‌سازی افزونه‌های اختیاری" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "مقدار پیکربندی شناسه‌ی یکتای انتشار الکترونیکی (\"epub_uid\") باید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) یک XML NAME باشد" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "ایجاد Makefile و Batchfile" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "مقدار پیکربندی عنوان (\"html_title\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "ایجاد پرونده‌ی سازنده (makefile)" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی مؤلّف (\"epub_author\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "پرونده‌ی سازنده (makefile) را ایجاد نکن" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی حامی (\"epub_contributor\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "ایجاد Batchfile" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی توضیحات (\"epub_description\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "batchfile را ایجاد نکن" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی ناشر (\"epub_publisher\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "اسفتاده از حالت ایجاد برای پرونده‌های Makefile/make.bat" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "مقدار پیکربندی حق انتشار (\"epub_copyright\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "قالب سازی پروژه" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "شاخه‌ی قالب شامل پرونده‌های قالب" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "تعریف متغیّر قالب" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "پرونده‌ی css نامعتبر%r: نادیده گرفته می‌شود" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "حالت «ساکت» تعیین شده، ولی یکی از موارد «پروژه» یا «نویسنده» مشخّص نشده." +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "پرونده‌ی متنی در پوشه‌ی %(outdir)s است." -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "خطا: مسیر مشخّص شده پوشه نیست، یا از قبل پرونده‌های اسفینکس وجود داشته‌اند." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "سازنده‌ی بدلی هیچ پرونده‌ای تولید نمی کند." -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "ابزار شروع سریع اسفینکس فقط یک پوشه‌ی خالی درست می کند. لطفاً یک مسیر ریشه‌ی جدید مشخّص کنید." +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "به دنبال هر یک از خطاهای بالا در یا در برون‌داد و یا در %(outdir)s/output.txt بگردید" -#: cmd/quickstart.py:810 +#: builders/linkcheck.py:159 #, python-format -msgid "Invalid template variable: %s" -msgstr "متغیرهای نامعتبرقالب؛ %s" +msgid "broken link: %s (%s)" +msgstr "پیوند خراب: %s (%s)" -#: directives/other.py:119 +#: builders/linkcheck.py:562 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "Anchor '%s' not found" +msgstr "مهار '%s' پیدا نشد" + +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/linkcheck.py:800 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "درختواره‌ی فهرست مطالب ارجاعی به سند کنار گذاشته شده %r را دارد" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" -#: directives/other.py:156 +#: builders/gettext.py:243 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "فهرست مطالب شامل ارجاع به سند ناموجود %r است" +msgid "The message catalogs are in %(outdir)s." +msgstr "سیاهه‌های پیام‌ها در %(outdir)s است." -#: directives/other.py:169 +#: builders/gettext.py:265 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "targets for %d template files" +msgstr "مقصد‌های قالب پرونده‌های %d" -#: directives/other.py:203 -msgid "Section author: " -msgstr "نویسنده این بخش: " +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "خواندن قالب‌ها... " -#: directives/other.py:205 -msgid "Module author: " -msgstr "نویسنده این ماژول: " +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "نوشتن سیاهه‌های پیام... " -#: directives/other.py:207 -msgid "Code author: " -msgstr "نویسنده ی کد: " +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "پرونده‌ی اطّلاعات متن در پوشه‌ی %(outdir)s است." -#: directives/other.py:209 -msgid "Author: " -msgstr "نویسنده: " +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nدر آن شاخه فرمان 'make' را اجرا کنید تا این‌ها رh با makeinfo اجرا کند\n(برای انجام خودکار `make info' را به کار ببرید)." -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "هیچ تنظیماتی برای «صفحات راهنما» پیدا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "مقدار پیکربندی اطّلاعات متن سندها (texinfo_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "گزینه‌ی \":file:\" برای دستورالمعل جدول داده‌های جداشده با کاما (csv-table) حالا دیگر مسیر ثابت را یک مسیر نسبی از شاخه‌ی منبع در نظر می گیرد. لطفاُ سندتان را به روز رسانی کنید." +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "در حال پردازش %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "غیرفاصله‌ در فرآیند حذف فاصله‌ از ابتدای سطر حذف شد" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "حل ارجاع‌ها..." -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "برچسب نامعتبر:%s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (در " -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "در حال رونوشت از تصاویر... " + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "شماره‌ی سطر مشخّص شده خارج از بازه‌ی (1-%d) است: %r" +msgid "cannot copy image file %r: %s" +msgstr "نمی تواند پرونده‌ی تصویر %r: %s را کپی کند" + +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "رونوشت از پرونده‌های با پشتیبانی اطلاعات متن" -#: directives/code.py:216 +#: builders/texinfo.py:218 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "امکان استفاده از هر دوی %sو%s نیست" +msgid "error writing file Makefile: %s" +msgstr "خطای نوشتن پرونده‌ی ساخت (Makefile) : %s" -#: directives/code.py:231 +#: builders/_epub_base.py:223 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" -#: directives/code.py:235 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "امکان خواندن پرونده‌ی تصویری %r نبود: در عوض کپی می‌شود" -#: directives/code.py:276 +#: builders/_epub_base.py:467 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "شیئ با نام %r در پرونده‌ی %r پیدا نشد" +msgid "cannot write image file %r: %s" +msgstr "نمی تواند پرونده‌ی تصویری %r: %s را بنویسد" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "امکان استفاده‌ی گزینه‌ی «هم‌خوان شماره‌ی سطر» (lineno-match) با مجموعه‌ی سطرهای گسیخته وجود ندارد" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow پیدا نشد- رونوشت برداشتن از پرونده‌های تصویری" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "سطر مشخّص شده %r: هیچ سطری از پرونده‌ی گنجانده شده %r بیرون کشیده نشده" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "نوشتن پرونده‌های نوع رسانه..." -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "نوشتن پرونده META-INF/container.xml..." + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "نوشتن پرونده‌ی content.opf..." + +#: builders/_epub_base.py:594 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "unknown mimetype for %s, ignoring" +msgstr "نوع رسانه‌ی ناشناخته %s، نادیده گرفته شد" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "فهرست" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "به بست عنوانی برخورد که در قسمت، موضوع، جدول، اندرز یا نوارکناری نبود" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "نوشتن پرونده‌ی خلاصه toc.ncx..." -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "پانویس ها" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "نوشتن پرونده‌ی %s..." -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "عنوان درون شکل نیست." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "صفحات راهنما در %(outdir)s است." + +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "هیچ مقداری برای تنظیمات «صفحات راهنما» ا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" -#: writers/texinfo.py:1303 +#: builders/manpage.py:64 #, python-format -msgid "unimplemented node type: %r" -msgstr "بست به کار نرفته: %r" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "پیکربندی مقدارهای «صفحات راهنما» به سند ناشناخته‌ای ارجاع می‌دهند %s" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/latex/__init__.py:115 #, python-format -msgid "[image: %s]" -msgstr "[تصویر%s]" +msgid "The LaTeX files are in %(outdir)s." +msgstr "پرونده‌ی LaTeX در پوشه‌ی %(outdir)s است." -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[تصویر]" +#: builders/latex/__init__.py:118 +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) اجرا کند\n(برای انجام خودکار `make latexpdf' را به کار ببرید)." -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_documents) پیدا نشد؛ بنابراین هیچ سندی نوشته نخواهد شد" -#: writers/html5.py:431 +#: builders/latex/__init__.py:167 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "قالب عدد شکل برای %s تعریف نشده" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "هر کدام از شناسه‌هایی که به بست %s اختصاص داده نشده" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "انتشار" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "رونوشت از پرونده‌های پشتیبانی لتکس" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "رونوشت برداری از پرونده‌های اضافی" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "پرونده‌ی آرم %r وجود ندارد" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/latex/__init__.py:529 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "کلید پیکربندی ناشناخته: latex_elements[%r]، نادیده گرفته می‌شود." -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "کلید زمینه‌ی ناشناخته: latex_theme_options[%r]، نادیده گرفته می‌شود." -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "امکان دست یابی به اندازه‌ی عکس نبود. گزینه‌ی تغییر اندازه :scale: نادیده گرفته می‌شود." +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" -#: writers/latex.py:386 +#: builders/latex/theming.py:87 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "قسمت‌بندی رده‌بالای %r ناشناخته برای کلاس %r" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r فاقد تنظیمات زمینه است" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/latex/theming.py:90 #, python-format -msgid "no Babel option known for language %r" -msgstr "بدون گزینه‌ی Babel شناخته شده برای زبان %r" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r فاقد تنظیمات \"%s\" است" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "مقدار بسیار بزرگ :maxdepth:، نادیده گرفته شد." +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "صفحات HTML در %(outdir)s است." -#: writers/latex.py:616 +#: builders/html/__init__.py:337 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "شکست در خواندن پرونده‌ی اطّلاعات ساخت: %r" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "عنوان سند یک بست متنی نیست" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: writers/latex.py:1228 +#: builders/html/__init__.py:372 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "فهرست کلی" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "فهرست" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "بعدی" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "قبلی" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "تولید نمایه‌ها" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "نوشتن صفحات اضافی" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "رونوشت از پرونده‌های قابل دریافت... " -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "نمی تواند از پرونده‌ی قابل دریافت %r: %s رونوشت بگیرد" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "شکست در رونوشت یک پرونده‌ی به html_static_file: %s: %r" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "رونوشت از پرونده‌های ثابت" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "نمی تواند از پرونده‌ی ثابت %r رونوشت بگیرد" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "رونوشت برداری از پرونده‌های اضافی" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "نمی تواند از پرونده‌ی اضافه‌ی %r رونوشت بگیرد" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "شکست در نوشتن پرونده‌ی اطّلاعات ساخت: %r" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format +#: builders/html/__init__.py:1004 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات پانویس ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "نمایه‌ی جستجو نمی‌تواند بارگزاری شود، ولی برای همه‌ی مستندات ساخته‌ نمی‌شود: نمایه‌ ناقص خواهد بود." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "ارجاعات ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "صفحه‌ی %s با دو الگو در نوار کناری صفحه (html_sidebars) هم‌خوانی دارد: %r و%r" -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +"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 خطای یونیکد رخ داد. لطفاً اطمینان حاصل کنید که تمام مقدارهای پیکربندی‌ها دارای محتوای غیر اَسکی، رشته‌متن‌های یونکد هستند." -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات اصطلاحی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:149 -msgid "no translated elements!" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "نمایه‌ای بر پایه‌ی ۴ ستون پیدا شد. شاید یک اشکال برنامه‌نویسی از افزونه‌هایی که استفاده می‌کنید باشد: %r" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "خطایی در نمایش صفحه‌ی %s رخ داد.\nعلّت: %r" -#: transforms/__init__.py:299 +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "خالی کردن فهرست اشیاء" + +#: builders/html/__init__.py:1276 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "پانویس [%s] ارجاع داده نشده است." +msgid "dumping search index in %s" +msgstr "خالی کردن نمایه‌ی جستجو در %s" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "پرونده‌ی js نامعتبر%r: نادیده گرفته می‌شود" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "پانویس [#] ارجاع داده نشده است." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "ارا‌ئه کننده‌های ریاضی زیادی ثبت شده‌اند، ولی هیچ کدام انتخاب نشده." -#: util/inventory.py:147 +#: builders/html/__init__.py:1361 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "نمایش‌دهنده‌ی ریاضی نامشخّص %r داده شده." -#: util/inventory.py:166 +#: builders/html/__init__.py:1375 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخه‌ی خارجی قرار دارد" -#: util/i18n.py:100 +#: builders/html/__init__.py:1380 #, python-format -msgid "reading error: %s, %s" -msgstr "خطای خواندن: %s, %s" +msgid "html_extra_path entry %r does not exist" +msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" -#: util/i18n.py:113 +#: builders/html/__init__.py:1395 #, python-format -msgid "writing error: %s, %s" -msgstr "خطای نوشتن: %s, %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخه‌ی خارجی قرار دارد" -#: util/i18n.py:146 +#: builders/html/__init__.py:1400 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" -#: util/i18n.py:244 +#: builders/html/__init__.py:1422 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "favicon file %r does not exist" +msgstr "پرونده‌ی آیکون مورد علاقه %r وجود ندارد" -#: util/i18n.py:253 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "قالب تاریخ ناشناخته. اگر می‌خواهید از رشته‌متن مستقیماً خروجی بگیرید، آن را با نقل قول رشته‌متنی محصور کنید: %s" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "رد شدن و نادیده انگاشتن" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "مستندات %s%s" -#: util/display.py:87 -msgid "failed" -msgstr "شکست خورد" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: util/docutils.py:805 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "unknown node type: %r" -msgstr "بست از نوع ناشناخته: %r" +msgid "%s() (in module %s)" +msgstr "%s() (در ماژول %s)" -#: util/fileutil.py:76 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (در ماژول %s)" -#: util/fileutil.py:89 +#: domains/python/__init__.py:174 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (متغیر درونی)" -#: util/docfields.py:103 +#: domains/python/__init__.py:209 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (کلاس درونی)" -#: util/rst.py:73 +#: domains/python/__init__.py:210 #, python-format -msgid "default role %s not found" -msgstr "نقش پیش‌فرض %s یافت نشد" +msgid "%s (class in %s)" +msgstr "%s (کلاس در %s)" -#: util/nodes.py:462 +#: domains/python/__init__.py:275 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s شگرد کلاس)" -#: util/nodes.py:523 +#: domains/python/__init__.py:277 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "درختواره‌ی فهرست مطالب شامل ارجاع به پرونده ناموجود %r است" +msgid "%s() (%s static method)" +msgstr "%s() (%s متد استاتیک)" -#: util/nodes.py:739 +#: domains/python/__init__.py:430 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور العمل: %s" +msgid "%s (%s property)" +msgstr "%s(%sویژگی)" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "ادامه از صفحه‌ی قبل" +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "ادامه در صفحه‌ی بعد" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "نمایه ی ماژول های پایتون" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "غیر الفبایی" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "ماژول ها" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "نماد ها" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "منسوخ شده" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "شماره ها" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "ایراد" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "صفحه" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "class method" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "انتشار" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "متد استاتیک" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%s]" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "ویژگی" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%d]" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" -#: transforms/post_transforms/images.py:143 +#: domains/python/__init__.py:804 #, python-format -msgid "Unknown image format: %s..." -msgstr "قالب تصویر ناشناخته: %s..." - -#: transforms/post_transforms/__init__.py:88 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "امکان تشخیص متن جایگزین برای ارجاع متقابل نبود. شاید یک اشکال برنامه نویسی باشد." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: domains/python/__init__.py:974 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "برای «هر» ارجاع متقابل بیشتر از یک هفد پیدا شد: %r شاید %s باشد" +msgid "more than one target found for cross-reference %r: %s" +msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s مرجع هدف پیدا نشد: %s" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (منسوخ)" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "مقصد ارجاع %r پیدا نشد %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "قطع شد!" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "پارامترها" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "متغیر ها" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "برانگیختن" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "متغیرهای عمومی؛ %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "توضیح بدشکل برای گزینه‌ی %r، باید شبیه این‌ها باشد \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" یا \"+opt args\"" + +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s گزینه‌ی خط فرمان" + +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "گزینه خط فرمان" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "یک خط خالی باید پیش از اصطلاح واژه‌نامه باشد" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "اصطلاحات واژه‌نامه نباید با خطوط خالی از هم جدا شوند" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "به نظر می رسد واژه‌نامه اشتباه شکل داده شده است، فاصله‌گذاری از ابتدای سطر را بررسی کنید" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "لطفاً اگر این مورد خطای کاربر بوده، آن را گزارش دهید تا برای بارهای بعدی پیام خطای بهتری بتواند ارائه شود." +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "اصطلاح واژه‌نامه" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "تا کردن نوار کناره" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "نشانه ی گرامری" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ناوبری" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "برچسب ارجاع" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "جستجو در %(docstitle)s" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "متغیّر عمومی" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "درباره این مستندات" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "اختیارات برنامه" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "جستجو" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "سند" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "کپی رایت" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "فهرست ماژول ها" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "صفحه جستجو" -#: themes/basic/layout.html:201 +#: domains/std/__init__.py:858 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "آخرین بروز رسانی در %(last_updated)s ." +msgid "duplicate %s description of %s, other instance in %s" +msgstr "تکرار توضیح %s از %s، مورد دیگر در%s قرار دارد" -#: themes/basic/layout.html:204 +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "شماره‌ی شکل غیر فعّال است. گزینه‌ی :numref: نادیده گرفته می‌شود." + +#: domains/std/__init__.py:1125 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "ایجاد شده باSphinx %(sphinx_version)s." +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "موضوع قبلی" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "پیوند هیچ برچسبی ندارد: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "فصل قبلی" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "قالب شماره‌ی شکل نامعتبر: %s (%r)" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "موضوع بعدی" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "قالب شماره‌ی شکل نامعتبر: %s" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "فصل بعدی" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:1457 #, python-format -msgid "Index – %(key)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "فهرست کامل در یک صفحه" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "صفحه فعلی" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "اعلان C تکراری، که در %s:%s هم تعریف شده.\nاعلان '.. c:%s:: %s' است." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "نمایش سورس" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "جستجو سریع" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "عضو" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "برو" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "متغیّر" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "بررسی اجمالی" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "ماکرو" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "خوش آمدید! این" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "ساختار" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "مستندات برای" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "اجتماع" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "آخرین بروزرسانی" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "شمارش" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "ایندکس ها و جداول:" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "شمارنده" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "فهرست کامل مطالب" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "گونه" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "فهرست تمامی بخش ها و زیر مجموعه ها" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "مؤلّفه‌ی تابع" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "صفحه جستجو" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "پارامترهای قالب" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "جستجو در این اسناد" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "فهرست کلی ماژول ها" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "اعلان ++C تکراری، که در %s:%s هم تعریف شده.\nاعلان '.. cpp:%s:: %s' است." -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "دسترسی سریع به تمامی متدها" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "کانسپت" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "فهرست کلی" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "مؤلّفه‌ی قالب" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "تمامی توابع ، کلاس ها ، اصطلاحات" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "محتوا ها" #: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 #: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 @@ -2903,13 +3258,26 @@ msgstr "فهرست عناوین" msgid "Search %(docstitle)s" msgstr "جستجو %(docstitle)s" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "فهرست صفحات بر اساس حروف" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "موضوع قبلی" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "فصل قبلی" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "موضوع بعدی" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "فصل بعدی" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "ممکن است سترگ باشد" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "جستجو" #: themes/basic/search.html:20 msgid "" @@ -2927,456 +3295,309 @@ msgstr "در حال جستجو برای چندین واژه. فقط واژگان msgid "search" msgstr "جستجو" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "محتوا ها" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "نتایج جستجو" - -#: themes/basic/static/searchtools.js:134 -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 "جستجوی شما با هیچ سندی هم خوانی نداشت. لطفاً اطمینان حاصل کنید که همه ی واژه ها املای درستی دارند و دسته بندی های کافی را انتخاب کرده اید." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "در حال جست و جو" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "آماده سازی جست و جو..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr "، در " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "عدم نمایش نتایج یافت شده" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "تغییرات در نسخه %(version)s — %(docstitle)s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "صفحه فعلی" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "نمایش سورس" -#: themes/basic/changes/versionchanges.html:17 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "لیست تولید شده خودکار از تغییرات در نسخه %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "تغییرات کتابخانه ایی" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API تغییرات" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "دگر تغییرات" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "گسترش نوار کناره" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +msgid "Index – %(key)s" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "پارامترها" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "متغیر ها" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "برانگیختن" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (در ماژول %s)" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (در ماژول %s)" - -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (متغیر درونی)" - -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (کلاس درونی)" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "فهرست کامل در یک صفحه" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (کلاس در %s)" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ناوبری" -#: domains/python/__init__.py:275 +#: themes/basic/layout.html:115 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s شگرد کلاس)" +msgid "Search within %(docstitle)s" +msgstr "جستجو در %(docstitle)s" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s متد استاتیک)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "درباره این مستندات" -#: domains/python/__init__.py:430 -#, python-format -msgid "%s (%s property)" -msgstr "%s(%sویژگی)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "کپی رایت" -#: domains/python/__init__.py:470 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s (type alias in %s)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "نمایه ی ماژول های پایتون" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "ماژول ها" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "منسوخ شده" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "ایراد" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "class method" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "متد استاتیک" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "ویژگی" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "آخرین بروز رسانی در %(last_updated)s ." -#: domains/python/__init__.py:804 +#: themes/basic/layout.html:204 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "ایجاد شده باSphinx %(sphinx_version)s." -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "جستجو سریع" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (منسوخ)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "برو" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "اعلان ++C تکراری، که در %s:%s هم تعریف شده.\nاعلان '.. cpp:%s:: %s' است." +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "بررسی اجمالی" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "پارامترهای قالب" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "خوش آمدید! این" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "مستندات برای" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "آخرین بروزرسانی" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "اجتماع" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "ایندکس ها و جداول:" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "عضو" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "فهرست کامل مطالب" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "فهرست تمامی بخش ها و زیر مجموعه ها" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "گونه" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "جستجو در این اسناد" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "کانسپت" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "فهرست کلی ماژول ها" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "شمارش" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "دسترسی سریع به تمامی متدها" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "شمارنده" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "تمامی توابع ، کلاس ها ، اصطلاحات" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "مؤلّفه‌ی تابع" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "فهرست صفحات بر اساس حروف" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "مؤلّفه‌ی قالب" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "ممکن است سترگ باشد" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "اعلان C تکراری، که در %s:%s هم تعریف شده.\nاعلان '.. c:%s:: %s' است." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "تا کردن نوار کناره" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "گسترش نوار کناره" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "متغیّر" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "عدم نمایش نتایج یافت شده" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "ماکرو" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "نتایج جستجو" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "ساختار" +#: themes/basic/static/searchtools.js:134 +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 "جستجوی شما با هیچ سندی هم خوانی نداشت. لطفاً اطمینان حاصل کنید که همه ی واژه ها املای درستی دارند و دسته بندی های کافی را انتخاب کرده اید." -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "متغیرهای عمومی؛ %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "در حال جست و جو" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "آماده سازی جست و جو..." -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr "، در " -#: domains/std/__init__.py:239 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "توضیح بدشکل برای گزینه‌ی %r، باید شبیه این‌ها باشد \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" یا \"+opt args\"" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "تغییرات در نسخه %(version)s — %(docstitle)s" -#: domains/std/__init__.py:319 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s command line option" -msgstr "%s گزینه‌ی خط فرمان" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "گزینه خط فرمان" - -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "یک خط خالی باید پیش از اصطلاح واژه‌نامه باشد" - -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "اصطلاحات واژه‌نامه نباید با خطوط خالی از هم جدا شوند" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "به نظر می رسد واژه‌نامه اشتباه شکل داده شده است، فاصله‌گذاری از ابتدای سطر را بررسی کنید" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "لیست تولید شده خودکار از تغییرات در نسخه %(version)s" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "اصطلاح واژه‌نامه" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "تغییرات کتابخانه ایی" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "نشانه ی گرامری" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API تغییرات" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "برچسب ارجاع" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "دگر تغییرات" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "متغیّر عمومی" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "ادامه از صفحه‌ی قبل" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "اختیارات برنامه" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "ادامه در صفحه‌ی بعد" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "سند" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "غیر الفبایی" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "فهرست ماژول ها" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "نماد ها" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "تکرار توضیح %s از %s، مورد دیگر در%s قرار دارد" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "شماره ها" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "شماره‌ی شکل غیر فعّال است. گزینه‌ی :numref: نادیده گرفته می‌شود." +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "صفحه" -#: domains/std/__init__.py:1124 +#: environment/collectors/asset.py:98 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" +msgid "image file not readable: %s" +msgstr "پرونده‌ی تصویر خوانا نیست: %s" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:126 #, python-format -msgid "the link has no caption: %s" -msgstr "پیوند هیچ برچسبی ندارد: %s" +msgid "image file %s not readable: %s" +msgstr "پرونده‌ی عکس %s خوانا نیست: %s" -#: domains/std/__init__.py:1153 +#: environment/collectors/asset.py:165 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "قالب شماره‌ی شکل نامعتبر: %s (%r)" +msgid "download file not readable: %s" +msgstr "پرونده‌ی دریافت شده خوانا نیست: %s" -#: domains/std/__init__.py:1157 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s" -msgstr "قالب شماره‌ی شکل نامعتبر: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "شماره‌ی قسمت‌ها پیش‌تر به %s نسبت داده شده ( آیا درختواره‌ی فهرست مطالب شماره‌گذاری تو در تو دارد؟)" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "see %s" +msgstr "%s را ببینید" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "see also %s" +msgstr "%s را هم ببینید" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "مقدار نامعتبر تعیین شده (بدون کمانک انتهایی): %s" +msgid "unknown index entry type %r" +msgstr "نوع ناشناخته مدخل نمایه %r" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "دور تسلسل در درختواره‌ی ارجاعات فهرست مطالب تشخیص داده شده، نادیده گرفته می‌شوند: %s <- %s" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:360 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول انتهایی): %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "فهرست مطالب دارای ارجاع به سند %r است که عنوانی ندارد: هیچ پیوندی تولید نخواهد شد" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول ابتدایی): %s" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "مثال" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "نمونه‎ها" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "نشانوندهای کلیدی" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "یادداشت‌ها" +msgid "toctree contains reference to non-included document %r" +msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "مؤلّفه‌های دیگر" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" +msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "دریافت‌ها" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "امکان تشخیص متن جایگزین برای ارجاع متقابل نبود. شاید یک اشکال برنامه نویسی باشد." -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "منابع" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "برای «هر» ارجاع متقابل بیشتر از یک هفد پیدا شد: %r شاید %s باشد" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "هشدارها" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s مرجع هدف پیدا نشد: %s" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "فرآورده" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "مقصد ارجاع %r پیدا نشد %s" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" -msgstr "شیئ ساختگی شناسایی شد: %r" +msgid "Could not fetch remote image: %s [%s]" +msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%s]" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" -msgstr "نام جانشین %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%d]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "پایه ها:%s" +msgid "Unknown image format: %s..." +msgstr "قالب تصویر ناشناخته: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3420,214 +3641,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" در پیمانه‌ی خودکار معنی نمی‌دهد" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "پرونده‌ی %s را می سازد." - -#: ext/apidoc/_cli.py:28 -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 "\nبه صورت بازگشتی در مسیر دنبال پیمانه‌هاو بسته‌های پایتون بگرد و \nبا به ازای دستورالمعل‌های خودکار پیمانه‌ی هر بسته در مسیر خروجی یک پرونده‌ی reST بساز.\n\nالگوی استثتاء های می‌تواند الگوی پرونده‌ها و یا شاخه‌هایی باشد که از تولید کنار گذاشته شده‌اند.\n\nتوجّه: به صورت پیش فرض این اسکریپت روی پرونده‌های از پیش ساخته شده دوباره نویسی نمی‌کند." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "مسیر پیمانه به سند" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "الگوها‌ی به سبک fnmatch در پرونده و یا شاخه برای کنار گذاشتن از تولید" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "نهایت عمق زیر پیمانه‌ها برای نشان دادن در فهرست مطالب (پیش‌گزیده: ۴)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "بازنویسی پرونده‌های موجود" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ردگیری پیوند نمادین. وقتی با collective.recipe.omelette ترکیب می‌شود توانمند است." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "اجرای اسکریپت بدون ساخت پرونده" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "قرار دادن مستندات هر پیمانه در صفحه‌ی خودش" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "در برداشتن پیمانه‌های «خصوصی»(_private)" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "نام پرونده فهرست مطالب (پیش‌گزیده: پیمانه‌ها)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "پرونده‌ی فهرست مطالب را ایجاد نکن" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "برای بسته‌ها و پیمانه‌ها سربرگ نساز (مثلاً وقتی رشته‌متن‌های مستندات از قبل آن‌ها را داشته باشند)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "قرار دادن مستندات پیمانه پیش از مستندات پیمانه‌ی زیرمجموعه‌‌اش" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "تفسیر مسیرهای پیمانه بر اساس ویژگی‌های ضمنی فضای نام‌ها در PEP -0420" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "پسوند پرونده ( پیش فرض: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "تولید یک پروژه‌ی کامل با ابزار شروع سریع اسفینکس" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "پیوست مسیر پیمانه (module_path) به مسیر سیستم (sys.path)، هنگامی به کار می‌رود که گزینه‌ی full-- داده شود" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "نام پروژه (پیش‌گزیده: نام پیمانه‌ی ریشه)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "نویسنده(های) پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "نسخه‌ی پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "نگارش پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود، پیش‌گزیده همان شماره‌ی نسخه (--doc-version) است" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "گزینه های افزونه" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s شاخه نیست." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "شیئ ساختگی شناسایی شد: %r" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "alias of %s" +msgstr "نام جانشین %s" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "Bases: %s" +msgstr "پایه ها:%s" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "autosummary references excluded document %r. Ignored." +msgstr "ارجاعات خلاصه‌ی خودکار سند %r حذف کنار گذاشته. نادیده گرفته می‌شود." -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "خلاصه‌ی خودکار: خرده‌پرونده‌ی %r پیدا نشد. تنظیمات تولید خلاصه‌ی خودکار(autosummary_generate) را بررسی کنید." -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "خلاصه‌ی خودکار عنوان‌ٔار نیازمند گزینه‌ی :toctree: است، نادیده گرفته می‌شود." -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "شکست در وارد کردن شیئ %s" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "تولید خلاصه خودکار: پرونده پیدا نشد: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3700,129 +3778,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "ارجاعات خلاصه‌ی خودکار سند %r حذف کنار گذاشته. نادیده گرفته می‌شود." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "خلاصه‌ی خودکار: خرده‌پرونده‌ی %r پیدا نشد. تنظیمات تولید خلاصه‌ی خودکار(autosummary_generate) را بررسی کنید." +msgid "Failed to remove %s: %s" +msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "خلاصه‌ی خودکار عنوان‌ٔار نیازمند گزینه‌ی :toctree: است، نادیده گرفته می‌شود." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" -msgstr "شکست در وارد کردن شیئ %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "تولید خلاصه خودکار: پرونده پیدا نشد: %s" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "Would create file %s." +msgstr "پرونده‌ی %s را می سازد." -#: ext/intersphinx/_load.py:324 +#: ext/apidoc/_cli.py:28 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "مشکلاتی در برخی از سیاهه‌ها به وجود آمد،ولی این مشکلات راه‌های جایگزین های داشته‌اند:" +"\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 "\nبه صورت بازگشتی در مسیر دنبال پیمانه‌هاو بسته‌های پایتون بگرد و \nبا به ازای دستورالمعل‌های خودکار پیمانه‌ی هر بسته در مسیر خروجی یک پرونده‌ی reST بساز.\n\nالگوی استثتاء های می‌تواند الگوی پرونده‌ها و یا شاخه‌هایی باشد که از تولید کنار گذاشته شده‌اند.\n\nتوجّه: به صورت پیش فرض این اسکریپت روی پرونده‌های از پیش ساخته شده دوباره نویسی نمی‌کند." + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "مسیر پیمانه به سند" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "الگوها‌ی به سبک fnmatch در پرونده و یا شاخه برای کنار گذاشتن از تولید" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "نهایت عمق زیر پیمانه‌ها برای نشان دادن در فهرست مطالب (پیش‌گزیده: ۴)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "بازنویسی پرونده‌های موجود" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ردگیری پیوند نمادین. وقتی با collective.recipe.omelette ترکیب می‌شود توانمند است." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "اجرای اسکریپت بدون ساخت پرونده" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "قرار دادن مستندات هر پیمانه در صفحه‌ی خودش" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "در برداشتن پیمانه‌های «خصوصی»(_private)" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "نام پرونده فهرست مطالب (پیش‌گزیده: پیمانه‌ها)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "پرونده‌ی فهرست مطالب را ایجاد نکن" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "برای بسته‌ها و پیمانه‌ها سربرگ نساز (مثلاً وقتی رشته‌متن‌های مستندات از قبل آن‌ها را داشته باشند)" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "قرار دادن مستندات پیمانه پیش از مستندات پیمانه‌ی زیرمجموعه‌‌اش" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "تفسیر مسیرهای پیمانه بر اساس ویژگی‌های ضمنی فضای نام‌ها در PEP -0420" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" + +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "پسوند پرونده ( پیش فرض: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "تولید یک پروژه‌ی کامل با ابزار شروع سریع اسفینکس" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "پیوست مسیر پیمانه (module_path) به مسیر سیستم (sys.path)، هنگامی به کار می‌رود که گزینه‌ی full-- داده شود" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "نام پروژه (پیش‌گزیده: نام پیمانه‌ی ریشه)" + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "نویسنده(های) پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "نسخه‌ی پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "نگارش پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود، پیش‌گزیده همان شماره‌ی نسخه (--doc-version) است" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "گزینه های افزونه" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "سیاهه‌ی بین اسفینکس جا به جایی را انجام داد: %s -> %s" +msgid "%s is not a directory." +msgstr "%s شاخه نیست." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3864,445 +4028,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "خطا در قالب بندی امضا برای %s: %s" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "شکست در به روز رسانی امضا برای %r: مؤلّفه پیدا نشد: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "شکست در تحلیل نوع یادداشت برای %r: %s" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "__slots__ نامعتبر در %sیدا شد و نادیده گرفته شد." - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "خطا در قالب بندی نشانوند برای %s: %s" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s" - -#: ext/autodoc/_dynamic/_signatures.py:500 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to get a signature for %s: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "شکست در تحلیل مقدار پیش‌گزیده‌‌ی نشانوند برای %r: %s" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "نشانوند‌های امضا یا یادداشت مقدار برگشتی داده شده برای پیمانه‌ی خودکار %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ باید لیستی از رشته‌متن ها باشد، نه %r (در پیمانه‌ی %s) -- __all__ نادیده گرفته می‌شود" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پیمانه‌ی:%s، ویژگی %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "ویژگی ناموجود %s در شیئ %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "نام جانشین نوع متغیر(%s)" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "صفحات HTML در %(outdir)s است." - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to read build info file: %r" -msgstr "شکست در خواندن پرونده‌ی اطّلاعات ساخت: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "فهرست" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "بعدی" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "قبلی" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "تولید نمایه‌ها" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "نوشتن صفحات اضافی" - -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "رونوشت از پرونده‌های قابل دریافت... " - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "نمی تواند از پرونده‌ی قابل دریافت %r: %s رونوشت بگیرد" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "مشکلاتی در برخی از سیاهه‌ها به وجود آمد،ولی این مشکلات راه‌های جایگزین های داشته‌اند:" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:871 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "شکست در رونوشت یک پرونده‌ی به html_static_file: %s: %r" - -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "رونوشت از پرونده‌های ثابت" - -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "نمی تواند از پرونده‌ی ثابت %r رونوشت بگیرد" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "رونوشت برداری از پرونده‌های اضافی" - -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "نمی تواند از پرونده‌ی اضافه‌ی %r رونوشت بگیرد" - -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" -msgstr "شکست در نوشتن پرونده‌ی اطّلاعات ساخت: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "سیاهه‌ی بین اسفینکس جا به جایی را انجام داد: %s -> %s" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "نمایه‌ی جستجو نمی‌تواند بارگزاری شود، ولی برای همه‌ی مستندات ساخته‌ نمی‌شود: نمایه‌ ناقص خواهد بود." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "نشانوندهای کلیدی" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "صفحه‌ی %s با دو الگو در نوار کناری صفحه (html_sidebars) هم‌خوانی دارد: %r و%r" +msgid "invalid value set (missing closing brace): %s" +msgstr "مقدار نامعتبر تعیین شده (بدون کمانک انتهایی): %s" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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 خطای یونیکد رخ داد. لطفاً اطمینان حاصل کنید که تمام مقدارهای پیکربندی‌ها دارای محتوای غیر اَسکی، رشته‌متن‌های یونکد هستند." +msgid "invalid value set (missing opening brace): %s" +msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "" +msgid "malformed string literal (missing closing quote): %s" +msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول انتهایی): %s" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "خطایی در نمایش صفحه‌ی %s رخ داد.\nعلّت: %r" +msgid "malformed string literal (missing opening quote): %s" +msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول ابتدایی): %s" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "خالی کردن فهرست اشیاء" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "مثال" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "خالی کردن نمایه‌ی جستجو در %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "نمونه‎ها" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "پرونده‌ی js نامعتبر%r: نادیده گرفته می‌شود" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "یادداشت‌ها" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "ارا‌ئه کننده‌های ریاضی زیادی ثبت شده‌اند، ولی هیچ کدام انتخاب نشده." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "مؤلّفه‌های دیگر" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "نمایش‌دهنده‌ی ریاضی نامشخّص %r داده شده." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "دریافت‌ها" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخه‌ی خارجی قرار دارد" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "منابع" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "هشدارها" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخه‌ی خارجی قرار دارد" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "فرآورده" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" +msgid "error while formatting signature for %s: %s" +msgstr "خطا در قالب بندی امضا برای %s: %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" -msgstr "پرونده‌ی آرم %r وجود ندارد" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" -msgstr "پرونده‌ی آیکون مورد علاقه %r وجود ندارد" +msgid "Failed to get a function signature for %s: %s" +msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "شکست در تحلیل مقدار پیش‌گزیده‌‌ی نشانوند برای %r: %s" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "شکست در به روز رسانی امضا برای %r: مؤلّفه پیدا نشد: %s" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%s %s documentation" -msgstr "مستندات %s%s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "شکست در تحلیل نوع یادداشت برای %r: %s" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r فاقد تنظیمات زمینه است" +msgid "error while formatting arguments for %s: %s" +msgstr "خطا در قالب بندی نشانوند برای %s: %s" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r فاقد تنظیمات \"%s\" است" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "پرونده‌ی LaTeX در پوشه‌ی %(outdir)s است." - -#: builders/latex/__init__.py:118 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) اجرا کند\n(برای انجام خودکار `make latexpdf' را به کار ببرید)." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_documents) پیدا نشد؛ بنابراین هیچ سندی نوشته نخواهد شد" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "رونوشت از پرونده‌های پشتیبانی لتکس" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "رونوشت برداری از پرونده‌های اضافی" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "__slots__ نامعتبر در %sیدا شد و نادیده گرفته شد." -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "کلید پیکربندی ناشناخته: latex_elements[%r]، نادیده گرفته می‌شود." +msgid "signature arguments or return annotation given for automodule %s" +msgstr "نشانوند‌های امضا یا یادداشت مقدار برگشتی داده شده برای پیمانه‌ی خودکار %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "کلید زمینه‌ی ناشناخته: latex_theme_options[%r]، نادیده گرفته می‌شود." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ باید لیستی از رشته‌متن ها باشد، نه %r (در پیمانه‌ی %s) -- __all__ نادیده گرفته می‌شود" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "شماره‌ی قسمت‌ها پیش‌تر به %s نسبت داده شده ( آیا درختواره‌ی فهرست مطالب شماره‌گذاری تو در تو دارد؟)" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پیمانه‌ی:%s، ویژگی %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "image file not readable: %s" -msgstr "پرونده‌ی تصویر خوانا نیست: %s" +msgid "missing attribute %s in object %s" +msgstr "ویژگی ناموجود %s در شیئ %s" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file %s not readable: %s" -msgstr "پرونده‌ی عکس %s خوانا نیست: %s" +msgid "alias of TypeVar(%s)" +msgstr "نام جانشین نوع متغیر(%s)" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" -msgstr "پرونده‌ی دریافت شده خوانا نیست: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "قطع شد!" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "دور تسلسل در درختواره‌ی ارجاعات فهرست مطالب تشخیص داده شده، نادیده گرفته می‌شوند: %s <- %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "فهرست مطالب دارای ارجاع به سند %r است که عنوانی ندارد: هیچ پیوندی تولید نخواهد شد" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "%s را ببینید" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "%s را هم ببینید" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "نوع ناشناخته مدخل نمایه %r" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "لطفاً اگر این مورد خطای کاربر بوده، آن را گزارش دهید تا برای بارهای بعدی پیام خطای بهتری بتواند ارائه شود." diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index 5ed53f938ec..b82673d3cd1 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 ec0fe50ed03..18299e4fa32 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR , 2009\n" "Language-Team: Finnish (http://app.transifex.com/sphinx-doc/sphinx-1/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,1302 +397,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:952 +#: ext/viewcode.py:359 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Huom" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Varoitus" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Vaara" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Virhe" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Vihje" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Tärkeä" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Muista" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Katso myös" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Vihje" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Varoitus" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tehtävä vielä" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Sisällysluettelo" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "unimplemented node type: %r" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:446 #, python-format -msgid "no changes in version %s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Moduulitaso" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Tehtävä vielä" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (moduuli)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "moduuli" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Huom" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Varoitus" -#: domains/rst.py:236 -msgid "role" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Vaara" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Virhe" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Vihje" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Muutettu versiossa %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Tärkeä" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Poistettu versiosta %s alkaen" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Muista" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Katso myös" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Vihje" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varoitus" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1860,1159 +1527,1408 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: cmd/quickstart.py:275 +msgid "" +"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 "" + +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: cmd/quickstart.py:288 +msgid "" +"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 "" + +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:310 +msgid "" +"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 "" + +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" + +#: cmd/quickstart.py:351 +msgid "" +"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 "" + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: cmd/quickstart.py:411 +msgid "" +"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 "" + +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:577 +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 "" + +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:797 msgid "" -"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." +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Luvun kirjoittaja: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Moduulin kirjoittaja: " + +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/other.py:209 +msgid "Author: " +msgstr "Tekijä: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:350 +#: directives/code.py:237 +#, python-format msgid "" -"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." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:368 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:378 +#: directives/patches.py:71 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/i18n.py:253 #, python-format -msgid "Creating file %s." +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/docutils.py:327 #, python-format -msgid "File %s already exists, skipping." +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:520 +#: util/docutils.py:815 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:531 +#: util/inventory.py:166 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:538 +#: util/osutil.py:131 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:573 -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" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:374 #, python-format -msgid "enable %s extension" +msgid "%s (module)" +msgstr "%s (moduuli)" + +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "moduuli" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:810 +#: domains/rst.py:262 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/other.py:119 +#: domains/math.py:73 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/citation.py:75 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/other.py:156 +#: domains/citation.py:92 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/other.py:169 +#: domains/changeset.py:32 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "Added in version %s" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Luvun kirjoittaja: " +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Muutettu versiossa %s" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Moduulin kirjoittaja: " +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Poistettu versiosta %s alkaen" -#: directives/other.py:207 -msgid "Code author: " +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Tekijä: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Moduulitaso" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/code.py:216 +#: builders/changes.py:146 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:230 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:238 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:281 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "all of %d po files" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:303 #, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Sisällysluettelo" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:336 #, python-format -msgid "unimplemented node type: %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:343 #, python-format -msgid "[image: %s]" -msgstr "" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:354 #, python-format -msgid "numfig_format is not defined for %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:367 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:416 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "%d found" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:500 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:537 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/latex.py:1198 +#: builders/__init__.py:557 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/latex.py:1228 +#: builders/__init__.py:564 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:726 #, python-format -msgid "unknown index entry type %s found" +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: transforms/__init__.py:299 +#: builders/text.py:27 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "The text files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/inventory.py:147 +#: builders/linkcheck.py:159 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/inventory.py:166 +#: builders/linkcheck.py:562 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Anchor '%s' not found" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/i18n.py:113 +#: builders/linkcheck.py:800 #, python-format -msgid "writing error: %s, %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/i18n.py:146 +#: builders/gettext.py:243 #, python-format -msgid "locale_dir %s does not exist" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:244 +#: builders/gettext.py:265 #, python-format -msgid "Invalid Babel locale: %r." +msgid "targets for %d template files" msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/osutil.py:131 +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "" + +#: builders/texinfo.py:41 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/docutils.py:325 +#: builders/texinfo.py:85 #, python-format -msgid "unknown directive name: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unknown role name: %s" +msgid "processing %s" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/docfields.py:103 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "cannot copy image file %r: %s" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/nodes.py:462 +#: builders/texinfo.py:218 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "error writing file Makefile: %s" msgstr "" -#: util/nodes.py:523 +#: builders/_epub_base.py:223 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/nodes.py:739 +#: builders/_epub_base.py:436 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:802 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "writing %s file..." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/manpage.py:37 #, python-format -msgid "Unknown image format: %s..." -msgstr "" - -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/manpage.py:64 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/__init__.py:115 #, python-format -msgid "%r reference target not found: %s" -msgstr "" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" - -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" - -#: _cli/util/errors.py:203 -msgid "Recursion error!" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:207 +#: builders/latex/__init__.py:118 msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navikointi" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:529 #, python-format -msgid "Search within %(docstitle)s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Tietoja tästä documentistä" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Etsi" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/transforms.py:487 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:87 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "<<" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "<<" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr ">>" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr ">>" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:372 #, python-format -msgid "Index – %(key)s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Hakemisto yhtenä luettelona" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Tämä sivu" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Yleinen sisällysluettelo" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Näytä lähdekoodina" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "hakemisto" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Pikahaku" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Siirry" +#: builders/html/__init__.py:578 +msgid "next" +msgstr ">" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Yhteenveto" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "<" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Etsi sivu" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Yleinen moduulien sisällysluettelo" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Yleinen sisällysluettelo" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:948 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Hakemisto aakkostus sivuttain" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "voi olla iso" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Javascript pitää olla sallittu, jotta etsintä toimii." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "etsi" - -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Etsinnän tulos" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Piilota löydetyt" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s" +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3025,25 @@ msgstr "" msgid " (deprecated)" msgstr " (poistettu)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,482 +3080,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Moduuli sisällysluettelo" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Etsi sivu" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:199 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "<<" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "<<" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr ">>" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr ">>" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Etsi" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Javascript pitää olla sallittu, jotta etsintä toimii." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "etsi" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Tämä sivu" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Näytä lähdekoodina" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "A mocked object is detected: %r" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" -msgstr "" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Hakemisto yhtenä luettelona" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navikointi" + +#: themes/basic/layout.html:115 #, python-format -msgid "Bases: %s" +msgid "Search within %(docstitle)s" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Tietoja tästä documentistä" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pikahaku" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Siirry" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Yhteenveto" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Yleinen moduulien sisällysluettelo" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Hakemisto aakkostus sivuttain" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "voi olla iso" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:135 +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Piilota löydetyt" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Etsinnän tulos" + +#: themes/basic/static/searchtools.js:134 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "hakemisto" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr ">" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "<" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index b6356cecaea..b265694fe3a 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 b30bba597dd..b10eafb93bf 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -35,14 +35,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-04 06:45+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Denis Bitouzé , 2020-2025\n" "Language-Team: French (http://app.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -81,91 +81,166 @@ msgstr "numéro PEP %s non valide" msgid "invalid RFC number %s" msgstr "numéro RFC %snon valide" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Le nom du l'analyseur Pygments %r est inconnu" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "Les sections de configuration autres que [theme] et [options] ne sont pas acceptées (on a essayé d'obtenir une valeur à partir de %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "Le lexème du bloc_littéral %r en tant que \"%s\" a entraîné une erreur au niveau du jeton : %r. Réessayer en mode relaxé." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "le paramètre %s.%s n'apparaît dans aucune des configurations de thème recherchées" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Le dossier de configuration ne contient pas de fichier conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "l'option %r n'est pas supportée pour ce thème" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' doit être '0' ou '1', a '%s'" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "le fichier %r dans le dossier des thèmes n'est pas une archive zip valide ou ne contient aucun thème" +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)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "aucun thème nommé %r trouvé (theme.toml manquant ?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre non valide %r pour l'option de configuration %r ; ignoré" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "Le thème %r a un héritage circulaire" +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é" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "paramètre de configuration %r inconnu dans override ; ignoré" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Aucune valeur de configuration du type : %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "L'option de configuration %r est déjà présente" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "Le thème %r hérite de %r, qui n'est pas un thème chargé. Les thèmes chargés sont : %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "ne peut pas mettre en cache une valeur de configuration non piquable : %r (parce qu'il contient une fonction, une classe ou un objet de module)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Valeur de configuration non valide trouvée: 'language = None'. Mettez à jour la configuration avec un code de langage valide. Utilisation de 'en' (English) comme substitut." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "Le thème %r a trop d'ancêtres" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Votre fichier de configuration comporte une erreur de syntaxe : %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Le fichier de configuration (ou un des modules qu'il utilise) génère un sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "aucun fichier de configuration de thème n'a été trouvé dans %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Votre fichier de configuration comporte une erreur de programmation : \n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "Le thème %r n'a pas la table « thème »" +msgid "Failed to convert %r to a frozenset" +msgstr "Échec de la conversion %r à un ensemble fixé" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "La table thème « [theme] » %r n'est pas une table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Conversion de `source_suffix = %r` en `source_suffix = %r`." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "Le thème %r doit définir la clé \"theme.inherit\" dans les paramètres" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "La valeur de configuration `source_suffix' attend un dictionnaire, une chaîne ou une liste de chaînes. Obtenu à la place : `%r' (type %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "La table thème « [options » %r n'est pas une table" +msgid "Section %s" +msgstr "Section %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "Le paramètre « theme.pygments_style » doit être une table. Conseil : « %s »" +msgid "Fig. %s" +msgstr "Fig. %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tableau %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Code source %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "plusieurs fichiers trouvés pour le document « %s » : %s\nUtilisez %r pour la compilation." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "La valeur « {current} » du paramètre « {name} » ne figure pas dans la liste des possibilités valables « {candidates} »." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Le type du paramètre de configuration « {name} » doit être {permitted} et non « {current.__name__} »." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Le paramètre de configuration « {name} » a pour type « {current.__name__} », tandis que le type par défaut est « {default.__name__} »." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "Document illisible %r ignoré." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r non trouvé; ignoré." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx utilise désormais \"index\" comme document maître par défaut. Pour conserver le comportement antérieur à la version 2.0, définissez \"master_doc = 'contents'\"." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "La prise en charge des encodages source autres que UTF-8 est obsolète et sera supprimée dans Sphinx 10. Veuillez signaler tout problème à l'adresse https://github.com/sphinx-doc/sphinx/issues/13665." #: extension.py:58 #, python-format @@ -181,17 +256,17 @@ msgid "" "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)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Le nom du l'analyseur Pygments %r est inconnu" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "plusieurs fichiers trouvés pour le document « %s » : %s\nUtilisez %r pour la compilation." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "Le lexème du bloc_littéral %r en tant que \"%s\" a entraîné une erreur au niveau du jeton : %r. Réessayer en mode relaxé." +msgid "Ignored unreadable document %r." +msgstr "Document illisible %r ignoré." #: events.py:92 #, python-format @@ -238,7 +313,7 @@ msgstr "Ce projet nécessite au minimum Sphinx v%s et ne peut donc être constru msgid "making output directory" msgstr "création du répertoire de sortie" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "lors de l'initialisation de l'extension %s :" @@ -255,7 +330,7 @@ msgstr "'setup' tel que défini dans conf.py n'est pas un objet Python appelable msgid "loading translations [%s]... " msgstr "chargement des traductions [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "fait" @@ -328,7 +403,7 @@ msgstr "la directive %r est déjà enregistrée et ne sera pas remplacé." msgid "role %r is already registered and will not be overridden" msgstr "le rôle %r est déjà enregistré et ne sera pas remplacé." -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -336,12 +411,12 @@ 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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "l'extension %s n'est pas compatible avec les lectures parallèles" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -349,1302 +424,894 @@ 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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "l'extension %s n'est pas compatible avec les écritures parallèles" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "sérialisation en cours %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe Builder %s n'a pas d'attribut « name »" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Le constructeur %r existe déjà (dans le module %s)" -#: registry.py:182 +#: registry.py:184 #, 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" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Constructeur %s non enregistré" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "le domaine %s a déjà été enregistré" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "le domaine %s n'a pas encore été enregistré" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "La directive %r est déjà enregistrée sur le domaine %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Le rôle %r est déjà enregistré sur le domaine %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "L'index %r est déjà enregistré sur le domaine %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "Le type de l'objet %r est déjà enregistré" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "Le type %r crossref_type est déjà enregistré" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "L'extension source %r est déjà enregistrée" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pour %r est déjà enregistré" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "source_parser pour %s non enregistré" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Il existe déjà un traducteur pour %r" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "Les kwargs pour add_node() doivent être un tuple de fonction (visite, départ) : %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r est déjà enregistré" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "le moteur de rendu mathématique %s est déjà enregistré" -#: registry.py:531 +#: registry.py:538 #, 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." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Exception initiale :\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "L'extension %s ne peut pas être importée" -#: registry.py:554 +#: registry.py:561 #, 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 ?" -#: registry.py:567 +#: registry.py:574 #, 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." -#: registry.py:579 +#: registry.py:586 #, 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" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` n'est pas un type de fichier valide pour %r." -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "Le dossier de configuration ne contient pas de fichier conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "'%s' doit être '0' ou '1', a '%s'" - -#: config.py:379 +#: theming.py:119 #, 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)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre non valide %r pour l'option de configuration %r ; ignoré" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "Les sections de configuration autres que [theme] et [options] ne sont pas acceptées (on a essayé d'obtenir une valeur à partir de %r)." -#: config.py:399 +#: theming.py:124 #, 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é" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "le paramètre %s.%s n'apparaît dans aucune des configurations de thème recherchées" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "paramètre de configuration %r inconnu dans override ; ignoré" +msgid "unsupported theme option %r given" +msgstr "l'option %r n'est pas supportée pour ce thème" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "Aucune valeur de configuration du type : %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "le fichier %r dans le dossier des thèmes n'est pas une archive zip valide ou ne contient aucun thème" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "L'option de configuration %r est déjà présente" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "aucun thème nommé %r trouvé (theme.toml manquant ?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "ne peut pas mettre en cache une valeur de configuration non piquable : %r (parce qu'il contient une fonction, une classe ou un objet de module)" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "Valeur de configuration non valide trouvée: 'language = None'. Mettez à jour la configuration avec un code de langage valide. Utilisation de 'en' (English) comme substitut." +msgid "The %r theme has circular inheritance" +msgstr "Le thème %r a un héritage circulaire" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Votre fichier de configuration comporte une erreur de syntaxe : %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Le fichier de configuration (ou un des modules qu'il utilise) génère un sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "Le thème %r hérite de %r, qui n'est pas un thème chargé. Les thèmes chargés sont : %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Votre fichier de configuration comporte une erreur de programmation : \n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "Le thème %r a trop d'ancêtres" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "Échec de la conversion %r à un ensemble fixé" +msgid "no theme configuration file found in %r" +msgstr "aucun fichier de configuration de thème n'a été trouvé dans %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Conversion de `source_suffix = %r` en `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" +msgstr "Le thème %r n'a pas la table « thème »" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "La valeur de configuration `source_suffix' attend un dictionnaire, une chaîne ou une liste de chaînes. Obtenu à la place : `%r' (type %s)." +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "La table thème « [theme] » %r n'est pas une table" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Section %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "Le thème %r doit définir la clé \"theme.inherit\" dans les paramètres" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "La table thème « [options » %r n'est pas une table" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tableau %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "Le paramètre « theme.pygments_style » doit être une table. Conseil : « %s »" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Code source %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Usage :" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "La valeur « {current} » du paramètre « {name} » ne figure pas dans la liste des possibilités valables « {candidates} »." +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPTIONS] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Le type du paramètre de configuration « {name} » doit être {permitted} et non « {current.__name__} »." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "Le générateur de documentation Sphinx." -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Le paramètre de configuration « {name} » a pour type « {current.__name__} », tandis que le type par défaut est « {default.__name__} »." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Commandes:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r non trouvé; ignoré." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Options" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "Sphinx utilise désormais \"index\" comme document maître par défaut. Pour conserver le comportement antérieur à la version 2.0, définissez \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Pour plus d'informations, consultez le site https://www.sphinx-doc.org/en/master/man/." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "La prise en charge des encodages source autres que UTF-8 est obsolète et sera supprimée dans Sphinx 10. Veuillez signaler tout problème à l'adresse https://github.com/sphinx-doc/sphinx/issues/13665." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erreur : {1}\nExécuter '{0} --help' pour information" -#: environment/__init__.py:89 -msgid "new config" -msgstr "nouvelle configuration" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr " Gérer la documentation avec Sphinx." -#: environment/__init__.py:90 -msgid "config changed" -msgstr "la configuration a changé" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Afficher la version et quitter." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "les extensions ont changé" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Afficher ce message et quitter." -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "version non à jour de l’environnement de construction" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Journalisation" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "le répertoire racine a changé" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenter la verbosité (peut être répété)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "La configuration a changé (1 option : %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "N'imprimez que les erreurs et les avertissements." -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "La configuration a changé (%d options : %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Pas de sortie du tout" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "La configuration a changé (%d options : %s, ...)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Cet environnement est incompatible avec le constructeur sélectionné, veuillez choisir un autre répertoire doctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Voir 'sphinx --help'.\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Échec du scan des documents dans %s : %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "Impossible d’exécuter la commande de conversion d'image %r. 'sphinx.ext.imgconverter' nécessite par défaut ImageMagick. Assurez-vous que ce dernier est installé, ou configurez l’option 'image_converter' pour faire référence à une commande de conversion ad hoc.\n\nTrace d’appels : %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "le domaine %r n'est pas enregistré." - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "Le document n'est inclus dans aucune toctree." - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "une table des matières auto-référencée a été trouvée. Elle sera ignorée." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert a terminé avec une erreur :\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "document référencé dans plusieurs arborescences : %s, sélectionnant : %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "la commande convert %r ne peut pas être exécutée; vérifiez le paramètre image_converter" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Attention" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Prudence" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "Coloration syntaxique du code du module..." -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Danger" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Erreur" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Code du module" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Indication" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Code source de %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Important" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vue d'ensemble : code du module" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Note" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Modules pour lesquels le code est disponible

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Voir aussi" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "la section \"%s\" est étiquettée \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Astuce" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Avertissement" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Lien vers cette équation" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Les fichiers Texinfo se trouvent dans %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "La durée de lecture %.3fs a dépassé la limite de durée %.3fs" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExécuter 'make' dans ce répertoire pour les soumettre à makeinfo\n(ou 'make info' directement ici pour l'automatiser)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "aucun paramètre de configuration \"texinfo_documents\" trouvé: aucun document ne sera écrit" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "La valeur du paramètre \"texinfo_documents\" référence un document inconnu %s" +"====================== total reading duration ==========================" +msgstr "====================== durée totale de lecture ==========================" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "traitement de %s en cours" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "enregistrement" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "Temps total de lecture %d fichier%s: %dm %.3fs" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "résolution des références..." +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== durées de lecture les plus lentes =======================" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(dans" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "%.3fs %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "copie des images... " +#: ext/todo.py:61 +msgid "Todo" +msgstr "À faire" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "impossible de copier le fichier image %r: %s" +msgid "TODO entry found: %s" +msgstr "Entrée TODO trouvée : %s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "copie des fichiers de support Texinfo" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "erreur lors l'écriture du fichier Makefile : %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(l'<> se trouve dans %s, à la ligne %d)" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Le manuel se trouve dans %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrée originale" -#: builders/manpage.py:45 -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" +#: ext/graphviz.py:138 +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" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "le paramètre de configuration \"man_pages\" référence un document inconnu %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Fichier externe Graphviz %r non trouvé ou échec de sa lecture" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Les pages HTML sont dans %(outdir)s." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Directive « graphviz » sans contenu ignorée." -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "création du document unique" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "Le chemin de l'exécutable de graphviz_dot doit être défini ! %r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "Enregistrement des fichiers supplémentaires" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"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" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Le constructeur factice ne génère aucun fichier." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot a terminé avec une erreur :\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "La liste des messages se trouve dans %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot n'a pas produit de fichier de sortie : \n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "construction [%s] : " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format doit être soit \"png\", soit \"svg\", mais il est %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "cibles pour les modèles de fichiers %d" +msgid "dot code %r: %s" +msgstr "dot code %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "lecture des gabarits... " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graphe: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "écriture des catalogues de messages... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graphe]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Recherchez les éventuelles erreurs dans la sortie ci-dessus ou dans %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "le lien %r codé en dur pourrait être remplacé par un extlink (essayez d'utiliser %r à la place)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "lien mort: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "La commande LaTeX %r (nécessaire pour le rendu des équations mathématiques), ne peut pas être exécutée, vérifier le paramètre imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Ancre '%s' non trouvée" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "La commande de %s, %r, ne pas être exécuté (nécessaire pour display mathématique), vérifier la configuration imgmath_%s" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "linkcheck_allowed_redirects. Un dictionnaire est attendu." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "latex de type display %r : %s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Échec de la compilation de la regex dans linkcheck_allowed_redirects : %r%s" +msgid "inline latex %r: %s" +msgstr "latex en ligne %r : %s" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Le fichier ePub se trouve dans %(outdir)s ." +msgid "missing '+' or '-' in '%s' option." +msgstr "option '+' ou '-' manquante dans %s." -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "Enregistrement du fichier nav.xhtml..." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' n'est pas une option valide." -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "la variable de configuration \"epub_language\" (ou \"language\") ne peut pas être vide pour EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "%s n'est pas une option pyversion valide" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "le paramètre de configuration \"epub_uid\" ne peut pas être vide pour EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "type invalide de TestCode" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_title\" (ou \"html_title\") ne peut pas être vide pour EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Exécution des doctests des sources achevée, voir les résultats dans %(outdir)s/output.txt." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_author\" ne peut pas être vide pour EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "pas de code ou sortie dans le bloc %s en %s : %s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_contributor\" ne peut pas être vide pour EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "code doctest invalide sera ignoré : %r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_description\" ne peut pas être vide pour EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "regex invalide %r dans %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_publisher\" ne peut pas être vide pour EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "le module %s ne pas être importé : %s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_copyright\" (ou \"copyright\") ne peut pas être vide pour EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "les modules suivants sont documentés mais n'ont pas été spécifiés dans coverage_modules : %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_identifier\" ne peut pas être vide pour EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "Les modules suivants sont spécifiés dans coverage_modules mais n'ont pas été documentés : %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "Les tests de couverture dans les sources sont terminés. %(outdir)s{sep}python.txt." -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "Fichier CSS non valide : %r, il sera ignoré" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "regex invalide %r dans coverage_c_regexes" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Les fichiers XML se trouvent dans %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API C non documentée : %s [%s] dans le fichier %s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "erreur lors l'écriture du fichier %s : %s" +msgid "undocumented python function: %s :: %s" +msgstr "fonction python non documentée: %s :: %s" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "classe python non documentée: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entrées dupliquées de la table des matières trouvées : %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "méthode python non documentée: %s :: %s :: %s" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "impossible de lire le fichier image %r: il sera copié à la place" +msgid "%b %d, %Y" +msgstr "%d %B %Y" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "impossible d'écrire le fichier image %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "impossible de calculer l'avancement de la traduction !" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow n'a pas été trouvé - copie des fichiers image" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "pas d'éléments traduits !" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "écriture du type MIME du fichier ..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "index trouvé avec style ancien à 4 colonnes. Possiblement un bogue d’extensions que vous utilisez : %r" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "écriture du fichier META-INF/container.xml..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "La note de bas de page [%s] n'est pas référencée." -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "Enregistrement du fichier content.opf..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "La note de bas de page [*] n'est pas référencée." -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "type MIME inconnu pour %s, il sera ignoré" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "La note de bas de page [#] n'est pas référencée." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "nœud de niveau invalide" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "incohérences de références de notes de bas de page dans le message traduit. Original : {0}, traduit : {1} " -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "Enregistrement du fichier toc.ncx..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "incohérences de références dans le message traduit. Original : {0}, traduit : {1}" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "fichier %s en cours d'écriture..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "incohérences de références de citation dans le message traduit. Original : {0}, traduit : {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Les fichiers texte se trouvent dans %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "incohérences de références de terme dans le message traduit. Original : {0}, traduit : {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "l'image appropriée pour le constructeur %s n'a pas été trouvée : %s (%s)" +#: environment/__init__.py:89 +msgid "new config" +msgstr "nouvelle configuration" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "l'image appropriée pour le constructeur %s n'a pas été trouvée : %s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "la configuration a changé" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "construction en cours [mo] : " +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "les extensions ont changé" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "écriture... " +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "version non à jour de l’environnement de construction" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "tous les %d fichiers po" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "le répertoire racine a changé" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" -msgstr "cibles spécifiées pour les fichiers po %d" +msgid "The configuration has changed (1 option: %r)" +msgstr "La configuration a changé (1 option : %r)" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "cibles périmées pour les fichiers po %d" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "tous les fichiers source" +msgid "The configuration has changed (%d options: %s)" +msgstr "La configuration a changé (%d options : %s)" -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "le fichier %r passé dans la ligne de commande n'existe pas, " +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "La configuration a changé (%d options : %s, ...)" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "le fichier %r saisi en ligne de commande n'est pas présent dans le dossier source, il sera ignoré" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Cet environnement est incompatible avec le constructeur sélectionné, veuillez choisir un autre répertoire doctree." -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "le fichier %r passé dans la ligne de commande n'est pas un document valide, ignoré" +msgid "Failed to scan documents in %s: %r" +msgstr "Échec du scan des documents dans %s : %r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "%d fichiers source saisis en ligne de commande" +msgid "Domain %r is not registered" +msgstr "le domaine %r n'est pas enregistré." -#: builders/__init__.py:382 +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "Le document n'est inclus dans aucune toctree." + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "une table des matières auto-référencée a été trouvée. Elle sera ignorée." + +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "cibles périmées pour les fichiers sources %d" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "document référencé dans plusieurs arborescences : %s, sélectionnant : %s <- %s" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "recherche des fichiers périmés... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r inconnu pour la classe %r" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "%d trouvé" +msgid "no Babel option known for language %r" +msgstr "Aucune option Babel disponible pour la langue %r" -#: builders/__init__.py:417 -msgid "none found" -msgstr "aucun résultat trouvé" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: trop grand, ignoré." -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "Environnement de sérialisation" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "modèle %s introuvable ; chargement à partir de l'ancien %s à la place" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "vérification de la cohérence" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "le titre du document n'est pas un unique node de type Text" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "aucune cible n'est périmée." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "le titre de node rencontré n'est apparenté à aucun parmi section, topic, table, admonition ou sidebar" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "mise à jour de l'environnement : " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Notes de bas de page" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s ajouté(s), %s modifié(s), %s supprimé(s)" +msgid "unsupported rubric heading level: %s" +msgstr "niveau de rubrique non pris en charge : %s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "Sphinx ne peut pas charger le document maître (%s) parce qu'il correspond à un motif d'exclusion intégré %r. Veuillez déplacer votre document principal vers un autre emplacement." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "options tabularcolumns et :widths: simultanément présentes. :widths: sera ignoré." -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "Sphinx ne peut pas charger le document maître (%s) parce qu'il correspond à un motif d'exclusion spécifié dans conf.py, %r. Veuillez supprimer ce motif de conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "colspec %s a été donné, qui semble utiliser la syntaxe tabulary. Mais ce tableau ne peut pas être rendu comme un tabulary ; le colspec donné sera ignoré." -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "Sphinx ne peut pas charger le document maître (%s) parce qu'il n'est pas inclus dans le motif personnalisé include_patterns = %r. Assurez-vous qu'un motif dans include_patterns correspond au document maître." +msgid "dimension unit %s is invalid. Ignored." +msgstr "%s est invalide comme unité de dimension. Ignoré." -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "Sphinx ne parvient pas à charger le document maître (%s). Le document maître doit se trouver dans le répertoire source ou dans un sous-répertoire de celui-ci." +msgid "unknown index entry type %s found" +msgstr "le type inconnu d’entrée d’index %s a été trouvé" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "lecture des sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format invalide : %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "documents à écrire : %s" +msgid "[image: %s]" +msgstr "[image: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "pas de noms de documents à écrire !" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[image]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "documents en préparation" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Index" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "copie des ressources" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "la légende n'est pas à l'intérieur de la figure." -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Le fichier d'aperçu se trouve dans %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "type de node non-implémenté : %r" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "aucun changement dans la version %s" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Lien vers cette définition" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "écriture du fichier de résumé..." +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format n'est pas défini %s" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Fonctions de base" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Aucun ID assigné au node %s" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Module" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Lien vers ce terme" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "copie des fichiers sources..." - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "impossible de lire %r pour la création du changelog" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "regex invalide %r dans %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "le module %s ne pas être importé : %s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "les modules suivants sont documentés mais n'ont pas été spécifiés dans coverage_modules : %s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "Les modules suivants sont spécifiés dans coverage_modules mais n'ont pas été documentés : %s" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "Les tests de couverture dans les sources sont terminés. %(outdir)s{sep}python.txt." - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "regex invalide %r dans coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API C non documentée : %s [%s] dans le fichier %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "fonction python non documentée: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe python non documentée: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "méthode python non documentée: %s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "le lien %r codé en dur pourrait être remplacé par un extlink (essayez d'utiliser %r à la place)" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "À faire" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Entrée TODO trouvée : %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(l'<> se trouve dans %s, à la ligne %d)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrée originale" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "Impossible d’exécuter la commande de conversion d'image %r. 'sphinx.ext.imgconverter' nécessite par défaut ImageMagick. Assurez-vous que ce dernier est installé, ou configurez l’option 'image_converter' pour faire référence à une commande de conversion ad hoc.\n\nTrace d’appels : %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert a terminé avec une erreur :\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "la commande convert %r ne peut pas être exécutée; vérifiez le paramètre image_converter" - -#: ext/graphviz.py:138 -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" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Fichier externe Graphviz %r non trouvé ou échec de sa lecture" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Directive « graphviz » sans contenu ignorée." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "Le chemin de l'exécutable de graphviz_dot doit être défini ! %r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"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" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot a terminé avec une erreur :\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot n'a pas produit de fichier de sortie : \n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "graphviz_output_format doit être soit \"png\", soit \"svg\", mais il est %r" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "dot code %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graphe: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graphe]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "La commande LaTeX %r (nécessaire pour le rendu des équations mathématiques), ne peut pas être exécutée, vérifier le paramètre imgmath_latex" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "La commande de %s, %r, ne pas être exécuté (nécessaire pour display mathématique), vérifier la configuration imgmath_%s" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "latex de type display %r : %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex en ligne %r : %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Lien vers cette équation" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "option '+' ou '-' manquante dans %s." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' n'est pas une option valide." - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "%s n'est pas une option pyversion valide" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "type invalide de TestCode" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Exécution des doctests des sources achevée, voir les résultats dans %(outdir)s/output.txt." - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "pas de code ou sortie dans le bloc %s en %s : %s" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "code doctest invalide sera ignoré : %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la section \"%s\" est étiquettée \"%s\"" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "La durée de lecture %.3fs a dépassé la limite de durée %.3fs" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "====================== durée totale de lecture ==========================" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "Temps total de lecture %d fichier%s: %dm %.3fs" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== durées de lecture les plus lentes =======================" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "%.3fs %s" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[source]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "Coloration syntaxique du code du module..." - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Code du module" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Code source de %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Vue d'ensemble : code du module" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Modules pour lesquels le code est disponible

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citation dupliquée %s, une autre instance dans %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "La citation [%s] n'est pas référencée" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format invalide : %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (fonction de base)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (méthode %s)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable globale ou constante)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (attribut %s)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Arguments" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Déclenche" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Renvoie" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Type renvoyé" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (module)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "fonction" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "méthode" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "classe" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "données" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Lien vers cette rubrique" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attribut" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Lien vers ce tableau" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "module" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Lien vers ce code" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "description de %s dupliquée pour%s; l'autre %s se trouve dans %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Lien vers cette image" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Lien vers cette table des matières" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (option de directive)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "impossible d'obtenir la taille de l'image. L'option :scale: est ignorée." -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attention" -#: domains/rst.py:234 -msgid "directive" -msgstr "directive" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Prudence" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "option de directive" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Danger" -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erreur" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "description dupliquée pour %s %s; l'autre instance se trouve dans %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Indication" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "Ajouté dans la version %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Modifié dans la version %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Note" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsolète depuis la version %s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Voir aussi" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "Supprimé dans la version %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Astuce" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avertissement" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "Le numéro du job doit être strictement positif" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "Pour plus d'informations, visitez le site ." @@ -1887,54 +1554,54 @@ msgstr "Saisissez le répertoire racine de la documentation." msgid "Root path for the documentation" msgstr "racine de la documentation." -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Erreur : un fichier conf.py a été trouvé dans le répertoire racine." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart n'écrasera pas un projet Sphinx existant." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Merci de saisir un nouveau répertoire racine (ou tapez juste Entrée)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "Vous avez deux options pour l'emplacement du répertoire de construction de la sortie de Sphinx.\nSoit vous utilisez un répertoire \"_build\" dans le chemin racine, soit vous séparez les répertoires \"source\" et \"build\" dans le chemin racine." -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Séparer les répertoires source et de sortie (y/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "Dans le répertoire racine, deux autres répertoires seront créés : \"_templates\" pour les modèles HTML personnalisés et \"_static\" pour les feuilles de style personnalisées et autres fichiers statiques. Vous pouvez entrer un autre préfixe (p. ex. \".\") pour remplacer le tiret bas (\"_\")." -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Préfixe de nom pour les répertoires static et de gabarits (templates)" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "Le nom du projet apparaîtra à plusieurs endroits dans la documentation construite." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Nom du projet" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Nom(s) de(s) l'auteur(s)" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1943,15 +1610,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx a la notion de « version » et de « release » pour le\nlogiciel. Chaque version peut avoir plusieurs « releases ». Par exemple, pour\nPython, la version est quelque chose comme 2.5 ou 3.0, tandis que la « release » est\nquelque chose comme 2.5.1 ou 3.0a1. Si vous n'avez pas besoin de cette double structure,\nmettez simplement la même valeur aux deux." -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Version du projet" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Version du projet" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1961,21 +1628,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "Si les documents doivent être rédigés dans une langue autre que l’anglais, vous pouvez sélectionner une langue ici grâce à son identifiant. Sphinx utilisera ensuite cette langue pour traduire les textes que lui-même génère.\n\nPour une liste des identifiants supportés, voir\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Langue du projet" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "L'extension de fichier pour les fichiers sources. En général : \".txt\" ou \".rst\". Seuls les fichiers avec cette extension sont considérés." -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Extension des fichiers sources" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1983,91 +1650,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "Un document est particulier en ce sens qu'il est considéré comme le nœud supérieur de \"l'arbre des contenus\", c'est-à-dire la racine de la structure hiérarchique des documents. Normalement, il s'agit d'un \"index\", mais si votre \"index\" est un modèle personnalisé, vous pouvez également le définir sous un autre nom de fichier." -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "Non du fichier principal (sans extension)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "Erreur : le fichier principal %s est déjà présent dans le répertoire racine du projet." -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart n'écrasera pas les fichiers existants." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "Merci de saisir un nouveau nom de fichier, ou de renommer le fichier existant et valider avec Entrée" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indiquer lesquelles de ces extensions Sphinx doivent être activées :" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Note : imgmath et mathjax ne peuvent pas être activés en même temps. imgmath a été désactivé." -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "Un 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." -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Création du Makefile ? (y/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "Création du fichier de commandes Windows ? (y/n)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "Fichier en cours de création %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "Le fichier %s existe déjà, il ne sera pas remplacé" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Terminé : la structure initiale a été créée." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "Vous devez maintenant compléter votre fichier principal %s et créer d'autres fichiers sources de documentation. " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Utilisez le Makefile pour construire la documentation comme ceci :\n make builder" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "Utilisez sphinx-build pour construire la documentation comme ceci : \n sphinx-build -b builder %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "où « builder » est l'un des constructeurs disponibles, tel que html, latex, ou linkcheck." -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2077,971 +1744,1219 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nEngendre les fichiers requis pour un projet Sphinx.\n\nsphinx-quickstart est un outil interactif qui pose des questions à propos de votre projet et génère un répertoire avec la structure complète nécessaire ainsi qu'un Makefile qui peut être utilisé comme alternative à sphinx-build.\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "mode silencieux" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "racine du projet" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "Options de structure" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "si spécifié, les répertoires source et build seront séparés" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "si spécifié, créé le dossier build dans le dossier source" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "remplace le point dans _templates etc." -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Options basiques du projet." -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "nom du projet" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "nom de l'auteur" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "version du projet" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "version du projet" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "version du projet" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "langue du document" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "préfixe des fichiers source" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "nom du document principal" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "utilisé epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Options d'extension" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "autoriser l'extension %s" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "active l'emploi d'extensions quelconques" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Création des fichiers Batchfile et Makefile" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "créer un fichier makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "ne pas créer un fichier makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "créer un fichier batch" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "ne pas créer un fichier batch" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "utiliser make-mode pour Makefile/make.bat" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Gabarits de projet" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "répertoire des templates" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "définissez une variable de template" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "vous avez spécifiez \"quit\" , mais \"project\" ou \"author\" ne sont pas spécifiés." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Erreur : le chemin spécifié n'est pas un répertoire, ou les fichiers Sphinx existent déjà." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart peut générer ces fichiers seulement dans un répertoire vide. Merci de spécifier un nouveau répertoire racine." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variable de template invalide : %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "le motif global toctree %r ne correspond à aucun document" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "le toctree contient une référence à des documents exclus %r" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "la table des matières contient des références à des documents inexistants %r" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "entrée dupliquée trouvée dans toctree: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Auteur de la section : " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Auteur du module : " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Auteur du code : " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Auteur : " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "... le contenu de acks n'est pas une liste" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "... le contenu de hlist n'est pas une liste" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "les espaces non blancs sont supprimés par dedent" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Légende invalide: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "le numéro de ligne spécifiée est en dehors des limites (1-%d):%r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Impossible d'utiliser les options \"%s\" et \"%s\" en même temps." + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "fichier inclus '%s' pas trouvé ou dont la lecture a échoué" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "Encodage %r utilisé pour la lecture du fichier inclus '%s' semble être erroné, essayez de donner une option :encoding:" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "L'objet nommé %r est introuvable dans le fichier d'include %r" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "On ne peut pas utiliser \"lineno-match\" avec un \"lines\" non contigu " + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Spécification de lignes %r : aucune ligne extraite du fichier inclus %r" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "L'option \":file :\" de la directive csv-table reconnaît désormais un chemin absolu comme un chemin relatif du répertoire source. Veuillez mettre à jour votre document." + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "rôle par défaut %s introuvable" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "erreur de lecture : %s,%s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "erreur d'écriture : %s,%s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s n'existe pas" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "Locale Babel non valide : %r." + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Format de date invalide. Insérez la chaîne de caractères entre des guillemets simples si vous voulez l'afficher telle quelle : %s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "nom de directive inconnu : %s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "nom de rôle inconnu : %s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "type de node inconnu : %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "l'inventaire <%s> contient des définitions dupliquées de %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "l'inventaire <%s> contient des définitions multiples de %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "Tentative de copie interrompue de %s vers %s (le chemin de destination contient des données existantes)." + +#: util/display.py:78 +msgid "skipped" +msgstr "ignoré" + +#: util/display.py:83 +msgid "failed" +msgstr "échoué" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "Tentative de copie interrompue du modèle rendu %s vers %s (le chemin de destination contient des données existantes)." + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Écriture du résultat du modèle évalué dans %s" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "version du projet" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problème dans le domaine %s : le champ est censé utiliser le rôle '%s', mais ce rôle ne figure pas dans le domaine." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "langue du document" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r n'est plus pris en charge pour les entrées d'index (à partir de l'entrée %r). Utilisez 'pair: %s' à la place." -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "préfixe des fichiers source" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "la table des matières contient des références à des fichiers inexistants %r" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "nom du document principal" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "exception pendant l’évaluation de l'expression de la directive only : %s" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "utilisé epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (fonction de base)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Options d'extension" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (méthode %s)" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" -msgstr "autoriser l'extension %s" +msgid "%s() (class)" +msgstr "%s() (classe)" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "active l'emploi d'extensions quelconques" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variable globale ou constante)" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Création des fichiers Batchfile et Makefile" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (attribut %s)" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "créer un fichier makefile" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Arguments" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "ne pas créer un fichier makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Déclenche" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "créer un fichier batch" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Renvoie" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "ne pas créer un fichier batch" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Type renvoyé" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "utiliser make-mode pour Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (module)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Gabarits de projet" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "fonction" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "répertoire des templates" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "méthode" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "définissez une variable de template" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "classe" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "vous avez spécifiez \"quit\" , mais \"project\" ou \"author\" ne sont pas spécifiés." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "données" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Erreur : le chemin spécifié n'est pas un répertoire, ou les fichiers Sphinx existent déjà." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attribut" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart peut générer ces fichiers seulement dans un répertoire vide. Merci de spécifier un nouveau répertoire racine." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "module" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable de template invalide : %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "description de %s dupliquée pour%s; l'autre %s se trouve dans %s" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "le motif global toctree %r ne correspond à aucun document" +msgid "%s %s" +msgstr "%s %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "le toctree contient une référence à des documents exclus %r" +msgid "%s (directive)" +msgstr "%s (directive)" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "la table des matières contient des références à des documents inexistants %r" +msgid ":%s: (directive option)" +msgstr ":%s: (option de directive)" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrée dupliquée trouvée dans toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Auteur de la section : " +msgid "%s (role)" +msgstr "%s (role)" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Auteur du module : " +#: domains/rst.py:234 +msgid "directive" +msgstr "directive" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Auteur du code : " +#: domains/rst.py:235 +msgid "directive-option" +msgstr "option de directive" -#: directives/other.py:209 -msgid "Author: " -msgstr "Auteur : " +#: domains/rst.py:236 +msgid "role" +msgstr "role" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "... le contenu de acks n'est pas une liste" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "description dupliquée pour %s %s; l'autre instance se trouve dans %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "... le contenu de hlist n'est pas une liste" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "L'option \":file :\" de la directive csv-table reconnaît désormais un chemin absolu comme un chemin relatif du répertoire source. Veuillez mettre à jour votre document." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citation dupliquée %s, une autre instance dans %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "les espaces non blancs sont supprimés par dedent" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "La citation [%s] n'est pas référencée" -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" -msgstr "Légende invalide: %s" +msgid "Added in version %s" +msgstr "Ajouté dans la version %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "le numéro de ligne spécifiée est en dehors des limites (1-%d):%r" +msgid "Changed in version %s" +msgstr "Modifié dans la version %s" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Impossible d'utiliser les options \"%s\" et \"%s\" en même temps." +msgid "Deprecated since version %s" +msgstr "Obsolète depuis la version %s" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "fichier inclus '%s' pas trouvé ou dont la lecture a échoué" +msgid "Removed in version %s" +msgstr "Supprimé dans la version %s" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "Encodage %r utilisé pour la lecture du fichier inclus '%s' semble être erroné, essayez de donner une option :encoding:" +msgid "The overview file is in %(outdir)s." +msgstr "Le fichier d'aperçu se trouve dans %(outdir)s." -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "L'objet nommé %r est introuvable dans le fichier d'include %r" +msgid "no changes in version %s." +msgstr "aucun changement dans la version %s" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "On ne peut pas utiliser \"lineno-match\" avec un \"lines\" non contigu " +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "écriture du fichier de résumé..." -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Spécification de lignes %r : aucune ligne extraite du fichier inclus %r" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Fonctions de base" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:81 +msgid "Module level" +msgstr "Module" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "copie des fichiers sources..." + +#: builders/changes.py:146 #, python-format -msgid "%b %d, %Y" -msgstr "%d %B %Y" +msgid "could not read %r for changelog creation" +msgstr "impossible de lire %r pour la création du changelog" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Index" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "l'image appropriée pour le constructeur %s n'a pas été trouvée : %s (%s)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "le titre de node rencontré n'est apparenté à aucun parmi section, topic, table, admonition ou sidebar" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "l'image appropriée pour le constructeur %s n'a pas été trouvée : %s" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notes de bas de page" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "construction en cours [mo] : " -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "la légende n'est pas à l'intérieur de la figure." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "écriture... " -#: writers/texinfo.py:1303 +#: builders/__init__.py:281 #, python-format -msgid "unimplemented node type: %r" -msgstr "type de node non-implémenté : %r" +msgid "all of %d po files" +msgstr "tous les %d fichiers po" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:303 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" +msgid "targets for %d po files that are specified" +msgstr "cibles spécifiées pour les fichiers po %d" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[image]" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "cibles périmées pour les fichiers po %d" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Lien vers cette définition" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "tous les fichiers source" -#: writers/html5.py:431 +#: builders/__init__.py:336 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format n'est pas défini %s" +msgid "file %r given on command line does not exist, " +msgstr "le fichier %r passé dans la ligne de commande n'existe pas, " -#: writers/html5.py:441 +#: builders/__init__.py:343 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Aucun ID assigné au node %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "le fichier %r saisi en ligne de commande n'est pas présent dans le dossier source, il sera ignoré" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Lien vers ce terme" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "le fichier %r passé dans la ligne de commande n'est pas un document valide, ignoré" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Lien vers cette rubrique" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d fichiers source saisis en ligne de commande" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Lien vers ce tableau" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "cibles périmées pour les fichiers sources %d" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "niveau de rubrique non pris en charge : %s" +msgid "building [%s]: " +msgstr "construction [%s] : " -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Lien vers ce code" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "recherche des fichiers périmés... " -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Lien vers cette image" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d trouvé" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Lien vers cette table des matières" +#: builders/__init__.py:418 +msgid "none found" +msgstr "aucun résultat trouvé" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "impossible d'obtenir la taille de l'image. L'option :scale: est ignorée." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "Environnement de sérialisation" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r inconnu pour la classe %r" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "vérification de la cohérence" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" -msgstr "Aucune option Babel disponible pour la langue %r" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "aucune cible n'est périmée." -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: trop grand, ignoré." +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "mise à jour de l'environnement : " -#: writers/latex.py:616 +#: builders/__init__.py:500 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "modèle %s introuvable ; chargement à partir de l'ancien %s à la place" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "le titre du document n'est pas un unique node de type Text" +msgid "%s added, %s changed, %s removed" +msgstr "%s ajouté(s), %s modifié(s), %s supprimé(s)" -#: writers/latex.py:1198 +#: builders/__init__.py:537 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "options tabularcolumns et :widths: simultanément présentes. :widths: sera ignoré." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx ne peut pas charger le document maître (%s) parce qu'il correspond à un motif d'exclusion intégré %r. Veuillez déplacer votre document principal vers un autre emplacement." -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "colspec %s a été donné, qui semble utiliser la syntaxe tabulary. Mais ce tableau ne peut pas être rendu comme un tabulary ; le colspec donné sera ignoré." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx ne peut pas charger le document maître (%s) parce qu'il correspond à un motif d'exclusion spécifié dans conf.py, %r. Veuillez supprimer ce motif de conf.py." -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "%s est invalide comme unité de dimension. Ignoré." +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx ne peut pas charger le document maître (%s) parce qu'il n'est pas inclus dans le motif personnalisé include_patterns = %r. Assurez-vous qu'un motif dans include_patterns correspond au document maître." -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "le type inconnu d’entrée d’index %s a été trouvé" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Usage :" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPTIONS] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "Le générateur de documentation Sphinx." - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Commandes:" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx ne parvient pas à charger le document maître (%s). Le document maître doit se trouver dans le répertoire source ou dans un sous-répertoire de celui-ci." -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lecture des sources... " -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Pour plus d'informations, consultez le site https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "documents à écrire : %s" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: erreur : {1}\nExécuter '{0} --help' pour information" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "pas de noms de documents à écrire !" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Gérer la documentation avec Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "documents en préparation" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Afficher la version et quitter." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "copie des ressources" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Afficher ce message et quitter." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Les fichiers XML se trouvent dans %(outdir)s." -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Journalisation" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "erreur lors l'écriture du fichier %s : %s" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenter la verbosité (peut être répété)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "N'imprimez que les erreurs et les avertissements." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Les pages HTML sont dans %(outdir)s." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Pas de sortie du tout" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "création du document unique" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "enregistrement" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Voir 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "Enregistrement des fichiers supplémentaires" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "incohérences de références de notes de bas de page dans le message traduit. Original : {0}, traduit : {1} " +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Le fichier ePub se trouve dans %(outdir)s ." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "incohérences de références dans le message traduit. Original : {0}, traduit : {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "Enregistrement du fichier nav.xhtml..." -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "incohérences de références de citation dans le message traduit. Original : {0}, traduit : {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "la variable de configuration \"epub_language\" (ou \"language\") ne peut pas être vide pour EPUB3" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "incohérences de références de terme dans le message traduit. Original : {0}, traduit : {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "le paramètre de configuration \"epub_uid\" ne peut pas être vide pour EPUB3" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "impossible de calculer l'avancement de la traduction !" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "le paramètre de configuration \"epub_title\" (ou \"html_title\") ne peut pas être vide pour EPUB3" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "pas d'éléments traduits !" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "le paramètre de configuration \"epub_author\" ne peut pas être vide pour EPUB3" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "index trouvé avec style ancien à 4 colonnes. Possiblement un bogue d’extensions que vous utilisez : %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "le paramètre de configuration \"epub_contributor\" ne peut pas être vide pour EPUB3" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La note de bas de page [%s] n'est pas référencée." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "le paramètre de configuration \"epub_description\" ne peut pas être vide pour EPUB3" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "La note de bas de page [*] n'est pas référencée." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "le paramètre de configuration \"epub_publisher\" ne peut pas être vide pour EPUB3" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "La note de bas de page [#] n'est pas référencée." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "le paramètre de configuration \"epub_copyright\" (ou \"copyright\") ne peut pas être vide pour EPUB3" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "l'inventaire <%s> contient des définitions dupliquées de %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "le paramètre de configuration \"epub_identifier\" ne peut pas être vide pour EPUB3" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "l'inventaire <%s> contient des définitions multiples de %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" -msgstr "erreur de lecture : %s,%s" +msgid "invalid css_file: %r, ignored" +msgstr "Fichier CSS non valide : %r, il sera ignoré" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" -msgstr "erreur d'écriture : %s,%s" +msgid "The text files are in %(outdir)s." +msgstr "Les fichiers texte se trouvent dans %(outdir)s." -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s n'existe pas" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Le constructeur factice ne génère aucun fichier." -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "Locale Babel non valide : %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Recherchez les éventuelles erreurs dans la sortie ci-dessus ou dans %(outdir)s/output.txt" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Format de date invalide. Insérez la chaîne de caractères entre des guillemets simples si vous voulez l'afficher telle quelle : %s" +msgid "broken link: %s (%s)" +msgstr "lien mort: %s (%s)" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "Tentative de copie interrompue de %s vers %s (le chemin de destination contient des données existantes)." - -#: util/display.py:82 -msgid "skipped" -msgstr "ignoré" - -#: util/display.py:87 -msgid "failed" -msgstr "échoué" +msgid "Anchor '%s' not found" +msgstr "Ancre '%s' non trouvée" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "nom de directive inconnu : %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Un dictionnaire est attendu." -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" -msgstr "nom de rôle inconnu : %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Échec de la compilation de la regex dans linkcheck_allowed_redirects : %r%s" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" -msgstr "type de node inconnu : %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "La liste des messages se trouve dans %(outdir)s." -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "Tentative de copie interrompue du modèle rendu %s vers %s (le chemin de destination contient des données existantes)." +msgid "targets for %d template files" +msgstr "cibles pour les modèles de fichiers %d" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "Écriture du résultat du modèle évalué dans %s" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "lecture des gabarits... " -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problème dans le domaine %s : le champ est censé utiliser le rôle '%s', mais ce rôle ne figure pas dans le domaine." +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "écriture des catalogues de messages... " -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" -msgstr "rôle par défaut %s introuvable" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Les fichiers Texinfo se trouvent dans %(outdir)s." -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "%r n'est plus pris en charge pour les entrées d'index (à partir de l'entrée %r). Utilisez 'pair: %s' à la place." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nExécuter 'make' dans ce répertoire pour les soumettre à makeinfo\n(ou 'make info' directement ici pour l'automatiser)." -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "la table des matières contient des références à des fichiers inexistants %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "aucun paramètre de configuration \"texinfo_documents\" trouvé: aucun document ne sera écrit" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exception pendant l’évaluation de l'expression de la directive only : %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "La valeur du paramètre \"texinfo_documents\" référence un document inconnu %s" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "suite de la page précédente" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "traitement de %s en cours" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "suite sur la page suivante" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "résolution des références..." -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non alphabétique" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(dans" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboles" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copie des images... " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Chiffres" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "impossible de copier le fichier image %r: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copie des fichiers de support Texinfo" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Version" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "erreur lors l'écriture du fichier Makefile : %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "impossible d'atteindre l'image distante %s[%s]" +msgid "duplicated ToC entry found: %s" +msgstr "entrées dupliquées de la table des matières trouvées : %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "impossible d'atteindre l'image distante %s[%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "impossible de lire le fichier image %r: il sera copié à la place" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'image inconnu : %s..." +msgid "cannot write image file %r: %s" +msgstr "impossible d'écrire le fichier image %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "Impossible de déterminer le texte de remplacement pour le renvoi. Il peut s'agir d'un bogue." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow n'a pas été trouvé - copie des fichiers image" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "plus d'une cible trouvée pour la référence %r de type 'any' : pourrait être %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "écriture du type MIME du fichier ..." -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s cible de référence non trouvée : %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "écriture du fichier META-INF/container.xml..." -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r cible de référence non trouvée : %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "Enregistrement du fichier content.opf..." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Interrompu !" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "type MIME inconnu pour %s, il sera ignoré" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "erreur de balisage reStructuredText !" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "nœud de niveau invalide" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "Erreur d'encodage !" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "Enregistrement du fichier toc.ncx..." -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "Erreur de récursivité !" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "fichier %s en cours d'écriture..." -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "Cela peut se produire dans le cas de fichiers sources très volumineux ou profondément imbriqués. Vous pouvez soigneusement augmenter la limite de récursivité de 1 000 par défaut de Python dans conf.py avec par exemple :" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Le manuel se trouve dans %(outdir)s." -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "Démarrage du débogueur :" +#: builders/manpage.py:45 +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" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "La trace complète a été sauvegardée dans :" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "le paramètre de configuration \"man_pages\" référence un document inconnu %s" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "Pour signaler cette erreur aux développeurs, veuillez ouvrir un ticket à l'adresse . Merci !" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Les fichiers LaTeX se trouvent dans %(outdir)s." -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Merci de rapporter ceci s'il s'agit d'une erreur utilisateur, afin d'améliorer le message d'erreur à l'avenir." - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Réduire la barre latérale" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nExécuter 'make' dans ce répertoire pour les soumettre à (pdf)latex\n(ou 'make latexpdf' directement ici pour l’automatiser)." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "aucune valeur de configuration \"latex_documents\" trouvée; aucun document de sera généré" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Recherchez dans %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "La valeur du paramètre \"latex_documents\" référence un document inconnu %s" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "À propos de ces documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Version" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Recherche" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copie des fichiers de support TeX" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copie de fichiers supplémentaires" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "Le fichier de logo %r n’existe pas" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Mis à jour le %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clé de configuration inconnue : latex_elements[%r]; ignorée." -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Créé en utilisant Sphinx %(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Option de thème inconnue : latex_theme_options[%r], ignoré." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Sujet précédent" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Échec de l'obtention d'un nom de document !" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "Chapitre précédent" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "Échec de l'obtention d'un nom de document pour la source %r !" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Sujet suivant" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "Aucune note de bas de page n'a été trouvée pour la référence de nœud %r donnée" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "Chapitre suivant" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r n'a pas d'option « theme »" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r n'a pas d'option « %s »" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Index complet sur une seule page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Les pages HTML sont dans %(outdir)s." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Cette page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Échec de lecture du fichier de configuration de construction : %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Montrer le code source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "non-concordance de build_info, copie de .buildinfo vers .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Recherche rapide" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "compilation [html] :" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "le modèle %s a été modifié depuis la compilation précédente, tous les documents seront reconstruits." -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Résumé" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Index général" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Bienvenue ! Ceci est" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentation pour" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Logo de %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "dernière modification" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "suivant" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Index et tables :" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "précédent" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Table des matières complète" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "génération des index" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lister l'ensemble des sections et sous-sections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "Écriture des pages additionnelles" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Page de recherche" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "Impossible de copier le fichier image '%s' : %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "rechercher dans cette documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "Copie des fichiers téléchargeables... " -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Index général des modules" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "impossible de copier le fichier téléchargeable %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accès rapide à l'ensemble des modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Échec de la copie du fichier dans le répertoire 'static' du thème : %s : %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Index général" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "toutes les fonctions, classes, termes" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Échec de la copie du fichier dans html_static_file : %s : %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Table des matières" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "Copie des fichiers statiques" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Rechercher %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "impossible de copier le fichier static %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indexer les pages par lettre" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "copie des fichiers complémentaires" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "peut être énorme" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "copie des fichiers supplémentaires impossible %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Veuillez activer le JavaScript pour que la recherche fonctionne." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Échec d'écriture du fichier de configuration de construction : %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Une recherche sur plusieurs mots ne retourne que les résultats contenant tous les mots." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "rechercher" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "L'index de recherche n'a pas pu être chargé, mais tous les documents ne seront pas construits: l'index sera incomplet." -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contenu" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "La page %s correspond à deux motifs dans html_sidebars: %r et %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Résultats de la recherche" +#: builders/html/__init__.py:1213 +#, 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 "une erreur Unicode est survenue lors du rendu de la page %s. Veuillez vous assurer que toutes les valeurs de configuration comportant des caractères non-ASCII sont des chaînes Unicode." -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "Votre recherche ne correspond à aucun document. Veuillez vérifier que les mots sont correctement orthographiés et que vous avez sélectionné assez de catégories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "Le thème '%s' n'est pas compatible avec cette version de Sphinx, car il utilise le champ \"style\" dans les modèles HTML, qui a été déprécié dans Sphinx 5.1 et supprimé dans Sphinx 7.0. Le thème doit être mis à jour pour utiliser le champ \"styles\" à la place. Voir https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "La recherche est terminée, une page correspondant à la requête a été trouvée." -msgstr[1] "Recherche terminée, ${resultCount} pages trouvées correspondant à la requête." -msgstr[2] "Recherche terminée, ${resultCount} pages trouvées correspondant à la requête." +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Un erreur est survenue lors de la génération de la page: %s.\nLa raison est: %r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Recherche en cours" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "Export de l'inventaire des objets" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Préparation de la recherche..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "Export de l'index de recherche en %s" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", dans " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "Fichier js_file : %r invalide, sera ignoré" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Cacher les résultats de la recherche" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Plusieurs math_renderers sont enregistrés. Mais aucun n'est sélectionné." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Changements dans la version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer inconnu %r saisi." -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "L’entrée %r de html_extra_path se trouve à l’intérieur de outdir" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Liste auto-générée des modifications dans la version %(version)s" +msgid "html_extra_path entry %r does not exist" +msgstr "L’entrée %r de html_extra_path n’existe pas" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Modifications de la bibliothèque" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "L’entrée %r de html_static_path se trouve à l’intérieur de outdir" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Modifications de l'API C" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "L’entrée %r de html_static_path n’existe pas" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Autres modifications" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "Le fichier de favicon %r n’existe pas " -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Agrandir la barre latérale" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Les valeurs de \"html_sidebars\" doivent être une liste de chaînes. Au moins un motif a une valeur de chaîne : %s. Remplacé par `html_sidebars = %r`." -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "Séparateur de paramètres positionnels uniquement (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 n'est plus pris en charge par Sphinx. (\"html4_writer=True\" détecté dans les options de configuration)" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "Séparateur de paramètres par mot-clé uniquement (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Documentation %s %s" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Paramètres" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "échec de la lecture d'un fichier cassé d'informations de compilation (version inconnue)" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "échec de la lecture d'un fichier cassé d'informations de compilation (entrée de configuration manquante)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Lève" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "échec de la lecture d'un fichier cassé d'informations de compilation (entrée de tags manquante)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3117,101 +3032,46 @@ msgstr "méthode statique" msgid "property" msgstr "propriété" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "type alias" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "description dupliquée de l'objet %s, autre instance dans %s, utiliser :no-index: pour l'un d'eux" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (obsolète)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Déclaration C++ dupliquée, également définie à %s:%s.\nLa déclaration est '.. cpp:%s:: %s'." - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Paramètres du modèle" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Valeurs retournées" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "union" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membre" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "type" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "concept" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "énumération" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "énumérateur" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "paramètre de fonction" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "paramètre du modèle" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "type alias" + +#: domains/python/__init__.py:804 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Déclaration C dupliquée, également définie à %s:%s.\nLa déclaration est '.. c:%s:: %s'." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "description dupliquée de l'objet %s, autre instance dans %s, utiliser :no-index: pour l'un d'eux" -#: domains/c/__init__.py:211 +#: domains/python/__init__.py:974 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variable" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (obsolète)" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Séparateur de paramètres positionnels uniquement (PEP 570)" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "structure" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Séparateur de paramètres par mot-clé uniquement (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Paramètres" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Lève" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3247,483 +3107,584 @@ msgstr "option de ligne de commande %s" msgid "command line option" msgstr "option de ligne de commande" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "le terme du glossaire doit être précédé d'une ligne vide" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "les termes du glossaire ne doivent pas être séparés par des lignes vides" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "le glossaire semble être mal formaté; vérifiez l'indentation" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "terme du glossaire" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "élément de grammaire" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "étiquette de référence" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variable d'environnement" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "option du programme" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "document" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Index du module" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Page de recherche" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "description %s dupliquée pour %s; l'autre instance se trouve dans %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "le paramètre numfig est désactivé : le paramètre :numref: est ignoré" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "Impossible de créer une référence croisée. Aucun nombre n'est attribué: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "le lien n'a pas de légende : %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format invalide : %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format invalide : %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "label non défini: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "Échec de création d'une référence. Ni titre ni légende trouvé : %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "ensemble invalide de valeurs (accolade fermante manquante) : %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "ensemble invalide de valeurs (accolade ouvrante manquante) :%s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Déclaration C dupliquée, également définie à %s:%s.\nLa déclaration est '.. c:%s:: %s'." -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "chaîne littérale malformée (guillemet fermant manquant) : %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valeurs retournées" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membre" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Exemple" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Exemples" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Arguments de mots-clés" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "structure" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "union" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Autres paramètres" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "énumération" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Reçoit" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "énumérateur" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Références" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "type" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Avertissements" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "paramètre de fonction" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Paramètres du modèle" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" -msgstr "Un faux objet a été détecté : %r" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Déclaration C++ dupliquée, également définie à %s:%s.\nLa déclaration est '.. cpp:%s:: %s'." -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concept" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "paramètre du modèle" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenu" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Table des matières" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Bases: %s" -msgstr "Bases : %s" +msgid "Search %(docstitle)s" +msgstr "Rechercher %(docstitle)s" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Sujet précédent" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Chapitre précédent" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sujet suivant" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "Chapitre suivant" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Recherche" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Veuillez activer le JavaScript pour que la recherche fonctionne." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Une recherche sur plusieurs mots ne retourne que les résultats contenant tous les mots." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "rechercher" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Cette page" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Montrer le code source" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valeur invalide pour l'option member-order : %s" +msgid "Index – %(key)s" +msgstr "Index – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Index complet sur une seule page" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Recherchez dans %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "À propos de ces documents" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valeur invalide pour l'option class-doc-from : %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signature invalide pour auto%s (%r)" +msgid "Last updated on %(last_updated)s." +msgstr "Mis à jour le %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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 "module à importer pour auto-documenter %r est inconnu (essayer de placer une directive \"module\" ou \"currentmodule\" dans le document, ou de donner un nom de module explicite)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Créé en utilisant Sphinx %(sphinx_version)s." -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "Arguments de signature fournis pour automodule : '%s'" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Recherche rapide" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "Annotation de retour fournie pour automodule : '%s'" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Go" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" dans le nom d'automodule n'a pas de sens" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Résumé" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "Échec de la suppression de %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Bienvenue ! Ceci est" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Créerait le fichier %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentation pour" -#: ext/apidoc/_cli.py:28 -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 "\nCherche récursivement dans des modules et packages Python et crée\ndans un fichier reST par package avec des directives automodule.\n\nLes s peuvent être tout pattern de fichiers et/ou de répertoires à exclure.\n\nNote : par défaut ce script n'écrasera pas des fichiers déjà créés." +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "dernière modification" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "chemin vers le module à documenter" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Index et tables :" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "patterns de fichier fnmatch-style et/ou répertoire à exclure" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Table des matières complète" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "répertoire où placer toutes les sorties" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lister l'ensemble des sections et sous-sections" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "Nombre maximum de sous-modules visibles dans la table des matières (par défaut : 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "rechercher dans cette documentation" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "remplacer les fichiers existants" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Index général des modules" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "suivre les liens symboliques. Très utile en combinaison avec collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accès rapide à l'ensemble des modules" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "exécuter le script sans créer les fichiers" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "toutes les fonctions, classes, termes" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "afficher la documentation de chaque module sur sa propre page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexer les pages par lettre" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inclure le module \"_private\"" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "peut être énorme" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nom du fichier de table des matières (défaut : modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Réduire la barre latérale" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "ne pas créer de fichier de table des matières" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Agrandir la barre latérale" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "ne pas créer de titres pour le module ou package (e.g. lorsque les doctrings en fournissent déjà)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Cacher les résultats de la recherche" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "mettre la documentation du module avant celle du sous-module" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Résultats de la recherche" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interprète les chemins de module selon la spécification PEP-0420 des espaces implicites de noms" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Votre recherche ne correspond à aucun document. Veuillez vérifier que les mots sont correctement orthographiés et que vous avez sélectionné assez de catégories." -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "Liste d'options séparées par des virgules à passer à la directive automodule (ou utiliser SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "La recherche est terminée, une page correspondant à la requête a été trouvée." +msgstr[1] "Recherche terminée, ${resultCount} pages trouvées correspondant à la requête." +msgstr[2] "Recherche terminée, ${resultCount} pages trouvées correspondant à la requête." -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "extension du fichier (par défaut : rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Recherche en cours" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Supprimer les fichiers existants dans le répertoire de sortie qui n'ont pas été générés" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Préparation de la recherche..." -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "générer un projet complet avec sphinx-quickstart" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", dans " -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "ajoute module_path à la fin de sys.path, utilisé lorsque --full est présent" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Changements dans la version %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nom du projet (par défaut : nom du module principal)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "auteur(s) du projet, utilisé quand l'option -full est précisée" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Liste auto-générée des modifications dans la version %(version)s" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "version du projet, utilisé quand l'option -full est précisée" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Modifications de la bibliothèque" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "révision du projet, utilisé lorsque --full est présent, par défaut reprend --doc-version" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Modifications de l'API C" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "options relatives aux extensions" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Autres modifications" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "suite de la page précédente" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "suite sur la page suivante" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non alphabétique" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboles" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "permet des extensions arbitraires, utilisé lorsque --full est donné" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Chiffres" -#: ext/apidoc/_cli.py:240 +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "page" + +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "permettre l'extension %s, utilisée lorsque --full est donné" +msgid "image file not readable: %s" +msgstr "fichier image %s illisible " -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." -msgstr "%s n'est pas un répertoire" +msgid "image file %s not readable: %s" +msgstr "fichier image %s illisible : %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "Exécution de l'apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "le fichier téléchargé n’est pas lisible: %s" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "l'item apidoc_modules %i doit être un dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s a déjà des numéros de section attribués (toctree numérotés emboîtés ?)" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "l'item apidoc_modules %i doit avoir une clé \"path\"." +msgid "see %s" +msgstr "voir %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "l'item apidoc_modules %i 'path' doit être une chaîne de caractères" +msgid "see also %s" +msgstr "voir aussi %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "l'item apidoc_modules %i 'path' n'est pas un dossier existant : %s" +msgid "unknown index entry type %r" +msgstr "type d'index saisie inconnu %r" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "l'item apidoc_modules %i doit avoir une clé 'destination'" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "table des matières avec une référence circulaire détectée, elle sera ignorée : %s <- %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "l'item apidoc_modules %i 'destination' doit être une chaîne de caractères" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "la table des matières contient une référence à un document %r qui n'a pas de titre : aucun lien ne sera généré" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "l'item apidoc_modules %i 'destination' doit être un chemin relatif" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contient une référence au document non inclu %r" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "l'item apidoc_modules %i ne peut pas créer de répertoire de destination : %s" +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree contient une référence à un document inexistant %r" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "Impossible de déterminer le texte de remplacement pour le renvoi. Il peut s'agir d'un bogue." + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "l'item apidoc_modules %i '%s' doit être un entier" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "plus d'une cible trouvée pour la référence %r de type 'any' : pourrait être %s" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "l'item apidoc_modules %i '%s' doit être un booléen" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s cible de référence non trouvée : %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "l'item apidoc_modules %i a des clés inattendues : %s" +msgid "%r reference target not found: %s" +msgstr "%r cible de référence non trouvée : %s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "l'item apidoc_modules %i '%s' doit être une séquence" +msgid "Could not fetch remote image: %s [%s]" +msgstr "impossible d'atteindre l'image distante %s[%s]" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "l'item apidoc_modules %i '%s' doit contenir des chaînes de caractères" +msgid "Could not fetch remote image: %s [%d]" +msgstr "impossible d'atteindre l'image distante %s[%d]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary : impossible de déterminer si %r est documenté; l'exception suivante a été levée :\n%s" +msgid "Unknown image format: %s..." +msgstr "Format d'image inconnu : %s..." -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] engendrement d’un auto-sommaire pour : %s" +msgid "invalid value for member-order option: %s" +msgstr "valeur invalide pour l'option member-order : %s" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] écriture dans %s" +msgid "invalid value for class-doc-from option: %s" +msgstr "valeur invalide pour l'option class-doc-from : %s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] échec de l'importation de %s.\nIndications possibles :\n%s" +msgid "invalid signature for auto%s (%r)" +msgstr "signature invalide pour auto%s (%r)" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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 "\nEngendre du ReStructuredText par les directives autosummary.\n\nsphinx-autogen est une interface à sphinx.ext.autosummary.generate. Il\nengendre les fichiers reStructuredText à partir des directives autosummary\ncontenues dans les fichiers donnés en entrée.\n\nLe format de la directive autosummary est documentée dans le module\nPython \"sphinx.ext.autosummary\" et peut être lu via : ::\n\npydoc sphinx.ext.autosummary\n" - -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "fichiers sources pour lesquels il faut produire des fichiers rST" +"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 "module à importer pour auto-documenter %r est inconnu (essayer de placer une directive \"module\" ou \"currentmodule\" dans le document, ou de donner un nom de module explicite)" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "répertoire où placer toutes les sorties" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "Arguments de signature fournis pour automodule : '%s'" -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:93 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "Annotation de retour fournie pour automodule : '%s'" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" dans le nom d'automodule n'a pas de sens" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" +msgid "A mocked object is detected: %r" +msgstr "Un faux objet a été détecté : %r" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "membres importés du document (défaut : %(default)s)" +msgid "alias of %s" +msgstr "alias de %s" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documenter exactement les membres dans l'attribut __all__ du module. (par défaut : %(default)s)" +msgid "Bases: %s" +msgstr "Bases : %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3771,563 +3732,607 @@ msgid "" " contain .rst. Skipped." msgstr "autosummary génère des fichiers .rst en interne. Mais votre source_suffix ne contient pas .rst. Ignoré." -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "Identifiant de projet intersphinx `%r` invalide dans intersphinx_mapping. Les identifiants de projet doivent être des chaînes non vides." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "autosummary : impossible de déterminer si %r est documenté; l'exception suivante a été levée :\n%s" + +#: ext/autosummary/generate.py:630 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] engendrement d’un auto-sommaire pour : %s" + +#: ext/autosummary/generate.py:634 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] écriture dans %s" + +#: ext/autosummary/generate.py:679 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] échec de l'importation de %s.\nIndications possibles :\n%s" + +#: ext/autosummary/generate.py:877 +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 "\nEngendre du ReStructuredText par les directives autosummary.\n\nsphinx-autogen est une interface à sphinx.ext.autosummary.generate. Il\nengendre les fichiers reStructuredText à partir des directives autosummary\ncontenues dans les fichiers donnés en entrée.\n\nLe format de la directive autosummary est documentée dans le module\nPython \"sphinx.ext.autosummary\" et peut être lu via : ::\n\npydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "fichiers sources pour lesquels il faut produire des fichiers rST" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "Valeur `%r` invalide dans intersphinx_mapping[%r]. Un tuple ou une liste à deux éléments attendus." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "répertoire où placer toutes les sorties" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:915 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "Valeur `%r` invalide dans intersphinx_mapping[%r]. Les valeurs doivent être une paire (URI cible, lieux d'inventaire)." +msgid "default suffix for files (default: %(default)s)" +msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:923 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "Valeur URI cible `%r` invalide dans intersphinx_mapping[%r][0]. Les URI cibles doivent être des chaînes uniques non vides." +msgid "custom template directory (default: %(default)s)" +msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" -#: ext/intersphinx/_load.py:103 +#: ext/autosummary/generate.py:931 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "Valeur URI cible `%r` invalide dans intersphinx_mapping[%r][0]. Les URI cibles doivent être uniques (autre instance dans intersphinx_mapping[%r])." +msgid "document imported members (default: %(default)s)" +msgstr "membres importés du document (défaut : %(default)s)" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "Valeur d'emplacement d'inventaire `%r` invalide dans intersphinx_mapping[%r][1]. Les emplacements d'inventaire doivent être des chaînes non vides ou None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "documenter exactement les membres dans l'attribut __all__ du module. (par défaut : %(default)s)" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configuration `intersphinx_mapping` invalide (1 erreur)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Supprimer les fichiers existants dans le répertoire de sortie qui n'ont pas été générés" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configuration `intersphinx_mapping` invalide (%s erreurs)." +msgid "Failed to remove %s: %s" +msgstr "Échec de la suppression de %s: %s" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "Une entrée intersphinx_mapping non valide a été ajoutée après normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Exécution de l'apidoc" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "chargement de l'inventaire intersphinx '%s' de %s ..." - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "quelques problèmes ont été rencontrés avec quelques uns des inventaires, mais ils disposaient d'alternatives fonctionnelles :" +msgid "apidoc_modules item %i must be a dict" +msgstr "l'item apidoc_modules %i doit être un dict" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" -msgstr "n'a réussi à atteindre aucun des inventaires en raison des problèmes suivants :\n%s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "l'item apidoc_modules %i doit avoir une clé \"path\"." -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "l’inventaire intersphinx a bougé : %s -> %s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "l'item apidoc_modules %i 'path' doit être une chaîne de caractères" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "(in %s %s)" -msgstr "(dans %s %s)" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "l'item apidoc_modules %i 'path' n'est pas un dossier existant : %s" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "(in %s)" -msgstr "(dans %s)" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "l'item apidoc_modules %i doit avoir une clé 'destination'" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "inventaire '%s' : doublons trouvés pour %s:%s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "l'item apidoc_modules %i 'destination' doit être une chaîne de caractères" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "inventaire '%s' : plusieurs correspondances trouvées pour %s:%s" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "l'item apidoc_modules %i 'destination' doit être un chemin relatif" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "inventaire des références croisées externes non trouvé : %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "l'item apidoc_modules %i ne peut pas créer de répertoire de destination : %s" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "suffixe de référence croisée externe non valide : %r" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "l'item apidoc_modules %i '%s' doit être un entier" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "domaine pour la référence croisée externe non trouvé : %r" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "l'item apidoc_modules %i '%s' doit être un booléen" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%sexterne :%s cible de référence non trouvée : %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "l'item apidoc_modules %i a des clés inattendues : %s" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "erreur lors du formatage de la signature pour %s : %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "l'item apidoc_modules %i '%s' doit être une séquence" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "Ignorer __all__ invalide dans le module %s: %r" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "l'item apidoc_modules %i '%s' doit contenir des chaînes de caractères" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" +msgid "Would create file %s." +msgstr "Créerait le fichier %s." -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Échec de la mise à jour de la signature pour %r : paramètre non trouvé : %s" +#: ext/apidoc/_cli.py:28 +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 "\nCherche récursivement dans des modules et packages Python et crée\ndans un fichier reST par package avec des directives automodule.\n\nLes s peuvent être tout pattern de fichiers et/ou de répertoires à exclure.\n\nNote : par défaut ce script n'écrasera pas des fichiers déjà créés." -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Échec de l'analyse de type_comment pour %r : %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "chemin vers le module à documenter" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Invalide __slots__ trouvé sur %s. Ignoré." +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "patterns de fichier fnmatch-style et/ou répertoire à exclure" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "erreur pendant la mise en forme de l'argument %s:%s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "répertoire où placer toutes les sorties" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Échec pour obtenir la signature du constructeur pour %s : %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "Nombre maximum de sous-modules visibles dans la table des matières (par défaut : 4)" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Échec pour obtenir la signature de la méthode pour %s : %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "remplacer les fichiers existants" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "Impossible d'obtenir une signature pour %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "suivre les liens symboliques. Très utile en combinaison avec collective.recipe.omelette." -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Impossible d'analyser une valeur d'argument par défaut pour %r : %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "exécuter le script sans créer les fichiers" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "attribut %s est répertorié dans :members: mais il manque car il n'a pas été trouvé dans l'objet %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "afficher la documentation de chaque module sur sa propre page" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclure le module \"_private\"" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nom du fichier de table des matières (défaut : modules)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "ne pas créer de fichier de table des matières" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc : n'a pas réussi à déterminer %s.%s (%r) devait être documenté, l'exception suivante a été levée :\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "ne pas créer de titres pour le module ou package (e.g. lorsque les doctrings en fournissent déjà)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "arguments de signature ou annotation de return donnés pour l’automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "mettre la documentation du module avant celle du sous-module" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ devrait être une liste de chaînes, pas %r (dans module %s) -- __all__ sera ignoré" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interprète les chemins de module selon la spécification PEP-0420 des espaces implicites de noms" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "attribut manquant mentionné dans l'option :members: : module %s, attribut %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Liste d'options séparées par des virgules à passer à la directive automodule (ou utiliser SPHINX_APIDOC_OPTIONS)." -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "attribut manquant %s dans l'objet %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "extension du fichier (par défaut : rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "générer un projet complet avec sphinx-quickstart" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "échec de la lecture d'un fichier cassé d'informations de compilation (version inconnue)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "ajoute module_path à la fin de sys.path, utilisé lorsque --full est présent" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "échec de la lecture d'un fichier cassé d'informations de compilation (entrée de configuration manquante)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nom du projet (par défaut : nom du module principal)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "échec de la lecture d'un fichier cassé d'informations de compilation (entrée de tags manquante)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "auteur(s) du projet, utilisé quand l'option -full est précisée" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Les pages HTML sont dans %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "version du projet, utilisé quand l'option -full est précisée" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Échec de lecture du fichier de configuration de construction : %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "révision du projet, utilisé lorsque --full est présent, par défaut reprend --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "non-concordance de build_info, copie de .buildinfo vers .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "options relatives aux extensions" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "compilation [html] :" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "permet des extensions arbitraires, utilisé lorsque --full est donné" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "le modèle %s a été modifié depuis la compilation précédente, tous les documents seront reconstruits." - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" +msgid "enable %s extension, used when --full is given" +msgstr "permettre l'extension %s, utilisée lorsque --full est donné" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "Logo de %s" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "suivant" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "précédent" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "génération des index" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "Écriture des pages additionnelles" +msgid "%s is not a directory." +msgstr "%s n'est pas un répertoire" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "Impossible de copier le fichier image '%s' : %s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "Copie des fichiers téléchargeables... " +msgid "(in %s %s)" +msgstr "(dans %s %s)" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "impossible de copier le fichier téléchargeable %r: %s" +msgid "(in %s)" +msgstr "(dans %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "Échec de la copie du fichier dans le répertoire 'static' du thème : %s : %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventaire '%s' : doublons trouvés pour %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Échec de la copie du fichier dans html_static_file : %s : %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventaire '%s' : plusieurs correspondances trouvées pour %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "Copie des fichiers statiques" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "inventaire des références croisées externes non trouvé : %r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "impossible de copier le fichier static %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "suffixe de référence croisée externe non valide : %r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "copie des fichiers complémentaires" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "domaine pour la référence croisée externe non trouvé : %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "copie des fichiers supplémentaires impossible %r" +msgid "external %s:%s reference target not found: %s" +msgstr "%sexterne :%s cible de référence non trouvée : %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Échec d'écriture du fichier de configuration de construction : %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Identifiant de projet intersphinx `%r` invalide dans intersphinx_mapping. Les identifiants de projet doivent être des chaînes non vides." -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "L'index de recherche n'a pas pu être chargé, mais tous les documents ne seront pas construits: l'index sera incomplet." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Valeur `%r` invalide dans intersphinx_mapping[%r]. Un tuple ou une liste à deux éléments attendus." -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "La page %s correspond à deux motifs dans html_sidebars: %r et %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Valeur `%r` invalide dans intersphinx_mapping[%r]. Les valeurs doivent être une paire (URI cible, lieux d'inventaire)." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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 "une erreur Unicode est survenue lors du rendu de la page %s. Veuillez vous assurer que toutes les valeurs de configuration comportant des caractères non-ASCII sont des chaînes Unicode." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "Valeur URI cible `%r` invalide dans intersphinx_mapping[%r][0]. Les URI cibles doivent être des chaînes uniques non vides." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "Le thème '%s' n'est pas compatible avec cette version de Sphinx, car il utilise le champ \"style\" dans les modèles HTML, qui a été déprécié dans Sphinx 5.1 et supprimé dans Sphinx 7.0. Le thème doit être mis à jour pour utiliser le champ \"styles\" à la place. Voir https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "Valeur URI cible `%r` invalide dans intersphinx_mapping[%r][0]. Les URI cibles doivent être uniques (autre instance dans intersphinx_mapping[%r])." -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Un erreur est survenue lors de la génération de la page: %s.\nLa raison est: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "Valeur d'emplacement d'inventaire `%r` invalide dans intersphinx_mapping[%r][1]. Les emplacements d'inventaire doivent être des chaînes non vides ou None." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "Export de l'inventaire des objets" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuration `intersphinx_mapping` invalide (1 erreur)." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "Export de l'index de recherche en %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuration `intersphinx_mapping` invalide (%s erreurs)." + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Une entrée intersphinx_mapping non valide a été ajoutée après normalisation." -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "Fichier js_file : %r invalide, sera ignoré" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "chargement de l'inventaire intersphinx '%s' de %s ..." -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Plusieurs math_renderers sont enregistrés. Mais aucun n'est sélectionné." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "quelques problèmes ont été rencontrés avec quelques uns des inventaires, mais ils disposaient d'alternatives fonctionnelles :" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer inconnu %r saisi." +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "n'a réussi à atteindre aucun des inventaires en raison des problèmes suivants :\n%s" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "l’inventaire intersphinx a bougé : %s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Arguments de mots-clés" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "L’entrée %r de html_extra_path se trouve à l’intérieur de outdir" +msgid "invalid value set (missing closing brace): %s" +msgstr "ensemble invalide de valeurs (accolade fermante manquante) : %s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "L’entrée %r de html_extra_path n’existe pas" +msgid "invalid value set (missing opening brace): %s" +msgstr "ensemble invalide de valeurs (accolade ouvrante manquante) :%s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "L’entrée %r de html_static_path se trouve à l’intérieur de outdir" +msgid "malformed string literal (missing closing quote): %s" +msgstr "chaîne littérale malformée (guillemet fermant manquant) : %s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "L’entrée %r de html_static_path n’existe pas" +msgid "malformed string literal (missing opening quote): %s" +msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "Le fichier de logo %r n’existe pas" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Exemple" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "Le fichier de favicon %r n’existe pas " +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Exemples" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "Les valeurs de \"html_sidebars\" doivent être une liste de chaînes. Au moins un motif a une valeur de chaîne : %s. Remplacé par `html_sidebars = %r`." +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notes" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 n'est plus pris en charge par Sphinx. (\"html4_writer=True\" détecté dans les options de configuration)" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Autres paramètres" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Documentation %s %s" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Reçoit" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r n'a pas d'option « theme »" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Références" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r n'a pas d'option « %s »" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Avertissements" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Échec de l'obtention d'un nom de document !" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Yields" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "Échec de l'obtention d'un nom de document pour la source %r !" +msgid "error while formatting signature for %s: %s" +msgstr "erreur lors du formatage de la signature pour %s : %s" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "Aucune note de bas de page n'a été trouvée pour la référence de nœud %r donnée" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "Ignorer __all__ invalide dans le module %s: %r" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Les fichiers LaTeX se trouvent dans %(outdir)s." - -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nExécuter 'make' dans ce répertoire pour les soumettre à (pdf)latex\n(ou 'make latexpdf' directement ici pour l’automatiser)." +msgid "Failed to get a function signature for %s: %s" +msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "aucune valeur de configuration \"latex_documents\" trouvée; aucun document de sera généré" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Impossible d'analyser une valeur d'argument par défaut pour %r : %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "La valeur du paramètre \"latex_documents\" référence un document inconnu %s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Échec de la mise à jour de la signature pour %r : paramètre non trouvé : %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "copie des fichiers de support TeX" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Échec de l'analyse de type_comment pour %r : %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "copie de fichiers supplémentaires" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "erreur pendant la mise en forme de l'argument %s:%s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clé de configuration inconnue : latex_elements[%r]; ignorée." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Échec pour obtenir la signature du constructeur pour %s : %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Option de thème inconnue : latex_theme_options[%r], ignoré." +msgid "Failed to get a method signature for %s: %s" +msgstr "Échec pour obtenir la signature de la méthode pour %s : %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s a déjà des numéros de section attribués (toctree numérotés emboîtés ?)" +msgid "Failed to get a signature for %s: %s" +msgstr "Impossible d'obtenir une signature pour %s: %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "fichier image %s illisible " +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "attribut %s est répertorié dans :members: mais il manque car il n'a pas été trouvé dans l'objet %r" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "fichier image %s illisible : %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc : n'a pas réussi à déterminer %s.%s (%r) devait être documenté, l'exception suivante a été levée :\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "le fichier téléchargé n’est pas lisible: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Invalide __slots__ trouvé sur %s. Ignoré." -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "table des matières avec une référence circulaire détectée, elle sera ignorée : %s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "arguments de signature ou annotation de return donnés pour l’automodule %s" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, 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ères contient une référence à un document %r qui n'a pas de titre : aucun lien ne sera généré" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ devrait être une liste de chaînes, pas %r (dans module %s) -- __all__ sera ignoré" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree contient une référence au document non inclu %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "attribut manquant mentionné dans l'option :members: : module %s, attribut %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "toctree contient une référence à un document inexistant %r" +msgid "missing attribute %s in object %s" +msgstr "attribut manquant %s dans l'objet %s" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "voir %s" +msgid "alias of TypeVar(%s)" +msgstr "alias de TypeVar(%s)" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "voir aussi %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrompu !" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "type d'index saisie inconnu %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "erreur de balisage reStructuredText !" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Erreur d'encodage !" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Erreur de récursivité !" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Cela peut se produire dans le cas de fichiers sources très volumineux ou profondément imbriqués. Vous pouvez soigneusement augmenter la limite de récursivité de 1 000 par défaut de Python dans conf.py avec par exemple :" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Démarrage du débogueur :" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "La trace complète a été sauvegardée dans :" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Pour signaler cette erreur aux développeurs, veuillez ouvrir un ticket à l'adresse . Merci !" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Merci de rapporter ceci s'il s'agit d'une erreur utilisateur, afin d'améliorer le message d'erreur à l'avenir." diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo index e5ea6bba555..2dae5f3c8fc 100644 Binary files a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po index 7ca291f6baa..55883e96134 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (France) (http://app.transifex.com/sphinx-doc/sphinx-1/language/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: fr_FR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,970 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,482 +3079,583 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/gl/LC_MESSAGES/sphinx.po b/sphinx/locale/gl/LC_MESSAGES/sphinx.po index 168d3c1efe0..32b3d3d491d 100644 --- a/sphinx/locale/gl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/gl/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,17 +8,213 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 18:26+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Miguel Anxo Bouzada , 2023,2025\n" "Language-Team: Galician (http://app.transifex.com/sphinx-doc/sphinx-1/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Common Vulnerabilities and Exposures; CVE %s" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "número CVE non válido %s" + +#: roles.py:250 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Common Weakness Enumeration; CWE %s" + +#: roles.py:273 +#, python-format +msgid "invalid CWE number %s" +msgstr "número CWE non válido %s" + +#: roles.py:293 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Propostas de mellora de Python; PEP %s" + +#: roles.py:316 +#, python-format +msgid "invalid PEP number %s" +msgstr "número PEP non válido %s" + +#: roles.py:354 +#, python-format +msgid "invalid RFC number %s" +msgstr "número RFC non válido %s" + +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "O nome do analizador léxico Pygments %r é descoñecido" + +#: highlighting.py:209 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "A analise léxica de literal_block %r como «%s» provocou un erro no testemuño: %r. Tentando de novo en modo relaxado." + +#: config.py:350 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "o directorio de configuración non contén un ficheiro conf.py (%s)" + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "«%s» debe ser «0» ou «1», obtívose «%s»" + +#: config.py:378 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "non é posíbel substituír o axuste de configuración do dicionario %r, é ignorado (use %r para definir elementos individuais)" + +#: config.py:390 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "o número %r non é válido para o valor de configuración %r, é ignorado" + +#: config.py:398 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "non é posíbel anular o axuste de configuración %r cun tipo non compatíbel, é ignorado" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuración descoñecido %r na substitución, é ignorado" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Non existe o valor de configuración: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "O valor de configuración %r xa está presente" + +#: config.py:540 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "non é posíbel gardar na memoria tobo un valor de configuración non seleccionábel: %r (porque contén unha función, clase ou obxecto módulo)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Atopouse un valor de configuración non válido: «language = None». Actualice a súa configuración a un código de idioma válido. Volvendo a «en» (inglés)." + +#: config.py:598 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Hai un erro de sintaxe no seu ficheiro de configuración: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "O ficheiro de configuración (ou un dos módulos que importa) chama a sys.exit()" + +#: config.py:610 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Hai un erro programábel no seu ficheiro de configuración:\n\n%s" + +#: config.py:632 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "Produciuse un fallo ao converter %r nun «frozenset»" + +#: config.py:650 config.py:658 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Convertendo «source_suffix = %r» a «source_suffix = %r»." + +#: config.py:664 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "O valor de configuración «source_suffix» agarda un dicionario, unha cadea ou unha lista de cadeas. En troques obtívose «%r» (tipo %s)." + +#: config.py:685 +#, python-format +msgid "Section %s" +msgstr "Sección %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Táboa %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Listaxe %s" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "O valor de configuración «{name}» ten que ser un de {candidates}, mais Vde. indica «{current}»." + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "O valor de configuración «{name}» ten o tipo «{current.__name__}»; agardábase {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "O valor de configuración «{name}» ten o tipo «{current.__name__}»; o valor predeterminado é «{default.__name__}»." + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "Non se atopou primary_domain %r non atopado, é ignorado." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx agora usa o «índice» como documento principal de xeito predeterminado. Para manter o comportamento pre-2.0, configure «master_doc = 'contents'»." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "A compatibilidade para codificacións de orixes distintos de UTF-8 está obsoleto e eliminarase en Sphinx 10. Faga un comentario en https://github.com/sphinx-doc/sphinx/issues/13665 se isto provoca algún problema." + #: extension.py:58 #, python-format msgid "" @@ -33,127 +229,154 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Este proxecto necesita a extensión %s polo menos na versión %s e, polo tanto, non é posíbel compilar coa versión cargada (%s)." -#: application.py:212 +#: project.py:72 +#, python-format +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "atopáronse varios ficheiros para o documento «%s»: %s\nEmpregue %r para a construción." + +#: project.py:87 +#, python-format +msgid "Ignored unreadable document %r." +msgstr "Ignorouse o documento ilexíbel %r." + +#: events.py:92 +#, python-format +msgid "Event %r already present" +msgstr "O evento %r xa está presente" + +#: events.py:386 +#, python-format +msgid "Unknown event name: %s" +msgstr "Nome de evento descoñecido: %s" + +#: events.py:451 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "O controlador %r do evento %r lanzou unha excepción" + +#: application.py:218 #, python-format msgid "Cannot find source directory (%s)" msgstr "Non é posíbel atopar o directorio fonte (%s)" -#: application.py:217 +#: application.py:223 #, python-format msgid "Output directory (%s) is not a directory" msgstr "O directorio de saída (%s) non é un directorio" -#: application.py:222 +#: application.py:228 msgid "Source directory and destination directory cannot be identical" msgstr "O directorio fonte e o directorio de destino non poden ser idénticos" -#: application.py:252 +#: application.py:258 #, python-format msgid "Running Sphinx v%s" msgstr "Executando Sphinx v%s" -#: application.py:278 +#: application.py:286 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Este proxecto necesita polo menos Sphinx v%s e, polo tanto, non é posíbel compilalo con esta versión." -#: application.py:297 +#: application.py:305 msgid "making output directory" msgstr "creando o directorio de saída" -#: application.py:302 registry.py:538 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "ao configurar a extensión %s:" -#: application.py:309 +#: application.py:317 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» tal como se define actualmente en conf.py non é un invocábel de Python. Modifique a súa definición para que sexa unha función invocábel. Isto é necesario para que conf.py se comporte como unha extensión Sphinx." -#: application.py:346 +#: application.py:360 #, python-format msgid "loading translations [%s]... " msgstr "cargando traducións [%s]…" -#: application.py:370 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "feito" -#: application.py:372 +#: application.py:386 msgid "not available for built-in messages" msgstr "non dispoñíbel para mensaxes integradas" -#: application.py:386 +#: application.py:400 msgid "loading pickled environment" msgstr "cargando o contorno preparado –pickled–" -#: application.py:394 +#: application.py:408 #, python-format msgid "failed: %s" msgstr "produciuse un fallo: %s" -#: application.py:407 +#: application.py:423 msgid "No builder selected, using default: html" msgstr "Non foi seleccionado ningún construtor, de xeito predeterminado usase: html" -#: application.py:439 +#: application.py:455 msgid "build finished with problems." msgstr "a construción finalizou con problemas." -#: application.py:441 +#: application.py:457 msgid "build succeeded." msgstr "construción conseguida." -#: application.py:446 +#: application.py:462 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "a construción finalizou con problemas, 1 advertencia (coas advertencias tratadas como erros)." -#: application.py:450 +#: application.py:466 msgid "build finished with problems, 1 warning." msgstr "a construción finalizou con problemas, 1 advertencia." -#: application.py:452 +#: application.py:468 msgid "build succeeded, 1 warning." msgstr "construción conseguida, 1 advertencia." -#: application.py:458 +#: application.py:474 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "a construción finalizou con problemas, %s advertencias (coas advertencias tratadas como erros)." -#: application.py:462 +#: application.py:478 #, python-format msgid "build finished with problems, %s warnings." msgstr "a construción finalizou con problemas, %s advertencias." -#: application.py:464 +#: application.py:480 #, python-format msgid "build succeeded, %s warnings." msgstr "construción conseguida, %s advertencias." -#: application.py:1026 +#: application.py:1020 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "a clase de nodo %r xa está rexistrada, os seus visitantes van ser substituídos" -#: application.py:1119 +#: application.py:1113 #, python-format msgid "directive %r is already registered and will not be overridden" -msgstr "" +msgstr "a directiva %r xa está rexistrada e non vai ser substituída" -#: application.py:1145 application.py:1173 +#: application.py:1139 application.py:1167 #, python-format msgid "role %r is already registered and will not be overridden" -msgstr "" +msgstr "o rol %r xa está rexistrado e non vai ser substituído" -#: application.py:1770 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +384,12 @@ msgid "" "explicit" msgstr "a extensión %s non declara se é segura para a lectura en paralelo, asumindo que non o sexa; pídalle ao autor da extensión que o comprobe e que o faga explícito" -#: application.py:1775 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "a extensión %s non é segura para a lectura en paralelo" -#: application.py:1779 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,492 +397,497 @@ msgid "" "explicit" msgstr "a extensión %s non declara se é segura para a escritura en paralelo, asumindo que non o sexa; pídalle ao autor da extensión que o comprobe e que o faga explícito" -#: application.py:1784 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "a extensión %s non é segura para a escritura en paralelo" -#: application.py:1792 application.py:1796 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "seriando %s" -#: config.py:355 +#: registry.py:164 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "o directorio de configuración non contén un ficheiro conf.py (%s)" - -#: config.py:366 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "Atopouse un valor de configuración non válido: «language = None». Actualice a súa configuración a un código de idioma válido. Volvendo a «en» (inglés)." +msgid "Builder class %s has no \"name\" attribute" +msgstr "A clase %s do construtor non ten atributo «name»" -#: config.py:394 +#: registry.py:168 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +msgid "Builder %r already exists (in module %s)" +msgstr "O construtor %r xa existe (no módulo %s)" -#: config.py:399 +#: registry.py:184 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "non é posíbel substituír o axuste de configuración do dicionario %r, é ignorado (use %r para definir elementos individuais)" +msgid "Builder name %s not registered or available through entry point" +msgstr "O nome do construtor %s non está rexistrado ou dispoñíbel a través do punto de entrada" -#: config.py:411 +#: registry.py:194 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "o número %r non é válido para o valor de configuración %r, é ignorado" +msgid "Builder name %s not registered" +msgstr "O nome do construtor %s non está rexistrado" -#: config.py:419 +#: registry.py:201 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "non é posíbel anular o axuste de configuración %r cun tipo non compatíbel, é ignorado" +msgid "domain %s already registered" +msgstr "o dominio %s xa está rexistrado" -#: config.py:442 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuración descoñecido %r na substitución, é ignorado" +msgid "domain %s not yet registered" +msgstr "o dominio %s aínda non está rexistrado" -#: config.py:496 +#: registry.py:232 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "A directiva %r xa está rexistrada no dominio %s" -#: config.py:524 +#: registry.py:250 #, python-format -msgid "Config value %r already present" -msgstr "O valor de configuración %r xa está presente" +msgid "The %r role is already registered to domain %s" +msgstr "O rol %r xa está rexistrado no dominio %s" -#: config.py:561 +#: registry.py:263 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "O índice %r xa está rexistrado no dominio %s" -#: config.py:603 +#: registry.py:310 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Hai un erro de sintaxe no seu ficheiro de configuración: %s\n" - -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "O ficheiro de configuración (ou un dos módulos que importa) chama a sys.exit()" +msgid "The %r object_type is already registered" +msgstr "O object_type %r xa está rexistrado" -#: config.py:615 +#: registry.py:341 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Hai un erro programábel no seu ficheiro de configuración:\n\n%s" +msgid "The %r crossref_type is already registered" +msgstr "O crossref_type %r xa está rexistrado" -#: config.py:637 +#: registry.py:350 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "source_suffix %r is already registered" +msgstr "source_sufix %r xa está rexistrado" -#: config.py:655 config.py:663 +#: registry.py:360 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "source_parser for %r is already registered" +msgstr "source_parser para %r xa está rexistrado" -#: config.py:669 +#: registry.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" +msgid "Source parser for %s not registered" +msgstr "O analizador da fonte para %s non está rexistrado" -#: config.py:690 +#: registry.py:390 #, python-format -msgid "Section %s" -msgstr "Sección %s" +msgid "Translator for %r already exists" +msgstr "Xa existe o tradutor para %r" -#: config.py:691 +#: registry.py:407 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "Os argumentos de palabras clave –kwargs– para add_node() deben ser tuplas de funcións «(visitar, saír)»: %r=%r" -#: config.py:692 +#: registry.py:505 #, python-format -msgid "Table %s" -msgstr "Táboa %s" +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r xa está rexistrado" -#: config.py:693 +#: registry.py:521 #, python-format -msgid "Listing %s" -msgstr "Listaxe %s" - -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "O valor de configuración «{name}» ten que ser un de {candidates}, mais Vde. da «{current}»." +msgid "math renderer %s is already registered" +msgstr "O representador matemático %s xa está rexistrado" -#: config.py:833 -#, python-brace-format +#: registry.py:538 +#, python-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "O valor de configuración «{name}» ten o tipo «{current.__name__}»; agardábase {permitted}." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "a extensión %r xa estaba fusionada con Sphinx dende a versión %s; esta extensión é ignorada." -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "O valor de configuración «{name}» ten o tipo «{current.__name__}»; o valor predeterminado é «{default.__name__}»." +#: registry.py:552 +msgid "Original exception:\n" +msgstr "Excepción orixinal:\n" -#: config.py:862 +#: registry.py:554 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "Non se atopou primary_domain %r non atopado, é ignorado." +msgid "Could not import extension %s" +msgstr "Non foi posíbel importar a extensión %s" -#: config.py:882 +#: registry.py:561 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "a extensión %r non ten ningunha función setup(); é realmente un módulo de extensión Sphinx?" -#: highlighting.py:170 +#: registry.py:574 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "O nome do analizador léxico Pygments %r é descoñecido" +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "A extensión %s utilizada por este proxecto necesita polo menos Sphinx v%s e, polo tanto, non é posíbel compilar con esta versión." -#: highlighting.py:209 +#: registry.py:586 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "A analise léxica de literal_block %r como «%s» provocou un erro no testemuño: %r. Tentando de novo en modo relaxado." +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "a extensión %r devolveu un obxecto non compatíbel dende a súa función setup(); debería devolver «None» ou un dicionario de metadatos" + +#: registry.py:612 +#, python-format +msgid "`None` is not a valid filetype for %r." +msgstr "«None» non é un tipo de ficheiro válido para %r." -#: theming.py:115 +#: theming.py:119 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." -msgstr "" +msgstr "As seccións de configuración do tema distintas de [theme] e [options] non son compatíbeis (tentou obter un valor de %r)." -#: theming.py:120 +#: theming.py:124 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "o axuste %s.%snon aparece en ningunha das configuracións de temas buscadas" -#: theming.py:135 +#: theming.py:139 #, python-format msgid "unsupported theme option %r given" msgstr "a opción %r non é compatíbel co tema" -#: theming.py:208 +#: theming.py:238 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "o ficheiro %r na ruta do tema non é un ficheiro zip válido ou non contén ningún tema" -#: theming.py:228 +#: theming.py:258 #, python-format msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgstr "non se atopou ningún tema chamado %r (falta theme.toml?)" -#: theming.py:268 +#: theming.py:298 #, python-format msgid "The %r theme has circular inheritance" -msgstr "" +msgstr "O tema %r ten herdanza circular" -#: theming.py:276 +#: theming.py:306 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" -msgstr "" +msgstr "O tema %r herda de %r, que non é un tema cargado. Os temas cargados son: %s" -#: theming.py:282 +#: theming.py:312 #, python-format msgid "The %r theme has too many ancestors" -msgstr "" +msgstr "O tema %r ten demasiados antecesores" -#: theming.py:310 +#: theming.py:340 #, python-format msgid "no theme configuration file found in %r" -msgstr "" +msgstr "non se atopou ningún ficheiro de configuración do tema en %r" -#: theming.py:335 theming.py:388 +#: theming.py:365 theming.py:418 #, python-format msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgstr "o tema %r non ten a táboa «tema»" -#: theming.py:339 +#: theming.py:369 #, python-format msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" +msgstr "A táboa «[theme]» do tema %r non é unha táboa" -#: theming.py:343 theming.py:391 +#: theming.py:373 theming.py:421 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" +msgstr "O tema %r debe definir o axuste «theme.inherit»" -#: theming.py:347 +#: theming.py:377 #, python-format msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgstr "A táboa «[options]» do tema %r non é unha táboa" -#: theming.py:366 +#: theming.py:396 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "O evento %r xa está presente" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Nome de evento descoñecido: %s" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "O controlador %r do evento %r lanzou unha excepción" - -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" - -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "Ignorouse o documento ilexíbel %r." +msgstr "O axuste «theme.pygments_style» debe ser unha táboa. Suxestión: «%s»" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "A clase %s do construtor non ten atributo «name»" - -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "O construtor %r xa existe (no módulo %s)" - -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "O nome do construtor %s non está rexistrado ou dispoñíbel a través do punto de entrada" - -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "O nome do construtor %s non está rexistrado" - -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "o dominio %s xa está rexistrado" - -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "o dominio %s aínda non está rexistrado" - -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "A directiva %r xa está rexistrada no dominio %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Emprego:" -#: registry.py:253 -#, python-format -msgid "The %r role is already registered to domain %s" -msgstr "O rol %r xa está rexistrado no dominio %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPCIÓNS] []" -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "O índice %r xa está rexistrado no dominio %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr " O xerador de documentación de Sphinx." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "O object_type %r xa está rexistrado" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Ordes:" -#: registry.py:344 -#, python-format -msgid "The %r crossref_type is already registered" -msgstr "O crossref_type %r xa está rexistrado" +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Opcións" -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_sufix %r xa está rexistrado" +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Para obter máis información, visite https://www.sphinx-doc.org/en/master/man/." -#: registry.py:363 -#, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser para %r xa está rexistrado" +#: _cli/__init__.py:169 +#, python-brace-format +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erro: {1}\nExecute «{0} --help» para obter información" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "O analizador de fontes para %s non está rexistrado" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr " Xestionar a documentación con Sphinx." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Xa existe o tradutor para %r" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Amosar a versión e saír" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "Os argumentos de palabras clave –kwargs– para add_node() deben ser tuplas de funcións «(visitar, saír)»: %r=%r" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Amosar esta mensaxe e saír" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r xa está rexistrado" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Rexistro" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "O representador matemático %s xa está rexistrado" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Aumentar o detalle (pódese repetir)" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "a extensión %r xa estaba fusionada con Sphinx dende a versión %s; esta extensión é ignorada." +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Imprimir só os erros e as advertencias" -#: registry.py:543 -msgid "Original exception:\n" -msgstr "Excepción orixinal:\n" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Non hai ningunha saída" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Non foi posíbel importar a extensión %s" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" -msgstr "a extensión %r non ten ningunha función setup(); é realmente un módulo de extensión Sphinx?" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Consulte «sphinx --help».\n" -#: registry.py:565 +#: ext/imgconverter.py:44 #, 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 "A extensión %s utilizada por este proxecto necesita polo menos Sphinx v%s e, polo tanto, non é posíbel compilar con esta versión." +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "Non é posíbel executar a orde de conversión de imaxe %r. «sphinx.ext.imgconverter» precisa, de xeito predeterminado, de «ImageMagick». Asegúrese de que estea instalado ou defina a opción «image_converter» nunha orde personalizada de conversión.\n\nRastrexo: %s" -#: registry.py:577 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" -msgstr "a extensión %r devolveu un obxecto non compatíbel dende a súa función setup(); debería devolver «None» ou un dicionario de metadatos" - -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" - -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" - -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "" - -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Propostas de mellora de Python; PEP %s" - -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "número PEP non válido %s" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«convert» saíu cun erro:\n[stderr]\n%r\n[stdout]\n%r" -#: roles.py:355 +#: ext/imgconverter.py:83 #, python-format -msgid "invalid RFC number %s" -msgstr "número RFC non válido %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "non é posíbel executar a orde de conversión %r, comprobe o axuste «image_converter»" -#: ext/linkcode.py:86 ext/viewcode.py:226 +#: ext/linkcode.py:86 ext/viewcode.py:232 msgid "[source]" -msgstr "[fontes]" +msgstr "[fonte]" -#: ext/viewcode.py:289 +#: ext/viewcode.py:295 msgid "highlighting module code... " msgstr "destacando o código do módulo..." -#: ext/viewcode.py:320 +#: ext/viewcode.py:326 msgid "[docs]" msgstr "[documentos]" -#: ext/viewcode.py:346 +#: ext/viewcode.py:352 msgid "Module code" msgstr "Código do módulo" -#: ext/viewcode.py:353 +#: ext/viewcode.py:359 #, python-format msgid "

Source code for %s

" msgstr "

Código fonte para %s

" -#: ext/viewcode.py:380 +#: ext/viewcode.py:386 msgid "Overview: module code" msgstr "Vista xeral: código do módulo" -#: ext/viewcode.py:381 +#: ext/viewcode.py:387 msgid "

All modules for which code is available

" msgstr "

Todos os módulos para os que está dispoñíbel o código

" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "a ligazón con codificación forte %r podería substituírse por unha ligazón externa (probe a usar %r no seu lugar)" - #: ext/autosectionlabel.py:52 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "a sección «%s» é etiquetada como «%s»" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: domains/std/__init__.py:834 domains/std/__init__.py:961 #: ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "etiqueta duplicada %s, outra instancia en %s" -#: ext/imgmath.py:387 ext/mathjax.py:60 +#: ext/imgmath.py:369 ext/mathjax.py:60 msgid "Link to this equation" msgstr "Ligazón a esta ecuación" -#: ext/duration.py:90 +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "A duración de %.3fs da lectura excedeu do límite de duración de %.3fs" + +#: ext/duration.py:117 msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== duración de lectura máis lenta =====================" +"====================== total reading duration ==========================" +msgstr "====================== duración total da lectura ==========================" + +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "Tempo total de lectura %d ficheiro%s: %dm %.3fs" + +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== duración de lectura máis lenta =====================" + +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "%.3fs %s" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tarefa pendente" + +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "Atopouse a entrada de tarefa pendente: %s" + +#: ext/todo.py:152 +msgid "<>" +msgstr "«entrada orixinal»" + +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(A «entrada orixinal» está situada en %s, liña %d.)" + +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada orixinal" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "A directiva Graphviz non pode ter como argumento tanto o contido como o nome de ficheiro" + +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Non foi atopado ficheiro Graphviz externo %r ou fallou a súa lectura" + +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando a directiva «graphviz» sen contido." + +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "Débese estabelecer a ruta camiño executábel «graphviz_dot»! %r" + +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "Non é posíbel executar a orde «dot» %r (necesario para a saída de graphviz), comprobe o axuste de graphviz_dot" + +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«dot» saíu cun erro:\n[stderr]\n%r\n[stdout]\n%r" + +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«dot» non produciu un ficheiro de saída:\n[stderr]\n%r\n[stdout]\n%r" + +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "«graphviz_output_format» debe ser «png» ou «svg», mais é %r" + +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "código de «dot» %r: %s" + +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfico: %s]" + +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfico]" + +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "a ligazón con codificación forte %r podería substituírse por unha ligazón externa (probe a empregar %r en troques)" + +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Non é posíbel executar a orde «LaTeX» %r (necesario para a representación matemática), comprobe o axuste «imgmath_latex»" + +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "Non é posíbel executar a orde «%s» %r (necesario para a representación matemática), comprobe o axuste «imgmath_%s»" + +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "amosar látex %r: %s" + +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "látex en liña %r: %s" #: ext/doctest.py:118 #, python-format @@ -687,7 +915,7 @@ msgid "" "%(outdir)s/output.txt." msgstr "Finalizadas as probas de –doctests– nas fontes, vexa os resultados en %(outdir)s/output.txt." -#: ext/doctest.py:457 +#: ext/doctest.py:451 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "non hai código/saída no bloque %s en %s:%s" @@ -697,30 +925,6 @@ msgstr "non hai código/saída no bloque %s en %s:%s" msgid "ignoring invalid doctest code: %r" msgstr "ignorando o código da proba –doctest– non válido: %r" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Non é posíbel executar a orde «LaTeX» %r (necesario para a representación matemática), comprobe o axuste «imgmath_latex»" - -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "Non é posíbel executar a orde «%s» %r (necesario para a representación matemática), comprobe o axuste «imgmath_%s»" - -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "amosar látex %r: %s" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "látex en liña %r: %s" - #: ext/coverage.py:48 #, python-format msgid "invalid regex %r in %s" @@ -736,20 +940,21 @@ msgstr "non foi posíbel importar o módulo %s: %s" msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" -msgstr "" +msgstr "os seguintes módulos están documentados mais non foron especificados nos «coverage_modules»: %s" #: ext/coverage.py:158 +#, python-format msgid "" "the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" +"documented: %s" +msgstr "os seguintes módulos están especificados nos «coverage_modules» mais non foron documentados: %s" #: ext/coverage.py:172 #, python-brace-format, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)s{sep}python.txt." -msgstr "" +msgstr "Rematada a proba de cobertura nas fontes, vexa os resultados en %(outdir)s{sep}python.txt." #: ext/coverage.py:187 #, python-format @@ -776,843 +981,970 @@ msgstr "clase de python non documentada: %s :: %s" msgid "undocumented python method: %s :: %s :: %s" msgstr "método de python non documentado: %s :: %s :: %s" -#: ext/imgconverter.py:44 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "Non é posíbel executar a orde de conversión de imaxe %r. «sphinx.ext.imgconverter» precisa, de xeito predeterminado, de «ImageMagick». Asegúrese de que estea instalado ou defina a opción «image_converter» nunha orde personalizada de conversión.\n\nRastrexo: %s" +msgid "%b %d, %Y" +msgstr "%d de %b de %Y" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "non foi posíbel calcular o progreso da tradución!" + +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "non hai ningún elemento traducidos!" + +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«convert» saíu cun erro:\n[stderr]\n%r\n[stdout]\n%r" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "atopouse un índice baseado en 4 columnas. Pode ser un erro das extensións que usa: %r" -#: ext/imgconverter.py:83 +#: transforms/__init__.py:300 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "non é posíbel executar a orde de conversión %r, comprobe o axuste «image_converter»" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "A directiva Graphviz non pode ter como argumento tanto o contido como o nome de ficheiro" +msgid "Footnote [%s] is not referenced." +msgstr "A nota a rodapé [%s] non está referenciada." -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Non se atopou o ficheiro Graphviz externo %r ou fallou a súa lectura" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "A nota a rodapé [*] non está referenciada." -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando a directiva «graphviz» sen contido." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "A nota a rodapé [#] non está referenciada." -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "Débese estabelecer a ruta camiño executábel «graphviz_dot»! %r" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de notas a rodapé inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: ext/graphviz.py:328 -#, python-format +#: transforms/i18n.py:289 +#, python-brace-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "Non é posíbel executar a orde «dot» %r (necesario para a saída de graphviz), comprobe o axuste de graphviz_dot" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referencias inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: ext/graphviz.py:339 -#, python-format +#: transforms/i18n.py:339 +#, python-brace-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«dot» saíu cun erro:\n[stderr]\n%r\n[stdout]\n%r" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de citas inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: ext/graphviz.py:344 -#, python-format +#: transforms/i18n.py:361 +#, python-brace-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«dot» non produciu un ficheiro de saída:\n[stderr]\n%r\n[stdout]\n%r" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de termos inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: environment/__init__.py:89 +msgid "new config" +msgstr "nova configuración" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "código de «dot» %r: %s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "a configuración cambiou" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "as extensións cambiaron" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gráfico]" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "a versión do contorno de construción non é actual" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Tarefa pendente" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "o directorio fonte cambiou" -#: ext/todo.py:94 +#: environment/__init__.py:350 #, python-format -msgid "TODO entry found: %s" -msgstr "Atopouse a entrada de tarefa pendente: %s" +msgid "The configuration has changed (1 option: %r)" +msgstr "A configuración cambiou (1 opción: %r)" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(O <> está situado en %s, liña %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada orixinal" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "«dedent» elimina os espazos en branco" - -#: directives/code.py:87 +#: environment/__init__.py:355 #, python-format -msgid "Invalid caption: %s" -msgstr "Lenda non válida: %s" +msgid "The configuration has changed (%d options: %s)" +msgstr "A configuración cambiou (%d opcións: %s)" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: environment/__init__.py:361 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "o número de liña especificado está fóra do intervalo (1-%d): %r" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "A configuración cambiou (%d opcións: %s, …)" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Non é posíbel usar as opcións «%s» e «%s»." +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Este contorno é incompatíbel co construtor seleccionado, escolla outro directorio de árbore de documentos «doctree»." -#: directives/code.py:231 +#: environment/__init__.py:518 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "Failed to scan documents in %s: %r" +msgstr "Produciuse un fallo ao escanear os documentos en %s: %r" -#: directives/code.py:235 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "Domain %r is not registered" +msgstr "O dominio %r non está rexistrado" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Non se atopou o obxecto chamado %r no ficheiro incluído %r" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "o documento non está incluído en ningunha árbore de índice –toctree–" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Non é posíbel usar «lineno-match» cun conxunto disxunto de «liñas»" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "atopouse unha árbore de índice –toctree– auto referenciada. É ignorado." -#: directives/code.py:314 +#: environment/__init__.py:952 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Especificación de liña %r: non se extraeron liñas do ficheiro de inclusión %r" - -#: directives/patches.py:71 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "A opción «:file:» para a directiva «csv-table» agora recoñece unha ruta absoluta como unha ruta relativa dende o directorio fonte. Actualice o seu documento." +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "o documento está referenciado en varios árbores de índice –toctrees– %s:, seleccionando: %s <- %s" -#: directives/other.py:119 +#: writers/latex.py:387 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "O padrón global da árbore de índice –toctree– %r non coincide con ningún documento" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "«toplevel_sectioning» %r descoñecido para a clase %r" -#: directives/other.py:153 environment/adapters/toctree.py:361 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "A arbore de índice –toctree– contén referencia ao documento excluído %r" +msgid "no Babel option known for language %r" +msgstr "non hai ningunha opción de «Babel» coñecida para o idioma %r" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "A arbore de índice –toctree– contén referencia a un documento que non existe %r" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "«:maxdepth:» é demasiado grande, é ignorado." -#: directives/other.py:169 +#: writers/latex.py:617 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "atopouse unha entrada duplicada na árbore de índice –toctree–: %s" +msgid "template %s not found; loading from legacy %s instead" +msgstr "non se atopou o modelo %s; foi cargado en troques do antigo %s" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor da sección:" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "o título do documento non é un único nodo de tipo «Text»" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor do módulo:" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "o nodo do título non foi atopado na sección, tema, táboa, admonición ou barra lateral" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor do código:" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Notas a rodapé" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "nivel de título de rúbrica non admitido: %s" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. o contido dos recoñecementos –acks– non é unha lista" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "indícanse tanto a opción «tabularcolumns» como «:widths:». Ignorase «:widths:»." -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. o contido do historial –hlist– non é unha lista" +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "Indicouse o colspec %s, que semella empregar sintaxe tabular. Porén, esta táboa non pode ser representada como tabular, ignorarase o colspec indicado." -#: builders/changes.py:29 +#: writers/latex.py:1618 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "O ficheiro de vista xeral está en %(outdir)s." +msgid "dimension unit %s is invalid. Ignored." +msgstr "a unidade de dimensión %s non é válida. É ignorada." -#: builders/changes.py:56 +#: writers/latex.py:1954 #, python-format -msgid "no changes in version %s." -msgstr "sen cambios na versión %s." +msgid "unknown index entry type %s found" +msgstr "atopouse o tipo descoñecido de entrada de índice %s" -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "escribindo o ficheiro de resumo…" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "«math_eqref_format» non válido: %r" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Integrados" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[imaxe: %s]" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nivel de módulo" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[imaxe]" -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "copiando os ficheiros fonte…" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Índice" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "non foi posíbel ler %r para a creación do rexistro de cambios" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "a lenda non está nunha figura." -#: builders/manpage.py:37 +#: writers/texinfo.py:1306 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "As páxinas do manual están en %(outdir)s." - -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "non se atopou ningún valor de configuración «man_pages»; non se escribirá ningunha páxina de manual" +msgid "unimplemented node type: %r" +msgstr "tipo de nodo sen implementar: %r" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "escribindo" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Ligazón a esta definición" -#: builders/manpage.py:71 +#: writers/html5.py:446 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "o valor de configuración «man_pages» fai referencia a un documento %s descoñecido" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format non está definido por %s" -#: builders/__init__.py:224 +#: writers/html5.py:456 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "non se atopou unha imaxe axeitada para o construtor %s: %s (%s)" +msgid "Any IDs not assigned for %s node" +msgstr "Calquera ID non asignado ao nodo %s" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "non se atopou unha imaxe axeitada para o construtor %s: %s" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Ligazón a este termo" -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "construíndo [mo]: " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Ligazón a este título" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "escribindo a saída…" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Ligazón a esta táboa" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "todos, os %d, ficheiros «po»" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Ligazón a este código" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "obxectivos para os %d ficheiros «po» que se especifican" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Ligazón a esta imaxe" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "obxectivos para os %d ficheiros «po» que están desactualizados" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Ligazón a esta árbore de índice –toctree–" -#: builders/__init__.py:319 -msgid "all source files" -msgstr "todos os ficheiros fonte" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Non foi posíbel obter o tamaño da imaxe. A opción «:scale:» é ignorada." -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "o ficheiro %r indicado na liña de ordes non existe," +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atención" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "o ficheiro %r indicado na liña de ordes non está no directorio fonte, é ignorado" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Precaución" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "o ficheiro %r indicado na liña de ordes non é un documento válido, é ignorado" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d ficheiros fonte indicados na liña de ordes" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "obxectivos para %d ficheiros fonte que non están actualizados" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suxestión" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "construíndo [%s]: " +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "buscando ficheiros xa desactualizados…" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "atopouse %d" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver tamén" -#: builders/__init__.py:412 -msgid "none found" -msgstr "non se atopou nada" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truco" -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "preparando –pickling– o contorno" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advertencia" -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "comprobando a coherencia" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "o número de traballo debe ser un número positivo" -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "non hai ningún obxectivo desactualizado" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "Para obter máis información, visite https://www.sphinx-doc.org/." -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "actualizando o contorno:" +#: cmd/build.py:74 +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 "\nXerar documentación a partir de ficheiros fonte.\n\n«sphinx-build» xera a documentación a partir dos ficheiros en SOURCEDIR e colócaa en OUTPUTDIR. Busca «conf.py» en SOURCEDIR para os axustes de configuración. A ferramenta «sphinx-quickstart» pódese empregar para xerar ficheiros de modelos, incluído «conf.py»\n\n«sphinx-build» pode crear documentación en diferentes formatos. Selecciónase un formato especificando o nome do construtor na liña de ordes; o predeterminado é HTML. Os construtores tamén poden realizar outras tarefas relacionadas co procesamento da documentación.\n\nDe xeito predeterminado, todo o que está desactualizado está compilado. Pódese compilar só a saída para os ficheiros seleccionados especificando os nomes de ficheiro individuais.\n" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s engadido(s), %s cambiado(s), %s retirado(s)" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ruta aos ficheiros fonte da documentación" -#: builders/__init__.py:531 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "ruta ao directorio de saída" -#: builders/__init__.py:540 -#, python-format +#: cmd/build.py:109 msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(opcional) unha lista de ficheiros específicos para reconstruír. Ignorarase se se especifica --write-all" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:114 +msgid "general options" +msgstr "opcións xerais" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "construtor a empregar (predeterminado: «html»)" + +#: cmd/build.py:131 msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "executar en paralelo con N procesos, cando sexa posíbel. «auto» emprega o número de núcleos da CPU" -#: builders/__init__.py:558 -#, python-format +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "escribir todos os ficheiros (predeterminado: escribir só os ficheiros novos e modificados)" + +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "non use un contorno gardado, lea sempre todos os ficheiros" + +#: cmd/build.py:150 +msgid "path options" +msgstr "opcións da ruta" + +#: cmd/build.py:157 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "directorio para os ficheiros de árbore de documentos –doctree– e de contorno (predeterminado: OUTPUT_DIR/.doctrees)" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "lendo as fontes…" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "directorio do ficheiro de configuración (conf.py) (predeterminado: SOURCE_DIR)" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "nomes de documentos –docnames– para escribir: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "non empregar ningún ficheiro de configuración, empregar só os axustes das opcións -D" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "substituír un axuste no ficheiro de configuración" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "preparando os documentos" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "pasar un valor a modelos HTML" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "copiando activos" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "definir etiqueta: inclúír «só» bloques con TAG" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caracteres fonte non codificábeis, substituíndo por «?»: %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "modo esixente –nitpicky–, avisa sobre todas as referencias que faltan" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "O ficheiro ePub está en %(outdir)s." +#: cmd/build.py:212 +msgid "console output options" +msgstr "opcións de saída da consola" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "escribindo o ficheiro nav.xhtml…" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "aumentar o detalle (pódese repetir)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "o valor de configuración «epub_language» (ou «idioma») non pode estar baleiro para EPUB3" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "sen saída en «stdout», só advertencias en «stderr»" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "o valor de configuración epub_uid» debería ser NOME XML para EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "sen ningunha saída, nin sequera advertencias" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "o valor de configuración «epub_title» (ou «html_title») non pode estar baleiro para EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "emite unha saída de cor (predeterminado: detección automática)" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "o valor de configuración «epub_author» non pode estar baleiro para EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "non emite unha saída de cor (predeterminado: detección automática)" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "o valor de configuración «epub_contributor» non pode estar baleiro para EPUB3" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "opcións de control de advertencia" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "o valor de configuración «epub_description» non pode estar baleiro para EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "escribe as advertencias (e os erros) no ficheiro indicado" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "o valor de configuración «epub_publisher» non pode estar baleiro para EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "converte as advertencias en erros" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "o valor de configuración «epub_copyright» (ou «copyright») non pode estar baleiro para EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "amosa o rastrexo completo na excepción" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "o valor de configuración «epub_identifier» non pode estar baleiro para EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "executar Pdb nunha excepción" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "o valor de configuración «version» non pode estar baleiro para EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "erguer unha excepción nas advertencias" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file non válido: %r, é ignorado" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "non é posíbel combinar a opción -a e os nomes de ficheiro" -#: builders/xml.py:31 +#: cmd/build.py:357 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Os ficheiros XML están en %(outdir)s." +msgid "cannot open warning file '%s': %s" +msgstr "non é posíbel abrir o ficheiro de advertencia «%s»: %s" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "a opción de argumento -D debe estar na forma nome=valor" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "a opción de argumento -A debe estar na forma nome=valor" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "inserir automaticamente as cadeas literais –docstrings– dos módulos" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "proba automaticamente fragmentos de código en bloques de probas –doctest–" + +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "ligazón entre a documentación de Sphinx de diferentes proxectos" + +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "escribir entradas «todo» que se poden amosar ou agochar na construción" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "comproba a cobertura da documentación" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "incluír matemáticas, representadas como imaxes PNG ou SVG" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "incluír matemáticas, representadas no navegador por MathJax" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inclusión condicional de contido baseado en valores de configuración" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "incluír ligazóns ao código fonte dos obxectos Python documentados" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "crear un ficheiro «.nojekyll» para publicar o documento nas páxinas de GitHub" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "Introduza un nome de ruta válido." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Introduza algún texto." + +#: cmd/quickstart.py:134 #, python-format -msgid "error writing file %s: %s" -msgstr "produciuse un erro ao escribir o ficheiro %s: %s" +msgid "Please enter one of %s." +msgstr "Introduza un dos %s." + +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Introduza «y» ou «n»." + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Introduza un sufixo de ficheiro, p. ex. «.rst» ou «.txt»." -#: builders/xml.py:101 +#: cmd/quickstart.py:230 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Os ficheiros pseudo-XML están en %(outdir)s." +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Dámoslle a benvida á utilidade de inicio rápido de Sphinx %s." -#: builders/texinfo.py:45 +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "Introduza os valores para os seguintes axustes (tan só prema Intro para\naceptar un valor predeterminado, se se dá entre corchetes)." + +#: cmd/quickstart.py:242 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Os ficheiros «Texinfo» están en %(outdir)s." +msgid "Selected root path: %s" +msgstr "Ruta raíz seleccionada: %s" -#: builders/texinfo.py:48 +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "Introduza a ruta raíz para a documentación." + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "Ruta raíz para a documentación" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Erro: atopouse un ficheiro «conf.py» xa existente na ruta raíz seleccionada." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "«sphinx-quickstart» non sobrescribirá os proxectos Sphinx existentes." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Introduza unha nova ruta raíz (ou simplemente Intro para saír)" + +#: cmd/quickstart.py:275 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExecute «make» nese directorio para executalos a través de makeinfo\n(use aquí «make info» para facelo automaticamente)." +"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 "Ten dúas opcións para poñer o directorio de construción para a saída de Sphinx.\nOu utiliza un directorio «_build» dentro da ruta raíz, ou separa os directorios\n«fonte» e «construción» dentro da ruta raíz." -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "non se atopou ningún valor de configuración «texinfo_documents»; non se escribirá ningún documento" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Separar os directorios fonte e construción (y/n)" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "o valor de configuración «texinfo_documents» fai referencia a un documento %s descoñecido" +#: cmd/quickstart.py:288 +msgid "" +"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 "Dentro do directorio raíz, crearanse dous directorios máis; «_templates» para\nmodelos HTML personalizados e «_static» para follas de estilo personalizadas e\noutros ficheiros estáticos. Pode introducir outro prefixo (como «.») para substituír\no guión baixo." -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "procesando %s" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Prefixo de nome para os directorios de modelos e de estáticos" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "resolvendo referencias…" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "O nome do proxecto aparecerá en varios lugares da documentación compilada." -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(en" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Nome do proxecto" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "copiando as imaxes…" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Nome(s) do(s) autor(es)" + +#: cmd/quickstart.py:310 +msgid "" +"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 ten a noción dunha «versión» e unha «publicación» para o\nsoftware. Cada versión pode ter varias publicacións. Por exemplo, para\nPython a versión é algo como 2.5 ou 3.0, mentres que a publicación \né algo como 2.5.1 ou 3.0a1. Se non precisa esta estrutura dual,\nsimplemente estabeleza ambas ao mesmo valor." + +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Versión do proxecto" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Publicación do proxecto" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "Se os documentos deben escribirse noutro idioma que non sexa o inglés,\npode seleccionar un idioma aquí mediante o seu código de idioma. Sphinx\ntraducirá entón o texto que xere a ese idioma.\n\n\nPara obter unha lista de códigos de idioma admitidos, consulte\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Idioma do proxecto" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "O sufixo do nome do ficheiro para os ficheiros fonte. Normalmente,\nisto é «.txt» ou «.rst». Só os ficheiros con este sufixo son considerados\ndocumentos." -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "non é posíbel copiar o ficheiro de imaxe %r: %s" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Sufixo do ficheiro fonte" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "copiando os ficheiros de compatibilidade de Texinfo" +#: cmd/quickstart.py:351 +msgid "" +"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 "Un documento é especial no senso de que se considera o nodo superior\nda «árbore de contidos», é dicir, é a raíz da estrutura xerárquica dos\ndocumentos. Normalmente, isto é «índice», pero se o seu documento\n«índice» é un modelo personalizado, tamén pode definilo con outro nome\nde ficheiro." -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "produciuse un erro ao escribir o ficheiro «Makefile»: %s" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Nome do documento principal (sen sufixo)" -#: builders/_epub_base.py:223 +#: cmd/quickstart.py:372 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "atopouse unha entrada do Índice duplicada: %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Erro: o ficheiro principal %s xa existe na ruta raíz seleccionada." -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "non é posíbel ler o ficheiro de imaxe %r: no seu canto cópieo" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "«sphinx-quickstart» non sobrescribirá o ficheiro existente." -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "non é posíbel escribir o ficheiro de imaxe %r: %s" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Introduza un novo nome de ficheiro ou cambie o nome do ficheiro existente e prema Intro" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "non se atopou «Pillow»: copiando ficheiros de imaxe" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indique cal das seguintes extensións de Sphinx debería estar activada:" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "escribindo o ficheiro tipo MIME…" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Nota: «imgmath» e «mathjax» non poden estar activados ao mesmo tempo. Deseleccionouse «imgmath»." -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "escribindo o ficheiro META-INF/container.xml…" +#: cmd/quickstart.py:411 +msgid "" +"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 "Pódese xerar un «Makefile» e un ficheiro de ordes de Windows para que só teña que executar, p. ex. «make html» no canto de invocar «sphinx-build» directamente." -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "escribindo o ficheiro content.opf…" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Crear Makefile? (y/n)" -#: builders/_epub_base.py:591 +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Crear un ficheiro de ordes de Windows? (y/n)" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipo MIME descoñecido para %s, é ignorado" +msgid "Creating file %s." +msgstr "Creando o ficheiro %s." -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "O ficheiro %s xa existe, omitíndoo." -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "escribindo o ficheiro toc.ncx…" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Finalizado: creouse unha estrutura de directorio inicial." -#: builders/_epub_base.py:794 +#: cmd/quickstart.py:524 #, python-format -msgid "writing %s file..." -msgstr "escribindo o ficheiro %s…" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Agora debería encher o seu ficheiro principal %s e crear outros ficheiros fonte\nde documentación." -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "O simulador do construtor non xera ficheiros." +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Use o «Makefile» para crear os documentos, así:\n make builder" -#: builders/gettext.py:244 +#: cmd/quickstart.py:535 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "os catálogos de mensaxes están en %(outdir)s." +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "Use a orde sphinx-build para construír os documentos, así:\n sphinx-build -b builder %s %s" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "obxectivos para %d ficheiros de modelos" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "onde «builder» é un dos construtores compatíbeis, p. ex. html, latex ou linkcheck." -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "lendo os modelos…" +#: cmd/quickstart.py:577 +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 "\nXerar os ficheiros necesarios para un proxecto Sphinx.\n\n«sphinx-quickstart» é unha ferramenta interactiva que fai algunhas preguntas sobre o seu proxecto e após xera un directorio da documentación completa e un «Makefile» de mostra para empregar con «sphinx-build».\n" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "escribindo os catálogos de mensaxes…" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "modo silencioso" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "A páxina HTML está en %(outdir)s." +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "raíz do proxecto" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "estase a montar un documento único" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Opcións de estrutura" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "escribindo ficheiros adicionais" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "se se especifica, separe os directorios fonte e construción" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Buscar algún erro na saída anterior ou en %(outdir)s/output.txt" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "se se especifica, cree o directorio de construción baixo o directorio fonte" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "ligazón rachada: %s (%s)" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "substitución de punto en _modelos, etc." -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Opcións básicas do proxecto" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Produciuse un erro ao compilar a expresión regular en «linkcheck_allowed_redirects»: %r %s" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "nome do proxecto" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "os ficheiros de texto están en %(outdir)s." +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "nome(s) do(s) autor(es)" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de notas a rodapé inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "versión do proxecto" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referencias inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "publicacaión do proxecto" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de citas inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "idioma do documento" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de termos inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "sufixo do ficheiro fonte" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr " %d.%b.%Y" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "nome do documento principal" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "non foi posíbel calcular o progreso da tradución!" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "empregar epub" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "non hai ningún elemento traducidos!" +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Opcións de extensión" -#: transforms/__init__.py:253 +#: cmd/quickstart.py:675 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "atopouse un índice baseado en 4 columnas. Pode ser un erro das extensións que usa: %r" +msgid "enable %s extension" +msgstr "activar a extensión %s" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "A nota a rodapé [%s] non está referenciada." +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "activar extensións arbitrarias" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Creación de Makefile e Batchfile" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "A nota a rodapé [#] non está referenciada." +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "crear «makefile»" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "non crear o «makefile»" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "crear «batchfile»" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "non crear o «batchfile»" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "empregar «make-mode» para Makefile/make.bat" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opcións" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Modelos de proxectos" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directorio de modelos para ficheiros de modelos" -#: _cli/__init__.py:171 -#, python-brace-format +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "definir unha variábel de modelo" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "especifícase «silencioso» –quiet–, mais non se especifica ningún «proxecto» –project– ou «autor» –author–" + +#: cmd/quickstart.py:790 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Erro: a ruta especificada non é un directorio ou xa existen ficheiros Sphinx." -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "«sphinx-quickstart» só xera nun directorio baleiro. Especifique unha nova ruta raíz." -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variábel de modelo non válida: %s" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "O padrón global da árbore de índice –toctree– %r non coincide con ningún documento" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "A arbore de índice –toctree– contén referencia ao documento excluído %r" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "A arbore de índice –toctree– contén referencia a un documento que non existe %r" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "atopouse unha entrada duplicada na árbore de índice –toctree–: %s" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor da sección:" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor do módulo:" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor do código:" -#: environment/__init__.py:86 -msgid "new config" -msgstr "nova configuración" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: environment/__init__.py:87 -msgid "config changed" -msgstr "a configuración cambiou" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. o contido dos recoñecementos –acks– non é unha lista" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "as extensións cambiaron" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. o contido do historial –hlist– non é unha lista" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "a versión do contorno de construción non é actual" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "«dedent» elimina os espazos en branco" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "o directorio fonte cambiou" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Lenda non válida: %s" -#: environment/__init__.py:325 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +msgid "line number spec is out of range(1-%d): %r" +msgstr "o número de liña especificado está fóra do intervalo (1-%d): %r" -#: environment/__init__.py:330 +#: directives/code.py:218 #, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Non é posíbel empregar as opcións «%s» e «%s»." -#: environment/__init__.py:336 +#: directives/code.py:233 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +msgid "Include file '%s' not found or reading it failed" +msgstr "Non foi atopado o ficheiro incluido «%s» ou fallou a lectura" -#: environment/__init__.py:379 +#: directives/code.py:237 +#, python-format msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Este contorno é incompatíbel co construtor seleccionado, escolla outro directorio de árbore de documentos «doctree»." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "A codificación de %r utilizada para ler o ficheiro incluído «%s» semella ser incorrecta, probe a dar unha opción «:encoding:»" -#: environment/__init__.py:493 +#: directives/code.py:278 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Produciuse un fallo ao escanear os documentos en %s: %r" +msgid "Object named %r not found in include file %r" +msgstr "Non se atopou o obxecto chamado %r no ficheiro incluído %r" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "O dominio %r non está rexistrado" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Non é posíbel empregar «lineno-match» cun conxunto disxunto de «liñas»" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "o documento non está incluído en ningunha árbore de índice –toctree–" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Especificación de liña %r: non se extraeron liñas do ficheiro de inclusión %r" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "atopouse unha árbore de índice –toctree– auto referenciada. É ignorado." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "A opción «:file:» para a directiva «csv-table» agora recoñece unha ruta absoluta como unha ruta relativa dende o directorio fonte. Actualice o seu documento." -#: environment/__init__.py:889 +#: util/rst.py:73 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "default role %s not found" +msgstr "non se atopou o rol predeterminado %s" #: util/i18n.py:100 #, python-format @@ -1629,333 +1961,177 @@ msgstr "produciuse un erro de escritura: %s, %s" msgid "locale_dir %s does not exist" msgstr "«local_dir» %s non existe" -#: util/i18n.py:236 +#: util/i18n.py:244 #, python-format msgid "Invalid Babel locale: %r." -msgstr "" +msgstr "Babel local non válido: %r." -#: util/i18n.py:245 +#: util/i18n.py:253 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "Formato de data non válido. Acoute a cadea entre comiñas simples se quere xerala directamente: %s" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problema no dominio %s: suponse que o campo usa o rol «%s», mais ese rol non está no dominio." - -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r é obsoleto para as entradas do índice (dende a entrada %r). No seu canto empregue «pair: %s»." - -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "A arbore de índice –toctree– contén unha referencia a un ficheiro inexistente %r" - -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "produciuse unha excepción mentres se avalía só a expresión directiva: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "omitido" - -#: util/display.py:87 -msgid "failed" -msgstr "produciuse un fallo" - -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/docutils.py:309 +#: util/docutils.py:327 #, python-format msgid "unknown directive name: %s" -msgstr "" +msgstr "nome descoñecido da directiva: %s" -#: util/docutils.py:345 +#: util/docutils.py:363 #, python-format msgid "unknown role name: %s" -msgstr "" +msgstr "nome descoñecido do rol: %s" -#: util/docutils.py:789 +#: util/docutils.py:815 #, python-format msgid "unknown node type: %r" msgstr "tipo de nodo descoñecido: %r" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "" - -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "non se atopou o rol predeterminado %s" - #: util/inventory.py:147 #, python-format msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgstr "inventario <%s>: contén definicións duplicadas para %s" #: util/inventory.py:166 #, python-format msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas a rodapé" +msgstr "inventario <%s>: contén varias definicións para %s" -#: writers/manpage.py:289 writers/text.py:945 +#: util/osutil.py:131 #, python-format -msgid "[image: %s]" -msgstr "[imaxe: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[imaxe]" - -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:106 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Índice" - -#: writers/latex.py:743 writers/texinfo.py:646 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "o nodo do título non foi atopado na sección, tema, táboa, admonición ou barra lateral" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "a lenda non está nunha figura." - -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "tipo de nodo sen implementar: %r" - -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "«toplevel_sectioning» %r descoñecido para a clase %r" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "non hai ningunha opción de «Babel» coñecida para o idioma %r" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "«:maxdepth:» é demasiado grande, é ignorado." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "Interrompeuse o intento de copia desde %s en %s (a ruta de destino ten datos existentes)." -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +#: util/display.py:78 +msgid "skipped" +msgstr "omitido" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "o título do documento non é un único nodo de tipo «Text»" +#: util/display.py:83 +msgid "failed" +msgstr "produciuse un fallo" -#: writers/html5.py:572 writers/latex.py:1106 +#: util/fileutil.py:76 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/latex.py:1183 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "indícanse tanto a opción «tabularcolumns» como «:widths:». Ignorase «:widths:»." - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "a unidade de dimensión %s non é válida. É ignorada." - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "atopouse o tipo descoñecido de entrada de índice %s" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "«math_eqref_format» non válido: %r" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Ligazón a esta definición" - -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format non está definido por %s" - -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Calquera ID non asignado ao nodo %s" - -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Ligazón a este termo" - -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Ligazón a este título" - -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Ligazón a esta táboa" - -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Ligazón a este código" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "Interrompeuse o intento de copia desde o modelo representado %s en %s (a ruta de destino ten datos existentes)." -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Ligazón a esta imaxe" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Escribindo o resultado do modelo avaliado en %s" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Ligazón a esta árbore de índice –toctree–" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problema no dominio %s: suponse que o campo usa o rol «%s», mais ese rol non está no dominio." -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Non foi posíbel obter o tamaño da imaxe. A opción «:scale:» é ignorada." +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r xa non está admitido para as entradas do índice (dende a entrada %r). No seu canto empregue «pair: %s»." -#: domains/__init__.py:322 +#: util/nodes.py:520 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "A arbore de índice –toctree– contén unha referencia a un ficheiro inexistente %r" -#: domains/math.py:73 +#: util/nodes.py:738 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiqueta duplicada da ecuación %s, outra instancia en %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "produciuse unha excepción mentres se avalía só a expresión directiva: %s" -#: domains/javascript.py:182 +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (función integrada)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format msgid "%s() (%s method)" msgstr " %s() (método %s)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (clase)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variábel global ou constante)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributo)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "Argumentos" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:491 domains/javascript.py:281 msgid "Throws" msgstr "Lanzamentos" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 msgid "Returns" msgstr "Retorna" -#: domains/c/__init__.py:345 domains/javascript.py:293 +#: domains/c/__init__.py:373 domains/javascript.py:294 #: domains/python/_object.py:227 msgid "Return type" msgstr "Tipo de retorno" -#: domains/javascript.py:370 +#: domains/javascript.py:374 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 msgid "function" msgstr "función" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:420 domains/python/__init__.py:730 msgid "method" msgstr "método" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 msgid "class" msgstr "clase" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:422 domains/python/__init__.py:727 msgid "data" msgstr "datos" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:423 domains/python/__init__.py:733 msgid "attribute" msgstr "atributo" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:424 domains/python/__init__.py:736 msgid "module" msgstr "módulo" -#: domains/javascript.py:454 +#: domains/javascript.py:458 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "descrición do/a %sduplicado/a de %s, outro/a %s en %s" -#: domains/changeset.py:26 -#, python-format -msgid "Added in version %s" -msgstr "Engadido na versión %s" - -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" -msgstr "Cambiado na versión %s" - -#: domains/changeset.py:28 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto dende a versión %s" - -#: domains/changeset.py:29 +#: domains/__init__.py:322 #, python-format -msgid "Removed in version %s" -msgstr "" +msgid "%s %s" +msgstr "%s %s" #: domains/rst.py:131 domains/rst.py:190 #, python-format @@ -1989,6 +2165,11 @@ msgstr "rol" msgid "duplicate description of %s %s, other instance in %s" msgstr "descrición duplicada de %s %s, outra instancia en %s" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiqueta duplicada da ecuación %s, outra instancia en %s" + #: domains/citation.py:75 #, python-format msgid "duplicate citation %s, other instance in %s" @@ -1999,960 +2180,861 @@ msgstr "cita duplicada %s, outra instancia en %s" msgid "Citation [%s] is not referenced." msgstr "A cita [%s] non está referenciada." -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atención" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Precaución" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Perigo" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Erro" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Suxestión" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Importante" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "Ver tamén" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Truco" - -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Advertencia" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "inserir automaticamente as cadeas literais –docstrings– dos módulos" - -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "proba automaticamente fragmentos de código en bloques de probas –doctest–" - -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "ligazón entre a documentación de Sphinx de diferentes proxectos" - -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "escribir entradas «todo» que se poden amosar ou agochar na construción" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "comproba a cobertura da documentación" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "incluír matemáticas, representadas como imaxes PNG ou SVG" - -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "incluír matemáticas, representadas no navegador por MathJax" - -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "inclusión condicional de contido baseado en valores de configuración" - -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "incluír ligazóns ao código fonte dos obxectos Python documentados" - -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "crear un ficheiro «.nojekyll» para publicar o documento nas páxinas de GitHub" - -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Introduza un nome de ruta válido." - -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Introduza algún texto." - -#: cmd/quickstart.py:133 +#: domains/changeset.py:32 #, python-format -msgid "Please enter one of %s." -msgstr "Introduza un dos %s." - -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Introduza «y» ou «n»." - -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Introduza un sufixo de ficheiro, p. ex. «.rst» ou «.txt»." +msgid "Added in version %s" +msgstr "Engadido na versión %s" -#: cmd/quickstart.py:229 +#: domains/changeset.py:33 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Dámoslle a benvida á utilidade de inicio rápido de Sphinx %s." - -#: cmd/quickstart.py:234 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Introduza os valores para os seguintes axustes (tan só prema Intro para\naceptar un valor predeterminado, se se dá entre corchetes)." +msgid "Changed in version %s" +msgstr "Cambiado na versión %s" -#: cmd/quickstart.py:241 +#: domains/changeset.py:34 #, python-format -msgid "Selected root path: %s" -msgstr "Ruta raíz seleccionada: %s" - -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Introduza a ruta raíz para a documentación." - -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Ruta raíz para a documentación" - -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Erro: atopouse un ficheiro «conf.py» xa existente na ruta raíz seleccionada." - -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "«sphinx-quickstart» non sobrescribirá os proxectos Sphinx existentes." - -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Introduza unha nova ruta raíz (ou simplemente Intro para saír)" - -#: cmd/quickstart.py:273 -msgid "" -"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 "Ten dúas opcións para poñer o directorio de construción para a saída de Sphinx.\nOu utiliza un directorio «_build» dentro da ruta raíz, ou separa os directorios\n«fonte» e «construción» dentro da ruta raíz." - -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Separar os directorios fonte e construción (y/n)" - -#: cmd/quickstart.py:286 -msgid "" -"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 "Dentro do directorio raíz, crearanse dous directorios máis; «_templates» para\nmodelos HTML personalizados e «_static» para follas de estilo personalizadas e\noutros ficheiros estáticos. Pode introducir outro prefixo (como «.») para substituír\no guión baixo." - -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Prefixo de nome para os directorios de modelos e de estáticos" +msgid "Deprecated since version %s" +msgstr "Obsoleto dende a versión %s" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "O nome do proxecto aparecerá en varios lugares da documentación compilada." +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "Retirado na versión %s" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nome do proxecto" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "O ficheiro de vista xeral está en %(outdir)s." -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Nome(s) do(s) autor(es)" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "sen cambios na versión %s." -#: cmd/quickstart.py:308 -msgid "" -"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 ten a noción dunha «versión» e unha «publicación» para o\nsoftware. Cada versión pode ter varias publicacións. Por exemplo, para\nPython a versión é algo como 2.5 ou 3.0, mentres que a publicación \né algo como 2.5.1 ou 3.0a1. Se non precisa esta estrutura dual,\nsimplemente estabeleza ambas ao mesmo valor." +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "escribindo o ficheiro de resumo…" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Versión do proxecto" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Integrados" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Publicación do proxecto" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nivel de módulo" -#: cmd/quickstart.py:323 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "Se os documentos deben escribirse noutro idioma que non sexa o inglés,\npode seleccionar un idioma aquí mediante o seu código de idioma. Sphinx\ntraducirá entón o texto que xere a ese idioma.\n\n\nPara obter unha lista de códigos de idioma admitidos, consulte\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "copiando os ficheiros fonte…" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Idioma do proxecto" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "non foi posíbel ler %r para a creación do rexistro de cambios" -#: cmd/quickstart.py:339 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "O sufixo do nome do ficheiro para os ficheiros fonte. Normalmente,\nisto é «.txt» ou «.rst». Só os ficheiros con este sufixo son considerados\ndocumentos." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "non se atopou unha imaxe axeitada para o construtor %s: %s (%s)" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Sufixo do ficheiro fonte" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "non se atopou unha imaxe axeitada para o construtor %s: %s" -#: cmd/quickstart.py:349 -msgid "" -"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 "Un documento é especial no senso de que se considera o nodo superior\nda «árbore de contidos», é dicir, é a raíz da estrutura xerárquica dos\ndocumentos. Normalmente, isto é «índice», pero se o seu documento\n«índice» é un modelo personalizado, tamén pode definilo con outro nome\nde ficheiro." +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "construíndo [mo]: " -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Nome do documento principal (sen sufixo)" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "escribindo a saída…" -#: cmd/quickstart.py:367 +#: builders/__init__.py:281 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Erro: o ficheiro mestre %s xa existe na ruta raíz seleccionada." +msgid "all of %d po files" +msgstr "todos, os %d, ficheiros «po»" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "«sphinx-quickstart» non sobrescribirá o ficheiro existente." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "obxectivos para os %d ficheiros «po» que se especifican" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Introduza un novo nome de ficheiro ou cambie o nome do ficheiro existente e prema Intro" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "obxectivos para os %d ficheiros «po» que están desactualizados" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indique cal das seguintes extensións de Sphinx debería estar activada:" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "todos os ficheiros fonte" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Nota: «imgmath» e «mathjax» non poden estar activados ao mesmo tempo. Deseleccionouse «imgmath»." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "o ficheiro %r indicado na liña de ordes non existe," -#: cmd/quickstart.py:406 +#: builders/__init__.py:343 +#, python-format msgid "" -"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 "Pódese xerar un «Makefile» e un ficheiro de ordes de Windows para que só teña que executar, p. ex. «make html» no canto de invocar «sphinx-build» directamente." +"file %r given on command line is not under the source directory, ignoring" +msgstr "o ficheiro %r indicado na liña de ordes non está no directorio fonte, é ignorado" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Crear Makefile? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "o ficheiro %r indicado na liña de ordes non é un documento válido, é ignorado" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Crear un ficheiro de ordes de Windows? (y/n)" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d ficheiros fonte indicados na liña de ordes" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:383 #, python-format -msgid "Creating file %s." -msgstr "Creando o ficheiro %s." +msgid "targets for %d source files that are out of date" +msgstr "obxectivos para %d ficheiros fonte que non están actualizados" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "File %s already exists, skipping." -msgstr "O ficheiro %s xa existe, omitíndoo." +msgid "building [%s]: " +msgstr "construíndo [%s]: " -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Finalizado: creouse unha estrutura de directorio inicial." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "buscando ficheiros xa desactualizados…" -#: cmd/quickstart.py:519 +#: builders/__init__.py:416 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "Agora debería encher o seu ficheiro principal %s e crear outros ficheiros fonte\nde documentación." +msgid "%d found" +msgstr "atopouse %d" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Use o «Makefile» para crear os documentos, así:\n make builder" +#: builders/__init__.py:418 +msgid "none found" +msgstr "non se atopou nada" + +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "preparando –pickling– o contorno" + +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "comprobando a coherencia" + +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "non hai ningún obxectivo desactualizado" -#: cmd/quickstart.py:530 +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "actualizando o contorno:" + +#: builders/__init__.py:500 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "Use a orde sphinx-build para construír os documentos, así:\n sphinx-build -b builder %s %s" +msgid "%s added, %s changed, %s removed" +msgstr "%s engadido(s), %s cambiado(s), %s retirado(s)" -#: cmd/quickstart.py:537 +#: builders/__init__.py:537 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "onde «builder» é un dos construtores compatíbeis, p. ex. html, latex ou linkcheck." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx non é quen de cargar o documento principal (%s) porque coincide cun patrón excluído integrado %r. Mova o seu documento principal cara a outro lugar." -#: cmd/quickstart.py:572 +#: builders/__init__.py:546 +#, python-format 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 "\nXerar os ficheiros necesarios para un proxecto Sphinx.\n\n«sphinx-quickstart» é unha ferramenta interactiva que fai algunhas preguntas sobre o seu proxecto e após xera un directorio da documentación completa e un «Makefile» de mostra para usar con «sphinx-build».\n" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx non é quen de cargar o documento principal (%s) porque coincide cun patrón excluído especificado en conf.py, %r Retire este patrón de conf.py." -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "Para obter máis información, visite https://www.sphinx-doc.org/." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx non é quen de cargar o documento principal (%s) porque non está incluído nos include_patterns = %r personalizados. Asegúrese de que un patrón en include_patterns coincida co documento principal." -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "modo silencioso" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx non é quen de cargar o documento principal (%s). O documento principal debe estar dentro do directorio fonte ou nun subdirectorio del." -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "raíz do proxecto" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lendo as fontes…" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Opcións de estrutura" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "nomes de documentos –docnames– para escribir: %s" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "se se especifica, separe os directorios fonte e construción" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "non hai nomes de documentos –docnames– para escribir!" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "se se especifica, cree o directorio de construción baixo o directorio fonte" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "preparando os documentos" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "substitución de punto en _modelos, etc." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "copiando activos" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Opcións básicas do proxecto" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Os ficheiros XML están en %(outdir)s." -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "nome do proxecto" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "produciuse un erro ao escribir o ficheiro %s: %s" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "nome(s) do(s) autor(es)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Os ficheiros pseudo-XML están en %(outdir)s." -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "versión do proxecto" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "A páxina HTML está en %(outdir)s." -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "publicacaión do proxecto" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "estase a montar un documento único" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "idioma do documento" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "escribindo" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "sufixo do ficheiro fonte" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "escribindo ficheiros adicionais" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nome do documento mestre" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "O ficheiro ePub está en %(outdir)s." -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "usar epub" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "escribindo o ficheiro nav.xhtml…" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Opcións de extensión" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "o valor de configuración «epub_language» (ou «idioma») non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" -msgstr "activar a extensión %s" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "o valor de configuración epub_uid» debería ser NOME XML para EPUB3" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "activar extensións arbitrarias" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "o valor de configuración «epub_title» (ou «html_title») non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Creación de Makefile e Batchfile" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "o valor de configuración «epub_author» non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "crear «makefile»" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "o valor de configuración «epub_contributor» non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "non crear o «makefile»" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "o valor de configuración «epub_description» non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "crear «batchfile»" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "o valor de configuración «epub_publisher» non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "non crear o «batchfile»" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "o valor de configuración «epub_copyright» (ou «copyright») non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "usar «make-mode» para Makefile/make.bat" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "o valor de configuración «epub_identifier» non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Modelos de proxectos" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "o valor de configuración «version» non pode estar baleiro para EPUB3" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directorio de modelos para ficheiros de modelos" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file non válido: %r, é ignorado" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "definir unha variábel de modelo" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "os ficheiros de texto están en %(outdir)s." -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "especifícase «silencioso» –quiet–, mais non se especifica ningún «proxecto» –project– ou «autor» –author–" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "O simulador do construtor non xera ficheiros." -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Erro: a ruta especificada non é un directorio ou xa existen ficheiros Sphinx." +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Buscar algún erro na saída anterior ou en %(outdir)s/output.txt" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "«sphinx-quickstart» só xera nun directorio baleiro. Especifique unha nova ruta raíz." +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "ligazón rachada: %s (%s)" -#: cmd/quickstart.py:809 +#: builders/linkcheck.py:562 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variábel de modelo non válida: %s" +msgid "Anchor '%s' not found" +msgstr "Non se atopou a áncora «%s»" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "o número de traballo debe ser un número positivo" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Agardábase un dicionario." -#: cmd/build.py:74 -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 "\nXerar documentación a partir de ficheiros fonte.\n\n«sphinx-build» xera a documentación a partir dos ficheiros en SOURCEDIR e colócaa en OUTPUTDIR. Busca «conf.py» en SOURCEDIR para os axustes de configuración. A ferramenta «sphinx-quickstart» pódese usar para xerar ficheiros de modelos, incluído «conf.py»\n\n«sphinx-build» pode crear documentación en diferentes formatos. Selecciónase un formato especificando o nome do construtor na liña de ordes; o predeterminado é HTML. Os construtores tamén poden realizar outras tarefas relacionadas co procesamento da documentación.\n\nDe xeito predeterminado, todo o que está desactualizado está compilado. Pódese compilar só a saída para os ficheiros seleccionados especificando os nomes de ficheiro individuais.\n" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Produciuse un erro ao compilar a expresión regular en «linkcheck_allowed_redirects»: %r %s" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ruta aos ficheiros fonte da documentación" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "os catálogos de mensaxes están en %(outdir)s." -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "ruta ao directorio de saída" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "obxectivos para %d ficheiros de modelos" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "lendo os modelos…" -#: cmd/build.py:114 -msgid "general options" -msgstr "opcións xerais" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "escribindo os catálogos de mensaxes…" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Os ficheiros «Texinfo» están en %(outdir)s." -#: cmd/build.py:131 +#: builders/texinfo.py:44 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "escribir todos os ficheiros (predeterminado: escribir só os ficheiros novos e modificados)" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nExecute «make» nese directorio para executalos a través de makeinfo\n(use aquí «make info» para facelo automaticamente)." -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "non use un contorno gardado, lea sempre todos os ficheiros" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "non se atopou ningún valor de configuración «texinfo_documents»; non se escribirá ningún documento" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "o valor de configuración «texinfo_documents» fai referencia a un documento %s descoñecido" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "procesando %s" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "resolvendo referencias…" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(en" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "substituír un axuste no ficheiro de configuración" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copiando as imaxes…" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pasar un valor a modelos HTML" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "non é posíbel copiar o ficheiro de imaxe %r: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "definir etiqueta: inclúír «só» bloques con TAG" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copiando os ficheiros de compatibilidade de Texinfo" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "produciuse un erro ao escribir o ficheiro «Makefile»: %s" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opcións de saída da consola" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "atopouse unha entrada do Índice duplicada: %s" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "aumenta a verbosidade (pódese repetir)" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "non é posíbel ler o ficheiro de imaxe %r: no seu canto cópieo" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "sen saída en «stdout», só advertencias en «stderr»" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "non é posíbel escribir o ficheiro de imaxe %r: %s" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "sen ningunha saída, nin sequera advertencias" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "non se atopou «Pillow»: copiando ficheiros de imaxe" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "emite unha saída de cor (predeterminado: detección automática)" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "escribindo o ficheiro tipo MIME…" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "non emite unha saída de cor (predeterminado: detección automática)" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "escribindo o ficheiro META-INF/container.xml…" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "escribindo o ficheiro content.opf…" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "escribe as advertencias (e os erros) no ficheiro indicado" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "tipo MIME descoñecido para %s, é ignorado" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "converte as advertencias en erros" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "o nodo ten un nivel non válido" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "amosa o rastrexo completo na excepción" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "escribindo o ficheiro toc.ncx…" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "executar Pdb nunha excepción" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "escribindo o ficheiro %s…" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "As páxinas do manual están en %(outdir)s." -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "non é posíbel combinar a opción -a e os nomes de ficheiro" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "non se atopou ningún valor de configuración «man_pages»; non se escribirá ningunha páxina de manual" -#: cmd/build.py:357 +#: builders/manpage.py:64 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "o valor de configuración «man_pages» fai referencia a un documento %s descoñecido" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "a opción de argumento -D debe estar na forma nome=valor" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Os ficheiros LaTeX están en %(outdir)s." -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "a opción de argumento -A debe estar na forma nome=valor" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nExecute «make» nese directorio para executalos a través de (pdf)latex\n(use aquí «make latexpdf» para facelo automaticamente)." -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Contraer a barra lateral" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "non se atopou ningún valor de configuración «latex_documents»; non se escribirá ningún documento" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Índice" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "o valor de configuración «latex_documents» fai referencia a un documento %s descoñecido" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Busca" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Publicación" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copiando os ficheiros de compatibilidade de TeX" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Amosar o código fonte" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copiando os ficheiros adicionais" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contidos" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "o ficheiro de logotipo %r non existe" -#: themes/basic/opensearch.xml:4 +#: builders/latex/__init__.py:529 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar %(docstitle)s" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Chave de configuración descoñecida: latex_elements[%r], é ignorada." -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Vista xeral" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opción de tema descoñecida: latex_theme_options[%r], é ignorada." -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Dámoslle a benvida! Isto é" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Produciuse un fallo ao obter un nome de documento –docname–!" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "a documentación para" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "Produciuse un fallo ao obter un nome de documento –docname– para a fonte %r!" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "última actualización" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "Non se atopou ningunha nota a rodapé para o nodo de referencia %r indicado" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índices e táboas:" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r non ten o axuste «theme»" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Índice completo" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r non ten o axuste «%s»" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lista todas as seccións e subseccións" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "As páxinas HTML están en %(outdir)s." -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Páxina de busca" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Produciuse un fallo ao ler o ficheiro de información da construción: %r" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "buscar esta documentación" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info non concorda, copiando .buildinfo cara a .buildinfo.bak" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índice global de módulos" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "construíndo [html]: " -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acceso rápido a todos os módulos" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "O modelo %s foi cambiado desde a compilación anterior, reconstruiranse todos os documentos" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 msgid "General Index" msgstr "Índice xeral" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas as funcións, clases, termos" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta páxina" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "índice" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:549 #, python-format -msgid "Index – %(key)s" -msgstr "" - -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Índice completo nunha páxina" +msgid "Logo of %s" +msgstr "Logotipo de %s" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Busca rápida" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "seguinte" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Índice de páxinas por letra" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "anterior" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pode ser enorme" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "xerando os índices" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "escribindo as páxinas adicionais" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítulo anterior" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "non é posíbel copiar o ficheiro de imaxe «%s»: %s" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Seguinte tema" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "copiando os ficheiros descargábeis…" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "seguinte capítulo" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "non é posíbel copiar o ficheiro descargábel %r: %s" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegación" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Produciuse un fallo ao copiar un ficheiro no directorio «static» do tema: %s: %r" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:874 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Buscar dentro do/a %(docstitle)s" +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Sobre estes documentos" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Produciuse un fallo ao copiar un ficheiro en html_static_file: %s: %r" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Dereitos de autoría" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "copiando os ficheiros estáticos" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:933 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "cannot copy static file %r" +msgstr "non é posíbel copiar o ficheiro estático %r" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "copiando os ficheiros adicionais" + +#: builders/html/__init__.py:948 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualización o %(last_updated)s." +msgid "cannot copy extra file %r" +msgstr "non é posíbel copiar o ficheiro adicional %r" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:954 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creado usando Sphinx %(sphinx_version)s." +msgid "Failed to write build info file: %r" +msgstr "Produciuse un fallo ao escribir o ficheiro de información da construción: %r" -#: themes/basic/search.html:20 +#: builders/html/__init__.py:1004 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Active JavaScript para activar a función\n de busca." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "non foi posíbel cargar o índice de busca, mais non se compilarán todos os documentos: o índice estará incompleto." -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "a páxina %s coincide con dous patróns en html_sidebars: %r e %r" + +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Ao buscar varias palabras só se amosan as coincidencias que\n conteñan todas as palabras." +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "Produciuse un erro Unicode ao representar a páxina %s. Asegúrese de que todos os valores de configuración que teñan contido non ASCII sexan cadeas Unicode." -#: themes/basic/search.html:35 -msgid "search" -msgstr "buscar" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "O tema «%s» non é compatíbel con esta versión de Sphinx, porque usa o campo «style» nos modelos HTML, que foi declarado obsoleto en Sphinx 5.1 e eliminado en Sphinx 7.0. O tema debe ser actualizado para empregar o campo «styles» no canto. Consulte https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Agochar as coincidencias da busca" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Produciuse un erro ao representar a páxina %s.\nMotivo: %r" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Resultados da busca" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "envorcado do inventario de obxectos" -#: themes/basic/static/searchtools.js:119 -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 "A súa busca non coincide con ningún documento. Asegúrese de que todas as palabras estean escritas correctamente e de que seleccionou categorías abondo." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "envorcando o índice de busca en %s" -#: themes/basic/static/searchtools.js:123 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file non válido: %r, é ignorado" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Buscando" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Moitos math_renderers están rexistrados. Mais non foi seleccionado ningún math_renderer." -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Preparando a busca…" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Indicou un math_renderer descoñecido %r." -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", en " +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "A entrada html_extra_path %r colócase dentro do directorio de saída «outdir»" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1380 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r does not exist" +msgstr "A entrada html_extra_path %r non existe" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1395 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Cambios na versión %(version)s — %(docstitle)s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "A entrada html_static_path %r colócase dentro do directorio de saída «outdir»" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1400 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Lista xerada automaticamente de cambios na versión %(version)s" +msgid "html_static_path entry %r does not exist" +msgstr "A entrada html_static_path %r non existe" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Cambios na biblioteca" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "o ficheiro de favicon %r non existe" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Cambios na API C" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Os valores en «html_sidebars» deben ser unha lista de cadeas. Polo menos un patrón ten un valor de cadea %s:. Cambie a «html_sidebars = %r»." -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Outros cambios" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "Sphinx xa non admite HTML 4. (nas opcións de configuración detectouse «html4_writer=True»)" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir a barra lateral" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Documentación %s %s" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "produciuse un fallo ao ler o ficheiro de información de compilación estragada (versión descoñecida)" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "produciuse un fallo ao ler o ficheiro de información de compilación estragada (falta a entrada de configuración)" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "produciuse un fallo ao ler o ficheiro de información de compilación estragada (falta a entrada de etiquetas)" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no modulo %s)" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format msgid "%s (in module %s)" msgstr "%s no modulo %s)" -#: domains/python/__init__.py:182 +#: domains/python/__init__.py:174 #, python-format msgid "%s (built-in variable)" msgstr "%s (variábel integrada)" -#: domains/python/__init__.py:217 +#: domains/python/__init__.py:209 #, python-format msgid "%s (built-in class)" msgstr "%s (clase integrada)" -#: domains/python/__init__.py:218 +#: domains/python/__init__.py:210 #, python-format msgid "%s (class in %s)" msgstr "%s (clase en %s)" -#: domains/python/__init__.py:283 +#: domains/python/__init__.py:275 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s método de clase)" -#: domains/python/__init__.py:285 +#: domains/python/__init__.py:277 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s método estático)" -#: domains/python/__init__.py:438 +#: domains/python/__init__.py:430 #, python-format msgid "%s (%s property)" msgstr "%s (%s propiedade)" -#: domains/python/__init__.py:478 +#: domains/python/__init__.py:470 #, python-format msgid "%s (type alias in %s)" -msgstr "" +msgstr "%s (alias de tipo en %s)" -#: domains/python/__init__.py:638 +#: domains/python/__init__.py:624 msgid "Python Module Index" -msgstr " Índice de módulos Python" +msgstr "Índice de módulos Python" -#: domains/python/__init__.py:639 +#: domains/python/__init__.py:625 msgid "modules" msgstr "módulos" -#: domains/python/__init__.py:717 +#: domains/python/__init__.py:703 msgid "Deprecated" msgstr "Obsoleto" -#: domains/python/__init__.py:743 +#: domains/python/__init__.py:729 msgid "exception" msgstr "excepción" -#: domains/python/__init__.py:745 +#: domains/python/__init__.py:731 msgid "class method" msgstr "método de clase" -#: domains/python/__init__.py:746 +#: domains/python/__init__.py:732 msgid "static method" msgstr "método estático" -#: domains/python/__init__.py:748 +#: domains/python/__init__.py:734 msgid "property" msgstr "propiedade" -#: domains/python/__init__.py:749 +#: domains/python/__init__.py:735 msgid "type alias" -msgstr "" +msgstr "alias de tipo" -#: domains/python/__init__.py:818 +#: domains/python/__init__.py:804 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :no-index: for" " one of them" msgstr "descrición do obxecto duplicado de %s, outra instancia en %s, use «:no-index:» para un deles" -#: domains/python/__init__.py:978 +#: domains/python/__init__.py:974 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "atopouse máis dun obxectivo para a referencia cruzada %r: %s" -#: domains/python/__init__.py:1052 +#: domains/python/__init__.py:1048 msgid " (deprecated)" msgstr "(obsoleto)" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de parámetros só de posción (PEP 570)" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de parámetros só de palabra clave (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 msgid "Parameters" msgstr "Parámetros" @@ -2962,103 +3044,27 @@ msgstr "Variábeis" #: domains/python/_object.py:214 msgid "Raises" -msgstr "Eleva" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parámetros do modelo" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Declaración C++ duplicada, tamén definida en %s:%s.\nA declaración é «.. cpp:%s:: %s»." - -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Valores de retorno" - -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "unión" - -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "membro" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipo" - -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "concepto" - -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enumeración" - -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerador" - -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "parámetro de función" - -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "parámetro de modelo" - -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Declaración C duplicada, tamén definida en %s:%s.\nA declaración é «.. c:%s:: %s»." - -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variábel" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" - -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "estrutura" +msgstr "Ergue" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format msgid "environment variable; %s" msgstr "variábel de contorno; %s" -#: domains/std/__init__.py:119 +#: domains/std/__init__.py:116 #, python-format msgid "%s; configuration value" -msgstr "" +msgstr "%s; valor de configuración" -#: domains/std/__init__.py:175 +#: domains/std/__init__.py:172 msgid "Type" -msgstr "" +msgstr "Tipo" -#: domains/std/__init__.py:185 +#: domains/std/__init__.py:182 msgid "Default" -msgstr "" +msgstr "Predeterminado" -#: domains/std/__init__.py:242 +#: domains/std/__init__.py:239 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" @@ -3074,497 +3080,400 @@ msgstr "opción de liña de ordes %s" msgid "command line option" msgstr "opción de liña de ordes" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "o termo do glosario debe ir precedido dunha liña baleira" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "os termos do glosario non deben estar separados por liñas baleiras" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "o glosario parece ter un formato incorrecto, comprobe a sangría" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "termo do glosario" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "testemuño gramatical" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "etiqueta de referencia" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variábel de contorno" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "opción do programa" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "documento" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Índice de módulos" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Páxina de busca" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "descrición do/a %sduplicado/a de %s, outra instancia en %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "«numfig» está desactivado. «:numref:» é ignorado." -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "Produciuse un fallo ao crear unha referencia cruzada. Non se asigna ningún número: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "a ligazón non ten lenda: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format: non é válido: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format: non é válido: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "etiqueta sen definir: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "Produciuse un fallo ao crear unha referencia cruzada. Non se atopou un título ou unha lenda: %r" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "detectaronse referencias circulares na árbore de índice –toctree–, van ser ignoradas: %s <- %s" - -#: environment/adapters/toctree.py:349 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "A árbore de índice contén referencia ao documento %r que non ten título: non vai ser xerada ningunha ligazón" - -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "A arbore de índice –toctree– contén referencia ao documento non incluído %r" - -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" - -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" -msgstr "ver %s" - -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "ver tamén %s" - -#: environment/adapters/indexentries.py:141 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipo de entrada de índice descoñecido %r" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" - -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" -msgstr "ficheiro de imaxe non lexíbel: %s" - -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" -msgstr "ficheiro de imaxe %s non lexíbel: %s" - -#: environment/collectors/asset.py:163 +#: domains/c/__init__.py:211 #, python-format -msgid "download file not readable: %s" -msgstr "descargar o ficheiro non lexíbel: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: environment/collectors/toctree.py:259 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s xa ten asignados números de sección (árbore de índice –toctree– con numeración anidada?)" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Interrompido!" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" - -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" - -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" - -#: _cli/util/errors.py:207 msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Declaración C duplicada, tamén definida en %s:%s.\nA declaración é «.. c:%s:: %s»." -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valores de retorno" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variábel" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Infórmeo tamén se se trata dun erro do usuario, para que a próxima vez se poida fornecer unha mensaxe de erro mellor." +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "Non foi posíbel determinar o texto alternativo para a referencia cruzada. Pode ser un fallo." +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "estrutura" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "atopouse máis dun obxectivo para «calquera» referencia cruzada %r: podería ser %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unión" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s non se atopa o destino da referencia: %s" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enumeración" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r non se atopa o destino da referencia: %s" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerador" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Non foi posíbel recuperar a imaxe remota: %s [%s]" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Non foi posíbel recuperar a imaxe remota: %s [%d]" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parámetro de función" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imaxe descoñecido: %s…" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parámetros do modelo" -#: builders/html/__init__.py:113 +#: domains/cpp/__init__.py:302 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "As páxinas HTML están en %(outdir)s." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: builders/html/__init__.py:348 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Produciuse un fallo ao ler o ficheiro de información da construción: %r" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Declaración C++ duplicada, tamén definida en %s:%s.\nA declaración é «.. cpp:%s:: %s»." -#: builders/html/__init__.py:366 -msgid "building [html]: " -msgstr "" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concepto" -#: builders/html/__init__.py:383 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parámetro de modelo" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "índice" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contidos" -#: builders/html/__init__.py:560 +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Índice" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Logo of %s" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "Buscar %(docstitle)s" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "seguinte" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "xerando os índices" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Seguinte tema" -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "escribindo as páxinas adicionais" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "seguinte capítulo" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Busca" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "copiando os ficheiros descargábeis…" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Active JavaScript para activar a función\n de busca." -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "non é posíbel copiar o ficheiro descargábel %r: %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Ao buscar varias palabras só se amosan as coincidencias que\n conteñan todas as palabras." -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "buscar" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Produciuse un fallo ao copiar un ficheiro en html_static_file: %s: %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta páxina" -#: builders/html/__init__.py:917 -msgid "copying static files" -msgstr "copiando os ficheiros estáticos" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Amosar o código fonte" -#: builders/html/__init__.py:934 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "cannot copy static file %r" -msgstr "non é posíbel copiar o ficheiro estático %r" +msgid "Index – %(key)s" +msgstr "Índice – %(key)s" -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "copiando os ficheiros adicionais" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índice completo nunha páxina" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "non é posíbel copiar o ficheiro adicional %r" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegación" -#: builders/html/__init__.py:955 +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Produciuse un fallo ao escribir o ficheiro de información da construción: %r" +msgid "Search within %(docstitle)s" +msgstr "Buscar dentro do/a %(docstitle)s" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "non foi posíbel cargar o índice de busca, mais non se compilarán todos os documentos: o índice estará incompleto." +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre estes documentos" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Dereitos de autoría" -#: builders/html/__init__.py:1052 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "a páxina %s coincide con dous patróns en html_sidebars: %r e %r" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: builders/html/__init__.py:1216 +#: themes/basic/layout.html:201 #, 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 "Produciuse un erro Unicode ao representar a páxina %s. Asegúrese de que todos os valores de configuración que teñan contido non ASCII sexan cadeas Unicode." +msgid "Last updated on %(last_updated)s." +msgstr "Última actualización o %(last_updated)s." -#: builders/html/__init__.py:1224 +#: themes/basic/layout.html:204 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Produciuse un erro ao representar a páxina %s.\nMotivo: %r" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creado usando Sphinx %(sphinx_version)s." -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "envorcado do inventario de obxectos" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca rápida" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "envorcando o índice de busca en %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file non válido: %r, é ignorado" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Vista xeral" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Moitos math_renderers están rexistrados. Mais non foi seleccionado ningún math_renderer." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Dámoslle a benvida! Isto é" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Indicou un math_renderer descoñecido %r." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "a documentación para" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "A entrada html_extra_path %r colócase dentro do directorio de saída «outdir»" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última actualización" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "A entrada html_extra_path %r non existe" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índices e táboas:" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "A entrada html_static_path %r colócase dentro do directorio de saída «outdir»" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Índice completo" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "A entrada html_static_path %r non existe" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lista todas as seccións e subseccións" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "o ficheiro de logotipo %r non existe" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "buscar esta documentación" -#: builders/html/__init__.py:1407 -#, python-format -msgid "favicon file %r does not exist" -msgstr "o ficheiro de favicon %r non existe" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índice global de módulos" -#: builders/html/__init__.py:1420 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acceso rápido a todos os módulos" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "Sphinx xa non admite HTML 4. (nas opcións de configuración detectouse «html4_writer=True»)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas as funcións, clases, termos" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "Documentación %s %s" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Índice de páxinas por letra" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Contraer a barra lateral" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir a barra lateral" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Os ficheiros LaTeX están en %(outdir)s." +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Agochar as coincidencias da busca" -#: builders/latex/__init__.py:121 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nExecute «make» nese directorio para executalos a través de (pdf)latex\n(use aquí «make latexpdf» para facelo automaticamente)." +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Resultados da busca" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "non se atopou ningún valor de configuración «latex_documents»; non se escribirá ningún documento" +#: themes/basic/static/searchtools.js:134 +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 "A súa busca non coincide con ningún documento. Asegúrese de que todas as palabras estean escritas correctamente e de que seleccionou categorías abondo." -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "o valor de configuración «latex_documents» fai referencia a un documento %s descoñecido" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "Busca finalizada, atopouse unha páxina coincidente coa consulta de busca." +msgstr[1] "Busca finalizada, atoparonse ${resultCount} páxinas coincidentes coa consulta de busca." -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Publicación" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Buscando" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "copiando os ficheiros de compatibilidade de TeX" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Preparando a busca…" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "copiando os ficheiros adicionais" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", en " -#: builders/latex/__init__.py:536 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Chave de configuración descoñecida: latex_elements[%r], é ignorada." +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Cambios na versión %(version)s — %(docstitle)s" -#: builders/latex/__init__.py:544 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opción de tema descoñecida: latex_theme_options[%r], é ignorada." - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Produciuse un fallo ao obter un nome de documento «docname»!" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: builders/latex/transforms.py:121 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista xerada automaticamente de cambios na versión %(version)s" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "Non se atopou ningunha nota a rodapé para o nodo de referencia %r indicado" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Cambios na biblioteca" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r non ten o axuste «theme»" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Cambios na API C" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r non ten o axuste «%s»" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Outros cambios" #: templates/latex/longtable.tex.jinja:52 #: templates/latex/sphinxmessages.sty.jinja:8 @@ -3580,6 +3489,11 @@ msgstr "continúa na páxina seguinte" msgid "Non-alphabetical" msgstr "Non alfabético" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" + #: templates/latex/sphinxmessages.sty.jinja:12 msgid "Numbers" msgstr "Números" @@ -3588,79 +3502,179 @@ msgstr "Números" msgid "page" msgstr "páxina" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumentos de palabras clave" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "ficheiro de imaxe non lexíbel: %s" -#: ext/napoleon/docstring.py:176 +#: environment/collectors/asset.py:126 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "conxunto de valores non válidos (falta a chave de peche): %s" +msgid "image file %s not readable: %s" +msgstr "ficheiro de imaxe %s non lexíbel: %s" -#: ext/napoleon/docstring.py:183 +#: environment/collectors/asset.py:165 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "conxunto de valores non válidos (falta a chave de apertura): %s" +msgid "download file not readable: %s" +msgstr "descargar o ficheiro non lexíbel: %s" -#: ext/napoleon/docstring.py:190 +#: environment/collectors/toctree.py:257 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "literal de cadea mal construído (falta a comiña de peche): %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s xa ten asignados números de sección (árbore de índice –toctree– con numeración anidada?)" -#: ext/napoleon/docstring.py:197 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "literal de cadea mal construído (falta a comiña de apertura): %s" +msgid "see %s" +msgstr "ver %s" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Exemplo" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "ver tamén %s" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Exemplos" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +msgstr "tipo de entrada de índice descoñecido %r" -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Notas" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "detectaronse referencias circulares na árbore de índice –toctree–, van ser ignoradas: %s <- %s" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Outros parámetros" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "A árbore de índice contén referencia ao documento %r que non ten título: non vai ser xerada ningunha ligazón" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "Recibe" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "A arbore de índice –toctree– contén referencia ao documento non incluído %r" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Referencias" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" +msgstr "A árbore de índice –toctree– contén referencia a un documento que non existe %r" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Advirte" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "Non foi posíbel determinar o texto alternativo para a referencia cruzada. Pode ser un fallo." -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Rendementos" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "atopouse máis dun obxectivo para «calquera» referencia cruzada %r: podería ser %s" + +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s non se atopa o destino da referencia: %s" + +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r non se atopa o destino da referencia: %s" + +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "Non foi posíbel recuperar a imaxe remota: %s [%s]" + +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "Non foi posíbel recuperar a imaxe remota: %s [%d]" + +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Formato de imaxe descoñecido: %s…" + +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "valor incorrecto para a opción «member-order»: %s" + +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "valor incorrecto para a opción «class-doc-from option»: %s" + +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "sinatura non válida para «auto%s» (%r)" + +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, 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 "descoñecesei que módulo importar para a documentación automática de %r (probae a poñer unha directiva «module» ou «currentmodule» no documento, ou indicar un nome explícito de módulo)" + +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "argumentos de sinatura indicados para o automódulo: «%s»" + +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" +msgstr "anotación de devolución indicada para o automódulo: «%s»" + +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» no nome do «automodule» non ten sentido" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "Detectouse un obxecto simulado: %r" + +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#, python-format +msgid "alias of %s" +msgstr "alias de %s" + +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 +#, python-format +msgid "Bases: %s" +msgstr "Bases: %s" -#: ext/autosummary/__init__.py:284 +#: ext/autosummary/__init__.py:235 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "referencias de «autosummary» excluídas do documento %r. É ignorado." -#: ext/autosummary/__init__.py:288 +#: ext/autosummary/__init__.py:239 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "autosummar»: Non se atopou o ficheiro «stub» %r. Comprobe o axuste «autosummary_generate»." -#: ext/autosummary/__init__.py:309 +#: ext/autosummary/__init__.py:260 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Un resumo automático con lendas precisa a opción «:toctree:». É ignorado." -#: ext/autosummary/__init__.py:384 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3668,51 +3682,46 @@ msgid "" "%s" msgstr "autosummary: produciuse un fallo ao importar %s.\nSuxestións posíbeis\n%s" -#: ext/autosummary/__init__.py:404 -#, python-format -msgid "failed to parse name %s" -msgstr "produciuse un fallo ao analizar o nome %s" - -#: ext/autosummary/__init__.py:412 +#: ext/autosummary/__init__.py:358 #, python-format msgid "failed to import object %s" msgstr "produciuse un fallo ao importar o obxecto %s" -#: ext/autosummary/__init__.py:730 +#: ext/autosummary/__init__.py:652 #, python-format msgid "" "Summarised items should not include the current module. Replace %r with %r." -msgstr "" +msgstr "Os elementos resumidos non deben incluír o módulo actual. Substituír %r con %r." -#: ext/autosummary/__init__.py:927 +#: ext/autosummary/__init__.py:850 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: non se atopou o ficheiro: %s" -#: ext/autosummary/__init__.py:937 +#: ext/autosummary/__init__.py:860 msgid "" "autosummary generates .rst files internally. But your source_suffix does not" " contain .rst. Skipped." -msgstr "" +msgstr "«autosummary» xera ficheiros «.rst» internamente. Mais o seu «source_suffix» non contén «.rst». Omítese." -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" -msgstr "autosummary: non foi posíbel determinar se %r foi documentado, produciuse a seguinte excepción:\n%s" +msgstr "autosummary: non foi posíbel determinar se %r foi documentado, ergueuse a seguinte excepción:\n%s" -#: ext/autosummary/generate.py:588 +#: ext/autosummary/generate.py:630 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] xerando «autosummary» para: %s" -#: ext/autosummary/generate.py:592 +#: ext/autosummary/generate.py:634 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] está escribindo en %s" -#: ext/autosummary/generate.py:637 +#: ext/autosummary/generate.py:679 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3720,7 +3729,7 @@ msgid "" "%s" msgstr "[autosummary] produciuse un fallo ao importar %s.\nSuxestións posíbeis\n%s" -#: ext/autosummary/generate.py:836 +#: ext/autosummary/generate.py:877 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3735,44 +3744,118 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nXera ReStructuredText usando directivas de resumo automático «autosummary».\n\nsphinx-autogen é unha interface para sphinx.ext.autosummary.generate.\nXera os ficheiros reStructuredText a partir das directivas de resumo automático «autosummary» contidas nos ficheiros de entrada indicados.\n\nO formato da directiva de resumo automático «autosummary» está documentado\nno módulo de Python ``sphinx.ext.autosummary`` e pódese ler usando::\n\n pydoc sphinx.ext.autosummary\n\n" -#: ext/autosummary/generate.py:858 +#: ext/autosummary/generate.py:899 msgid "source files to generate rST files for" msgstr "ficheiros fonte para xerar ficheiros rST para" -#: ext/autosummary/generate.py:866 +#: ext/autosummary/generate.py:907 msgid "directory to place all output in" msgstr "directorio onde colocar toda a saída" -#: ext/autosummary/generate.py:874 +#: ext/autosummary/generate.py:915 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "sufixo predeterminado para ficheiros (predeterminado: %(default)s)" -#: ext/autosummary/generate.py:882 +#: ext/autosummary/generate.py:923 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "directorio de modelos personalizados (predeterminado: %(default)s)" -#: ext/autosummary/generate.py:890 +#: ext/autosummary/generate.py:931 #, python-format msgid "document imported members (default: %(default)s)" msgstr "membros importados do documento (predeterminado: %(default)s)" -#: ext/autosummary/generate.py:899 +#: ext/autosummary/generate.py:940 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "documentar exactamente os membros no atributo __all__ do módulo. (predeterminado: %(default)s)" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Retirar os ficheiros existentes no directorio de saída que non foron xerados" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "Produciuse un fallo ao retirar %s: %s" + +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Executando apidoc" + +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" +msgstr "O elemento %i de apidoc_modules debe ser un diccionario" + +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "O elemento %i de apidoc_modules debe ter unha clave «path»" + +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "o elemento %i de apidoc_modules debe ser unha cadea" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "o elemento %i de apidoc_modules «path» non é un cartafol existente: %s" + +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "o elemento %i de apidoc_modules debe ter unha clave «destination»" + +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "o elemento %i de apidoc_modules «destination» debe ser unha cadea" + +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "o elemento %i de apidoc_modules «destination» debe ser unha ruta relativa" + +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "o elemento %i de apidoc_modules non pode crear o directorio de destino: %s" + +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "o elemento %i de apidoc_modules «%s» debe ser un enteiro" + +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "o elemento %i de apidoc_modules «%s» debe ser booleano" + +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "o elemento %i de apidoc_modules ten claves non agardadas: %s" + +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "o elemento %i de apidoc_modules «%s» debe unha secuencia" + +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "o elemento %i de apidoc_modules «%s» debe conter cadeas" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to remove %s: %s" -msgstr "" +msgid "Would create file %s." +msgstr "Crearíase un ficheiro %s." #: ext/apidoc/_cli.py:28 msgid "" @@ -3853,7 +3936,7 @@ msgstr "interpretar as rutas dos módulos segundo a especificación de espazos d msgid "" "Comma-separated list of options to pass to automodule directive (or use " "SPHINX_APIDOC_OPTIONS)." -msgstr "" +msgstr "Lista de opcións separadas por comas para pasar á directiva «automodule» (ou empregar SPHINX_APIDOC_OPTIONS)." #: ext/apidoc/_cli.py:170 msgid "file suffix (default: rst)" @@ -3865,7 +3948,7 @@ msgstr "xerar un proxecto completo con «sphinx-quickstart»" #: ext/apidoc/_cli.py:193 msgid "append module_path to sys.path, used when --full is given" -msgstr "engadir module_path a sys.path, úsase cando se indica --full" +msgstr "engadir module_path a sys.path, empregase cando se indica --full" #: ext/apidoc/_cli.py:200 msgid "project name (default: root module name)" @@ -3873,15 +3956,15 @@ msgstr "nome do proxecto (predeterminado: nome do módulo raíz)" #: ext/apidoc/_cli.py:207 msgid "project author(s), used when --full is given" -msgstr "autor(es) do proxecto, úsase cando se indica --full" +msgstr "autor(es) do proxecto, empregase cando se indica --full" #: ext/apidoc/_cli.py:214 msgid "project version, used when --full is given" -msgstr "versión do proxecto, úsase cando se indica --full" +msgstr "versión do proxecto, empregase cando se indica --full" #: ext/apidoc/_cli.py:222 msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "publicación do proxecto, úsase cando se indica --full, o predeterminado é --doc-version" +msgstr "publicación do proxecto, empregase cando se indica --full, o predeterminado é --doc-version" #: ext/apidoc/_cli.py:226 msgid "extension options" @@ -3889,327 +3972,339 @@ msgstr "opcións de extensión" #: ext/apidoc/_cli.py:232 msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +msgstr "activar as extensións arbitrarias, empregase cando se indica --full" #: ext/apidoc/_cli.py:240 #, python-format msgid "enable %s extension, used when --full is given" -msgstr "" +msgstr "activar a extensión %s, empregase cando se indica --full" #: ext/apidoc/_cli.py:291 #, python-format msgid "%s is not a directory." msgstr "%s non é un directorio." -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" - -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" - -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" - -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" - -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" - -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" - -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" - -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" - -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Crearíase un ficheiro %s." - -#: ext/intersphinx/_resolve.py:49 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "(in %s v%s)" -msgstr "(en %s v%s)" +msgid "(in %s %s)" +msgstr "(en %s %s)" -#: ext/intersphinx/_resolve.py:51 +#: ext/intersphinx/_resolve.py:55 #, python-format msgid "(in %s)" msgstr "(en %s)" -#: ext/intersphinx/_resolve.py:108 +#: ext/intersphinx/_resolve.py:112 #, python-format msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgstr "inventario «%s»: atopáronse coincidencias duplicadas para %s:%s" -#: ext/intersphinx/_resolve.py:118 +#: ext/intersphinx/_resolve.py:122 #, python-format msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgstr "inventario «%s»: atopáronse varias coincidencias para %s:%s" -#: ext/intersphinx/_resolve.py:383 +#: ext/intersphinx/_resolve.py:387 #, python-format msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgstr "non foi atopado o inventario para a referencia cruzada externa: %r" -#: ext/intersphinx/_resolve.py:392 +#: ext/intersphinx/_resolve.py:396 #, python-format msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgstr "sufixo de referencia cruzada externa non válido: %r" -#: ext/intersphinx/_resolve.py:403 +#: ext/intersphinx/_resolve.py:407 #, python-format msgid "domain for external cross-reference not found: %r" -msgstr "" +msgstr "non foi atopado o dominio para a referencia cruzada externa:" -#: ext/intersphinx/_resolve.py:619 +#: ext/intersphinx/_resolve.py:561 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "obxectivo de referencia externo %s:%s non atopado: %s" -#: ext/intersphinx/_load.py:60 +#: ext/intersphinx/_load.py:61 #, python-format msgid "" "Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " "identifiers must be non-empty strings." -msgstr "" +msgstr "O identificador do proxecto intersphinx %r«» non é válido en «intersphinx_mapping». Os identificadores de proxecto deben ser cadeas non baleiras." -#: ext/intersphinx/_load.py:71 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" "Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " "or list." -msgstr "" +msgstr "O valor «%r» non é válido en intersphinx_mapping[%r]. Agardábase unha tupla ou lista de dous elementos." -#: ext/intersphinx/_load.py:82 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" "Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," " inventory locations) pair." -msgstr "" +msgstr "O valor «%r» non é válido en intersphinx_mapping[%r]. Os valores deben ser un par (URI de destino, localizacións de inventario)." -#: ext/intersphinx/_load.py:93 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" "Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " "must be unique non-empty strings." -msgstr "" +msgstr "O valor do URI de destino «%r» non é válido en intersphinx_mapping[%r][0]. Os URI de destino deben ser cadeas únicas non baleiras." -#: ext/intersphinx/_load.py:102 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" "Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " "must be unique (other instance in intersphinx_mapping[%r])." -msgstr "" +msgstr "O valor do URI de destino «%r» non é válido en intersphinx_mapping[%r][0]. Os URI de destino deben ser cadeas únicas (outra instancia en intersphinx_mapping[%r])." -#: ext/intersphinx/_load.py:121 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" "Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " "Inventory locations must be non-empty strings or None." -msgstr "" +msgstr "O valor de localización do inventario «%r» en intersphinx_mapping[%r][1] non é válido. As localizacións do inventario deben ser cadeas non baleiras ou «None»." -#: ext/intersphinx/_load.py:131 +#: ext/intersphinx/_load.py:132 msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +msgstr "A configuración «intersphinx_mapping» non é válida (1 erro)." -#: ext/intersphinx/_load.py:134 +#: ext/intersphinx/_load.py:135 #, python-format msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +msgstr "A configuración «intersphinx_mapping» non é válida (%s erros)." -#: ext/intersphinx/_load.py:157 +#: ext/intersphinx/_load.py:158 msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgstr "Engadiuse unha entrada intersphinx_mapping non válida após a normalización." -#: ext/intersphinx/_load.py:261 +#: ext/intersphinx/_load.py:297 #, python-format msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgstr "cargando o inventario «intersphinx» «%s» desde %s…" -#: ext/intersphinx/_load.py:287 +#: ext/intersphinx/_load.py:324 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "atopáronse algúns incidentes algúns dos inventarios, mais tiñan alternativas funcionais:" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "non foi posíbel acadar ningún dos inventarios cos seguintes incidentes:" +#: ext/intersphinx/_load.py:332 +#, python-format +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "non foi posíbel acadar ningún dos inventarios cos seguintes incidentes:\n%s" -#: ext/intersphinx/_load.py:361 +#: ext/intersphinx/_load.py:411 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "o inventario de «intersphinx» moveuse: %s-> %s" -#: ext/autodoc/__init__.py:150 +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumentos de palabras clave" + +#: ext/napoleon/docstring.py:178 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor incorrecto para a opción «member-order»: %s" +msgid "invalid value set (missing closing brace): %s" +msgstr "conxunto de valores non válidos (falta a chave de peche): %s" -#: ext/autodoc/__init__.py:158 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor incorrecto para a opción «class-doc-from option»: %s" +msgid "invalid value set (missing opening brace): %s" +msgstr "conxunto de valores non válidos (falta a chave de apertura): %s" -#: ext/autodoc/__init__.py:460 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "sinatura non válida para «auto%s» (%r)" +msgid "malformed string literal (missing closing quote): %s" +msgstr "literal de cadea mal construído (falta a comiña de peche): %s" + +#: ext/napoleon/docstring.py:199 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "literal de cadea mal construído (falta a comiña de apertura): %s" + +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Exemplo" + +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Exemplos" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notas" + +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Outros parámetros" + +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Recibe" + +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referencias" + +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Advirte" + +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Rendementos" + +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "produciuse un erro ao formatar a sinatura para %s: %s" + +#: ext/autodoc/_dynamic/_loader.py:193 +#, python-format +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "Ignorando __all__ non válidos no módulo %s: %r" + +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "Produciuse un fallo ao obter unha sinatura de función para: %s: %s" + +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Produciuse un fallo ao analizar un valor de argumento predeterminado para %r: %s" + +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Produciuse un fallo ao actualizar a sinatura de %r: non se atopou o parámetro: %s" + +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Produciuse un fallo ao analizar «type_comment» para %r: %s" -#: ext/autodoc/__init__.py:579 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "produciuse un erro ao formatar argumentos para %s: %s" -#: ext/autodoc/__init__.py:898 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: non foi posíbel determinar %s.%s (%r) para documentarse, presentouse a seguinte excepción:\n%s" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Produciuse un fallo ao obter unha sinatura do construtor para: %s:%s" -#: ext/autodoc/__init__.py:1021 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, 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 "descoñecesei que módulo importar para a documentación automática de %r (probae a poñer unha directiva «module» ou «currentmodule» no documento, ou indicar un nome explícito de módulo)" +msgid "Failed to get a method signature for %s: %s" +msgstr "Produciuse un fallo ao obter unha sinatura de método para: %s: %s" -#: ext/autodoc/__init__.py:1080 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "A mocked object is detected: %r" -msgstr "Detectouse un obxecto simulado: %r" +msgid "Failed to get a signature for %s: %s" +msgstr "Produciuse un fallo ao obter unha sinatura para: %s: %s" -#: ext/autodoc/__init__.py:1103 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "produciuse un erro ao formatar a sinatura para %s: %s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "o atributo %s aparece listado en :members: mais falta xa que non foi atopado no obxecto %r" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» no nome do «automodule» non ten sentido" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: non foi posíbel determinar %s.%s (%r) para documentarse, ergueuse a seguinte excepción:\n%s" + +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Atopáronse __slots__ non válidos en %s. É ignorado." -#: ext/autodoc/__init__.py:1185 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "argumentos de sinatura ou anotación de retorno indicados para o «automodule» %s" -#: ext/autodoc/__init__.py:1201 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ debería ser unha lista de cadeas, non %r (no módulo %s) -- __all__ é ignorado" -#: ext/autodoc/__init__.py:1278 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "falta o atributo mencionado na opción «:members:»: módulo %s, atributo %s" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Produciuse un fallo ao obter unha sinatura de función para: %s: %s" - -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Produciuse un fallo ao obter unha sinatura do construtor para: %s:%s" - -#: ext/autodoc/__init__.py:1966 -#, python-format -msgid "Bases: %s" -msgstr "Bases: %s" - -#: ext/autodoc/__init__.py:1985 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format msgid "missing attribute %s in object %s" msgstr "falta o atributo %s no obxecto %s" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 -#, python-format -msgid "alias of %s" -msgstr "alias de %s" - -#: ext/autodoc/__init__.py:2097 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format msgid "alias of TypeVar(%s)" msgstr "alias de TypeVar(%s)" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Produciuse un fallo ao obter unha sinatura de método para: %s: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrompido!" -#: ext/autodoc/__init__.py:2720 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Atopáronse __slots__ non válidos en %s. É ignorado." +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Erro de marcación reStructuredText" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Produciuse un fallo ao analizar un valor de argumento predeterminado para %r: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Produciuse un erro de codificación!" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Produciuse un fallo ao actualizar a sinatura de %r: non se atopou o parámetro: %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Produciuse un erro de recursividade!" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Produciuse un fallo ao analizar «type_comment» para %r: %s" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Isto pode ocorrer con ficheiros fonte moi grandes ou profundamente aniñados. Pode aumentar coidadosamente o límite de recursividade predeterminado de Python de 1.000 en conf.py, p. ex.:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Iniciando o depurador:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "O rastrexado completo foi gardado en:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Para informar deste erro aos desenvolvedores, abra un incidente . Grazas!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Infórmeo tamén se se trata dun erro do usuario, para que a próxima vez se poida fornecer unha mensaxe de erro mellor." diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index 72013c5703c..7f5814978dd 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 374ef936974..8bcdd314630 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR , 2011\n" "Language-Team: Hebrew (http://app.transifex.com/sphinx-doc/sphinx-1/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: he\n" "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2698 +397,2538 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[מקור]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[תיעוד]" + +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:359 #, python-format -msgid "Domain %r is not registered" -msgstr "" +msgid "

Source code for %s

" +msgstr "

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

" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: environment/__init__.py:952 +#: ext/autosectionlabel.py:52 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "תשומת לב" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "זהירות" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "סכנה" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "שגיאה" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "רמז" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "חשוב" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "הערה" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "ראה גם" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "טיפ" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "אזהרה" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "לעשות" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(בתוך" +#: ext/todo.py:166 +msgid "original entry" +msgstr "הטקסט המקורי" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:260 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:452 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:473 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:492 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "הערות שוליים" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[תמונה]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "אינדקס" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "רמת המודול" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "תשומת לב" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "זהירות" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "סכנה" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "שגיאה" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "רמז" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "חשוב" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "הערה" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "ראה גם" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "טיפ" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "אזהרה" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "לעשות" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "הטקסט המקורי" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:124 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid option." +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[מקור]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[תיעוד]" - -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/quickstart.py:127 +msgid "Please enter some text." msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:73 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "פונקציה" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "מחלקה" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "מודול" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:224 +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:372 #, python-format -msgid "%s (role)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "השתנה בגרסה %s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr " לא מומלץ לשימוש מגרסה %s" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/changeset.py:35 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Removed in version %s" +msgid "Creating file %s." msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "%s %s" +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:531 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:577 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"\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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "מחבר הקטע:" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "מחבר המודול:" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "מחבר הקוד:" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:209 +msgid "Author: " +msgstr "מחבר:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:298 +#: util/i18n.py:253 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:324 +#: util/osutil.py:131 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:350 +#: util/fileutil.py:76 +#, python-format msgid "" -"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." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docfields.py:100 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:378 +#: util/nodes.py:459 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:188 #, python-format -msgid "Creating file %s." +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "File %s already exists, skipping." +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:573 -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 "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "פונקציה" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "מחלקה" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "מודול" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/citation.py:92 #, python-format -msgid "enable %s extension" +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "השתנה בגרסה %s" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr " לא מומלץ לשימוש מגרסה %s" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "רמת המודול" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:281 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "all of %d po files" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:303 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:315 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "מחבר הקטע:" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "מחבר המודול:" - -#: directives/other.py:207 -msgid "Code author: " -msgstr "מחבר הקוד:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "מחבר:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/patches.py:70 +#: builders/__init__.py:343 +#, python-format msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:354 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:367 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:383 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "building [%s]: " msgstr "" -#: directives/code.py:235 -#, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:416 #, python-format -msgid "Object named %r not found in include file %r" +msgid "%d found" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "אינדקס" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "הערות שוליים" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:500 #, python-format -msgid "unimplemented node type: %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:537 #, python-format -msgid "[image: %s]" -msgstr "" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[תמונה]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:546 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:557 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: writers/html5.py:496 -msgid "Link to this term" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:726 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:386 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "error writing file %s: %s" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/xml.py:103 #, python-format -msgid "no Babel option known for language %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1228 +#: builders/epub3.py:83 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:258 -#, python-format +#: builders/texinfo.py:44 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(בתוך" + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/i18n.py:100 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "reading error: %s, %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:146 +#: builders/texinfo.py:218 #, python-format -msgid "locale_dir %s does not exist" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:223 #, python-format -msgid "Invalid Babel locale: %r." +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:253 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/osutil.py:131 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "cannot write image file %r: %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:805 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown node type: %r" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/docfields.py:103 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "writing %s file..." msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/nodes.py:523 +#: builders/manpage.py:64 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:115 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "המשך מעמוד קודם" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 msgid "Release" msgstr "מהדורה" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Unknown image format: %s..." +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/__init__.py:537 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/transforms.py:121 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:240 +#: builders/html/__init__.py:372 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "כווץ סרגל צד" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ניווט" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "אינדקס" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:549 #, python-format -msgid "Search within %(docstitle)s" -msgstr "חפש בתוך %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "על מסמכים אלו" +msgid "Logo of %s" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "חיפוש" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "הבא" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "זכויות שמורות" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "הקודם" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "עודכן לאחרונה ב %(last_updated)s." +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:783 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "נושא קודם" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "פרק קודם" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "נושא הבא" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "פרק הבא" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:807 #, python-format -msgid "Index – %(key)s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "אינדקס מלא בעמוד אחד" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "עמוד זה" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "הצג מקור" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "חיפוש מהיר" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "לך" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "סקירה כללית" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "תוכן עניינים מלא" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "דף חיפוש" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "חפש בתיעוד זה" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "אינדקס מודולים גלובלי" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "גישה מהירה לכל המודולים" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "כל הפונקציות, המחלקות, המושגים" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:954 #, python-format -msgid "Search %(docstitle)s" -msgstr "חפש %(docstitle)s" +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "עמודי אינדקס לפי אותיות" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "עשוי להיות עצום" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/search.html:20 +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "חיפוש" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "תוכן" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "תוצאות החיפוש" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "הסתר תוצאות חיפוש" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "יצר אוטומטית רשימה של שינויים בגרסה %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "שינויים אחרים" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "הרחב סרגל צד" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "פרמטרים" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "תיעוד %s %s" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "משתנים" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3090,100 +3005,45 @@ msgstr "" msgid "property" msgstr "" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr "" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" +#: domains/python/__init__.py:804 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "משתנה" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "פרמטרים" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "מאקרו" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "משתנים" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3220,412 +3080,629 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "משתנה סביבה" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "מודול אינדקס" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "דף חיפוש" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "משתנה" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "מאקרו" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "תוכן" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "חפש %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "נושא קודם" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "פרק קודם" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "נושא הבא" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "פרק הבא" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "חיפוש" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "חיפוש" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "עמוד זה" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "הצג מקור" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "אינדקס מלא בעמוד אחד" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ניווט" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "חפש בתוך %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "על מסמכים אלו" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "זכויות שמורות" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "עודכן לאחרונה ב %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "חיפוש מהיר" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "לך" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "סקירה כללית" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "תוכן עניינים מלא" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "חפש בתיעוד זה" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "אינדקס מודולים גלובלי" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "גישה מהירה לכל המודולים" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "כל הפונקציות, המחלקות, המושגים" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "עמודי אינדקס לפי אותיות" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "עשוי להיות עצום" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "כווץ סרגל צד" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "הרחב סרגל צד" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "הסתר תוצאות חיפוש" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "תוצאות החיפוש" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "Failed to remove %s: %s" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "יצר אוטומטית רשימה של שינויים בגרסה %(version)s" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "שינויים אחרים" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "המשך מעמוד קודם" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "ראה %s" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "ראה גם %s" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3698,609 +3775,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "אינדקס" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "הבא" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "הקודם" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "תיעוד %s %s" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "ראה %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "ראה גם %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo index 3b51a7c0e1f..2ecd2b1d3e2 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 4a712f50297..2a86eede383 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Sumanjali Damarla , 2020\n" "Language-Team: Hindi (http://app.transifex.com/sphinx-doc/sphinx-1/language/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -57,90 +57,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "पिगमेंटस लेक्सर नाम %r अज्ञात है" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "विन्यास मान %s.%s खोजे गए किसी भी रूप विन्यास में नहीं दिखा" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "विन्यास निर्देशिका में कोन्फ़.पाय #conf.py# फाइल (%s) नहीं है " -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "विन्यास का असमर्थित रूप विकल्प %r दिया गया" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "रुपविन्यास के पथ में फाइल %r कोई प्रमाणिक ज़िप फाइल नहीं है या इसमें कोई रुपविन्यास नहीं सहेजा गया है" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "शब्दकोष विन्यास मान %r की उल्लंघन नहीं किया जा सकता, अनदेखा किया गया (प्रत्येक अवयव का मान रखने के लिए %r का उपयोग करें)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "विन्यास मान %r के लिए अमान्य संख्या %r, अनदेखा किया गया" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "असमर्थित प्रकार के साथ विन्यास मान %r का उल्लंघन नहीं किया जा सकता, अनदेखा किया गया" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "आरोहण में अज्ञात विन्यास मान %r, अनदेखा किया गया" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "विन्यास मान %r पहले से विद्यमान है" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "आपकी विन्यास फाइल में रचनाक्रम की त्रुटि है: %s\n" -#: theming.py:345 theming.py:398 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "विन्यास फाइल (अथवा इसके द्वारा आयातित प्रभागों) द्वारा sys.exit() का आह्वान किया गया" + +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "विन्यास फाइल में प्रोग्राम के योग्य त्रुटि है:\n\n%s" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Section %s" +msgstr "भाग %s" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "चित्र %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "सारणी %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "सूची %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "`{name}` विन्यास मान, {candidates} में से एक होना चाहिए, परन्तु `{current}` दिया गया है." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; अपेक्षित {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; मानक `{default.__name__}' का प्रयोग किया गया." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r नहीं मिला, अनदेखा किया गया." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -157,16 +232,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "इस परियोजना में आयाम %s का कम से कम %s संस्करण चाहिए इसलिए उपलब्ध संस्करण (%s) से बनाना संभव नहीं है." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "पिगमेंटस लेक्सर नाम %r अज्ञात है" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -214,7 +289,7 @@ msgstr "इस परियोजना में स्फिंक्स क msgid "making output directory" msgstr "परिणाम निर्देशिका बनाई जा रही है" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "%s आयाम को स्थापित करते हुए:" @@ -231,7 +306,7 @@ msgstr "'स्थापना' को जैसा कि अभी कोन msgid "loading translations [%s]... " msgstr "[%s] अनुवाद पढ़ा जा रहा है..." -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "संपन्न" @@ -304,7 +379,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +387,12 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर पाठन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "समानांतर पठन के लिए यह %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,1160 +400,1657 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर लेखन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "समानांतर लेखन के लिए %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "%s पर काम कर रहे हैं" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "निर्माण वर्ग %s का कोई \"नाम\" भाव नहीं है" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "निर्माता %r पहले से (%s प्रभाग में) उपलब्ध है" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "निर्माता नाम %s पंजीकृत नहीं है अथवा प्रवेश स्थान पर उपलब्ध नहीं है." -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "निर्माता नाम %s पंजीकृत नहीं है" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "अधिकारक्षेत्र %s पहले से पंजीकृत है" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "अधिकारक्षेत्र %s अभी पंजीकृत नहीं है" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r निर्देश पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r भूमिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r अनुक्रमणिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type पहले से पंजीकृत है" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type पहले से पंजीकृत है" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r पहले से पंजीकृत है" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "%r का source_parser पहले से पंजीकृत है" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "%s का स्रोत व्याख्याता पंजीकृत नहीं है" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "%r के लिए अनुवादक पहले से विद्यमान है" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node() के kwargs एक (visit, depart) फंक्शन टपल #function tuple# होने चाहिए: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r पहले से पंजीकृत है" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "%r आयाम को %sसंस्करण से स्फिंक्स में सम्मिलित किया जा चुका है; आयाम की उपेक्षा की गयी." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "मौलिक अपवाद:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "%s आयाम का आयात नहीं किया जा सका" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "आयाम %r में कोई सेटअप #setup()# कारक नहीं है; क्या यह वास्तव में स्फिंक्स का परिवर्धक प्रभाग है?" -#: registry.py:567 +#: registry.py:574 #, 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 परिवर्धक को स्फिंक्स का कम से कम %s संस्करण चाहिए; इसलिए इस संस्करण से बनाना संभव नहीं है." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "परिवर्धक %r के सेटअप() कर्म से एक असहाय वस्तु वापस मिली है; इसको 'कुछ नहीं' अथवा मेटाडाटा कोश भेजना चाहिए था" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "विन्यास निर्देशिका में कोन्फ़.पाय #conf.py# फाइल (%s) नहीं है " - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "शब्दकोष विन्यास मान %r की उल्लंघन नहीं किया जा सकता, अनदेखा किया गया (प्रत्येक अवयव का मान रखने के लिए %r का उपयोग करें)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "विन्यास मान %r के लिए अमान्य संख्या %r, अनदेखा किया गया" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "विन्यास मान %s.%s खोजे गए किसी भी रूप विन्यास में नहीं दिखा" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "असमर्थित प्रकार के साथ विन्यास मान %r का उल्लंघन नहीं किया जा सकता, अनदेखा किया गया" +msgid "unsupported theme option %r given" +msgstr "विन्यास का असमर्थित रूप विकल्प %r दिया गया" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "आरोहण में अज्ञात विन्यास मान %r, अनदेखा किया गया" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "रुपविन्यास के पथ में फाइल %r कोई प्रमाणिक ज़िप फाइल नहीं है या इसमें कोई रुपविन्यास नहीं सहेजा गया है" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" -msgstr "विन्यास मान %r पहले से विद्यमान है" +msgid "The %r theme has circular inheritance" +msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "आपकी विन्यास फाइल में रचनाक्रम की त्रुटि है: %s\n" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "विन्यास फाइल (अथवा इसके द्वारा आयातित प्रभागों) द्वारा sys.exit() का आह्वान किया गया" +msgid "no theme configuration file found in %r" +msgstr "" -#: config.py:611 +#: theming.py:365 theming.py:418 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "विन्यास फाइल में प्रोग्राम के योग्य त्रुटि है:\n\n%s" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" -#: config.py:633 +#: theming.py:369 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:373 theming.py:421 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:665 +#: theming.py:377 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:686 +#: theming.py:396 #, python-format -msgid "Section %s" -msgstr "भाग %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "चित्र %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "सारणी %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "सूची %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "`{name}` विन्यास मान, {candidates} में से एक होना चाहिए, परन्तु `{current}` दिया गया है." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; अपेक्षित {permitted}." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" + +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; मानक `{default.__name__}' का प्रयोग किया गया." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r नहीं मिला, अनदेखा किया गया." - -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "नव विन्यास" - -#: environment/__init__.py:90 -msgid "config changed" -msgstr "विन्यास परिवर्तित" - -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "आयाम परिवर्तित" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "निर्मित परिस्थिति वर्तमान संस्करण नहीं है " +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "स्रोत निर्देशिका परिवर्तित हो चुकी है " +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "परिवर्तक त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "सावधानी" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[स्रोत]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "चेतावनी" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "प्रभाग निर्देश विशिष्ट रूप से दर्शाया जा रहा है..." -#: locale/__init__.py:231 -msgid "Danger" -msgstr "खतरा" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "गलती" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "प्रभाग निर्देश" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "संकेत" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

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

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "महत्त्वपूर्ण" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "सिंहावलोकन: प्रभाग निर्देश" -#: locale/__init__.py:235 -msgid "Note" -msgstr "टिप्पणी " +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "यह भी देखिए" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "सलाह" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: locale/__init__.py:238 -msgid "Warning" -msgstr "चेतावनी" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "टेक्सइन्फो पृष्ठ %(outdir)sमें हैं." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nइन्हें मेकइन्फो से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'मेक इन्फो' आदेश का उपयोग करें)" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "कोई \"texinfo_documents\" विन्यास मान नहीं मिला; कोई लेखपत्र नहीं लिखे जाएंगे" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "%s की प्रक्रिया जारी" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "लिखा जा रहा है" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "अपूर्ण " -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (में" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "अपूर्ण प्रविष्टि मिली: %s " -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." +#: ext/todo.py:152 +msgid "<>" +msgstr "<<मूल प्रविष्टि>>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<मूल प्रविष्टि>> %s, पंक्ति %d में उपस्थित है.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." +#: ext/todo.py:166 +msgid "original entry" +msgstr "मौलिक प्रविष्टि" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "मेकफाइल लिखने में त्रुटि: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें है." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "एकल लेखपत्र संकलन किया जा रहा है" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "अतिरिक्त फाइलों को लिखा जा रहा है" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "मूक निर्माता से किसी फाइलों की उत्पत्ति नहीं होती." - -#: builders/gettext.py:243 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." - -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:339 #, python-format -msgid "building [%s]: " -msgstr "निर्माणाधीन [%s]: " +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:265 +#: ext/graphviz.py:344 #, python-format -msgid "targets for %d template files" -msgstr "%d नमूना फाइलों के लक्ष्य" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "नमूनों को पढ़ा जा रहा है..." - -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "डॉट ने किसी परिणाम फाइल का नहीं बनाया:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/linkcheck.py:87 +#: ext/graphviz.py:367 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "उपरोक्त परिणाम में अथवा %(outdir)s /output.txt में त्रुटियाँ ढूँढने का प्रयास " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/linkcheck.py:159 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "broken link: %s (%s)" -msgstr "खंडित कड़ी: %s (%s)" +msgid "dot code %r: %s" +msgstr "डॉट निर्देश %r: %s" -#: builders/linkcheck.py:561 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Anchor '%s' not found" -msgstr "लक्ष्य '%s' नहीं मिला" +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/linkcheck.py:799 +#: ext/extlinks.py:82 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/epub3.py:83 +#: ext/imgmath.py:148 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ई-पब फाइल %(outdir)s में है." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "" - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "लाटेक्स दिखाएँ %r: %s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "पंक्तिबद्ध लाटेक्स %r: %s" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' एक मान्य विकल्प नहीं है." -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "अमान्य टेस्टकोड का प्रकार " -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/doctest.py:451 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "अमान्य css_file: %r, उपेक्षित" +msgid "no code/output in %s block at %s:%s" +msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" -#: builders/xml.py:29 +#: ext/doctest.py:568 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." +msgid "ignoring invalid doctest code: %r" +msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:48 #, python-format -msgid "error writing file %s: %s" -msgstr "%s फाइल लिखने में व्यवधान: %s" +msgid "invalid regex %r in %s" +msgstr "अमान्य रेगएक्स #regex# %r, %s में " -#: builders/xml.py:103 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." +msgid "module %s could not be imported: %s" +msgstr "प्रभाग %s का आयत नहीं किया जा सका: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:148 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/_epub_base.py:436 +#: ext/coverage.py:158 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/_epub_base.py:467 +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" + +#: ext/coverage.py:187 #, python-format -msgid "cannot write image file %r: %s" -msgstr "चित्रलेख फाइल %r नहीं लिखा जा सका:%s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "अमान्य रेगएक्स #regex# %r, coverage_c_regexes में " -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "पिलो नहीं मिला - चित्र फाइलों की प्रतिलिपि बनाई जा रही है" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:594 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s के लिए अज्ञात लेख प्रकार, छोड़ा गया" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:802 +#: transforms/__init__.py:258 #, python-format -msgid "writing %s file..." -msgstr "%s फाइल को लिखा जा रहा है..." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" -#: builders/text.py:27 +#: transforms/__init__.py:300 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "पाठ फाइल %(outdir)s में हैं." +msgid "Footnote [%s] is not referenced." +msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s.(%s)" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "निर्माणाधीन [mo]: " +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "परिणाम लिखा जा रहा है..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "सभी %d पी.ओ. फाइलें" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "अनुवादित संदेश में असंगत शब्द के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" +#: environment/__init__.py:89 +msgid "new config" +msgstr "नव विन्यास" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "सभी स्रोत फाइलें" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "विन्यास परिवर्तित" -#: builders/__init__.py:335 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "आयाम परिवर्तित" -#: builders/__init__.py:342 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "निर्मित परिस्थिति वर्तमान संस्करण नहीं है " + +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "स्रोत निर्देशिका परिवर्तित हो चुकी है " -#: builders/__init__.py:353 +#: environment/__init__.py:350 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:366 +#: environment/__init__.py:355 #, python-format -msgid "%d source files given on command line" -msgstr "%d स्रोत फाइलें आदेश स्थान में दी " +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d फाइलों के लक्ष्य कालातीत है" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " -#: builders/__init__.py:415 +#: environment/__init__.py:518 #, python-format -msgid "%d found" -msgstr "%d मिला" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "एक भी नहीं मिला" - -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "स्थिति को परिरक्षित किया जा रहा है" +msgid "Failed to scan documents in %s: %r" +msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "संगतता की जांच की जा रही है" +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#, python-format +msgid "Domain %r is not registered" +msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "कोई प्रयोजन कालातीत नहीं है" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "स्थिति का नवीनीकरण किया जा रहा है" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." -#: builders/__init__.py:499 +#: environment/__init__.py:952 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:536 +#: writers/latex.py:387 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" -#: builders/__init__.py:545 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "" +msgid "no Babel option known for language %r" +msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " + +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." -#: builders/__init__.py:556 +#: writers/latex.py:617 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "पाया गया शीर्ष बिंदु किसी भाग, प्रसंग, तालिका, विषय-प्रबोध अथवा पार्श्व-स्थान में नहीं है" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "स्रोतों को पढ़ा जा रहा है..." +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "पाद टिप्पणियां" -#: builders/__init__.py:725 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "docnames to write: %s" -msgstr "लेखन के लिए शेष लेखपत्र: %s" - -#: builders/__init__.py:727 -msgid "no docnames to write!" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "लेखपत्र बनाए जा रहे हैं" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "दोनों तालिका-स्तंभ और :चौड़ाई: विकल्प दिए गए हैं. :चौड़ाई: मान की उपेक्षा की जाएगी." -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/changes.py:29 +#: writers/latex.py:1618 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "संक्षिप्त विवरण फाइल %(outdir)s में है." +msgid "dimension unit %s is invalid. Ignored." +msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." -#: builders/changes.py:65 +#: writers/latex.py:1954 #, python-format -msgid "no changes in version %s." -msgstr "%s संस्करण में कोई परिवर्तन नहीं हैं." +msgid "unknown index entry type %s found" +msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "सार फाइल को लिखा जा रहा है..." +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "अमान्य math_eqref_format: %r" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "अंतर्निर्मित" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[चित्र: %s]" -#: builders/changes.py:81 -msgid "Module level" -msgstr "प्रभाग स्तर" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[चित्र]" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "स्रोत फाइलों की प्रतिलिपि बनाई जा रही है..." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "अनुक्रमणिका" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "परिवर्तन सूची बनाने के लिए %r को नहीं पढ़ा जा सका" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" -#: ext/coverage.py:48 +#: writers/texinfo.py:1306 #, python-format -msgid "invalid regex %r in %s" -msgstr "अमान्य रेगएक्स #regex# %r, %s में " +msgid "unimplemented node type: %r" +msgstr "अकार्यान्वित बिंदु प्रकार: %r" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "प्रभाग %s का आयत नहीं किया जा सका: %s" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" -#: ext/coverage.py:148 +#: writers/html5.py:446 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" -#: ext/coverage.py:158 +#: writers/html5.py:456 #, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +msgid "Any IDs not assigned for %s node" +msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "अमान्य रेगएक्स #regex# %r, coverage_c_regexes में " +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:492 +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "सावधानी" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "चेतावनी" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "खतरा" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "गलती" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "संकेत" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "महत्त्वपूर्ण" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "टिप्पणी " + +#: locale/__init__.py:236 +msgid "See also" +msgstr "यह भी देखिए" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "सलाह" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "चेतावनी" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "कार्य संख्या एक धनात्मक संख्या होनी चाहिए" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "" + +#: cmd/build.py:74 +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 "" + +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "अभिलेख की स्रोत फाइलों का पथ" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "परिणाम निर्देशिका का पथ" + +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" + +#: cmd/build.py:114 +msgid "general options" +msgstr "सामान्य विकल्प" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" + +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "सभी फाइलें लिखें (मानक: केवल नई और परिवर्तित फाइलें लिखें)" + +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "सहेजी गयी परिस्थिति का प्रयोग न करें, सदैव सभी फाइलों को पढ़ें" + +#: cmd/build.py:150 +msgid "path options" +msgstr "" + +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" + +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "विन्यास फाइल के एक मान का उल्लंघन करें " + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "एच.टी.एम्.एल. के नमूने में राशि प्रेषित करें" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "नाम-पत्र परिभाषित करें: केवल नाम-पत्र वाले खण्डों का समावेश करें" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "प्रदर्शित परिणामों के विकल्प" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "शब्द-प्रयोग बढ़ाएं (पुनरावृत्ति की जा सकती है) " + +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "एस.टी.डी आउट #stdout# पर कोई परिणाम नहीं, एस.टी.डी एरर #stderr# पर चेतावनियाँ " + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "कुछ भी निर्गमित नहीं, यहाँ तक कि चेतावनी भी नहीं" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "रंगीन परिणाम ही दिखाएँ (मानक: स्वतः अनुमानित)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "रंगीन परिणाम नहीं दिखाएँ (मानक: स्वतः अनुमानित)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "चेतावनियाँ (और त्रुटियाँ) दी गई फाइल में लिखें" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "चेतावनियों को अशुद्धि मानें" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "अपवाद होने पर पूरा विलोम-अनुगमन देखें" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "अपवाद होने पर पी.डी.बी. चलाएं" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "-a विकल्प और फाइल के नामों को सम्मिलित नहीं किया जा सकता" + +#: cmd/build.py:357 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "cannot open warning file '%s': %s" +msgstr "" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A विकल्प का मान नाम = मान के रूप में होना आवश्यक है" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "प्रभागों में से डॉक्-स्ट्रिंग स्वतःसम्मिलित करें" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "डॉक्-टेस्ट अंशों के निर्देश भाग की स्वतः जाँच करें" + +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "भिन्न परियोजनाओं के स्फिंक्स प्रलेखों का पारस्परिक सम्बन्ध करने दें" + +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "वह \"शेष\" प्रविष्टियाँ लिख लें, जिन्हें निर्माण के समय दिखाया या छिपाया जा सकता है" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "प्रलेखों की व्याप्ति की जाँच करें" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "गणित को सम्मिलित करें, पी.एन.जी. अथवा एस.वी.जी. में चित्रित" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "गणित को सम्मिलित करें, दिग्दर्शक में मैथजाक्स #MathJax# द्वारा प्रदर्शित" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "विन्यास मान के आधार पर सामिग्री का सशर्त समावेश" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "पाइथन विषयवस्तुओं के प्रलेखों के स्रोत निर्देश की कड़ी जोड़ें" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "गिटहब GitHub पर लेखपत्र प्रकाशित करने के लिए .nojekyll फाइल बनाएं" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "कृपया एक मान्य पथ का नाम दें" + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "कृपया कुछ वाक्यांश लिखें" + +#: cmd/quickstart.py:134 +#, python-format +msgid "Please enter one of %s." +msgstr "%s में से एक चुनें" + +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "कृपया हाँ के लिए 'y' अथवा नहीं के लिए 'n' मात्र दें. " + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "कृपया एक फाइल प्रत्यय दें, जैसे कि '.rst' अथवा '.txt'." + +#: cmd/quickstart.py:230 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "स्फिंक्स %s त्वरित-आरंभ #sphinx-quickstart# उपकरण के लिए अभिनन्दन" + +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "कृपया निम्न विन्यासों के लिए मान प्रदान करें (मानक मान, यदि कोष्ठक में हो तो, स्वीकार करने के लिए एन्टर दबाएँ)" + +#: cmd/quickstart.py:242 +#, python-format +msgid "Selected root path: %s" +msgstr "चुना हुआ बुनियादी तथा मूल स्थान: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "आलेख का बुनियादी स्थान बताएं." + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "आलेख का बुनियादी पथ" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "त्रुटि: एक मौजूदा conf.py फाइल दिए गए मूल पथ में प्राप्त हुई है." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "स्फिंक्स-त्वरित-आरम्भ #sphinx-quickstart# मौजूदा स्फिंक्स परियोजनाओं पर पुनर्लेखन नहीं करेगा." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "कृपया एक नया मूल पथ दें (अथवा निकलने हेतु सिर्फ एन्टर #Enter# कर दें)" + +#: cmd/quickstart.py:275 +msgid "" +"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 द्वारा बनाई गई फाइलों को सहेजने के लिए दो विकल्प हैं.\nया तो आप मूल स्थान में ही \"_build\" निर्देशिका प्रयोग करें, अथवा\nमूल पथ में भिन्न \"स्रोत\" और \"build\" निर्देशिका प्रयोग करें." + +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "विभिन्न स्रोत और निर्माण डायरेक्टरी (y/n)" + +#: cmd/quickstart.py:288 +msgid "" +"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 "मूल निर्देशिका के अन्दर, दो और निर्देशिका बनाई जाएँगी;\nपरिवर्धित एच.टी.एम्.एल. नमूनों के लिए \"_templates\" और परिवर्धित रुपपत्रों और अन्य स्थैतिक फाइलों के लिए \"_static\"\nआप अधोरेखा के स्थान पर अन्य पूर्व-प्रत्यय (जैसे कि \".\") का प्रयोग कर सकते हैं." + +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "नमूने और स्थैतिक डायरेक्टरी के लिए पूर्व-प्रत्यय" + +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "परियोजना का नाम बनाये गए प्रपत्रों में बहुत से स्थानों पर प्रयुक्त होगा." + +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "परियोजना का नाम" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "लेखक(कों) का नाम" + +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "परियोजना संस्करण" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "परियोजना आवृत्ति" + +#: cmd/quickstart.py:325 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "यदि प्रलेखों को अंग्रेजी के अलावा अन्य किसी भाषा में लिखा जाना है,\nतो यहाँ पर आप भाषा का कूटशब्द दे सकते हैं. स्फिंक्स तदपुरांत,\nजो वाक्यांश बनाता है उसे उस भाषा में अनुवादित करेगा.\n\nमान्य भाषा कूटशब्द सूची यहाँ पर देखें\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "परियोजना की भाषा" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "अपूर्ण " +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "स्रोत फाइल का प्रत्यय" -#: ext/todo.py:94 +#: cmd/quickstart.py:351 +msgid "" +"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 "" + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "आपने मुख्य लेखपत्र का नाम दें (प्रत्यय रहित)" + +#: cmd/quickstart.py:372 #, python-format -msgid "TODO entry found: %s" -msgstr "अपूर्ण प्रविष्टि मिली: %s " +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "त्रुटि: मुख्य फाइल %s चुने हुए मूल पथ में पहले से उपलब्ध है." -#: ext/todo.py:152 -msgid "<>" -msgstr "<<मूल प्रविष्टि>>" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "स्फिंक्स-त्वरित-आरम्भ मौजूदा फाइलों पर पुनर्लेखन नहीं करेगा." -#: ext/todo.py:154 +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "कृपया एक नया फाइल नाम दें, अथवा मौजूदा फाइल का पुनर्नामकरण करें और एन्टर दबाएँ" + +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" + +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." + +#: cmd/quickstart.py:411 +msgid "" +"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 "" + +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" + +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<<मूल प्रविष्टि>> %s, पंक्ति %d में उपस्थित है.)" +msgid "Creating file %s." +msgstr "फाइल बनाई जा रही है ...%s" -#: ext/todo.py:166 -msgid "original entry" -msgstr "मौलिक प्रविष्टि" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." + +#: cmd/quickstart.py:524 #, python-format msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:531 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "परिवर्तक त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" -#: ext/imgconverter.py:83 +#: cmd/quickstart.py:535 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:577 +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 "\nस्फिंक्स परियोजना के लिए आवश्यक फाइल बनाएं.\n\nस्फिंक्स-त्वरित-आरम्भ एक संवादपूर्ण उपकरण है जो आपकी परियोजना के \nबारे में कुछ प्रश्न पूछकर पूरी प्रलेखों की निर्देशिका और नमूना मेकफाइल \nबना देता है जिसे स्फिंक्स-बिल्ड में प्रयोग किया जा सकता है.\n" + +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "शांत ढंग " + +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "ढांचे के विकल्प" + +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "यदि निर्दिष्ट हो तो विभिन्न स्रोत और निर्माण पथ" + +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "_templates आदि में बिंदु का बदलाव" + +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "परोयोजना के मूलभूत विकल्प" + +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "परियोजना का नाम" + +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "लेखकों के नाम" + +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "परियोजना का संस्करण" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "परियोजना की आवृत्ति" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "लेखपत्र की भाषा" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "स्रोत फाइल का प्रत्यय" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "मुख्य लेखपत्र का नाम" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "ई-पब प्रयोग करें" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "आयाम के विकल्प" + +#: cmd/quickstart.py:675 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" +msgid "enable %s extension" +msgstr "आयाम %s सक्षम करें" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "स्वेच्छित आयाम सक्षम करें" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "मेकफाइल और बैचफाइल का सर्जन" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "मेकफाइल बनाएं" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "मेकफाइल नहीं बनाएं" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "बैचफाइल बनाएं" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "बैचफाइल नहीं बनाएं" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat के लिए make-mode का प्रयोग करें" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "परियोजना नमूनावृत्ति" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "नमूना फाइलों के लिए नमूना निर्देशिका" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "नमूना चर-पद का निरूपण करें" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"शांत\" निर्दिष्ट है, परन्तु कोई भी \"परियोजना\" अथवा \"लेखक\" निर्दिष्ट नहीं है." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "त्रुटि: दिया गया पथ निर्देशिका नहीं है, अथवा स्फिंक्स फाइलें पहले से उपस्थित हैं." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "स्फिंक्स-त्वरित-आरम्भ केवल एक खाली निर्देशिका में कार्यशील हो सकती है. कृपया एक नया मूल पथ निर्दिष्ट करें." -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "अमान्य नमूना चर-पद: %s" -#: ext/graphviz.py:287 +#: directives/other.py:119 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: ext/graphviz.py:328 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" +msgid "toctree contains reference to excluded document %r" +msgstr "विषय-सूची-संरचना में छोड़े गए लेखपत्र %r का सन्दर्भ है" -#: ext/graphviz.py:339 +#: directives/other.py:156 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" +msgid "toctree contains reference to nonexisting document %r" +msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" -#: ext/graphviz.py:344 +#: directives/other.py:169 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "डॉट ने किसी परिणाम फाइल का नहीं बनाया:\n[stderr]\n%r\n[stdout]\n%r" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: directives/other.py:203 +msgid "Section author: " +msgstr "भाग के लेखक:" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "प्रभाग लेखक:" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "निर्देश लेखक:" + +#: directives/other.py:209 +msgid "Author: " +msgstr "लेखक:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 #, python-format -msgid "dot code %r: %s" -msgstr "डॉट निर्देश %r: %s" +msgid "Invalid caption: %s" +msgstr "अमान्य शीर्षक: %s" -#: ext/graphviz.py:493 ext/graphviz.py:501 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +msgid "line number spec is out of range(1-%d): %r" +msgstr "पंक्ति संख्या का ब्यौरा सीमा से बाहर है (1-%d): %r" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graph]" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "दोनों \"%s\" और \"%s\" विकल्पों का प्रयोग नहीं किया जा सकता" -#: ext/imgmath.py:148 +#: directives/code.py:233 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: ext/imgmath.py:167 +#: directives/code.py:237 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" -#: ext/imgmath.py:326 +#: directives/code.py:278 #, python-format -msgid "display latex %r: %s" -msgstr "लाटेक्स दिखाएँ %r: %s" +msgid "Object named %r not found in include file %r" +msgstr "%r नामक विषयवस्तु सम्मिलित फाइल %r में नहीं मिली" -#: ext/imgmath.py:362 +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "\"lineno-match\" का प्रयोग बिना जुडी \"lines\" के युग्म के साथ नहीं हो सकता" + +#: directives/code.py:316 #, python-format -msgid "inline latex %r: %s" -msgstr "पंक्तिबद्ध लाटेक्स %r: %s" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "लाइन ब्यौरा %r: सम्मिलित फाइल %r से कोई लाइन नहीं ली जा सकीं" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: ext/doctest.py:118 +#: util/rst.py:73 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." +msgid "default role %s not found" +msgstr "मानक भूमिका '%s' नहीं मिली" -#: ext/doctest.py:124 +#: util/i18n.py:100 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' एक मान्य विकल्प नहीं है." +msgid "reading error: %s, %s" +msgstr "अशुद्धि पाठन: %s, %s" -#: ext/doctest.py:139 +#: util/i18n.py:113 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "अमान्य टेस्टकोड का प्रकार " +msgid "writing error: %s, %s" +msgstr "अशुद्धि लेखन: %s, %s" -#: ext/doctest.py:297 +#: util/i18n.py:146 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " +msgid "locale_dir %s does not exist" +msgstr "" -#: ext/doctest.py:451 +#: util/i18n.py:244 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" +msgid "Invalid Babel locale: %r." +msgstr "" -#: ext/doctest.py:568 +#: util/i18n.py:253 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" -#: ext/autosectionlabel.py:52 +#: util/docutils.py:327 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "unknown directive name: %s" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " - -#: ext/duration.py:47 +#: util/docutils.py:363 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "unknown role name: %s" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "अज्ञात बिंदु प्रकार: %r" -#: ext/duration.py:124 +#: util/inventory.py:147 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/duration.py:139 +#: util/osutil.py:131 #, python-format -msgid "%.3fs %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[स्रोत]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "प्रभाग निर्देश विशिष्ट रूप से दर्शाया जा रहा है..." - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: util/display.py:78 +msgid "skipped" +msgstr "छोड़ा " -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "प्रभाग निर्देश" +#: util/display.py:83 +msgid "failed" +msgstr "असफल" -#: ext/viewcode.py:359 +#: util/fileutil.py:76 #, python-format -msgid "

Source code for %s

" -msgstr "

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

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

All modules for which code is available

" -msgstr "

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

" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: domains/citation.py:75 +#: util/fileutil.py:89 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " +msgid "Writing evaluated template result to %s" +msgstr "" -#: domains/citation.py:92 +#: util/docfields.py:100 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: domains/math.py:73 +#: util/nodes.py:459 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: domains/math.py:130 writers/latex.py:2500 +#: util/nodes.py:520 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "अमान्य math_eqref_format: %r" +msgid "toctree contains ref to nonexisting file %r" +msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" + +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" #: domains/javascript.py:183 #, python-format @@ -1559,6 +2131,11 @@ msgstr "प्रभाग" msgid "duplicate %s description of %s, other %s in %s" msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1591,1307 +2168,1084 @@ msgstr "भूमिका" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "संस्करण %s से अलग " - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "संस्करण %s से प्रतिबंधित " - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "कार्य संख्या एक धनात्मक संख्या होनी चाहिए" - -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "" - -#: cmd/build.py:74 -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 "" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "अभिलेख की स्रोत फाइलों का पथ" - -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "परिणाम निर्देशिका का पथ" - -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" - -#: cmd/build.py:114 -msgid "general options" -msgstr "सामान्य विकल्प" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" - -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "सभी फाइलें लिखें (मानक: केवल नई और परिवर्तित फाइलें लिखें)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "सहेजी गयी परिस्थिति का प्रयोग न करें, सदैव सभी फाइलों को पढ़ें" - -#: cmd/build.py:150 -msgid "path options" -msgstr "" - -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "विन्यास फाइल के एक मान का उल्लंघन करें " - -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "एच.टी.एम्.एल. के नमूने में राशि प्रेषित करें" - -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "नाम-पत्र परिभाषित करें: केवल नाम-पत्र वाले खण्डों का समावेश करें" - -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: cmd/build.py:212 -msgid "console output options" -msgstr "प्रदर्शित परिणामों के विकल्प" - -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "शब्द-प्रयोग बढ़ाएं (पुनरावृत्ति की जा सकती है) " - -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "एस.टी.डी आउट #stdout# पर कोई परिणाम नहीं, एस.टी.डी एरर #stderr# पर चेतावनियाँ " - -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "कुछ भी निर्गमित नहीं, यहाँ तक कि चेतावनी भी नहीं" - -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "रंगीन परिणाम ही दिखाएँ (मानक: स्वतः अनुमानित)" - -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "रंगीन परिणाम नहीं दिखाएँ (मानक: स्वतः अनुमानित)" - -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" - -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "चेतावनियाँ (और त्रुटियाँ) दी गई फाइल में लिखें" - -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "चेतावनियों को अशुद्धि मानें" - -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "अपवाद होने पर पूरा विलोम-अनुगमन देखें" - -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "अपवाद होने पर पी.डी.बी. चलाएं" - -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" - -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "-a विकल्प और फाइल के नामों को सम्मिलित नहीं किया जा सकता" - -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" - -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" - -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A विकल्प का मान नाम = मान के रूप में होना आवश्यक है" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "प्रभागों में से डॉक्-स्ट्रिंग स्वतःसम्मिलित करें" - -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "डॉक्-टेस्ट अंशों के निर्देश भाग की स्वतः जाँच करें" - -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "भिन्न परियोजनाओं के स्फिंक्स प्रलेखों का पारस्परिक सम्बन्ध करने दें" - -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "वह \"शेष\" प्रविष्टियाँ लिख लें, जिन्हें निर्माण के समय दिखाया या छिपाया जा सकता है" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "प्रलेखों की व्याप्ति की जाँच करें" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "गणित को सम्मिलित करें, पी.एन.जी. अथवा एस.वी.जी. में चित्रित" - -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "गणित को सम्मिलित करें, दिग्दर्शक में मैथजाक्स #MathJax# द्वारा प्रदर्शित" - -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "विन्यास मान के आधार पर सामिग्री का सशर्त समावेश" - -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "पाइथन विषयवस्तुओं के प्रलेखों के स्रोत निर्देश की कड़ी जोड़ें" - -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "गिटहब GitHub पर लेखपत्र प्रकाशित करने के लिए .nojekyll फाइल बनाएं" - -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "कृपया एक मान्य पथ का नाम दें" - -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "कृपया कुछ वाक्यांश लिखें" - -#: cmd/quickstart.py:134 +#: domains/math.py:73 #, python-format -msgid "Please enter one of %s." -msgstr "%s में से एक चुनें" - -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "कृपया हाँ के लिए 'y' अथवा नहीं के लिए 'n' मात्र दें. " +msgid "duplicate label of equation %s, other instance in %s" +msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "कृपया एक फाइल प्रत्यय दें, जैसे कि '.rst' अथवा '.txt'." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " -#: cmd/quickstart.py:230 +#: domains/citation.py:92 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "स्फिंक्स %s त्वरित-आरंभ #sphinx-quickstart# उपकरण के लिए अभिनन्दन" +msgid "Citation [%s] is not referenced." +msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "कृपया निम्न विन्यासों के लिए मान प्रदान करें (मानक मान, यदि कोष्ठक में हो तो, स्वीकार करने के लिए एन्टर दबाएँ)" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:242 +#: domains/changeset.py:33 #, python-format -msgid "Selected root path: %s" -msgstr "चुना हुआ बुनियादी तथा मूल स्थान: %s" +msgid "Changed in version %s" +msgstr "संस्करण %s से अलग " -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "आलेख का बुनियादी स्थान बताएं." +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "संस्करण %s से प्रतिबंधित " -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "आलेख का बुनियादी पथ" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "त्रुटि: एक मौजूदा conf.py फाइल दिए गए मूल पथ में प्राप्त हुई है." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "संक्षिप्त विवरण फाइल %(outdir)s में है." -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "स्फिंक्स-त्वरित-आरम्भ #sphinx-quickstart# मौजूदा स्फिंक्स परियोजनाओं पर पुनर्लेखन नहीं करेगा." +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "%s संस्करण में कोई परिवर्तन नहीं हैं." -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "कृपया एक नया मूल पथ दें (अथवा निकलने हेतु सिर्फ एन्टर #Enter# कर दें)" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "सार फाइल को लिखा जा रहा है..." -#: cmd/quickstart.py:274 -msgid "" -"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 द्वारा बनाई गई फाइलों को सहेजने के लिए दो विकल्प हैं.\nया तो आप मूल स्थान में ही \"_build\" निर्देशिका प्रयोग करें, अथवा\nमूल पथ में भिन्न \"स्रोत\" और \"build\" निर्देशिका प्रयोग करें." +#: builders/changes.py:79 +msgid "Builtins" +msgstr "अंतर्निर्मित" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "विभिन्न स्रोत और निर्माण डायरेक्टरी (y/n)" +#: builders/changes.py:81 +msgid "Module level" +msgstr "प्रभाग स्तर" -#: cmd/quickstart.py:287 -msgid "" -"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 "मूल निर्देशिका के अन्दर, दो और निर्देशिका बनाई जाएँगी;\nपरिवर्धित एच.टी.एम्.एल. नमूनों के लिए \"_templates\" और परिवर्धित रुपपत्रों और अन्य स्थैतिक फाइलों के लिए \"_static\"\nआप अधोरेखा के स्थान पर अन्य पूर्व-प्रत्यय (जैसे कि \".\") का प्रयोग कर सकते हैं." +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "स्रोत फाइलों की प्रतिलिपि बनाई जा रही है..." -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "नमूने और स्थैतिक डायरेक्टरी के लिए पूर्व-प्रत्यय" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "परिवर्तन सूची बनाने के लिए %r को नहीं पढ़ा जा सका" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "परियोजना का नाम बनाये गए प्रपत्रों में बहुत से स्थानों पर प्रयुक्त होगा." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s.(%s)" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "परियोजना का नाम" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "लेखक(कों) का नाम" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "निर्माणाधीन [mo]: " -#: cmd/quickstart.py:309 -msgid "" -"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 "" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "परिणाम लिखा जा रहा है..." -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "परियोजना संस्करण" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "सभी %d पी.ओ. फाइलें" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "परियोजना आवृत्ति" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "यदि प्रलेखों को अंग्रेजी के अलावा अन्य किसी भाषा में लिखा जाना है,\nतो यहाँ पर आप भाषा का कूटशब्द दे सकते हैं. स्फिंक्स तदपुरांत,\nजो वाक्यांश बनाता है उसे उस भाषा में अनुवादित करेगा.\n\nमान्य भाषा कूटशब्द सूची यहाँ पर देखें\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "परियोजना की भाषा" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "सभी स्रोत फाइलें" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "स्रोत फाइल का प्रत्यय" - -#: cmd/quickstart.py:350 +#: builders/__init__.py:343 +#, python-format msgid "" -"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." +"file %r given on command line is not under the source directory, ignoring" +msgstr "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" + +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "आपने मुख्य लेखपत्र का नाम दें (प्रत्यय रहित)" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d स्रोत फाइलें आदेश स्थान में दी " -#: cmd/quickstart.py:368 +#: builders/__init__.py:383 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "त्रुटि: मुख्य फाइल %s चुने हुए मूल पथ में पहले से उपलब्ध है." +msgid "targets for %d source files that are out of date" +msgstr "%d फाइलों के लक्ष्य कालातीत है" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "स्फिंक्स-त्वरित-आरम्भ मौजूदा फाइलों पर पुनर्लेखन नहीं करेगा." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "निर्माणाधीन [%s]: " -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "कृपया एक नया फाइल नाम दें, अथवा मौजूदा फाइल का पुनर्नामकरण करें और एन्टर दबाएँ" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d मिला" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." +#: builders/__init__.py:418 +msgid "none found" +msgstr "एक भी नहीं मिला" -#: cmd/quickstart.py:407 -msgid "" -"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 "" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "स्थिति को परिरक्षित किया जा रहा है" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "संगतता की जांच की जा रही है" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "कोई प्रयोजन कालातीत नहीं है" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "फाइल बनाई जा रही है ...%s" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "स्थिति का नवीनीकरण किया जा रहा है" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: builders/__init__.py:500 #, python-format -msgid "File %s already exists, skipping." -msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." +msgid "%s added, %s changed, %s removed" +msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: cmd/quickstart.py:520 +#: builders/__init__.py:546 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: cmd/quickstart.py:527 +#: builders/__init__.py:557 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: cmd/quickstart.py:531 +#: builders/__init__.py:564 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" + +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "स्रोतों को पढ़ा जा रहा है..." + +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "लेखन के लिए शेष लेखपत्र: %s" + +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" + +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "लेखपत्र बनाए जा रहे हैं" + +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." + +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "%s फाइल लिखने में व्यवधान: %s" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." -#: cmd/quickstart.py:573 -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 "\nस्फिंक्स परियोजना के लिए आवश्यक फाइल बनाएं.\n\nस्फिंक्स-त्वरित-आरम्भ एक संवादपूर्ण उपकरण है जो आपकी परियोजना के \nबारे में कुछ प्रश्न पूछकर पूरी प्रलेखों की निर्देशिका और नमूना मेकफाइल \nबना देता है जिसे स्फिंक्स-बिल्ड में प्रयोग किया जा सकता है.\n" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें है." -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "शांत ढंग " +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "एकल लेखपत्र संकलन किया जा रहा है" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "लिखा जा रहा है" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "ढांचे के विकल्प" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "अतिरिक्त फाइलों को लिखा जा रहा है" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "यदि निर्दिष्ट हो तो विभिन्न स्रोत और निर्माण पथ" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ई-पब फाइल %(outdir)s में है." -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "_templates आदि में बिंदु का बदलाव" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "परोयोजना के मूलभूत विकल्प" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "परियोजना का नाम" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "लेखकों के नाम" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "परियोजना का संस्करण" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "परियोजना की आवृत्ति" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "लेखपत्र की भाषा" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "स्रोत फाइल का प्रत्यय" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "मुख्य लेखपत्र का नाम" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "ई-पब प्रयोग करें" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "आयाम के विकल्प" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "अमान्य css_file: %r, उपेक्षित" -#: cmd/quickstart.py:671 +#: builders/text.py:27 #, python-format -msgid "enable %s extension" -msgstr "आयाम %s सक्षम करें" +msgid "The text files are in %(outdir)s." +msgstr "पाठ फाइल %(outdir)s में हैं." -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "स्वेच्छित आयाम सक्षम करें" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "मूक निर्माता से किसी फाइलों की उत्पत्ति नहीं होती." -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "मेकफाइल और बैचफाइल का सर्जन" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "उपरोक्त परिणाम में अथवा %(outdir)s /output.txt में त्रुटियाँ ढूँढने का प्रयास " -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "मेकफाइल बनाएं" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "खंडित कड़ी: %s (%s)" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "मेकफाइल नहीं बनाएं" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" +msgstr "लक्ष्य '%s' नहीं मिला" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "बैचफाइल बनाएं" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "बैचफाइल नहीं बनाएं" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat के लिए make-mode का प्रयोग करें" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "परियोजना नमूनावृत्ति" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d नमूना फाइलों के लक्ष्य" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "नमूना फाइलों के लिए नमूना निर्देशिका" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "नमूनों को पढ़ा जा रहा है..." -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "नमूना चर-पद का निरूपण करें" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"शांत\" निर्दिष्ट है, परन्तु कोई भी \"परियोजना\" अथवा \"लेखक\" निर्दिष्ट नहीं है." +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "टेक्सइन्फो पृष्ठ %(outdir)sमें हैं." -#: cmd/quickstart.py:786 +#: builders/texinfo.py:44 msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "त्रुटि: दिया गया पथ निर्देशिका नहीं है, अथवा स्फिंक्स फाइलें पहले से उपस्थित हैं." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nइन्हें मेकइन्फो से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'मेक इन्फो' आदेश का उपयोग करें)" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "स्फिंक्स-त्वरित-आरम्भ केवल एक खाली निर्देशिका में कार्यशील हो सकती है. कृपया एक नया मूल पथ निर्दिष्ट करें." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "कोई \"texinfo_documents\" विन्यास मान नहीं मिला; कोई लेखपत्र नहीं लिखे जाएंगे" -#: cmd/quickstart.py:810 +#: builders/texinfo.py:85 #, python-format -msgid "Invalid template variable: %s" -msgstr "अमान्य नमूना चर-पद: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: directives/other.py:119 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "processing %s" +msgstr "%s की प्रक्रिया जारी" -#: directives/other.py:153 environment/adapters/toctree.py:372 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "विषय-सूची-संरचना में छोड़े गए लेखपत्र %r का सन्दर्भ है" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (में" -#: directives/other.py:169 +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" -#: directives/other.py:203 -msgid "Section author: " -msgstr "भाग के लेखक:" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: directives/other.py:205 -msgid "Module author: " -msgstr "प्रभाग लेखक:" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "मेकफाइल लिखने में त्रुटि: %s" -#: directives/other.py:207 -msgid "Code author: " -msgstr "निर्देश लेखक:" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" -#: directives/other.py:209 -msgid "Author: " -msgstr "लेखक:" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "चित्रलेख फाइल %r नहीं लिखा जा सका:%s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "पिलो नहीं मिला - चित्र फाइलों की प्रतिलिपि बनाई जा रही है" + +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "अमान्य शीर्षक: %s" - -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/_epub_base.py:594 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "पंक्ति संख्या का ब्यौरा सीमा से बाहर है (1-%d): %r" +msgid "unknown mimetype for %s, ignoring" +msgstr "%s के लिए अज्ञात लेख प्रकार, छोड़ा गया" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "दोनों \"%s\" और \"%s\" विकल्पों का प्रयोग नहीं किया जा सकता" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: directives/code.py:235 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "writing %s file..." +msgstr "%s फाइल को लिखा जा रहा है..." -#: directives/code.py:276 +#: builders/manpage.py:37 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "%r नामक विषयवस्तु सम्मिलित फाइल %r में नहीं मिली" +msgid "The manual pages are in %(outdir)s." +msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "\"lineno-match\" का प्रयोग बिना जुडी \"lines\" के युग्म के साथ नहीं हो सकता" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" -#: directives/code.py:314 +#: builders/manpage.py:64 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "लाइन ब्यौरा %r: सम्मिलित फाइल %r से कोई लाइन नहीं ली जा सकीं" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/latex/__init__.py:115 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "अनुक्रमणिका" +msgid "The LaTeX files are in %(outdir)s." +msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." -#: writers/latex.py:768 writers/texinfo.py:646 +#: builders/latex/__init__.py:118 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "पाया गया शीर्ष बिंदु किसी भाग, प्रसंग, तालिका, विषय-प्रबोध अथवा पार्श्व-स्थान में नहीं है" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "पाद टिप्पणियां" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nइन्हें (pdf)latex से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'make latexpdf' आदेश का उपयोग करें)" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" -#: writers/texinfo.py:1303 +#: builders/latex/__init__.py:167 #, python-format -msgid "unimplemented node type: %r" -msgstr "अकार्यान्वित बिंदु प्रकार: %r" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[चित्र: %s]" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "आवृत्ति" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[चित्र]" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" -#: writers/html5.py:431 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" +msgid "logo file %r does not exist" +msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" -#: writers/html5.py:441 +#: builders/latex/__init__.py:529 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" - -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" - -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" - -#: writers/html5.py:558 -msgid "Link to this table" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/latex/__init__.py:537 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." - -#: writers/latex.py:386 +#: builders/latex/theming.py:87 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r में कोई \"रूप\" मान नहीं है" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/latex/theming.py:90 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " +msgid "%r doesn't have \"%s\" setting" +msgstr "%r में कोई \"%s \" मान नहीं है" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." -#: writers/latex.py:616 +#: builders/html/__init__.py:337 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "दोनों तालिका-स्तंभ और :चौड़ाई: विकल्प दिए गए हैं. :चौड़ाई: मान की उपेक्षा की जाएगी." +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: writers/latex.py:1228 +#: builders/html/__init__.py:372 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." - -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "सामान्य अनुक्रमाणिका" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "अनुक्रमणिका" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "आगामी" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "पूर्ववर्ती" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "अनुक्रमाणिका निर्मित की जा रही है" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "अतिरिक्त फाइलों की प्रतिलिपियां बनाये जा रहे है| " -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" -#: transforms/i18n.py:275 -#, python-brace-format +#: builders/html/__init__.py:1004 msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "खोज अनुक्रमाणिका नहीं चढाई जा सकी, लेकिन सभी लेखपत्र नहीं बनाए जाएंगे: अनुक्रमणिका अपूर्ण रहेगी." -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "अनुवादित संदेश में असंगत शब्द के प्रसंग. मूल: {0}, अनुवादित: {1}" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" +"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 की प्रस्तुति करते समय यूनिकोड त्रुटि हुई. कृपया यह सुनिश्चित कर लें कि सभी नॉन-असकी #non-ASCII# विहित विन्यास मान यूनिकोड अक्षरों में हैं." -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "विषयवस्तुओं का भंडार बनाया जा रहा है" -#: transforms/__init__.py:299 +#: builders/html/__init__.py:1276 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." +msgid "dumping search index in %s" +msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "अमान्य js_file: %r, उपेक्षित" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." -#: util/inventory.py:147 +#: builders/html/__init__.py:1361 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "अज्ञात math_renderer %r दिया गया." -#: util/inventory.py:166 +#: builders/html/__init__.py:1375 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path का प्रविष्टि %r outdir में है| " -#: util/i18n.py:100 +#: builders/html/__init__.py:1380 #, python-format -msgid "reading error: %s, %s" -msgstr "अशुद्धि पाठन: %s, %s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" -#: util/i18n.py:113 +#: builders/html/__init__.py:1395 #, python-format -msgid "writing error: %s, %s" -msgstr "अशुद्धि लेखन: %s, %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path का प्रविष्टि %r outdir में है| " -#: util/i18n.py:146 +#: builders/html/__init__.py:1400 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" -#: util/i18n.py:244 +#: builders/html/__init__.py:1422 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "favicon file %r does not exist" +msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" -#: util/i18n.py:253 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "छोड़ा " +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s दिग्दर्शिका" -#: util/display.py:87 -msgid "failed" -msgstr "असफल" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: util/docutils.py:805 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (%s प्रभाग में )" + +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "unknown node type: %r" -msgstr "अज्ञात बिंदु प्रकार: %r" +msgid "%s (in module %s)" +msgstr "%s (%s प्रभाग में )" -#: util/fileutil.py:76 +#: domains/python/__init__.py:174 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (अंतर्निर्मित चर पद)" -#: util/fileutil.py:89 +#: domains/python/__init__.py:209 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (अंतर्निर्मित वर्ग)" -#: util/docfields.py:103 +#: domains/python/__init__.py:210 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (%s वर्ग में)" -#: util/rst.py:73 +#: domains/python/__init__.py:275 #, python-format -msgid "default role %s not found" -msgstr "मानक भूमिका '%s' नहीं मिली" +msgid "%s() (%s class method)" +msgstr "%s() (%s वर्ग विधि) " -#: util/nodes.py:462 +#: domains/python/__init__.py:277 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s स्थैतिक विधि)" -#: util/nodes.py:523 +#: domains/python/__init__.py:430 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" +msgid "%s (%s property)" +msgstr "" -#: util/nodes.py:739 +#: domains/python/__init__.py:470 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" +msgid "%s (type alias in %s)" +msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "पिछले पृष्ठ से जारी" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "पाइथन प्रभाग सूची" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "अगले पृष्ठ पर जारी" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "प्रभाग" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "अकारादि-क्रमहीन " +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "अवमानित " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "संकेत " +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "अपवाद " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "संख्याएं " +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "वर्ग विधि" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "पृष्ठ" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "स्थैतिक पद्धति" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "आवृत्ति" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:804 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" + +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr "(अवमानित)" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%d]" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "मापदण्ड" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "अज्ञात चित्र प्रारूप: %s..." +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "चर पद " -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "उभारता है " -#: transforms/post_transforms/__init__.py:233 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "किसी भी पारस्परिक-सन्दर्भ के लिए एक से अधिक लक्ष्य मिले %r: %s संभव" +msgid "environment variable; %s" +msgstr "परिस्थिति चर पद; %s" -#: transforms/post_transforms/__init__.py:291 +#: domains/std/__init__.py:116 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "%s; configuration value" msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "कार्य खंडित " - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "अशुद्ध रूप विकल्प विवरण %r, अपेक्षित प्रारूप \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" अथवा \"+opt args\"" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "यदि यह प्रयोक्ता की गलती थी तो कृपया इसको भी रिपोर्ट करें ताकि अगली बार गलती होने पर अधिक अर्थपूर्ण सन्देश दिया जा सके." +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "पारिभाषिक पद" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "किनारे का स्थान घटाएं" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "व्याकरण संकेत " -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "संचालन" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "सन्दर्भ शीर्षक" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s में खोजें" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "परिस्थिति चर पद " -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "इन लेखपत्रों के बारे में" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "प्रोग्राम विकल्प " -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "खोज" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "लेखपत्र" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "सर्वाधिकार" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "प्रभाग सूची" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "खोज पृष्ठ" + +#: domains/std/__init__.py:858 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "अंतिम बार सम्पादित %(last_updated)s." +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig असमर्थ है. :numref: उपेक्षित है." -#: themes/basic/layout.html:204 +#: domains/std/__init__.py:1125 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "पिछला प्रकरण" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "कड़ी का कोई शीर्षक नहीं है: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "पिछला अध्याय" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "अमान्य numfig_format: %s (%r)" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "अगला प्रकरण" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "अमान्य numfig_format: %s" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "अगला अध्याय" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:1457 #, python-format -msgid "Index – %(key)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "एक पृष्ठ पर पूरी अनुक्रमणिका" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "यह पृष्ठ " +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "स्रोत दिखाएँ" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "त्वरित खोज" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "सदस्य" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "चलिए" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "चर पद" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "सिंहावलोकन" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "मैक्रो" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "नमस्ते! यह है" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "आलेख विषय" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "युग्म" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "अंतिम परिवर्धन" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "गणक" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "सूचियाँ और सारणियाँ:" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "प्रगणक " -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "विस्तृत विषय-सूची" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "प्रकार" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "सभी अनुभागों एवं उप-अनुभागों की सूची" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "खोज पृष्ठ" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "नमूना मानदण्ड " -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "इस आलेख में खोजें" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "सार्वभौमिक प्रभाग सूची" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "सभी प्रभाग तक तुरंत पहुँच" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "अवधारणा " -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "सामान्य अनुक्रमाणिका" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "सभी कार्ययुक्तियां, वर्ग, शब्द" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "विषय सामिग्री" #: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 #: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 @@ -2903,13 +3257,26 @@ msgstr "विषय-सूची" msgid "Search %(docstitle)s" msgstr " %(docstitle)s में खोजें" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "अक्षर द्वारा अनुक्रमित पृष्ठ" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "पिछला प्रकरण" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "बृहदाकार हो सकता है" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "पिछला अध्याय" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "अगला प्रकरण" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "अगला अध्याय" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "खोज" #: themes/basic/search.html:20 msgid "" @@ -2927,456 +3294,309 @@ msgstr "" msgid "search" msgstr "खोज" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "विषय सामिग्री" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "खोज परीणाम " - -#: themes/basic/static/searchtools.js:134 -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 "आपके खोज परिणामों में कोई प्रलेख नहीं मिला. कृपया सुनिश्चित करें कि सभी शब्दों की वर्तनी शुद्ध है और आपने यथेष्ट श्रेणियां चुनी हैं." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "खोज जारी" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "खोज की तैयारी" - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", में " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "खोजे गए जोड़े छिपाएं" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "परिवर्तित संस्करण %(version)s — %(docstitle)s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "यह पृष्ठ " -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "स्रोत दिखाएँ" -#: themes/basic/changes/versionchanges.html:17 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "संस्करण %(version)s में स्वतः रचित परिवर्तनों की सूची" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "पुस्तकालय में परिवर्तन" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "सी ऐ.पी.आई. परिवर्तन" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "अन्य परिवर्तन" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "किनारे का स्थान बढ़ाएं" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +msgid "Index – %(key)s" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "मापदण्ड" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "चर पद " - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "उभारता है " - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s प्रभाग में )" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s प्रभाग में )" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "एक पृष्ठ पर पूरी अनुक्रमणिका" -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (अंतर्निर्मित चर पद)" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "संचालन" -#: domains/python/__init__.py:209 +#: themes/basic/layout.html:115 #, python-format -msgid "%s (built-in class)" -msgstr "%s (अंतर्निर्मित वर्ग)" +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s में खोजें" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (%s वर्ग में)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "इन लेखपत्रों के बारे में" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s वर्ग विधि) " +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "सर्वाधिकार" -#: domains/python/__init__.py:277 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s स्थैतिक विधि)" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: domains/python/__init__.py:430 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "अंतिम बार सम्पादित %(last_updated)s." -#: domains/python/__init__.py:470 +#: themes/basic/layout.html:204 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "पाइथन प्रभाग सूची" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "प्रभाग" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "अवमानित " - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "अपवाद " - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "वर्ग विधि" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "त्वरित खोज" -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "स्थैतिक पद्धति" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "चलिए" -#: domains/python/__init__.py:734 -msgid "property" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "सिंहावलोकन" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "नमस्ते! यह है" -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "आलेख विषय" -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "अंतिम परिवर्धन" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr "(अवमानित)" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "सूचियाँ और सारणियाँ:" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "विस्तृत विषय-सूची" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "नमूना मानदण्ड " +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "सभी अनुभागों एवं उप-अनुभागों की सूची" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "इस आलेख में खोजें" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "सार्वभौमिक प्रभाग सूची" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "युग्म" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "सभी प्रभाग तक तुरंत पहुँच" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "सदस्य" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "सभी कार्ययुक्तियां, वर्ग, शब्द" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "प्रकार" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "अक्षर द्वारा अनुक्रमित पृष्ठ" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "अवधारणा " +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "बृहदाकार हो सकता है" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "गणक" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "किनारे का स्थान घटाएं" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "प्रगणक " +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "किनारे का स्थान बढ़ाएं" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "खोजे गए जोड़े छिपाएं" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "खोज परीणाम " -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format +#: themes/basic/static/searchtools.js:134 msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "आपके खोज परिणामों में कोई प्रलेख नहीं मिला. कृपया सुनिश्चित करें कि सभी शब्दों की वर्तनी शुद्ध है और आपने यथेष्ट श्रेणियां चुनी हैं." -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "चर पद" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "खोज जारी" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "मैक्रो" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "खोज की तैयारी" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", में " -#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "environment variable; %s" -msgstr "परिस्थिति चर पद; %s" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "परिवर्तित संस्करण %(version)s — %(docstitle)s" -#: domains/std/__init__.py:116 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:239 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "अशुद्ध रूप विकल्प विवरण %r, अपेक्षित प्रारूप \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" अथवा \"+opt args\"" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "संस्करण %(version)s में स्वतः रचित परिवर्तनों की सूची" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "पुस्तकालय में परिवर्तन" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "सी ऐ.पी.आई. परिवर्तन" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "अन्य परिवर्तन" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "पिछले पृष्ठ से जारी" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "अगले पृष्ठ पर जारी" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "पारिभाषिक पद" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "अकारादि-क्रमहीन " -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "व्याकरण संकेत " +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "संकेत " -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "सन्दर्भ शीर्षक" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "संख्याएं " -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "परिस्थिति चर पद " +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "पृष्ठ" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "प्रोग्राम विकल्प " +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "चित्र फाइल पठनीय नहीं है: %s" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "लेखपत्र" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "चित्र फाइल %s पठनीय नहीं है: %s" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "प्रभाग सूची" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "उतारी गई फाइल पठनीय नहीं है: %s" -#: domains/std/__init__.py:857 +#: environment/collectors/toctree.py:257 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s में पहले से भाग संख्या नियत है (एक के अन्दर दूसरा अंकित विषय-सूची-संरचना)" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig असमर्थ है. :numref: उपेक्षित है." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "%s देखिए" -#: domains/std/__init__.py:1124 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "see also %s" +msgstr "%s भी देखिए" -#: domains/std/__init__.py:1138 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "the link has no caption: %s" -msgstr "कड़ी का कोई शीर्षक नहीं है: %s" +msgid "unknown index entry type %r" +msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" -#: domains/std/__init__.py:1153 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "अमान्य numfig_format: %s (%r)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "पारस्परिक संदर्भित विषय-सूची-संरचना सन्दर्भ पाए गए, उपेक्षा की जा रही है: %s <- %s" -#: domains/std/__init__.py:1157 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid numfig_format: %s" -msgstr "अमान्य numfig_format: %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "विषय-सूची-संरचना में लेखपत्र %r, जिसका कोई शीर्षक नहीं है, का सन्दर्भ है: कोई सम्बन्ध नहीं बनाया जा सकेगा" -#: domains/std/__init__.py:1453 +#: environment/adapters/toctree.py:375 #, python-format -msgid "undefined label: %r" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: domains/std/__init__.py:1456 +#: environment/adapters/toctree.py:378 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/napoleon/docstring.py:185 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "किसी भी पारस्परिक-सन्दर्भ के लिए एक से अधिक लक्ष्य मिले %r: %s संभव" -#: ext/napoleon/docstring.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:199 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "उदाहरण" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "कुछ उदाहरण" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "मुख्य शब्दों के चर-पद" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "टिप्पणियाँ" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "अन्य मापदण्ड" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +msgid "%r reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "सन्दर्भ" - -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "चेतावनी देता है" - -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "मिलता है" - -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%d]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "आधार: %s" +msgid "Unknown image format: %s..." +msgstr "अज्ञात चित्र प्रारूप: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3420,214 +3640,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "%s फाइल बन जाएगी." - -#: ext/apidoc/_cli.py:28 -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 "\n में पाइथन प्रभाग और पैकेज की पुनरावर्तित खोज करें और\nस्वतःप्रभाग निर्देश द्वारा में प्रति पैकेज एक रेस्ट #reST# फाइल बनाएं.\n\n फाइल और/ अथवा निर्देशिका स्वरुप हो सकते हैं\nजो निर्माण प्रकिया में छोड़ दिए जाएंगे.\n\nनोट: सामान्यतया यह स्क्रिप्ट किसी पहले से बनाई गई फाइल पर पुनर्लेखन नहीं करती." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "प्रभाग से लेखपत्र का पथ" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch-style फाइल और/ अथवा निर्देशिका स्वरुप जो निर्माण प्रक्रिया से छोड़ने हैं" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "सभी परिणामों को सहेजने के लिए निर्देशिका" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "विषय-सूची में दिखाए जाने वाले उपप्रभागों की अधिकतम गहराई (मानक: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "मौजूदा फाइलों पर पुनर्लेखन करें" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "सांकेतिक कड़ियों का अनुसरण करें. कलेक्टिव.रेसिपी.ऑमलेट के साथ प्रभावशाली. " - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "फाइलों को बनाए बिना स्क्रिप्ट चलाएं " - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "प्रत्येक प्रभाग के आलेख उसके अपने पृष्ठ में रखें" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" प्रभाग को सम्मिलित करें " - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "विषय-सूची की फाइल का नाम (मानक: प्रभाग) " - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "विषय-सूची की फाइल न बनाएं " - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "प्रभाग/पैकेज पैकेजों का शीर्षक न बनाएं (उदाहरणार्थ, जब डॉकस्ट्रिंग्स में यह पहले से हों) " - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr " मुख्य प्रभाग के आलेख को उपप्रभाग के आलेख से पहले रखें" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "प्रभाग पथ की व्याख्या 'पी.ई.पी.-0420 निहित नामराशि विवरण' के आधार पर करें " - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "फाइल प्रत्यय (मानक: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "स्फिंक्स-त्वरित-आरम्भ के साथ पूर्ण परियोजना उत्पन्न करें " - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "मोड्यूल_पाथ #module_path# को सिस.पाथ #sys.path# में जोड़ें, जब --full दिया जाता है तब इसका प्रयोग होता है " - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "परियोजना का नाम (मानक: मूल प्रभाग का नाम) " - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "परियोजना लेखक(गण), जब --full दिया जाता है तब इसका प्रयोग होता है " - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "परियोजना संस्करण, जब --full दिया जाता है तब इसका प्रयोग होता है " - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "परियोजना आवृत्ति, जब --full दिया जाता है तब इसका प्रयोग होता है " - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "आयाम विकल्प " - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s एक निर्देशिका नहीं है. " - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "Bases: %s" +msgstr "आधार: %s" -#: ext/apidoc/_extension.py:140 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "failed to import object %s" +msgstr "विषय-वस्तु के आयात में असफलता: %s" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: ext/apidoc/_extension.py:257 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3700,129 +3777,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" -msgstr "विषय-वस्तु के आयात में असफलता: %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_generate.py:66 +#, python-format +msgid "Would create file %s." +msgstr "%s फाइल बन जाएगी." + +#: ext/apidoc/_cli.py:28 +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 "\n में पाइथन प्रभाग और पैकेज की पुनरावर्तित खोज करें और\nस्वतःप्रभाग निर्देश द्वारा में प्रति पैकेज एक रेस्ट #reST# फाइल बनाएं.\n\n फाइल और/ अथवा निर्देशिका स्वरुप हो सकते हैं\nजो निर्माण प्रकिया में छोड़ दिए जाएंगे.\n\nनोट: सामान्यतया यह स्क्रिप्ट किसी पहले से बनाई गई फाइल पर पुनर्लेखन नहीं करती." + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "प्रभाग से लेखपत्र का पथ" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch-style फाइल और/ अथवा निर्देशिका स्वरुप जो निर्माण प्रक्रिया से छोड़ने हैं" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "सभी परिणामों को सहेजने के लिए निर्देशिका" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "विषय-सूची में दिखाए जाने वाले उपप्रभागों की अधिकतम गहराई (मानक: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "मौजूदा फाइलों पर पुनर्लेखन करें" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "सांकेतिक कड़ियों का अनुसरण करें. कलेक्टिव.रेसिपी.ऑमलेट के साथ प्रभावशाली. " + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "फाइलों को बनाए बिना स्क्रिप्ट चलाएं " + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "प्रत्येक प्रभाग के आलेख उसके अपने पृष्ठ में रखें" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" प्रभाग को सम्मिलित करें " + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "विषय-सूची की फाइल का नाम (मानक: प्रभाग) " + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "विषय-सूची की फाइल न बनाएं " + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "प्रभाग/पैकेज पैकेजों का शीर्षक न बनाएं (उदाहरणार्थ, जब डॉकस्ट्रिंग्स में यह पहले से हों) " + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr " मुख्य प्रभाग के आलेख को उपप्रभाग के आलेख से पहले रखें" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "प्रभाग पथ की व्याख्या 'पी.ई.पी.-0420 निहित नामराशि विवरण' के आधार पर करें " + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/intersphinx/_load.py:297 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "फाइल प्रत्यय (मानक: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "स्फिंक्स-त्वरित-आरम्भ के साथ पूर्ण परियोजना उत्पन्न करें " + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "मोड्यूल_पाथ #module_path# को सिस.पाथ #sys.path# में जोड़ें, जब --full दिया जाता है तब इसका प्रयोग होता है " + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "परियोजना का नाम (मानक: मूल प्रभाग का नाम) " + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "परियोजना लेखक(गण), जब --full दिया जाता है तब इसका प्रयोग होता है " + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "परियोजना संस्करण, जब --full दिया जाता है तब इसका प्रयोग होता है " + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "परियोजना आवृत्ति, जब --full दिया जाता है तब इसका प्रयोग होता है " + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "आयाम विकल्प " -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" +msgid "%s is not a directory." +msgstr "%s एक निर्देशिका नहीं है. " #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3864,445 +4027,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" - -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "%s गुण %s वस्तु में अनुपस्थित" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:372 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "अनुक्रमणिका" - -#: builders/html/__init__.py:549 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Logo of %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "आगामी" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "पूर्ववर्ती" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "अनुक्रमाणिका निर्मित की जा रही है" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." - -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "मुख्य शब्दों के चर-पद" -#: builders/html/__init__.py:871 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:906 -msgid "copying static files" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "अतिरिक्त फाइलों की प्रतिलिपियां बनाये जा रहे है| " - -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" - -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" - -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "खोज अनुक्रमाणिका नहीं चढाई जा सकी, लेकिन सभी लेखपत्र नहीं बनाए जाएंगे: अनुक्रमणिका अपूर्ण रहेगी." - -#: builders/html/__init__.py:1038 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" - -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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 की प्रस्तुति करते समय यूनिकोड त्रुटि हुई. कृपया यह सुनिश्चित कर लें कि सभी नॉन-असकी #non-ASCII# विहित विन्यास मान यूनिकोड अक्षरों में हैं." +msgid "invalid value set (missing opening brace): %s" +msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "विषयवस्तुओं का भंडार बनाया जा रहा है" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "उदाहरण" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "कुछ उदाहरण" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "अमान्य js_file: %r, उपेक्षित" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "टिप्पणियाँ" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "अन्य मापदण्ड" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "अज्ञात math_renderer %r दिया गया." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path का प्रविष्टि %r outdir में है| " +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "सन्दर्भ" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "चेतावनी देता है" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path का प्रविष्टि %r outdir में है| " +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "मिलता है" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" -msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" -msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%s %s documentation" -msgstr "%s %s दिग्दर्शिका" +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r में कोई \"रूप\" मान नहीं है" +msgid "error while formatting arguments for %s: %s" +msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r में कोई \"%s \" मान नहीं है" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nइन्हें (pdf)latex से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'make latexpdf' आदेश का उपयोग करें)" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" - -#: builders/latex/__init__.py:167 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s में पहले से भाग संख्या नियत है (एक के अन्दर दूसरा अंकित विषय-सूची-संरचना)" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "image file not readable: %s" -msgstr "चित्र फाइल पठनीय नहीं है: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "image file %s not readable: %s" -msgstr "चित्र फाइल %s पठनीय नहीं है: %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "download file not readable: %s" -msgstr "उतारी गई फाइल पठनीय नहीं है: %s" +msgid "missing attribute %s in object %s" +msgstr "%s गुण %s वस्तु में अनुपस्थित" -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "पारस्परिक संदर्भित विषय-सूची-संरचना सन्दर्भ पाए गए, उपेक्षा की जा रही है: %s <- %s" +msgid "alias of TypeVar(%s)" +msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "विषय-सूची-संरचना में लेखपत्र %r, जिसका कोई शीर्षक नहीं है, का सन्दर्भ है: कोई सम्बन्ध नहीं बनाया जा सकेगा" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "कार्य खंडित " -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "%s देखिए" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "%s भी देखिए" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "यदि यह प्रयोक्ता की गलती थी तो कृपया इसको भी रिपोर्ट करें ताकि अगली बार गलती होने पर अधिक अर्थपूर्ण सन्देश दिया जा सके." diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo index 17958dd31b6..87fa355659b 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 e477a36b2d8..9402bcfe0b4 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi (India) (http://app.transifex.com/sphinx-doc/sphinx-1/language/hi_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: hi_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index 5ca40d4685c..f9fc8fb00c3 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 f13b61fd2f6..98857d6b53d 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Mario Šarić, 2015-2020\n" "Language-Team: Croatian (http://app.transifex.com/sphinx-doc/sphinx-1/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, 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" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "u konfiguracijskom direktoriju ne postoji datoteka conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, 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" +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)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "nepravilan broj %r za konf. vrijednost %r, zanemaruje se" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +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" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Konfiguracijska vrijednost %r već postoji" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Postoji sintaksna greška u konfiguracijskoj datoteci: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Section %s" +msgstr "Poglavlje %s" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Slika %s" + +#: config.py:687 #, python-format +msgid "Table %s" +msgstr "Tablica %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Ispis %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nije pronađen, zanemareno je." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "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)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "Ovaj projekt se ne može izgraditi s instaliranom verzijom, potrebno je msgid "making output directory" msgstr "izrada izlazne mape" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "'setup' koji je postavljen u conf.py nije moguće pozvati. Molimo izmije msgid "loading translations [%s]... " msgstr "učitavanje prijevoda [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "napravljeno" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2700 +397,2540 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s nema \"name\" svojstvo" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r već postoji (u modulu %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder imena %s nije registriran ili dostupan pomoću poziva" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Builder %s nije registriran" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domena %s je već registrirana" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nije još registrirana" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser za %r je već registriran" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, 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." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Izvorna iznimka:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Proširenje %s ne može biti uvezena" -#: registry.py:554 +#: registry.py:561 #, 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?" -#: registry.py:567 +#: registry.py:574 #, 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." -#: registry.py:579 +#: registry.py:586 #, 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" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "u konfiguracijskom direktoriju ne postoji datoteka conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, 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)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nepravilan broj %r za konf. vrijednost %r, zanemaruje se" - -#: config.py:399 -#, 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" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:422 +#: theming.py:124 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "postavka %s.%s ne pojavljuje se u pretraženim konfiguracijama tema" -#: config.py:476 +#: theming.py:139 #, python-format -msgid "No such config value: %r" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:504 +#: theming.py:238 #, python-format -msgid "Config value %r already present" -msgstr "Konfiguracijska vrijednost %r već postoji" +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" -#: config.py:541 +#: theming.py:258 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:298 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Postoji sintaksna greška u konfiguracijskoj datoteci: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Poglavlje %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Slika %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tablica %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Ispis %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nije pronađen, zanemareno je." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Pozor" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Pažnja" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kod modula" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Opasnost" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Izvorni kod za %s

" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Greška" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Pregled: kod modula" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Savjet" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Svi moduli za koje je dostupan kod

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Važno" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Napomena" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Više informacija" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Savjet" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Upozorenje" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: builders/texinfo.py:85 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "processing %s" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> se nalazi u %s, redak %d.)" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "" +#: ext/todo.py:166 +msgid "original entry" +msgstr "izvorna stavka" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" +#: ext/graphviz.py:138 +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" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (u " +#: ext/graphviz.py:153 +#, 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" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:287 #, python-format -msgid "cannot copy image file %r: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "" +#: ext/graphviz.py:328 +#, 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" -#: builders/texinfo.py:218 +#: ext/graphviz.py:339 #, python-format -msgid "error writing file Makefile: %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:344 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:243 +#: ext/imgmath.py:167 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:326 #, python-format -msgid "building [%s]: " +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:362 #, python-format -msgid "targets for %d template files" +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "nedostaje '+' ili '-' u '%s' opciji." -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' nije valjana opcija." -#: builders/linkcheck.py:87 +#: ext/doctest.py:139 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' nije valjana pyversion opcija" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:297 #, python-format -msgid "broken link: %s (%s)" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:451 #, python-format -msgid "Anchor '%s' not found" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:48 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Fusnote" + +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[slika: %s]" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[slika]" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Abecedni popis" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Pozor" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Pažnja" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Ugrađeni dijelovi" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Opasnost" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Nivo modula" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Greška" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Savjet" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Važno" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Napomena" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Više informacija" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Savjet" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Upozorenje" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/build.py:74 +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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:158 -#, python-format +#: cmd/build.py:109 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:157 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> se nalazi u %s, redak %d.)" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "izvorna stavka" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:138 -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" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "" -#: ext/graphviz.py:153 -#, 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" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:328 -#, 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" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graph]" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/imgmath.py:167 +#: cmd/build.py:357 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "nedostaje '+' ili '-' u '%s' opciji." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nije valjana opcija." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' nije valjana pyversion opcija" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/duration.py:47 +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:134 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "Please enter one of %s." msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/duration.py:124 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: cmd/quickstart.py:230 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: ext/duration.py:136 +#: cmd/quickstart.py:235 msgid "" -"====================== slowest reading durations =======================" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: ext/duration.py:139 +#: cmd/quickstart.py:242 #, python-format -msgid "%.3fs %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[source]" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Kod modula" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Izvorni kod za %s

" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Pregled: kod modula" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Svi moduli za koje je dostupan kod

" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "dvostruka oznaka jednakosti %s, drugo pojavljivanje u %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ugrađene funkcije)" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (razred)" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globalna varijabla ili konstanta)" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribut)" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumenti" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Baca (iznimke)" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Vraća" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Vraća tip" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkcija" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metoda" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "razred" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "podaci" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/javascript.py:458 +#: cmd/quickstart.py:372 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "Direktive" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/rst.py:236 -msgid "role" -msgstr "uloga" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:32 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Added in version %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:33 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Changed in version %s" -msgstr "Promijenjeno u verziji %s" +msgid "File %s already exists, skipping." +msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Zastarijelo od verzije %s" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" -#: domains/changeset.py:35 +#: cmd/quickstart.py:524 #, python-format -msgid "Removed in version %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:577 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" +"Generate required files for a Sphinx project.\n" "\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "" - -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" - -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor sekcije: " -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor modula: " -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor koda:" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor:" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." -msgstr "" +msgid "Invalid caption: %s" +msgstr "Neispravan navod: %s" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Ne mogu se istovremeno koristiti *%s* i *%s* opcije" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" +msgid "Object named %r not found in include file %r" +msgstr "Objekt %r nije pronađen u include datoteci %r" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Ne može se koristiti \"lineno-match\" sa nespojivom grupom \"lines\"" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Specifikacija retka %r: nema redaka preuzetih iz include datoteke %r" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:298 +#: util/i18n.py:253 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:324 +#: util/osutil.py:131 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:350 +#: util/fileutil.py:76 +#, python-format msgid "" -"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." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docfields.py:100 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:378 +#: util/nodes.py:459 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (ugrađene funkcije)" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:186 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s() (class)" +msgstr "%s() (razred)" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:188 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globalna varijabla ili konstanta)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atribut)" + +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenti" + +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Baca (iznimke)" + +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Vraća" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Vraća tip" + +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkcija" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metoda" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "razred" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "podaci" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:520 +#: domains/__init__.py:322 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s %s" +msgstr "%s %s" + +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directive)" + +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" + +#: domains/rst.py:234 +msgid "directive" +msgstr "Direktive" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:531 +#: domains/rst.py:236 +msgid "role" +msgstr "uloga" + +#: domains/rst.py:262 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "dvostruka oznaka jednakosti %s, drugo pojavljivanje u %s" + +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:573 -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" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Promijenjeno u verziji %s" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastarijelo od verzije %s" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Ugrađeni dijelovi" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nivo modula" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:671 +#: builders/__init__.py:343 #, python-format -msgid "enable %s extension" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:793 +#: builders/__init__.py:537 +#, python-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: cmd/quickstart.py:810 +#: builders/__init__.py:546 #, python-format -msgid "Invalid template variable: %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:557 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:564 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:726 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "docnames to write: %s" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor sekcije: " +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor modula: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor koda:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" - -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" - -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: directives/code.py:87 +#: builders/xml.py:29 #, python-format -msgid "Invalid caption: %s" -msgstr "Neispravan navod: %s" +msgid "The XML files are in %(outdir)s." +msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "error writing file %s: %s" msgstr "" -#: directives/code.py:216 +#: builders/xml.py:103 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Ne mogu se istovremeno koristiti *%s* i *%s* opcije" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" -#: directives/code.py:231 +#: builders/singlehtml.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: directives/code.py:235 -#, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objekt %r nije pronađen u include datoteci %r" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Ne može se koristiti \"lineno-match\" sa nespojivom grupom \"lines\"" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "" -#: directives/code.py:314 +#: builders/epub3.py:83 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Specifikacija retka %r: nema redaka preuzetih iz include datoteke %r" +msgid "The ePub file is in %(outdir)s." +msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Abecedni popis" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fusnote" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[slika: %s]" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[slika]" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/linkcheck.py:87 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: writers/latex.py:386 +#: builders/gettext.py:243 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/gettext.py:265 #, python-format -msgid "no Babel option known for language %r" +msgid "targets for %d template files" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: writers/latex.py:1198 +#: builders/texinfo.py:44 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: writers/latex.py:1615 +#: builders/texinfo.py:85 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: writers/latex.py:1950 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unknown index entry type %s found" +msgid "processing %s" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (u " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:258 +#: builders/latex/__init__.py:167 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Distribucija" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: util/inventory.py:147 +#: builders/latex/__init__.py:529 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: util/inventory.py:166 +#: builders/latex/__init__.py:537 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: util/i18n.py:100 +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 #, python-format -msgid "reading error: %s, %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/i18n.py:113 +#: builders/latex/transforms.py:487 #, python-format -msgid "writing error: %s, %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: util/i18n.py:146 +#: builders/latex/theming.py:87 #, python-format -msgid "locale_dir %s does not exist" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: util/i18n.py:244 +#: builders/latex/theming.py:90 #, python-format -msgid "Invalid Babel locale: %r." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: util/i18n.py:253 +#: builders/html/__init__.py:114 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: util/osutil.py:131 +#: builders/html/__init__.py:337 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Failed to read build info file: %r" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: util/docutils.py:325 +#: builders/html/__init__.py:372 #, python-format -msgid "unknown directive name: %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: util/docutils.py:361 +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Opceniti abecedni indeks" + +#: builders/html/__init__.py:496 +msgid "index" +msgstr "abecedni indeks" + +#: builders/html/__init__.py:549 #, python-format -msgid "unknown role name: %s" +msgid "Logo of %s" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "naprijed" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "nazad" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: util/fileutil.py:89 +#: builders/html/__init__.py:783 #, python-format -msgid "Writing evaluated template result to %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: util/rst.py:73 +#: builders/html/__init__.py:807 #, python-format -msgid "default role %s not found" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: util/nodes.py:462 +#: builders/html/__init__.py:853 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: util/nodes.py:523 +#: builders/html/__init__.py:874 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "extension static directory '%s' does not exist" msgstr "" -#: util/nodes.py:739 +#: builders/html/__init__.py:880 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "nastavak sa prethodne stranice" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboli" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "stranica" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Distribucija" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:1048 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/html/__init__.py:1213 #, python-format -msgid "Could not fetch remote image: %s [%d]" +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 "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:1226 #, python-format -msgid "Unknown image format: %s..." +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, 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" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:1276 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "dumping search index in %s" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:1323 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid js_file: %r, ignored" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: _cli/util/errors.py:240 +#: builders/html/__init__.py:1435 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:1448 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Sakrij pomoćnu traku" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigacija" - -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Traži između %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O ovim dokumentima" - -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Traži" - -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Sva prava zadržana" - -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" - -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zadnji put ažurirano %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" - -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Prijašnja tema" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "Prijašnje poglavlje" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Sljedeća tema" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "sljedeće poglavlje" - -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Potpun indeks na jednoj stranici" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Trenutna stranica" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Prikaži izvorni kod" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Brzo pretraživanje" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Traži" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Pregled" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Dobro došli! Ovo je" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentacija za" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "posljednja promjena" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Kazala i tablice:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Detaljni sadržaj" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "prikaži sve sekcije i podsekcije" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Tražilica" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "traži po dokumentaciji" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Općeniti popis modula" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "brz dostup do svih modula" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Opceniti abecedni indeks" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "sve funkcije, razredi, izrazi" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1464 #, python-format -msgid "Search %(docstitle)s" -msgstr "Traži %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indeksiraj stranice po slovu" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "može biti ogromno" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Molimo omogućite JavaScript\n za djelovanje tražilice." +msgid "%s %s documentation" +msgstr "%s %s dokumentacija" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "traži" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Sadržaj" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Rezultati pretrage" - -#: themes/basic/static/searchtools.js:134 -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 "Zadanim uvjetima nije pronađen dokument. Molim provjerite točnost upisanih riječi i odabir označenih kategija." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Pretraživanje" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Priprema pretrage..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", u " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Sakrij rezultate pretrage" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Promjene u verziji %(version)s — %(docstitle)s" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatski generirani popis promjena u verziji %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Promjene lib-ova" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API promjene" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ostale promjene" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Pokaži pomoćnu traku" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametri" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Varijable" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Podiže" - #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format msgid "%s() (in module %s)" @@ -3110,81 +3025,26 @@ msgstr "" msgid " (deprecated)" msgstr " (zastarjelo)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametri predloška" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "član" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tip" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "koncept" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "varijabla" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametri" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Varijable" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Podiže" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3220,412 +3080,629 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "termin rječnika" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "token gramatike" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "referentna oznaka" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "varijabla okruženja" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "programske mogućnosti" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "dokument" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Popis modula" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Tražilica" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "član" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "varijabla" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tip" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametri predloška" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:199 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncept" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Primjeri" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Sadržaj" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Traži %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Prijašnja tema" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Prijašnje poglavlje" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sljedeća tema" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sljedeće poglavlje" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Traži" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Molimo omogućite JavaScript\n za djelovanje tražilice." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "traži" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Trenutna stranica" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Prikaži izvorni kod" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Potpun indeks na jednoj stranici" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Traži između %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O ovim dokumentima" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Sva prava zadržana" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Zadnji put ažurirano %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Brzo pretraživanje" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Traži" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Pregled" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Dobro došli! Ovo je" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentacija za" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "posljednja promjena" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Kazala i tablice:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Detaljni sadržaj" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "prikaži sve sekcije i podsekcije" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "traži po dokumentaciji" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Općeniti popis modula" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argumenti" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "brz dostup do svih modula" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "sve funkcije, razredi, izrazi" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksiraj stranice po slovu" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "može biti ogromno" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sakrij pomoćnu traku" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Pokaži pomoćnu traku" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Sakrij rezultate pretrage" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Rezultati pretrage" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" -msgstr "" +#: themes/basic/static/searchtools.js:134 +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 "Zadanim uvjetima nije pronađen dokument. Molim provjerite točnost upisanih riječi i odabir označenih kategija." -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "Osnovice: %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Pretraživanje" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Priprema pretrage..." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", u " -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, 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 "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Promjene u verziji %(version)s — %(docstitle)s" -#: ext/autodoc/_names.py:89 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/autodoc/_names.py:93 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatski generirani popis promjena u verziji %(version)s" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Promjene lib-ova" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API promjene" -#: ext/apidoc/_cli.py:28 -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 "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostale promjene" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "nastavak sa prethodne stranice" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboli" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "stranica" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "pogledajte %s" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "Dodatne informacije: %s" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:160 +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: transforms/post_transforms/__init__.py:233 +#, 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" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "%s is not a directory." +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must be a dict" +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 "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "Bases: %s" +msgstr "Osnovice: %s" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3698,609 +3775,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" - -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" - -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "abecedni indeks" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "naprijed" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "nazad" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: builders/html/__init__.py:928 -msgid "copying extra files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Failed to write build info file: %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:324 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "" - -#: builders/html/__init__.py:1038 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:332 #, 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." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumenti" + +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:185 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1313 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Primjeri" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentacija" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "pogledajte %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "Dodatne informacije: %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index 1b86a8db88a..8c9c2590e92 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 bbaaf99bb1b..512829481fc 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -13,14 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Balázs Úr, 2020\n" "Language-Team: Hungarian (http://app.transifex.com/sphinx-doc/sphinx-1/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -59,90 +59,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "a beállítási könyvtár nem tartalmaz conf.py fájlt (%s)" + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:137 +#: config.py:378 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:218 +#: config.py:390 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:238 +#: config.py:398 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:278 +#: config.py:421 #, python-format -msgid "The %r theme has circular inheritance" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:286 +#: config.py:475 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "No such config value: %r" msgstr "" -#: theming.py:292 +#: config.py:503 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Config value %r already present" msgstr "" -#: theming.py:320 +#: config.py:540 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:598 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:349 +#: config.py:610 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:632 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:357 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:376 +#: config.py:664 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:72 +#: config.py:685 +#, python-format +msgid "Section %s" +msgstr "%s. bekezdés" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "%s. ábra" + +#: config.py:687 #, python-format +msgid "Table %s" +msgstr "%s. táblázat" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "%s. felsorlás" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -159,16 +234,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -216,7 +291,7 @@ msgstr "Ez a projekt legalább a Sphinx %s verzióját igényli, és emiatt nem msgid "making output directory" msgstr "kimeneti könyvtár elkészítése" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "a(z) %s kiterjesztés beállításakor:" @@ -233,7 +308,7 @@ msgstr "A „setup”, ahogy jelenleg a conf.py fájlban meg van határozva, nem msgid "loading translations [%s]... " msgstr "fordítások betöltése [%s]…" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "kész" @@ -306,7 +381,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -314,12 +389,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -327,2698 +402,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "a beállítási könyvtár nem tartalmaz conf.py fájlt (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "%s. bekezdés" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "%s. ábra" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "%s. táblázat" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "%s. felsorlás" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "forrás mappa megváltozott" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Figyelem" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Figyelem" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Veszély" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Hiba" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modul forráskód" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Tipp" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s forráskódja

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Fontos" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Áttekintés: modul forráskód" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Megjegyzés" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Lásd még" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Javaslat" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Figyelem" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tennivaló" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (" +#: ext/todo.py:166 +msgid "original entry" +msgstr "eredeti bejegyzés" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "" - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "forrás mappa megváltozott" + +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Lábjegyzetek" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[image: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[image]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Tárgymutató" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Beépített" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modul szint" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Figyelem" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Figyelem" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Veszély" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Hiba" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Tipp" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Fontos" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Megjegyzés" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Lásd még" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Javaslat" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Figyelem" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Tennivaló" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "eredeti bejegyzés" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graph]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:139 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[source]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modul forráskód" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

%s forráskódja

" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Áttekintés: modul forráskód" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:73 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (beépített függvény)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metódus)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (osztály)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globális változó vagy konstans)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribútum)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumentum" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Dob" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Visszatérési érték" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Visszatérés típusa" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "függvény" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metódus" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "osztály" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "adat" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attribútum" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktíva)" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (szerepkör)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "direktíva" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "szerepkör" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "A %s verzióban változott" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Elavult a(z) %s verzió óta" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:372 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:382 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:411 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:531 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:357 +#: cmd/quickstart.py:675 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "enable %s extension" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "A megadott útvonal nem egy mappa vagy a sphinx állományok már léteznek." -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:134 +#: directives/other.py:119 #, python-format -msgid "Please enter one of %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" - -#: cmd/quickstart.py:230 +#: directives/other.py:156 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:242 +#: directives/other.py:169 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Fejezet szerző: " -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modul szerző: " -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Kód szerző: " -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Szerző: " -#: cmd/quickstart.py:274 -msgid "" -"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." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:309 +#: directives/code.py:237 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:316 -msgid "Project version" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:340 +#: directives/patches.py:71 msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/i18n.py:146 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:378 +#: util/i18n.py:253 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/osutil.py:131 #, python-format -msgid "Creating file %s." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:520 +#: util/fileutil.py:76 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:531 +#: util/docfields.py:100 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:538 +#: util/nodes.py:459 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:573 -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" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (beépített függvény)" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metódus)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (osztály)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globális változó vagy konstans)" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribútum)" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentum" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Dob" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Visszatérési érték" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Visszatérés típusa" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "függvény" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metódus" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "osztály" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "adat" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attribútum" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:671 +#: domains/javascript.py:458 #, python-format -msgid "enable %s extension" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktíva)" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (szerepkör)" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktíva" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "szerepkör" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "A megadott útvonal nem egy mappa vagy a sphinx állományok már léteznek." - -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:810 +#: domains/changeset.py:33 #, python-format -msgid "Invalid template variable: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "A %s verzióban változott" -#: directives/other.py:119 +#: domains/changeset.py:34 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Elavult a(z) %s verzió óta" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/changeset.py:35 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "Removed in version %s" msgstr "" -#: directives/other.py:156 +#: builders/changes.py:29 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:169 +#: builders/changes.py:65 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "no changes in version %s." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Fejezet szerző: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Modul szerző: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Kód szerző: " +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Szerző: " +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Beépített" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modul szint" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:238 #, python-format -msgid "Invalid caption: %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:281 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "all of %d po files" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:303 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:336 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:343 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Tárgymutató" - -#: writers/latex.py:768 writers/texinfo.py:646 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Lábjegyzetek" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:367 #, python-format -msgid "unimplemented node type: %r" +msgid "%d source files given on command line" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:383 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[image]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "numfig_format is not defined for %s" +msgid "building [%s]: " +msgstr "" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:416 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "%d found" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:557 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:564 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:726 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "docnames to write: %s" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:1615 +#: builders/xml.py:29 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:1950 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:258 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:299 +#: builders/linkcheck.py:159 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: util/inventory.py:147 +#: builders/linkcheck.py:562 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Anchor '%s' not found" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/i18n.py:100 +#: builders/linkcheck.py:800 #, python-format -msgid "reading error: %s, %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/i18n.py:113 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:146 +#: builders/gettext.py:265 #, python-format -msgid "locale_dir %s does not exist" +msgid "targets for %d template files" msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/osutil.py:131 +#: builders/texinfo.py:41 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/docutils.py:325 +#: builders/texinfo.py:85 #, python-format -msgid "unknown directive name: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unknown role name: %s" +msgid "processing %s" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (" + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/fileutil.py:89 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Writing evaluated template result to %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:218 #, python-format -msgid "default role %s not found" +msgid "error writing file Makefile: %s" msgstr "" -#: util/nodes.py:462 +#: builders/_epub_base.py:223 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/nodes.py:523 +#: builders/_epub_base.py:436 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/nodes.py:739 +#: builders/_epub_base.py:467 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "folytatás az előző oldalról" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Szimbólumok" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "oldal" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Kiadás" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:802 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "writing %s file..." msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/manpage.py:37 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:64 #, python-format -msgid "Unknown image format: %s..." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/latex/__init__.py:167 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Kiadás" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/__init__.py:529 #, python-format -msgid "%r reference target not found: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:372 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Oldalsáv összezárása" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Általános tárgymutató" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigáció" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "nyitóoldal" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:549 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Keresés köztük: %(docstitle)s" +msgid "Logo of %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Névjegy ezekről a dokumentumokról" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "következő" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Keresés" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "előző" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Minden jog fenntartva" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:783 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Utolsó frissítés %(last_updated)s." +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" + +#: builders/html/__init__.py:807 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Előző témakör" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "előző fejezet" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Következő témakör" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "következő fejezet" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:933 #, python-format -msgid "Index – %(key)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Teljes tárgymutató egy oldalon" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ez az Oldal" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Forrás megtekintése" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Gyorskeresés" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ok" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Áttekintés" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Üdvözöljük! Ez a" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentáció" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "utoljára frissítve" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Tárgymutató és táblázatok" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Teljes tartalomjegyzék" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "kilistázza az összes fejezetet és alfejezetet" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Keresés" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "keresés ebben a dokumentációban" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Teljes modul tárgymutató" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "gyors hozzáférés az összes modulhoz" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Általános tárgymutató" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "összes funkció, osztály és kifejezés" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1276 #, python-format -msgid "Search %(docstitle)s" -msgstr "Keresés %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Oldalak ABC sorrendben" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "nagy lehet" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Kérem engedélyezze a JavaScriptet a kereső funkció\n használatához." - -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +msgid "dumping search index in %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "keresés" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Tartalom" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Keresési Eredmények" - -#: themes/basic/static/searchtools.js:134 -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 "A keresése nem hozott eredményt. Ellenőrizze, a megadott kulcsszavakat és azt, hogy megfelelő számú kategória van-e kiválasztva." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Keresés folyamatban" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Felkészülés a keresésre..." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", " +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Keresési Találatok Elrejtése" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1380 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1395 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1400 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatikusan generált változáslista a(z) %(version)s változathoz" +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Könyvtár változások" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API változások" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Egyéb változások" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Oldalsáv kinyitása" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentáció" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Paraméterek" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Változók" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Kivétel" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3114,522 +3030,683 @@ msgstr "" msgid " (deprecated)" msgstr " (elavult)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Sablonparaméterek" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Paraméterek" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Változók" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "tag" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Kivétel" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "típus" +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "környezeti változó; %s" -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enumeráció" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerátor" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/std/__init__.py:239 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/c/__init__.py:211 +#: domains/std/__init__.py:319 #, python-format -msgid "%s (C %s)" +msgid "%s command line option" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "változó" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makró" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" - -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "környezeti változó; %s" - -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" - -#: domains/std/__init__.py:239 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" - -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "szójegyzék" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "nyelvtani jel" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "referencia cimke" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "környezeti változó" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "program opció" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Modulok" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Keresés" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "tag" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "változó" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makró" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enumeráció" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerátor" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "típus" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Sablonparaméterek" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Tartalom" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Keresés %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Előző témakör" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "előző fejezet" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Következő témakör" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "következő fejezet" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Keresés" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Kérem engedélyezze a JavaScriptet a kereső funkció\n használatához." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "keresés" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ez az Oldal" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Forrás megtekintése" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Teljes tárgymutató egy oldalon" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigáció" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Keresés köztük: %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Névjegy ezekről a dokumentumokról" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Minden jog fenntartva" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Utolsó frissítés %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Gyorskeresés" -#: ext/apidoc/_cli.py:50 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ok" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Áttekintés" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Üdvözöljük! Ez a" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentáció" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "utoljára frissítve" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Tárgymutató és táblázatok" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Teljes tartalomjegyzék" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "kilistázza az összes fejezetet és alfejezetet" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "keresés ebben a dokumentációban" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Teljes modul tárgymutató" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "gyors hozzáférés az összes modulhoz" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "összes funkció, osztály és kifejezés" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Oldalak ABC sorrendben" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "nagy lehet" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Oldalsáv összezárása" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Oldalsáv kinyitása" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Keresési Találatok Elrejtése" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Keresési Eredmények" + +#: themes/basic/static/searchtools.js:134 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "A keresése nem hozott eredményt. Ellenőrizze, a megadott kulcsszavakat és azt, hogy megfelelő számú kategória van-e kiválasztva." -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Keresés folyamatban" + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Felkészülés a keresésre..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", " + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatikusan generált változáslista a(z) %(version)s változathoz" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Könyvtár változások" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API változások" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Egyéb változások" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "folytatás az előző oldalról" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Szimbólumok" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "oldal" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "lásd %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "lásd még %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:160 +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "%s is not a directory." -msgstr "%s nem mappa" - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must be a dict" +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 "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3702,609 +3779,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." +msgstr "%s nem mappa" + +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:112 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "nyitóoldal" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "Logo of %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "következő" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "előző" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:72 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentáció" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "lásd %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "lásd még %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index 8743b27e991..04836d1bd90 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -1,48 +1,50 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Arif Budiman , 2016-2017 +# Arif Budiman , 2026 # FIRST AUTHOR , 2009 # oon arfiandwi (OonID) , 2019-2020 # oon arfiandwi (OonID) , 2023 # Sakti Dwi Cahyono <54krpl@gmail.com>, 2013,2015 # Tumpal Gemelli, 2018 +# Tumpal Gemelli, 2018 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: oon arfiandwi (OonID) , 2023\n" +"Last-Translator: Tumpal Gemelli, 2018\n" "Language-Team: Indonesian (http://app.transifex.com/sphinx-doc/sphinx-1/language/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: roles.py:205 #, python-format msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +msgstr "Kerentanan dan Paparan Umum; CVE %s" #: roles.py:228 #, python-format msgid "invalid CVE number %s" -msgstr "" +msgstr "nomor CVE tidak valid %s" #: roles.py:250 #, python-format msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +msgstr "Enumerasi Kelemahan Umum; CWE %s" #: roles.py:273 #, python-format msgid "invalid CWE number %s" -msgstr "" +msgstr "nomor CWE tidak valid %s" #: roles.py:293 #, python-format @@ -59,91 +61,166 @@ msgstr "nomor PEP %s tidak valid" msgid "invalid RFC number %s" msgstr "nomor RFC tidak valid %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Nama Pygments lexer %r tidak diketahui" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "Melakukan lexing literal_block %r sebagai \"%s\" menghasilkan kesalahan pada token: %r. Mencoba lagi dalam mode relaks." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "pengaturan %s.%s terjadi pada tak satupun konfigurasi tema yang dicari" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "direktori konfigurasi tidak berisi berkas conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "opsi tema yang tidak didukung %r diberikan" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' harus '0' atau '1', didapat '%s'" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "berkas %r pada path tema merupakan berkas zip yang tidak valid atau tidak berisi tema" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "tidak dapat menulis ulang pengaturan direktori konfigurasi %r, mengabaikan (gunakan %r untuk mengatur elemen-elemen satuan)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "nomor %r yang salah untuk konfigurasi nilai %r, mengabaikan" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "tidak dapat menulis ulang pengaturan konfigurasi %r dengan tipe yang tidak didukung, mengabaikan" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nilai konfigurasi %r yang tidak dikenal pada penulisan ulang, mengabaikan" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Tidak ada nilai konfigurasi seperti itu: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Nilai konfigurasi %r sudah ada" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "tidak dapat menyimpan cache nilai konfigurasi yang tidak dapat dipickle: %r (karena berisi objek fungsi, kelas, atau modul)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Ditemukan nilai konfigurasi tidak valid: 'language = None'. Perbarui konfigurasi Anda ke kode bahasa yang valid. Menggunakan 'en' (Inggris) sebagai pengganti." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Ada kesalahan sintaksis dalam file konfigurasi Anda: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Berkas konfigurasi (atau salah satu dari modul terimpor) disebut sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Terdapat kesalahan programmable dalam berkas konfigurasi anda:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgid "Failed to convert %r to a frozenset" +msgstr "Gagal mengonversi %r menjadi frozenset" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Mengonversi `source_suffix = %r` menjadi `source_suffix = %r`." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "Nilai konfigurasi `source_suffix' mengharapkan sebuah kamus, sebuah string, atau sebuah daftar string. Namun, yang didapat adalah `%r' (tipe %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Section %s" +msgstr "Bab %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Fig. %s" +msgstr "Gambar. %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Daftar %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Nilai konfigurasi `{name}` harus salah satu dari {candidates}, tapi `{current}` diberikan." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Nilai konfigurasi `{name}' memiliki tipe `{current.__name__}'; diharapkan {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Nilai konfigurasi `{name}` bertipe `{current.__name__}', default menjadi `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "" +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r tidak ditemukan, diabaikan." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx kini menggunakan \"index\" sebagai dokumen master secara default. Untuk mempertahankan perilaku sebelum 2.0, set \"master_doc = 'contents'\"." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "Dukungan untuk encoding sumber selain UTF-8 sudah tidak direkomendasikan dan akan dihapus di Sphinx 10. Silakan berkomentar di [https://github.com/sphinx-doc/sphinx/issues/13665](https://github.com/sphinx-doc/sphinx/issues/13665) jika ini menimbulkan masalah." #: extension.py:58 #, python-format @@ -159,17 +236,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Proyek ini memerlukan ekstensi %s sedikitnya pada versi %s dan maka itu tidak bisa dibangun dengan versi yang dimuat (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Nama Pygments lexer %r tidak diketahui" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "ditemukan beberapa berkas untuk dokumen \"%s\": %s\nGunakan %r untuk build." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" +msgid "Ignored unreadable document %r." +msgstr "Dokumen %r yang tidak dapat dibaca diabaikan." #: events.py:92 #, python-format @@ -184,7 +261,7 @@ msgstr "Nama event tidak dikenal: %s" #: events.py:451 #, python-format msgid "Handler %r for event %r threw an exception" -msgstr "" +msgstr "Handler %r untuk event %r melemparkan pengecualian" #: application.py:218 #, python-format @@ -216,7 +293,7 @@ msgstr "Proyek ini memerlukan sedikitnya Sphinx v%s dan maka itu tidak bisa diba msgid "making output directory" msgstr "membuat direktori keluaran" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "saat menyiapkan ekstensi %s:" @@ -233,7 +310,7 @@ msgstr "'setup' yang saat ini didefinisikan pada conf.py bukanlah sebuah Python msgid "loading translations [%s]... " msgstr "memuat terjemahan [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "selesai" @@ -256,40 +333,40 @@ msgstr "Tidak ada builder yang dipilih, menggunakan default: html" #: application.py:455 msgid "build finished with problems." -msgstr "" +msgstr "build selesai dengan masalah." #: application.py:457 msgid "build succeeded." -msgstr "" +msgstr "build berhasil." #: application.py:462 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." -msgstr "" +msgstr "build selesai dengan masalah, 1 peringatan (dengan peringatan diperlakukan sebagai error)." #: application.py:466 msgid "build finished with problems, 1 warning." -msgstr "" +msgstr "build selesai dengan masalah, 1 peringatan." #: application.py:468 msgid "build succeeded, 1 warning." -msgstr "" +msgstr "build berhasil, 1 peringatan." #: application.py:474 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." -msgstr "" +msgstr "build selesai dengan masalah, %s peringatan (dengan peringatan diperlakukan sebagai error)." #: application.py:478 #, python-format msgid "build finished with problems, %s warnings." -msgstr "" +msgstr "build selesai dengan masalah, %s peringatan." #: application.py:480 #, python-format msgid "build succeeded, %s warnings." -msgstr "" +msgstr "build berhasil, %s peringatan." #: application.py:1020 #, python-format @@ -299,14 +376,14 @@ msgstr "kelas simpul %r sudah terdaftar, pengunjungnya akan diganti" #: application.py:1113 #, python-format msgid "directive %r is already registered and will not be overridden" -msgstr "" +msgstr "directive %r sudah terdaftar dan tidak akan ditimpa" #: application.py:1139 application.py:1167 #, python-format msgid "role %r is already registered and will not be overridden" -msgstr "" +msgstr "role %r sudah terdaftar dan tidak akan ditimpa" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -314,12 +391,12 @@ msgid "" "explicit" 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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "ekstensi %s tidak aman untuk pembacaan paralel" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -327,2573 +404,2852 @@ msgid "" "explicit" 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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "ekstensi %s tidak aman untuk penulisan paralel" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "mengerjakan serial %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Class Builder %s tidak punya atribut \"name\"" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r sudah ada (di modul %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Nama Builder %s todal terdaftar atau tersedia melalui entry point" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Nama Builder %s tidak terdaftar" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domain %s telah terdaftar" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domain %s belum didaftarkan" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Pengarahan %r sudah terdaftar di domain %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Peran %r sudah terdaftar di domain %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Indeks %r sudah terdaftar ke domain %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r telah didaftarkan" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r telah didaftarkan" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r telah didaftarkan" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser untuk %r telah didaftarkan" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Parser sumber untuk %s tidak terdaftar" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Penerjemah untuk %r sudah ada" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs untuk add_node() harus berupa (visit, depart) function tuple: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r telah terdaftar" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" -msgstr "" +msgstr "renderer matematika %s sudah terdaftar" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "ekstensi %r telah digabungkan dengan Sphinx sejak versi %s; ekstensi diabaikan." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Eksepsi orisinal:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Tidak dapat mengimpor ekstensi %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "ekstensi %r tidak memiliki fungsi setup(); apa itu benar-benar sebuah modul ekstensi Sphinx?" -#: registry.py:567 +#: registry.py:574 #, 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 "Ekstensi %s yang digunakan proyek ini memerlukan sedikitnya Sphinx v%s; maka itu tidak bisa dibangun dengan versi ini." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "ekstensi %r mengembalikan objek yang tidak didukung dari fungsi setup() nya; seharusnya mengembalikan None atau dictionary metadata" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." -msgstr "" - -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "direktori konfigurasi tidak berisi berkas conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +msgstr "`None` bukan jenis berkas yang valid untuk %r." -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "tidak dapat menulis ulang pengaturan direktori konfigurasi %r, mengabaikan (gunakan %r untuk mengatur elemen-elemen satuan)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nomor %r yang salah untuk konfigurasi nilai %r, mengabaikan" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "Bagian konfigurasi tema selain [theme] dan [options] tidak didukung (mencoba mengambil nilai dari %r)." -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "tidak dapat menulis ulang pengaturan konfigurasi %r dengan tipe yang tidak didukung, mengabaikan" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "pengaturan %s.%s terjadi pada tak satupun konfigurasi tema yang dicari" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nilai konfigurasi %r yang tidak dikenal pada penulisan ulang, mengabaikan" +msgid "unsupported theme option %r given" +msgstr "opsi tema yang tidak didukung %r diberikan" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "berkas %r pada path tema merupakan berkas zip yang tidak valid atau tidak berisi tema" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "Nilai konfigurasi %r sudah ada" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "tidak ditemukan tema bernama %r (theme.toml tidak ada?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +msgid "The %r theme has circular inheritance" +msgstr "Tema %r memiliki pewarisan melingkar" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Ada kesalahan sintaksis dalam file konfigurasi Anda: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Berkas konfigurasi (atau salah satu dari modul terimpor) disebut sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "Tema %r mewarisi dari %r, yang bukan tema yang dimuat. Tema yang dimuat adalah: %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Terdapat kesalahan programmable dalam berkas konfigurasi anda:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "Tema %r memiliki terlalu banyak leluhur" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "no theme configuration file found in %r" +msgstr "tidak ditemukan berkas konfigurasi tema di %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "tema %r tidak memiliki tabel \"theme\"" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "Tabel \"[theme]\" pada tema %r bukan sebuah tabel" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Bab %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "Tema %r harus mendefinisikan pengaturan \"theme.inherit\"" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Gambar. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "Tabel \"[options]\" pada tema %r bukan sebuah tabel" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabel %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "Pengaturan \"theme.pygments_style\" harus berupa tabel. Petunjuk: \"%s\"" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Daftar %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Penggunaan:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Nilai konfigurasi `{name}` harus salah satu dari {candidates}, tapi `{current}` diberikan." +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPSI] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Nilai konfigurasi `{name}' memiliki tipe `{current.__name__}'; diharapkan {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "Generator dokumentasi Sphinx." -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Nilai konfigurasi `{name}` bertipe `{current.__name__}', default menjadi `{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Perintah:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r tidak ditemukan, diabaikan." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Opsi" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Untuk informasi lebih lanjut, kunjungi [https://www.sphinx-doc.org/en/master/man/](https://www.sphinx-doc.org/en/master/man/)." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: error: {1}\nJalankan '{0} --help' untuk informasi" -#: environment/__init__.py:89 -msgid "new config" -msgstr "konfigurasi baru" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "Kelola dokumentasi dengan Sphinx." -#: environment/__init__.py:90 -msgid "config changed" -msgstr "konfigurasi berubah" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Tampilkan versi dan keluar." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "ekstensi berubah" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Tampilkan pesan ini dan keluar." -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "membangun lingkungan bukan versi saat ini" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Logging" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "direktori sumber telah berubah" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Tingkatkan verbosity (dapat diulang)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Hanya cetak error dan peringatan." -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Tidak ada output sama sekali" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Lingkungan ini tidak kompatibel dengan pembangun yang dipilih, silakan pilih direktori doctree lain." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Lihat 'sphinx --help'.\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Gagal memindai dokumen dalam %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "Tidak dapat menjalankan perintah konversi gambar %r. 'sphinx.ext.imgconverter' secara default memerlukan ImageMagick. Pastikan sudah terpasang, atau set opsi 'image_converter' ke perintah konversi kustom.\n\nTraceback: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r tidak terdaftar" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "dokumen tidak termasuk dalam toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "totree referensikan sendiri ditemukan. Diabaikan" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "perintah convert %r tidak dapat dijalankan, periksa pengaturan image_converter" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Pehatian" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[sumber]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Hati-hati" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "menyoroti kode modul..." -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Bahaya" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Kesalahan" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kode modul" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Petunjuk" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Kode sumber untuk %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Penting" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Tinjauan: kode modul" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Catatan" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Semua modul dimana kode tersedia

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Lihat juga" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "bagian \"%s\" diberi label sebagai \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "label rangkap %s, contoh lain dalam %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Peringatan" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Tautan ke persamaan ini" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Berkas Texinfo berada di %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "Durasi pembacaan %.3fs melampaui batas durasi %.3fs" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui makeinfo\n(gunakan 'make info' di sini untuk melakukannya secara otomatis)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak akan ditulis" +"====================== total reading duration ==========================" +msgstr "====================== total durasi pembacaan ==========================" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "Total waktu membaca %d berkas%s: %dm %.3fs" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "memroses %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== durasi membaca paling lambat =======================" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "penulisan" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "%.3fs %s" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "memecahkan referensi..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (dalam " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "Entri TODO ditemukan: %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "menyalin gambar... " +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "tidak dapat menyalin berkas gambar %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> terletak di %s, baris %d.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "menyalin berkas pendukung Texinfo" +#: ext/todo.py:166 +msgid "original entry" +msgstr "entri asli" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "kesalahan menulis berkas Makefile: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Pengarahan Graphviz tidak dapat memiliki konten dan argumen nama berkas sekaligus" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Halaman manual berada di %(outdir)s." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Berkas Graphviz eksternal %r tidak ditemukan atau gagal dibaca" -#: builders/manpage.py:45 -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" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Mengabaikan pengarahan \"graphviz\" tanpa konten." -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" nilai konfigurasi mengacu pada dokumen tidak diketahui %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "path executable graphviz_dot harus disetel! %r" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Halaman HTML berada di %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "merakit dokumen tunggal" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "menulis file tambahan" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "perintah dot %r tidak dapat dioperasikan (diperlukan untuk keluaran graphviz), periksa pengaturan graphviz_dot" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Builder contoh tidak menghasilkan berkas apapun." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalog pesan berada di %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot tidak menghasilkan berkas output: \n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "membangun [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format harus 'png' atau 'svg', tetapi adalah %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "target untuk %d berkas templat" +msgid "dot code %r: %s" +msgstr "kode dot %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "membaca templat... " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "menulis katalog pesan... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Mencari kesalahan sembarang dalam keluaran di atas atau di %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "tautan hardcoded %r dapat diganti dengan extlink (coba gunakan %r sebagai gantinya)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "tautan rusak: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Perintah LaTeX %r tidak dapat dioperasikan (diperlukan untuk tampilan matematika), periksa pengaturan imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Anchor '%s' tidak ditemukan" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s perintah %r tidak dapat dioperasikan (diperlukan untuk tampilan matematika), periksa pengaturan imgmath_%s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "display latex %r: %s" +msgstr "tampilkan latex %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Berkas ePub berada di %(outdir)s." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "" - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "nilai conf \"epub_language\" (atau \"language\") tidak seharsunya kosong untuk EPUB3" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "nilai conf \"epub_uid\" harus berupa XML NAME untuk EPUB3" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "nilai conf \"epub_title\" (atau \"html_title\") tidak seharusnya kosong untuk EPUB3" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_contributor\" tidak seharusnya kosong untuk EPUB3" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_description\" tidak seharusnya kosong untuk EPUB3" +msgid "inline latex %r: %s" +msgstr "inline latex %r: %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_publisher\" tidak seharusnya kosong untuk EPUB3" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "tidak ada '+' atau '-' dalam opsi '%s'." -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "nilai conf \"epub_copyright\" (atau \"copyright\") tidak seharusnya kosong untuk EPUB3" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' bukan opsi yang valid." -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' bukan opsi pyversion yang valid" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipe TestCode tidak valid" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/doctest.py:297 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file yang salah: %r, mengabaikan" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Pengujian dokumen di sumber selesai, lihat hasil dalam %(outdir)s/output.txt." -#: builders/xml.py:29 +#: ext/doctest.py:451 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Berkas XML berada di %(outdir)s." +msgid "no code/output in %s block at %s:%s" +msgstr "tidak ada kode/keluaran dalam blok %s pada %s:%s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/doctest.py:568 #, python-format -msgid "error writing file %s: %s" -msgstr "kesalahan menulis berkas %s: %s" +msgid "ignoring invalid doctest code: %r" +msgstr "mengabaikan kode dokumen yang tidak valid: %r" -#: builders/xml.py:103 +#: ext/coverage.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Berkas pseudo-XML berada di %(outdir)s." +msgid "invalid regex %r in %s" +msgstr "regex tidak valid %r dalam %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entri ToC ganda ditemukan: %s" +msgid "module %s could not be imported: %s" +msgstr "modul %s tidak dapat diimpor: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:148 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "modul berikut didokumentasikan tetapi tidak ditentukan dalam coverage_modules: %s" -#: builders/_epub_base.py:467 +#: ext/coverage.py:158 #, python-format -msgid "cannot write image file %r: %s" -msgstr "tidak dapat menulis berkas gambar %r: %s" - -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow tidak ditemukan - menyalin berkas gambar" - -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "modul berikut ditentukan dalam coverage_modules tetapi tidak didokumentasikan: %s" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "Pengujian coverage pada sumber telah selesai, lihat hasilnya di %(outdir)s{sep}python.txt." -#: builders/_epub_base.py:594 +#: ext/coverage.py:187 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" - -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "%r regex tidak valid di coverage_c_regexes" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "c api tidak terdokumentasi: %s [%s] dalam berkas %s" -#: builders/_epub_base.py:802 +#: ext/coverage.py:452 #, python-format -msgid "writing %s file..." -msgstr "menulis %s berkas..." +msgid "undocumented python function: %s :: %s" +msgstr "fungsi python tidak terdokumentasi: %s :: %s" -#: builders/text.py:27 +#: ext/coverage.py:473 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Berkas teks berada di %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "kelas python tidak terdokumentasi: %s :: %s" -#: builders/__init__.py:229 +#: ext/coverage.py:492 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s (%s)" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "metode python tidak terdokumentasi: %s :: %s :: %s" -#: builders/__init__.py:237 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "membangun [mo]: " +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "tidak dapat menghitung progres terjemahan!" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "menulis keluaran... " +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "tidak ada elemen yang diterjemahkan!" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "semua dari %d berkas po" - -#: builders/__init__.py:302 +#: transforms/__init__.py:258 #, python-format -msgid "targets for %d po files that are specified" -msgstr "target untuk %d berkas po yang telah ditetapkan" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 kolom berdasarkan indeks ditemukan. Ini mungkin bug ekstensi yang Anda gunakan: %r" -#: builders/__init__.py:314 +#: transforms/__init__.py:300 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "target untuk %d berkas po telah usang" +msgid "Footnote [%s] is not referenced." +msgstr "Catatan kaki [%s] tidak dirujuk." -#: builders/__init__.py:324 -msgid "all source files" -msgstr "semua berkas sumber" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "Catatan kaki [*] tidak dirujuk." -#: builders/__init__.py:335 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Catatan kaki [#] tidak dirujuk." -#: builders/__init__.py:342 -#, python-format +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "berkas %r yang diberikan di command line tidak berada dalam direktori sumber, mengabaikan" - -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "%d berkas sumber diberikan di command line" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referensi catatan kaki yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: builders/__init__.py:382 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "target untuk %d berkas sumber yang telah usang" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referensi yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "mencari berkas yang kini-usang... " +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referensi kutipan tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" -msgstr "%d ditemukan" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referensi istilah yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: builders/__init__.py:417 -msgid "none found" -msgstr "tidak ditemukan apapun" +#: environment/__init__.py:89 +msgid "new config" +msgstr "konfigurasi baru" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "lingkungan pengawetan" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "konfigurasi berubah" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "memeriksa konsistensi" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "ekstensi berubah" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "tidak ada target yang usang." +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "membangun lingkungan bukan versi saat ini" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "memperbarui lingkungan:" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "direktori sumber telah berubah" -#: builders/__init__.py:499 +#: environment/__init__.py:350 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s ditambahkan, %s diubah, %s dihapus" +msgid "The configuration has changed (1 option: %r)" +msgstr "Konfigurasi telah berubah (1 opsi: %r)" -#: builders/__init__.py:536 +#: environment/__init__.py:355 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "The configuration has changed (%d options: %s)" +msgstr "Konfigurasi telah berubah (%d opsi: %s)" -#: builders/__init__.py:545 +#: environment/__init__.py:361 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "Konfigurasi telah berubah (%d opsi: %s, ...)" -#: builders/__init__.py:556 -#, python-format +#: environment/__init__.py:404 msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Lingkungan ini tidak kompatibel dengan pembangun yang dipilih, silakan pilih direktori doctree lain." -#: builders/__init__.py:563 +#: environment/__init__.py:518 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" - -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "membaca sumber... " +msgid "Failed to scan documents in %s: %r" +msgstr "Gagal memindai dokumen dalam %s: %r" -#: builders/__init__.py:725 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "docnames to write: %s" -msgstr "docnames yang akan ditulis: %s" - -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +msgid "Domain %r is not registered" +msgstr "Domain %r tidak terdaftar" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "menyiapkan dokumen" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "dokumen tidak termasuk dalam toctree" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "totree referensikan sendiri ditemukan. Diabaikan" -#: builders/changes.py:29 +#: environment/__init__.py:952 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Berkas tinjauan berada di %(outdir)s." +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "dokumen dirujuk dalam beberapa toctree: %s, memilih: %s <- %s" -#: builders/changes.py:65 +#: writers/latex.py:387 #, python-format -msgid "no changes in version %s." -msgstr "tidak ada pengubahan dalam versi %s." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning tidak diketahui untuk kelas %r" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "menulis berkas ringkasan..." +#: builders/latex/__init__.py:221 writers/latex.py:437 +#, python-format +msgid "no Babel option known for language %r" +msgstr "tidak ada opsi Babel yang dikenal untuk bahasa %r" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Modul Internal" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: terlalu besar, diabaikan." -#: builders/changes.py:81 -msgid "Module level" -msgstr "Level Modul" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "templat %s tidak ditemukan; memuat dari legacy %s sebagai gantinya" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "menyalin berkas sumber..." +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "judul dokumen bukan simpul Text tunggal" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "tidak dapat membaca %r untuk pembuatan changelog" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "simpul judul tidak ditemui dalam bagian, topik, tabel, peringatan atau sisi bilah" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "regex tidak valid %r dalam %s" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Catatan kaki" -#: ext/coverage.py:140 ext/coverage.py:301 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "module %s could not be imported: %s" -msgstr "modul %s tidak dapat diimpor: %s" +msgid "unsupported rubric heading level: %s" +msgstr "level judul rubric tidak didukung: %s" -#: ext/coverage.py:148 -#, python-format +#: writers/latex.py:1199 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "opsi tabularcolumns dan :widths: opsi diberikan bersamaan. :widths: diabaikan." -#: ext/coverage.py:158 +#: writers/latex.py:1229 #, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "colspec %s diberikan yang tampaknya menggunakan sintaks tabulary. Namun tabel ini tidak dapat dirender sebagai tabulary; colspec yang diberikan akan diabaikan." -#: ext/coverage.py:187 +#: writers/latex.py:1618 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "%r regex tidak valid di coverage_c_regexes" +msgid "dimension unit %s is invalid. Ignored." +msgstr "unit dimensi %s tidak valid. Diabaikan" -#: ext/coverage.py:260 +#: writers/latex.py:1954 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "unknown index entry type %s found" +msgstr "entri indeks tidak diketahui ditemukan tipe %s" -#: ext/coverage.py:452 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +msgid "Invalid math_eqref_format: %r" +msgstr "Math_eqref_format tidak valid: %r" -#: ext/coverage.py:473 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[gambar: %s]" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[gambar]" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indeks" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "keterangan tidak di dalam gambar." -#: ext/todo.py:94 +#: writers/texinfo.py:1306 #, python-format -msgid "TODO entry found: %s" -msgstr "Entri TODO ditemukan: %s" +msgid "unimplemented node type: %r" +msgstr "tipe simpul tidak diterapkan: %r" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Tautan ke definisi ini" -#: ext/todo.py:154 +#: writers/html5.py:446 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> terletak di %s, baris %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "entri asli" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format tidak didefinisikan untuk %s" -#: ext/imgconverter.py:44 +#: writers/html5.py:456 #, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Tidak ada ID apa pun yang ditugaskan untuk simpul %s" + +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Tautan ke istilah ini" + +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Tautan ke judul ini" + +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Tautan ke tabel ini" + +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Tautan ke kode ini" + +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Tautan ke gambar ini" + +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Tautan ke toctree ini" + +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Tidak dapat memperoleh ukuran gambar. :scale: option diabaikan." + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Pehatian" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Hati-hati" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Bahaya" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Kesalahan" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Petunjuk" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Penting" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Catatan" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Lihat juga" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Peringatan" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "job number seharusnya sebuah bilangan positif" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "Untuk informasi lebih lanjut, kunjungi ." + +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" -msgstr "" +"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 "\nHasilkan dokumentasi dari berkas sumber.\n\nsphinx-build menghasilkan dokumentasi dari berkas dalam SOURCEDIR dan menempatkannya\ndi OUTPUTDIR. Alat ini mencari 'conf.py' di SOURCEDIR untuk pengaturan\nkonfigurasi. Alat 'sphinx-quickstart' dapat digunakan untuk menghasilkan berkas templat,\ntermasuk 'conf.py'\n\nsphinx-build dapat membuat dokumentasi dalam format yang berbeda. Suatu format\ndipilih dengan menentukan nama builder pada command line; defaultnya adalah\nHTML. Builder juga dapat melakukan tugas lain yang terkait dengan pemrosesan\ndokumentasi.\n\nSecara default, semua yang sudah kedaluwarsa akan dibangun. Output hanya untuk berkas\ntertentu dapat dibangun dengan menentukan nama berkas secara individual.\n" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "path ke berkas sumber" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "path ke direktori output" + +#: cmd/build.py:109 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(opsional) daftar berkas spesifik untuk dibangun ulang. Diabaikan jika --write-all ditentukan" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" +#: cmd/build.py:114 +msgid "general options" +msgstr "opsi umum" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Pengarahan Graphviz tidak dapat memiliki konten dan argumen nama berkas sekaligus" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "builder yang akan digunakan (default: 'html')" -#: ext/graphviz.py:153 +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "jalankan secara paralel dengan N proses, jika memungkinkan. 'auto' menggunakan jumlah inti CPU" + +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "tulis semua berkas (default: hanya tulis berkas yang baru dan diubah)" + +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "jangan pakai saved environment, selalu baca semua berkas" + +#: cmd/build.py:150 +msgid "path options" +msgstr "opsi path" + +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "direktori untuk berkas doctree dan environment (default: OUTPUT_DIR/.doctrees)" + +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "direktori untuk berkas konfigurasi (conf.py) (default: SOURCE_DIR)" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "jangan gunakan berkas konfigurasi, hanya gunakan pengaturan dari opsi -D" + +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "override sebuah aturan di berkas konfigurasi" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "masukkan sebuah nilai ke templat HTML" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: masukkan blok \"only\" dengan TAG" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "mode nitpicky: beri peringatan untuk semua referensi yang hilang" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "opsi output konsol" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "tingkatkan verbosity (dapat diulang)" + +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "tanpa output pada stdout, hanya peringatan pada stderr" + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "tanpa output sama sekali, peringatan sekalipun" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "siarkan output berwarna (default: auto-detect)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "jangan siarkan output berwarna (default: auto-detect)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "opsi kontrol peringatan" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "tulis peringatan (dan galat) pada berkas terpilih" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "ubah peringatan menjadi galat" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "tampilkan traceback penuh pada eksepsi" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "jalankan Pdb pada eksepsi" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "angkat pengecualian pada peringatan" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" + +#: cmd/build.py:357 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Berkas Graphviz eksternal %r tidak ditemukan atau gagal dibaca" +msgid "cannot open warning file '%s': %s" +msgstr "tidak dapat membuka berkas peringatan '%s': %s" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Mengabaikan pengarahan \"graphviz\" tanpa konten." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "argumen opsi -D harus dalam bentuk name=value" -#: ext/graphviz.py:287 +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "argumen opsi -A harus dalam bentuk name=value" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "masukkan docstrings secara otomatis dari modules" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "uji snippet kode secara otomatis pada blok doctest" + +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "tautkan antara dokumentasi Sphinx dari berbagai proyek" + +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "tulis entri \"todo\" yang dapat ditampilan atau disembunyikan dalam build" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "periksa coverage dokumentasi" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "masukkan math, yang dirender sebagai gambar PNG atau SVG" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "masukkan math, yang dirender di perambah sebagai gambar PNG atau SVG" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inklusi bersyarat untuk isi berdasarkan nilai konfig" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "masukkan tautan ke sumber kode untuk objek Python yang terdokumentasi" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "buat berkas .nojekyll untuk menerbitkannya di halaman GitHub" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "Mohon masukkan nama path yang sah." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Mohon masukan teks." + +#: cmd/quickstart.py:134 #, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +msgid "Please enter one of %s." +msgstr "Mohon masukkan satu dari %s." -#: ext/graphviz.py:328 +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Mohon ketik salah satu dari 'y' atau 'n'." + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Mohon masukkan satu suffiks berkas, contohnya '.rst' atau '.txt'." + +#: cmd/quickstart.py:230 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Selamat datang ke alat quickstart Sphinx %s." + +#: cmd/quickstart.py:235 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "perintah dot %r tidak dapat dioperasikan (diperlukan untuk keluaran graphviz), periksa pengaturan graphviz_dot" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "Silakan masukkan nilai untuk pengaturan berikut (cukup tekan Enter to\nmenerima nilai bawaan, jika diberikan dalam tanda kurung)." -#: ext/graphviz.py:339 +#: cmd/quickstart.py:242 #, python-format +msgid "Selected root path: %s" +msgstr "Path root yang dipilih: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "Masukkan jalur root untuk dokumentasi." + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "Root path dokumentasi" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Galat: berkas conf.py telah ditemukan dalam root path terpilih." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart tidak akan menulis ulang proyek Sphinx yang ada." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Silakan masukkan root path baru (atau tekan Enter untuk keluar)" + +#: cmd/quickstart.py:275 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" +"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 "Anda memiliki dua opsi untuk menempatkan direktori build untuk output Sphinx.\nYaitu, Anda dapat menggunakan direktori \"_build\" di dalam root path, atau Anda memisahkan\ndirektori \"source\" dan \"build\" di dalam root path." -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Pisahkan direktori source dan build (y/n)" + +#: cmd/quickstart.py:288 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot tidak menghasilkan berkas output: \n[stderr]\n%r\n[stdout]\n%r" +"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 "Di dalam direktori root, dua direktori lagi akan dibuat; \"_templates\"\nuntuk templat HTML kustom dan \"_static\" untuk stylesheet kustom dan berkas statis\nlainnya. Anda dapat memasukkan prefix lain (seperti \".\") untuk mengganti underscore." -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Nama prefiks untuk dir templat dan static" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "kode dot %r: %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "Nama proyek akan muncul di beberapa tempat dalam dokumentasi yang dibuat." -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Nama proyek" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graph]" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Nama(-nama) pembuat" -#: ext/imgmath.py:148 -#, python-format +#: cmd/quickstart.py:310 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Perintah LaTeX %r tidak dapat dioperasikan (diperlukan untuk tampilan matematika), periksa pengaturan imgmath_latex" +"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 memiliki konsep \"versi\" dan \"rilis\" untuk perangkat\nlunak. Setiap versi dapat memiliki beberapa rilis. Misalnya, untuk\nPython versinya seperti 2.5 atau 3.0, sedangkan rilisnya\nseperti 2.5.1 atau 3.0a1. Jika Anda tidak memerlukan struktur ganda ini,\ncukup setel keduanya ke nilai yang sama." -#: ext/imgmath.py:167 -#, python-format +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Versi proyek" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Rilis proyek" + +#: cmd/quickstart.py:325 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s perintah %r tidak dapat dioperasikan (diperlukan untuk tampilan matematika), periksa pengaturan imgmath_%s" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "Jika dokumen akan ditulis dalam bahasa selain Inggris,\nAnda dapat memilih bahasa di sini berdasarkan kode bahasanya. Sphinx kemudian akan\nmenerjemahkan teks yang dihasilkannya ke dalam bahasa tersebut.\n\nUntuk daftar kode yang didukung, lihat\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Bahasa proyek" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "tampilkan latex %r: %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "Akhiran nama berkas untuk berkas sumber. Umumnya, ini adalah \".txt\"\natau \".rst\". Hanya berkas dengan akhiran ini yang dianggap sebagai dokumen." -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "inline latex %r: %s" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Akhiran berkas sumber" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:351 +msgid "" +"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 "Satu dokumen bersifat khusus karena dianggap sebagai node teratas dari\n\"pohon isi\", yaitu akar dari struktur hierarkis\ndokumen. Biasanya, ini adalah \"index\", tetapi jika dokumen \"index\"\nAnda adalah templat kustom, Anda juga dapat menyetel ini ke nama berkas lain." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "tidak ada '+' atau '-' dalam opsi '%s'." +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Nama dokumen master Anda (tanpa akhiran)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:372 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' bukan opsi yang valid." +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Kesalahan: file master %s telah ditemukan di jalur utama yang dipilih." -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' bukan opsi pyversion yang valid" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart tidak akan menimpa berkas yang sudah ada." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipe TestCode tidak valid" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Silakan masukkan nama file baru, atau ganti nama file yang ada dan tekan Enter" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Tunjukkan ekstensi Sphinx berikut mana yang harus diaktifkan:" + +#: cmd/quickstart.py:401 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Pengujian dokumen di sumber selesai, lihat hasil dalam %(outdir)s/output.txt." +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Catatan: imgmath dan mathjax tidak dapat diaktifkan secara bersamaan. imgmath telah diubah tidak pilih." -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "tidak ada kode/keluaran dalam blok %s pada %s:%s" +#: cmd/quickstart.py:411 +msgid "" +"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 "Makefile dan berkas perintah Windows dapat dibuatkan untuk Anda sehingga Anda\ncukup menjalankan misalnya `make html' alih-alih memanggil sphinx-build\nsecara langsung." -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "mengabaikan kode dokumen yang tidak valid: %r" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Buat Makefile? (y/n)" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Buat berkas perintah Windows? (y/n)" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "label rangkap %s, contoh lain dalam %s" +msgid "Creating file %s." +msgstr "Membuat file %s." -#: ext/duration.py:47 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +msgid "File %s already exists, skipping." +msgstr "File %s sudah ada, lewati." -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Selesai: Struktur direktori awal telah dibuat." -#: ext/duration.py:124 +#: cmd/quickstart.py:524 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Sekarang Anda sebaiknya mengisi berkas master %s dan membuat berkas sumber\ndokumentasi lainnya." -#: ext/duration.py:136 +#: cmd/quickstart.py:531 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== durasi membaca paling lambat =======================" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Gunakan Makefile untuk membangun docs, seperti ini:\n make builder" -#: ext/duration.py:139 +#: cmd/quickstart.py:535 #, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[sumber]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "menyoroti kode modul..." +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "Gunakan perintah sphinx-build untuk membangun docs, seperti ini:\n sphinx-build -b builder %s %s" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "di mana \"pembangun\" adalah salah satu pembangun yang didukung, mis. html, lateks, atau periksa tautan." -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Kode modul" +#: cmd/quickstart.py:577 +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 "\nHasilkan file yang diperlukan untuk proyek Sphinx. \n\nsphinx-quickstart adalah alat interaktif yang menanyakan beberapa pertanyaan tentang proyek Anda \ndan kemudian menghasilkan direktori dokumentasi lengkap dan contoh \nMakefile untuk digunakan dengan sphinx-build.\n" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kode sumber untuk %s

" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "mode diam" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Tinjauan: kode modul" +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "root proyek" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Semua modul dimana kode tersedia

" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Opsi struktur" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "kutipan rangkap %s, contoh lain dalam %s" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "jika ditentukan, pisahkan direktori sumber dan pembangunan" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Kutipan [%s] tidak dirujuk." +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "jika ditentukan, buat direktori build di bawah direktori sumber" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplikasi label persamaan %s, misalnya di %s" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "pengganti dot di _templates dll." -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Math_eqref_format tidak valid: %r" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Opsi dasar proyek" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (fungsi built-in)" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "nama proyek" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (method %s)" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "nama penulis" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (class)" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "versi proyek" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabel global atau konstan)" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "rilis proyek" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "bahasa dokumen" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumen" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "akhiran berkas sumber" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Throws" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "nama dokumen utama" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Kembali" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "gunakan epub" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Return type" +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Opsi ekstensi" -#: domains/javascript.py:374 +#: cmd/quickstart.py:675 #, python-format -msgid "%s (module)" -msgstr "%s (module)" +msgid "enable %s extension" +msgstr "aktifkan ekstensi %s" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "fungsi" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "aktifkan ekstensi berubah-ubah" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "method" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Pembuatan Makefile dan Batchfile" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "class" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "buat makefile" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "jangan membuat makefile" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "buat batchfile" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "jangan membuat batchfile" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "gunakan mode-make untuk Makefile/make.bat" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktif)" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Membuat templat proyek" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "direktori templat untuk berkas templat" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "mendefinisikan variabel templat" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktif" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" ditentukan, tetapi tidak ada \"project\" atau \"author\" yang ditentukan." -#: domains/rst.py:235 -msgid "directive-option" -msgstr "opsi-direktif" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Kesalahan: jalur yang ditentukan bukan direktori, atau file sphinx sudah ada." -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart hanya menghasilkan direktori kosong. Silakan tentukan jalur utama baru." -#: domains/rst.py:262 +#: cmd/quickstart.py:814 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "Invalid template variable: %s" +msgstr "Variabel templat tidak valid: %s" -#: domains/changeset.py:32 +#: directives/other.py:119 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "pola glob toctree %r tidak cocok dengan dokumen apa pun" -#: domains/changeset.py:33 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "Changed in version %s" -msgstr "Berubah pada versi %s" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree berisi referensi ke dokumen yang dikecualikan %r" -#: domains/changeset.py:34 +#: directives/other.py:156 #, python-format -msgid "Deprecated since version %s" -msgstr "Ditinggalkan sejak versi %s" +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree berisi referensi ke dokumen yang tidak ada %r" -#: domains/changeset.py:35 +#: directives/other.py:169 #, python-format -msgid "Removed in version %s" -msgstr "" +msgid "duplicated entry found in toctree: %s" +msgstr "entri duplikat ditemukan di toctree: %s" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Penyusun bagian:" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "job number seharusnya sebuah bilangan positif" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Penyusun modul: " -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Penulis kode:" -#: cmd/build.py:74 -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 "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Penyusun: " -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "path ke berkas sumber" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. konten acks bukan sebuah daftar" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "path ke direktori output" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. konten hlist bukan sebuah daftar" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "non-whitespace dihapus oleh dedent" -#: cmd/build.py:114 -msgid "general options" -msgstr "opsi umum" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Keterangan tidak valid: %s" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "spesifikasi nomor baris di luar kisaran (1-%d): %r" -#: cmd/build.py:131 +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Tidak dapat menggunakan kedua opsi \"%s\" dan \"%s\"" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "Berkas include '%s' tidak ditemukan atau gagal dibaca" + +#: directives/code.py:237 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "Encoding %r yang digunakan untuk membaca berkas include '%s' tampaknya salah, coba berikan opsi :encoding:" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "tulis semua berkas (default: hanya tulis berkas yang baru dan diubah)" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Objek bernama %r tidak ditemukan disertakan di berkas %r" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "jangan pakai saved environment, selalu baca semua berkas" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Tidak dapat menggunakan \"lineno-match\" dengan rangkaian \"baris\" yang terpisah" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Spesifikasi baris %r: tidak ada baris yang ditarik dari berkas %r" -#: cmd/build.py:157 +#: directives/patches.py:71 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "Opsi \":file:\" untuk directive csv-table kini mengenali path absolut sebagai path relatif dari direktori sumber. Silakan perbarui dokumen Anda." -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "peran bawaan %s tidak ditemukan" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "kesalahan membaca: %s, %s" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "override sebuah aturan di berkas konfigurasi" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "kesalahan menulis: %s, %s" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "masukkan sebuah nilai ke templat HTML" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s tidak ada" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define tag: masukkan blok \"only\" dengan TAG" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "Locale Babel tidak valid: %r." -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Format tanggal tidak valid. Kutip string dengan kutipan tunggal jika Anda ingin menampilkannya secara langsung: %s" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opsi output konsol" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "nama directive tidak dikenal: %s" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "tingkatkan verbosity (dapat diulang)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "nama role tidak dikenal: %s" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "tanpa output pada stdout, hanya peringatan pada stderr" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "tipe simpul tidak dikenal: %r" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "tanpa output sama sekali, peringatan sekalipun" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "inventaris <%s> berisi definisi duplikat untuk %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventaris <%s> berisi beberapa definisi untuk %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "Penyalinan dari %s ke %s dibatalkan (path tujuan memiliki data yang sudah ada)." -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "siarkan output berwarna (default: auto-detect)" +#: util/display.py:78 +msgid "skipped" +msgstr "dilewati" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "jangan siarkan output berwarna (default: auto-detect)" +#: util/display.py:83 +msgid "failed" +msgstr "gagal" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "Penyalinan dari templat yang dirender %s ke %s dibatalkan (path tujuan memiliki data yang sudah ada)." -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "tulis peringatan (dan galat) pada berkas terpilih" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Menulis hasil templat yang dievaluasi ke %s" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "ubah peringatan menjadi galat" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Masalah dalam domain %s: field seharusnya menggunakan role '%s', tetapi role tersebut tidak ada dalam domain." -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "tampilkan traceback penuh pada eksepsi" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r tidak lagi didukung untuk entri indeks (dari entri %r). Gunakan 'pair: %s' sebagai gantinya." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "jalankan Pdb pada eksepsi" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree berisi ref ke berkas yang tidak ada %r" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (fungsi built-in)" -#: cmd/build.py:357 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (method %s)" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "argumen opsi -D harus dalam bentuk name=value" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (class)" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "argumen opsi -A harus dalam bentuk name=value" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variabel global atau konstan)" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "masukkan docstrings secara otomatis dari modules" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "uji snippet kode secara otomatis pada blok doctest" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumen" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "tautkan antara dokumentasi Sphinx dari berbagai proyek" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Throws" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "tulis entri \"todo\" yang dapat ditampilan atau disembunyikan dalam build" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Kembali" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "periksa coverage dokumentasi" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Return type" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "masukkan math, yang dirender sebagai gambar PNG atau SVG" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (module)" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "masukkan math, yang dirender di perambah sebagai gambar PNG atau SVG" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "fungsi" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "inklusi bersyarat untuk isi berdasarkan nilai konfig" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "method" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "masukkan tautan ke sumber kode untuk objek Python yang terdokumentasi" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "class" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "buat berkas .nojekyll untuk menerbitkannya di halaman GitHub" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "Mohon masukkan nama path yang sah." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Mohon masukan teks." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:134 +#: domains/javascript.py:458 #, python-format -msgid "Please enter one of %s." -msgstr "Mohon masukkan satu dari %s." - -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Mohon ketik salah satu dari 'y' atau 'n'." +msgid "duplicate %s description of %s, other %s in %s" +msgstr "deskripsi %s duplikat untuk %s, %s lain di %s" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Mohon masukkan satu suffiks berkas, contohnya '.rst' atau '.txt'." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:230 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Selamat datang ke alat quickstart Sphinx %s." +msgid "%s (directive)" +msgstr "%s (direktif)" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Silakan masukkan nilai untuk pengaturan berikut (cukup tekan Enter to\nmenerima nilai bawaan, jika diberikan dalam tanda kurung)." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opsi directive)" -#: cmd/quickstart.py:242 +#: domains/rst.py:224 #, python-format -msgid "Selected root path: %s" -msgstr "" +msgid "%s (role)" +msgstr "%s (role)" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "Masukkan jalur root untuk dokumentasi." +#: domains/rst.py:234 +msgid "directive" +msgstr "direktif" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "Root path dokumentasi" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "opsi-direktif" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Galat: berkas conf.py telah ditemukan dalam root path terpilih." +#: domains/rst.py:236 +msgid "role" +msgstr "role" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart tidak akan menulis ulang proyek Sphinx yang ada." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "deskripsi duplikat untuk %s %s, instance lain di %s" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Silakan masukkan root path baru (atau tekan Enter untuk keluar)" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplikasi label persamaan %s, misalnya di %s" -#: cmd/quickstart.py:274 -msgid "" -"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 "" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "kutipan rangkap %s, contoh lain dalam %s" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "Pisahkan direktori source dan build (y/n)" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Kutipan [%s] tidak dirujuk." -#: cmd/quickstart.py:287 -msgid "" -"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 "" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "Ditambahkan pada versi %s" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "Nama prefiks untuk dir templat dan static" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Berubah pada versi %s" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Ditinggalkan sejak versi %s" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "Nama proyek akan muncul di beberapa tempat dalam dokumentasi yang dibuat." +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "Dihapus pada versi %s" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Nama proyek" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Berkas tinjauan berada di %(outdir)s." -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Nama(-nama) pembuat" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "tidak ada pengubahan dalam versi %s." -#: cmd/quickstart.py:309 -msgid "" -"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 "" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "menulis berkas ringkasan..." -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Versi proyek" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Modul Internal" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Rilis proyek" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Level Modul" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "menyalin berkas sumber..." -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Bahasa proyek" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "tidak dapat membaca %r untuk pembuatan changelog" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s (%s)" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Akhiran berkas sumber" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s" -#: cmd/quickstart.py:350 -msgid "" -"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 "" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "membangun [mo]: " -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Nama dokumen master Anda (tanpa akhiran)" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "menulis keluaran... " -#: cmd/quickstart.py:368 +#: builders/__init__.py:281 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Kesalahan: file master %s telah ditemukan di jalur utama yang dipilih." +msgid "all of %d po files" +msgstr "semua dari %d berkas po" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart tidak akan menimpa berkas yang sudah ada." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "target untuk %d berkas po yang telah ditetapkan" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Silakan masukkan nama file baru, atau ganti nama file yang ada dan tekan Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "target untuk %d berkas po telah usang" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Tunjukkan ekstensi Sphinx berikut mana yang harus diaktifkan:" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "semua berkas sumber" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Catatan: imgmath dan mathjax tidak dapat diaktifkan secara bersamaan. imgmath telah diubah tidak pilih." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "berkas %r yang diberikan pada command line tidak ada," -#: cmd/quickstart.py:407 +#: builders/__init__.py:343 +#, python-format msgid "" -"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 "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "berkas %r yang diberikan di command line tidak berada dalam direktori sumber, mengabaikan" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Buat Makefile? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "berkas %r yang diberikan pada command line bukan dokumen yang valid, mengabaikan" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Buat berkas perintah Windows? (y/n)" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d berkas sumber diberikan di command line" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: builders/__init__.py:383 #, python-format -msgid "Creating file %s." -msgstr "Membuat file %s." +msgid "targets for %d source files that are out of date" +msgstr "target untuk %d berkas sumber yang telah usang" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "File %s already exists, skipping." -msgstr "File %s sudah ada, lewati." +msgid "building [%s]: " +msgstr "membangun [%s]: " -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Selesai: Struktur direktori awal telah dibuat." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "mencari berkas yang kini-usang... " -#: cmd/quickstart.py:520 +#: builders/__init__.py:416 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%d found" +msgstr "%d ditemukan" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: builders/__init__.py:418 +msgid "none found" +msgstr "tidak ditemukan apapun" -#: cmd/quickstart.py:531 +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "lingkungan pengawetan" + +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "memeriksa konsistensi" + +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "tidak ada target yang usang." + +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "memperbarui lingkungan:" + +#: builders/__init__.py:500 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "%s ditambahkan, %s diubah, %s dihapus" -#: cmd/quickstart.py:538 +#: builders/__init__.py:537 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "di mana \"pembangun\" adalah salah satu pembangun yang didukung, mis. html, lateks, atau periksa tautan." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx tidak dapat memuat dokumen master (%s) karena cocok dengan pola pengecualian bawaan %r. Silakan pindahkan dokumen master Anda ke lokasi lain." -#: cmd/quickstart.py:573 +#: builders/__init__.py:546 +#, python-format 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 "\nHasilkan file yang diperlukan untuk proyek Sphinx. \n\nsphinx-quickstart adalah alat interaktif yang menanyakan beberapa pertanyaan tentang proyek Anda \ndan kemudian menghasilkan direktori dokumentasi lengkap dan contoh \nMakefile untuk digunakan dengan sphinx-build.\n" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx tidak dapat memuat dokumen master (%s) karena cocok dengan pola pengecualian yang ditentukan di conf.py, %r. Silakan hapus pola ini dari conf.py." -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "mode diam" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx tidak dapat memuat dokumen master (%s) karena tidak termasuk dalam include_patterns kustom = %r. Pastikan ada pola di include_patterns yang cocok dengan dokumen master." -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "root proyek" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx tidak dapat memuat dokumen master (%s). Dokumen master harus berada di dalam direktori sumber atau subdirektori darinya." -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "Opsi struktur" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "membaca sumber... " -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "jika ditentukan, pisahkan direktori sumber dan pembangunan" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames yang akan ditulis: %s" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "tidak ada docname untuk ditulis!" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "pengganti dot di _templates dll." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "menyiapkan dokumen" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "Opsi dasar proyek" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "menyalin aset" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "nama proyek" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Berkas XML berada di %(outdir)s." -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "nama penulis" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "kesalahan menulis berkas %s: %s" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "versi proyek" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Berkas pseudo-XML berada di %(outdir)s." -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "rilis proyek" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Halaman HTML berada di %(outdir)s." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "bahasa dokumen" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "merakit dokumen tunggal" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "akhiran berkas sumber" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "penulisan" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "nama dokumen utama" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "menulis file tambahan" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "gunakan epub" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Berkas ePub berada di %(outdir)s." -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Opsi ekstensi" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "menulis berkas nav.xhtml..." -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "aktifkan ekstensi %s" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "nilai conf \"epub_language\" (atau \"language\") tidak seharsunya kosong untuk EPUB3" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "aktifkan ekstensi berubah-ubah" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "nilai conf \"epub_uid\" harus berupa XML NAME untuk EPUB3" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Pembuatan Makefile dan Batchfile" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "nilai conf \"epub_title\" (atau \"html_title\") tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "buat makefile" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "jangan membuat makefile" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_contributor\" tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "buat batchfile" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_description\" tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "jangan membuat batchfile" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_publisher\" tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "gunakan mode-make untuk Makefile/make.bat" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "nilai conf \"epub_copyright\" (atau \"copyright\") tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Membuat templat proyek" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "direktori templat untuk berkas templat" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "mendefinisikan variabel templat" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file yang salah: %r, mengabaikan" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" ditentukan, tetapi tidak ada \"project\" atau \"author\" yang ditentukan." +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Berkas teks berada di %(outdir)s." -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Kesalahan: jalur yang ditentukan bukan direktori, atau file sphinx sudah ada." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Builder contoh tidak menghasilkan berkas apapun." -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart hanya menghasilkan direktori kosong. Silakan tentukan jalur utama baru." +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Mencari kesalahan sembarang dalam keluaran di atas atau di %(outdir)s/output.txt" -#: cmd/quickstart.py:810 +#: builders/linkcheck.py:159 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variabel templat tidak valid: %s" +msgid "broken link: %s (%s)" +msgstr "tautan rusak: %s (%s)" -#: directives/other.py:119 +#: builders/linkcheck.py:562 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "Anchor '%s' not found" +msgstr "Anchor '%s' tidak ditemukan" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Diharapkan sebuah kamus." + +#: builders/linkcheck.py:800 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree berisi referensi ke dokumen yang dikecualikan %r" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Gagal mengompilasi regex di linkcheck_allowed_redirects: %r %s" -#: directives/other.py:156 +#: builders/gettext.py:243 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree berisi referensi ke dokumen yang tidak ada %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalog pesan berada di %(outdir)s." -#: directives/other.py:169 +#: builders/gettext.py:265 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "targets for %d template files" +msgstr "target untuk %d berkas templat" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Penyusun bagian:" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "membaca templat... " -#: directives/other.py:205 -msgid "Module author: " -msgstr "Penyusun modul: " +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "menulis katalog pesan... " -#: directives/other.py:207 -msgid "Code author: " -msgstr "Penulis kode:" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Berkas Texinfo berada di %(outdir)s." -#: directives/other.py:209 -msgid "Author: " -msgstr "Penyusun: " +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui makeinfo\n(gunakan 'make info' di sini untuk melakukannya secara otomatis)." -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak akan ditulis" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "memroses %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "memecahkan referensi..." -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Keterangan tidak valid: %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (dalam " -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "menyalin gambar... " + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "spesifikasi nomor baris di luar kisaran (1-%d): %r" +msgid "cannot copy image file %r: %s" +msgstr "tidak dapat menyalin berkas gambar %r: %s" + +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "menyalin berkas pendukung Texinfo" -#: directives/code.py:216 +#: builders/texinfo.py:218 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Tidak dapat menggunakan kedua opsi \"%s\" dan \"%s\"" +msgid "error writing file Makefile: %s" +msgstr "kesalahan menulis berkas Makefile: %s" -#: directives/code.py:231 +#: builders/_epub_base.py:223 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "entri ToC ganda ditemukan: %s" -#: directives/code.py:235 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" -#: directives/code.py:276 +#: builders/_epub_base.py:467 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objek bernama %r tidak ditemukan disertakan di berkas %r" +msgid "cannot write image file %r: %s" +msgstr "tidak dapat menulis berkas gambar %r: %s" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Tidak dapat menggunakan \"lineno-match\" dengan rangkaian \"baris\" yang terpisah" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow tidak ditemukan - menyalin berkas gambar" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Spesifikasi baris %r: tidak ada baris yang ditarik dari berkas %r" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "menulis berkas mimetype..." -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "menulis berkas META-INF/container.xml..." + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "menulis berkas content.opf..." + +#: builders/_epub_base.py:594 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indeks" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "node memiliki level yang tidak valid" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "simpul judul tidak ditemui dalam bagian, topik, tabel, peringatan atau sisi bilah" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "menulis berkas toc.ncx..." -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Catatan kaki" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "menulis %s berkas..." + +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Halaman manual berada di %(outdir)s." -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "keterangan tidak di dalam gambar." +#: builders/manpage.py:45 +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" -#: writers/texinfo.py:1303 +#: builders/manpage.py:64 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipe simpul tidak diterapkan: %r" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" nilai konfigurasi mengacu pada dokumen tidak diketahui %s" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/latex/__init__.py:115 #, python-format -msgid "[image: %s]" -msgstr "[gambar: %s]" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Berkas LaTeX berada di %(outdir)s." -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[gambar]" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui (pdf)latex\n(gunakan 'make latexpdf' di sini untuk melakukannya secara otomatis)." -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak akan ditulis" -#: writers/html5.py:431 +#: builders/latex/__init__.py:167 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format tidak didefinisikan untuk %s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Tidak ada ID apa pun yang ditugaskan untuk simpul %s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Rilis" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "menyalin berkas pendukung TeX" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "menyalin berkas tambahan" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "berkas logo %r tidak ada" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/latex/__init__.py:529 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Key konfigurasi tidak dikenal: latex_elements[%r], diabaikan." -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opsi tema tidak dikenal: latex_theme_options[%r], diabaikan." -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Gagal mendapatkan docname!" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "Gagal mendapatkan docname untuk source %r!" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Tidak dapat memperoleh ukuran gambar. :scale: option diabaikan." +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "Tidak ditemukan catatan kaki untuk node referensi yang diberikan %r" -#: writers/latex.py:386 +#: builders/latex/theming.py:87 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning tidak diketahui untuk kelas %r" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r tidak memiliki pengaturan \"theme\"" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/latex/theming.py:90 #, python-format -msgid "no Babel option known for language %r" -msgstr "tidak ada opsi Babel yang dikenal untuk bahasa %r" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r tidak memiliki pengaturan \"%s\"" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: terlalu besar, diabaikan." +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Halaman HTML berada di %(outdir)s." -#: writers/latex.py:616 +#: builders/html/__init__.py:337 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "Gagal membaca berkas info build: %r" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "judul dokumen bukan simpul Text tunggal" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info tidak cocok, menyalin .buildinfo ke .buildinfo.bak" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "opsi tabularcolumns dan :widths: opsi diberikan bersamaan. :widths: diabaikan." +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "membangun [html]:" -#: writers/latex.py:1228 +#: builders/html/__init__.py:372 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "templat %s telah berubah sejak build sebelumnya, semua dokumen akan dibangun ulang" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "unit dimensi %s tidak valid. Diabaikan" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indeks Umum" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "entri indeks tidak diketahui ditemukan tipe %s" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Logo %s" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "berikut" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "sebelum" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "menghasilkan indeks" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "menulis halaman tambahan" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "tidak dapat menyalin berkas gambar '%s': %s" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "menyalin berkas yang dapat diunduh... " -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Gagal menyalin berkas di direktori 'static' tema: %s: %r" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "direktori static ekstensi '%s' tidak ada" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Gagal menyalin berkas di html_static_file: %s: %r" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "menyalin file statis" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "tidak dapat menyalin berkas statik %r" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "menyalin berkas tambahan" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "tidak dapat menyalin berkas ekstra %r" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Gagal menulis berkas info build: %r" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format +#: builders/html/__init__.py:1004 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referensi catatan kaki yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "indeks pencarian tidak dapat dimuat, tapi tidak semua dokumen akan dibangun: indeks akan jadi tidak lengkap." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referensi yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "halaman %s sebanding dengan dua pola dalam html_sidebars: %r dan %r" -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referensi kutipan tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "kesalahan Unicode terjadi saat render halaman %s. Silakan pastikan semua nilai konfigurasi yang berisi konten non-ASCII adalah string Unicode." -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referensi istilah yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "Tema '%s' tidak mendukung versi Sphinx ini, karena menggunakan field 'style' dalam templat HTML, yang sudah deprecated di Sphinx 5.1 dan dihapus di Sphinx 7.0. Tema harus diperbarui untuk menggunakan field 'styles' sebagai gantinya. Lihat [https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles](https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles)" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 kolom berdasarkan indeks ditemukan. Ini mungkin bug ekstensi yang Anda gunakan: %r" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" -#: transforms/__init__.py:299 +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "menyisihkan persediaan obyek" + +#: builders/html/__init__.py:1276 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Catatan kaki [%s] tidak dirujuk." +msgid "dumping search index in %s" +msgstr "men-dump indeks pencarian ke %s" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file yang salah: %r, mengabaikan" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Catatan kaki [#] tidak dirujuk." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Banyak math_renderers teregistrasi. Namun tidak satu pun math_renderer yang dipilih." -#: util/inventory.py:147 +#: builders/html/__init__.py:1361 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer %r yang tidak diketahui diberikan." -#: util/inventory.py:166 +#: builders/html/__init__.py:1375 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "entri html_extra_path %r ditempatkan di dalam outdir" -#: util/i18n.py:100 +#: builders/html/__init__.py:1380 #, python-format -msgid "reading error: %s, %s" -msgstr "kesalahan membaca: %s, %s" +msgid "html_extra_path entry %r does not exist" +msgstr "entri html_extra_path %r tidak ada" -#: util/i18n.py:113 +#: builders/html/__init__.py:1395 #, python-format -msgid "writing error: %s, %s" -msgstr "kesalahan menulis: %s, %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "entri html_static_path %r ditempatkan di dalam outdir" -#: util/i18n.py:146 +#: builders/html/__init__.py:1400 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "entri html_static_path %r tidak ada" -#: util/i18n.py:244 +#: builders/html/__init__.py:1422 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "favicon file %r does not exist" +msgstr "berkas favicon %r tidak ada" -#: util/i18n.py:253 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Format tanggal tidak valid. Kutip string dengan kutipan tunggal jika Anda ingin menampilkannya secara langsung: %s" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Nilai dalam 'html_sidebars' harus berupa daftar string. Setidaknya satu pola memiliki nilai string: %s. Ubah menjadi `html_sidebars = %r`." -#: util/osutil.py:131 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 tidak lagi didukung oleh Sphinx. (\"html4_writer=True\" terdeteksi dalam opsi konfigurasi)" -#: util/display.py:82 -msgid "skipped" -msgstr "dilewati" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Dokumentasi %s %s" -#: util/display.py:87 -msgid "failed" -msgstr "gagal" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "gagal membaca berkas info build yang rusak (versi tidak dikenal)" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "gagal membaca berkas info build yang rusak (entri config hilang)" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "gagal membaca berkas info build yang rusak (entri tags hilang)" -#: util/docutils.py:361 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (di modul %s)" -#: util/docutils.py:805 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "unknown node type: %r" -msgstr "tipe simpul tidak dikenal: %r" +msgid "%s (in module %s)" +msgstr "%s (di modul %s)" -#: util/fileutil.py:76 +#: domains/python/__init__.py:174 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (variabel built-in)" -#: util/fileutil.py:89 +#: domains/python/__init__.py:209 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (class built-in)" -#: util/docfields.py:103 +#: domains/python/__init__.py:210 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (class di %s)" -#: util/rst.py:73 +#: domains/python/__init__.py:275 #, python-format -msgid "default role %s not found" -msgstr "peran bawaan %s tidak ditemukan" +msgid "%s() (%s class method)" +msgstr "%s() (method class %s)" -#: util/nodes.py:462 +#: domains/python/__init__.py:277 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (method static %s)" -#: util/nodes.py:523 +#: domains/python/__init__.py:430 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree berisi ref ke berkas yang tidak ada %r" +msgid "%s (%s property)" +msgstr "%s (properti %s)" -#: util/nodes.py:739 +#: domains/python/__init__.py:470 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" +msgid "%s (type alias in %s)" +msgstr "%s (alias tipe di %s)" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "lanjutan dari halaman sebelumnya" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Indeks Modul Python" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "berlanjut ke halaman berikutnya" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "modul" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non-abjad" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Akan ditinggalkan" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simbol" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "eksepsi" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Angka" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "method class" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "laman" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "method static" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Rilis" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "property" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%s]" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "alias tipe" -#: transforms/post_transforms/images.py:96 +#: domains/python/__init__.py:804 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%d]" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "deskripsi objek duplikat untuk %s, instance lain di %s, gunakan :no-index: untuk salah satunya" -#: transforms/post_transforms/images.py:143 +#: domains/python/__init__.py:974 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format gambar tidak dikenal: %s..." +msgid "more than one target found for cross-reference %r: %s" +msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (obsolet)" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "lebih dari satu target ditemukan untuk referensi silang 'any' %r: bisa %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Pemisah parameter khusus-posisional (PEP 570)" -#: transforms/post_transforms/__init__.py:291 +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Pemisah parameter khusus-keyword (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parameter" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabel" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Raises" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "variabel environment; %s" -#: transforms/post_transforms/__init__.py:297 +#: domains/std/__init__.py:116 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "%s; configuration value" +msgstr "%s; nilai konfigurasi" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Diinterupsi" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Tipe" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "Default" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Deskripsi opsi salah bentuk %r, seharusnya terlihat seperti \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" atau \"+opt args\"" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "opsi command line %s" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "opsi baris perintah" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "Daftar Istilah kata sulit harus didahului dengan baris kosong" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "Daftar istilah kata sulit tidak boleh dipisahkan oleh garis kosong" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "Daftar istilah kata sulit tampaknya salah format, periksa indentasi" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Mohon juga melaporkan hal ini jika sebuah kesalahan pengguna sehingga lain kali perintah salah yang lebih baik dapat disediakan." +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "daftar istilah" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Tutup sidebar" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "token grammar" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigasi" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "label referensi" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Pencarian dalam %(docstitle)s" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "variabel environment" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Tentang dokumen ini" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "opsi program" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Pencarian" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "dokumen" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Hak Cipta" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Indeks Modul" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pencarian Halaman" -#: themes/basic/layout.html:201 +#: domains/std/__init__.py:858 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Terakhir diperbarui pada %(last_updated)s." +msgid "duplicate %s description of %s, other instance in %s" +msgstr "deskripsi %s duplikat untuk %s, instance lain di %s" -#: themes/basic/layout.html:204 +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig dinonaktifkan. :numref: diabaikan." + +#: domains/std/__init__.py:1125 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "Gagal membuat referensi silang. Tidak ada nomor yang ditetapkan: %s" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Topik sebelumnya" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "tautan tidak memiliki teks: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "bab sebelum" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format tidak valid: %s (%r)" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Topik berikutnya" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "numfig_format tidak valid: %s" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "bab berikutnya" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "label yang tidak ditentukan: %r" -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:1457 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "Gagal membuat referensi silang. Judul atau caption tidak ditemukan: %r" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Index penuh dalam satu halaman" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Halaman Ini" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Deklarasi C duplikat, juga didefinisikan di %s:%s.\nDeklarasinya adalah '.. c:%s:: %s'." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Lihat Sumber" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Nilai kembalian" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Pencarian cepat" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "anggota" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Go" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabel" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Tinjauan" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Selamat Datang! Ini adalah" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentasi untuk" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "union" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "terakhir diperbarui" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeks dan tabel:" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Daftar Isi Lengkap" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipe" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "daftar semua seksi dan subseksi" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parameter fungsi" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Pencarian Halaman" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parameter Templat" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "pencarian pada dokumentasi ini" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Index Modul Global" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Deklarasi C++ duplikat, juga didefinisikan di %s:%s.\nDeklarasinya adalah '.. cpp:%s:: %s'." -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "akses cepat semua modul" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "konsep" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indeks Umum" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parameter templat" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "semua fungsi, class, term" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Konten" #: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 #: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 @@ -2905,13 +3261,26 @@ msgstr "Daftar Isi" msgid "Search %(docstitle)s" msgstr "Pencarian %(docstitle)s" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Index halaman berdasarkan huruf" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Topik sebelumnya" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "dapat menjadi besar" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "bab sebelum" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Topik berikutnya" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "bab berikutnya" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Pencarian" #: themes/basic/search.html:20 msgid "" @@ -2929,467 +3298,320 @@ msgstr "Mencari beberapa kata hanya menunjukkan kecocokan yang mengandung\n    msgid "search" msgstr "pencarian" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Konten" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Hasil Pencarian" - -#: themes/basic/static/searchtools.js:134 -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 "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Pencarian" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Penyiapkan pencarian..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", di" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Sembunyikan Hasil Pencarian" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Perubahan pada Versi %(version)s — %(docstitle)s" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Daftar perubahan dibuat otomatis untuk versi %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Perubahan library" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Perubahan API C" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Perubahan lain" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Buka sidebar" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" - -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parameter" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabel" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Raises" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Halaman Ini" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (di modul %s)" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Lihat Sumber" -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s (in module %s)" -msgstr "%s (di modul %s)" +msgid "Index – %(key)s" +msgstr "Indeks – %(key)s" -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variabel built-in)" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Index penuh dalam satu halaman" -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (class built-in)" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigasi" -#: domains/python/__init__.py:210 +#: themes/basic/layout.html:115 #, python-format -msgid "%s (class in %s)" -msgstr "%s (class di %s)" +msgid "Search within %(docstitle)s" +msgstr "Pencarian dalam %(docstitle)s" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (method class %s)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Tentang dokumen ini" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (method static %s)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Hak Cipta" -#: domains/python/__init__.py:430 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: domains/python/__init__.py:470 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Indeks Modul Python" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "modul" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Akan ditinggalkan" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "eksepsi" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "method class" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "method static" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "property" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Terakhir diperbarui pada %(last_updated)s." -#: domains/python/__init__.py:804 +#: themes/basic/layout.html:204 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Dibuat menggunakan Sphinx %(sphinx_version)s." -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pencarian cepat" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (obsolet)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Go" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Tinjauan" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parameter Templat" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Selamat Datang! Ini adalah" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentasi untuk" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Nilai kembalian" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "terakhir diperbarui" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "union" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeks dan tabel:" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "anggota" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Daftar Isi Lengkap" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipe" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "daftar semua seksi dan subseksi" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "pencarian pada dokumentasi ini" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "konsep" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Index Modul Global" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "akses cepat semua modul" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "semua fungsi, class, term" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index halaman berdasarkan huruf" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "dapat menjadi besar" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Tutup sidebar" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Buka sidebar" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variabel" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Sembunyikan Hasil Pencarian" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Hasil Pencarian" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "struct" +#: themes/basic/static/searchtools.js:134 +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 "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori." -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "variabel environment; %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Pencarian" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Penyiapkan pencarian..." -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", di" -#: domains/std/__init__.py:239 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Deskripsi opsi salah bentuk %r, seharusnya terlihat seperti \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" atau \"+opt args\"" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Perubahan pada Versi %(version)s — %(docstitle)s" -#: domains/std/__init__.py:319 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s command line option" -msgstr "" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opsi baris perintah" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "Daftar Istilah kata sulit harus didahului dengan baris kosong" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Daftar perubahan dibuat otomatis untuk versi %(version)s" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "Daftar istilah kata sulit tidak boleh dipisahkan oleh garis kosong" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Perubahan library" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "Daftar istilah kata sulit tampaknya salah format, periksa indentasi" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Perubahan API C" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "daftar istilah" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Perubahan lain" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "token grammar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "lanjutan dari halaman sebelumnya" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "label referensi" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "berlanjut ke halaman berikutnya" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variabel environment" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non-abjad" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opsi program" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simbol" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokumen" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Angka" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Indeks Modul" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "laman" -#: domains/std/__init__.py:857 +#: environment/collectors/asset.py:98 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" - -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig dinonaktifkan. :numref: diabaikan." +msgid "image file not readable: %s" +msgstr "berkas gambar tidak dapat dibaca: %s" -#: domains/std/__init__.py:1124 +#: environment/collectors/asset.py:126 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "berkas gambar %s tidak dapat dibaca: %s" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:165 #, python-format -msgid "the link has no caption: %s" -msgstr "tautan tidak memiliki teks: %s" +msgid "download file not readable: %s" +msgstr "berkas unduhan tidak dapat dibaca: %s" -#: domains/std/__init__.py:1153 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format tidak valid: %s (%r)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s sudah diberi nomor bagian (penomoran bersarang toctree?)" -#: domains/std/__init__.py:1157 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format tidak valid: %s" +msgid "see %s" +msgstr "lihat %s" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "undefined label: %r" -msgstr "label yang tidak ditentukan: %r" +msgid "see also %s" +msgstr "lihat juga %s" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "unknown index entry type %r" +msgstr "tipe entri indeks tidak dikenal %r" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "referensi toctree melingkar terdeteksi, mengabaikan: %s <- %s" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree berisi referensi ke dokumen %r yang tidak memiliki judul: tidak ada tautan yang akan dihasilkan" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree berisi referensi ke dokumen yang tidak disertakan %r" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:378 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Contoh" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Contoh-contoh" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argumen Kata Kunci" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Catatan" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Parameter lainnya" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree berisi referensi ke dokumen yang tidak ada %r" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referensi" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "Tidak dapat menentukan teks fallback untuk referensi silang. Mungkin ini bug." -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Peringatkan" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "lebih dari satu target ditemukan untuk referensi silang 'any' %r: bisa %s" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Hasil" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "target referensi %s:%s tidak ditemukan: %s" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "%r reference target not found: %s" +msgstr "target referensi %r tidak ditemukan: %s" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "alias of %s" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%s]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Bases: %s" -msgstr "Basis: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%d]" + +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Format gambar tidak dikenal: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format msgid "invalid value for member-order option: %s" -msgstr "" +msgstr "nilai tidak valid untuk opsi member-order: %s" #: ext/autodoc/_directive_options.py:233 #: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgstr "nilai tidak valid untuk opsi class-doc-from: %s" #: ext/autodoc/_legacy_class_based/_documenters.py:239 #: ext/autodoc/_names.py:45 @@ -3409,234 +3631,91 @@ msgstr "tidak tahu modul mana yang akan diimpor untuk autodocumenting %r (coba l #: ext/autodoc/_names.py:89 #, python-format msgid "signature arguments given for automodule: '%s'" -msgstr "" +msgstr "argumen signature diberikan untuk automodule: '%s'" #: ext/autodoc/_names.py:93 #, python-format msgid "return annotation given for automodule: '%s'" -msgstr "" +msgstr "anotasi return diberikan untuk automodule: '%s'" #: ext/autodoc/_legacy_class_based/_documenters.py:956 #: ext/autodoc/_names.py:134 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" dalam nama automodule tidak masuk akal" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Akan membuat berkas %s." - -#: ext/apidoc/_cli.py:28 -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 "\nLihat secara rekursif dalam untuk modul dan paket Python dan buat \nsatu berkas reST dengan arahan automodule per paket di . \n\n dapat berupa pola berkas dan/atau direktori yang akan \ndikecualikan dari pembuatan. \n\nCatatan: Secara bawaan skrip ini tidak akan menimpa berkas yang sudah dibuat." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "jalur ke modul ke dokumen" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "Berkas gaya-fnmatch dan/atau pola direktori untuk dikecualikan dari pembuatan" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "direktori untuk menempatkan semua keluaran" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "kedalaman maksimum submodul untuk ditampilkan di TOC (bawaan: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "menimpa file yang ada" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ikuti tautan simbolik. Berdaya bila digabungkan dengan collective.recipe.omelette." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "operasikan skrip tanpa membuat file" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "letakkan dokumentasi untuk setiap modul di halamannya sendiri" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "termasuk modul \"_private\"" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nama file daftar isi (bawaan: modul)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "jangan membuat berkas daftar isi" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "jangan membuat judul untuk paket modul/paket (mis. ketika docstrings sudah berisi hal tersebut)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "letakkan dokumentasi modul sebelum dokumentasi submodul" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "menafsirkan jalur modul sesuai dengan spesifikasi namespaces implisit PEP-0420" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "akhiran berkas (bawaan: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "menghasilkan proyek penuh dengan sphinx-quickstart" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "menambahkan module_path ke sys.path, digunakan ketika --full diberikan" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nama proyek (bawaan: nama modul utama)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "penulis-(penulis) proyek, digunakan ketika --full diberikan" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "versi proyek, digunakan ketika --full diberikan" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "rilis proyek, digunakan ketika --full diberikan, bawaan ke --doc-version" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opsi ekstensi" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s bukan direktori." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "Terdeteksi objek yang dimock: %r" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "alias of %s" +msgstr "alias dari %s" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "Bases: %s" +msgstr "Basis: %s" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary merujuk dokumen yang dikecualikan %r. Diabaikan." -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: berkas stub tidak ditemukan %r. Periksa pengaturan autosummary_generate Anda." -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "autosummary dengan caption memerlukan opsi :toctree:. Diabaikan." -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: gagal mengimpor %s.\nPetunjuk yang mungkin:\n%s" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "gagal mengimpor objek %s" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "Item yang diringkas tidak boleh mencakup modul saat ini. Ganti %r dengan %r." -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: berkas tidak ditemukan: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "autosummary menghasilkan berkas .rst secara internal. Namun source_suffix Anda tidak memuat .rst. Dilewati." #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" -msgstr "" +msgstr "autosummary: gagal menentukan %r untuk didokumentasikan, pengecualian berikut muncul:\n%s" #: ext/autosummary/generate.py:630 #, python-format @@ -3654,7 +3733,7 @@ msgid "" "[autosummary] failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "[autosummary] gagal mengimpor %s.\nPetunjuk yang mungkin:\n%s" #: ext/autosummary/generate.py:877 msgid "" @@ -3699,611 +3778,539 @@ msgstr "mendokumentasikan anggota yang diimpor (bawaan: %(default)s)" msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" -msgstr "" - -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "gagal mengimpor objek %s" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" - -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgstr "dokumentasikan secara tepat anggota dalam atribut __all__ modul. (default: %(default)s)" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Hapus berkas yang sudah ada di direktori output yang tidak dihasilkan" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Failed to remove %s: %s" +msgstr "Gagal menghapus %s: %s" -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Menjalankan apidoc" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "" +msgid "apidoc_modules item %i must be a dict" +msgstr "item apidoc_modules %i harus berupa dict" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "item apidoc_modules %i harus memiliki key 'path'" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "'path' item apidoc_modules %i harus berupa string" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "mengalami beberapa masalah dengan beberapa inventaris, tetapi mereka memiliki alternatif berfungsi:" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "'path' item apidoc_modules %i bukan folder yang ada: %s" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" -msgstr "" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "item apidoc_modules %i harus memiliki key 'destination'" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "pengimpanan intersphinx telah dipindahkan: %s -> %s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "'destination' item apidoc_modules %i harus berupa string" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s %s)" -msgstr "" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "'destination' item apidoc_modules %i seharusnya berupa path relatif" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "(in %s)" -msgstr "(dalam %s)" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "item apidoc_modules %i tidak dapat membuat direktori tujuan: %s" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "'%s' item apidoc_modules %i harus berupa int" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "'%s' item apidoc_modules %i harus berupa boolean" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "item apidoc_modules %i memiliki key yang tidak diharapkan: %s" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "'%s' item apidoc_modules %i harus berupa sebuah sequence" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "item apidoc_modules %i '%s' harus berisi string" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "Would create file %s." +msgstr "Akan membuat berkas %s." -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:28 +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 "\nLihat secara rekursif dalam untuk modul dan paket Python dan buat \nsatu berkas reST dengan arahan automodule per paket di . \n\n dapat berupa pola berkas dan/atau direktori yang akan \ndikecualikan dari pembuatan. \n\nCatatan: Secara bawaan skrip ini tidak akan menimpa berkas yang sudah dibuat." -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "jalur ke modul ke dokumen" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "Berkas gaya-fnmatch dan/atau pola direktori untuk dikecualikan dari pembuatan" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "direktori untuk menempatkan semua keluaran" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "kedalaman maksimum submodul untuk ditampilkan di TOC (bawaan: 4)" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "menimpa file yang ada" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "kesalahan saat memformat argumen untuk %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ikuti tautan simbolik. Berdaya bila digabungkan dengan collective.recipe.omelette." -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "operasikan skrip tanpa membuat file" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "letakkan dokumentasi untuk setiap modul di halamannya sendiri" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "termasuk modul \"_private\"" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nama file daftar isi (bawaan: modul)" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "jangan membuat berkas daftar isi" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "jangan membuat judul untuk paket modul/paket (mis. ketika docstrings sudah berisi hal tersebut)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "argumen tanda tangan atau anotasi kembalian diberikan untuk automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "letakkan dokumentasi modul sebelum dokumentasi submodul" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ harus berupa daftar string, bukan %r (dalam modul %s) -- mengabaikan __all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "menafsirkan jalur modul sesuai dengan spesifikasi namespaces implisit PEP-0420" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Daftar opsi yang dipisahkan koma untuk diteruskan ke directive automodule (atau gunakan SPHINX_APIDOC_OPTIONS)." -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "atribut hilang %s dalam objek %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "akhiran berkas (bawaan: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "menghasilkan proyek penuh dengan sphinx-quickstart" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "menambahkan module_path ke sys.path, digunakan ketika --full diberikan" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nama proyek (bawaan: nama modul utama)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "penulis-(penulis) proyek, digunakan ketika --full diberikan" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Halaman HTML berada di %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "versi proyek, digunakan ketika --full diberikan" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Gagal membaca berkas info build: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "rilis proyek, digunakan ketika --full diberikan, bawaan ke --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opsi ekstensi" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "aktifkan ekstensi arbitrer, digunakan saat --full diberikan" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" +msgid "enable %s extension, used when --full is given" +msgstr "aktifkan ekstensi %s, digunakan saat --full diberikan" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "berikut" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "sebelum" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "menghasilkan indeks" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "menulis halaman tambahan" +msgid "%s is not a directory." +msgstr "%s bukan direktori." -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "menyalin berkas yang dapat diunduh... " +msgid "(in %s %s)" +msgstr "(dalam %s %s)" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" +msgid "(in %s)" +msgstr "(dalam %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventaris '%s': ditemukan kecocokan duplikat untuk %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventaris '%s': ditemukan beberapa kecocokan untuk %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "menyalin file statis" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "inventaris untuk referensi silang eksternal tidak ditemukan: %r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "tidak dapat menyalin berkas statik %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "akhiran referensi silang eksternal tidak valid: %r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "menyalin berkas tambahan" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "domain untuk referensi silang eksternal tidak ditemukan: %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "tidak dapat menyalin berkas ekstra %r" +msgid "external %s:%s reference target not found: %s" +msgstr "target referensi eksternal %s:%s tidak ditemukan: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Gagal menulis berkas info build: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Identifier proyek intersphinx `%r` tidak valid dalam intersphinx_mapping. Identifier proyek harus berupa string tidak kosong." -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "indeks pencarian tidak dapat dimuat, tapi tidak semua dokumen akan dibangun: indeks akan jadi tidak lengkap." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Nilai `%r` tidak valid dalam intersphinx_mapping[%r]. Diharapkan tuple atau list dua elemen." -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "halaman %s sebanding dengan dua pola dalam html_sidebars: %r dan %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Nilai `%r` tidak valid dalam intersphinx_mapping[%r]. Nilai harus berupa pasangan (URI target, lokasi inventaris)." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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 "kesalahan Unicode terjadi saat render halaman %s. Silakan pastikan semua nilai konfigurasi yang berisi konten non-ASCII adalah string Unicode." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "Nilai URI target `%r` tidak valid dalam intersphinx_mapping[%r]. URI target harus unik dan berupa string tidak kosong." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "Nilai URI target `%r` tidak valid dalam intersphinx_mapping[%r]. URI target harus unik (instance lain di intersphinx_mapping[%r])." -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "Nilai lokasi inventaris `%r` tidak valid dalam intersphinx_mapping[%r]. Lokasi inventaris harus berupa string tidak kosong atau None." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "menyisihkan persediaan obyek" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Konfigurasi `intersphinx_mapping` tidak valid (1 error)." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Konfigurasi `intersphinx_mapping` tidak valid (%s error)." -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Entri intersphinx_mapping yang tidak valid ditambahkan setelah normalisasi." + +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file yang salah: %r, mengabaikan" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "memuat inventaris intersphinx '%s' dari %s ..." -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Banyak math_renderers teregistrasi. Namun tidak satu pun math_renderer yang dipilih." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "mengalami beberapa masalah dengan beberapa inventaris, tetapi mereka memiliki alternatif berfungsi:" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer %r yang tidak diketahui diberikan." +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "gagal menjangkau salah satu inventaris dengan masalah berikut:\n%s" -#: builders/html/__init__.py:1365 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "pengimpanan intersphinx telah dipindahkan: %s -> %s" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "entri html_extra_path %r tidak ada" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumen Kata Kunci" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +msgid "invalid value set (missing closing brace): %s" +msgstr "set nilai tidak valid (kurang kurung kurawal penutup): %s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "entri html_static_path %r tidak ada" +msgid "invalid value set (missing opening brace): %s" +msgstr "set nilai tidak valid (kurang kurung kurawal pembuka): %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "logo file %r does not exist" -msgstr "berkas logo %r tidak ada" +msgid "malformed string literal (missing closing quote): %s" +msgstr "string literal salah format (kurang tanda kutip penutup): %s" -#: builders/html/__init__.py:1412 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "favicon file %r does not exist" -msgstr "berkas favicon %r tidak ada" +msgid "malformed string literal (missing opening quote): %s" +msgstr "string literal salah format (kurang tanda kutip pembuka): %s" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Contoh" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Contoh-contoh" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentasi %s %s" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Catatan" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Parameter lainnya" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Menerima" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Gagal mendapatkan docname!" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referensi" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Peringatkan" -#: builders/latex/transforms.py:487 +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Hasil" + +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +msgid "error while formatting signature for %s: %s" +msgstr "error saat memformat signature untuk %s: %s" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Berkas LaTeX berada di %(outdir)s." +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "Mengabaikan __all__ yang tidak valid dalam modul %s: %r" -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui (pdf)latex\n(gunakan 'make latexpdf' di sini untuk melakukannya secara otomatis)." +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "Gagal mendapatkan signature fungsi untuk %s: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak akan ditulis" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Gagal mem-parsing nilai argumen default untuk %r: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Gagal memperbarui signature untuk %r: parameter tidak ditemukan: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "menyalin berkas pendukung TeX" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Gagal mem-parsing type_comment untuk %r: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "menyalin berkas tambahan" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "kesalahan saat memformat argumen untuk %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Gagal mendapatkan signature konstruktor untuk %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +msgid "Failed to get a method signature for %s: %s" +msgstr "Gagal mendapatkan signature metode untuk %s: %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s sudah diberi nomor bagian (penomoran bersarang toctree?)" +msgid "Failed to get a signature for %s: %s" +msgstr "Gagal mendapatkan signature untuk %s: %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "berkas gambar tidak dapat dibaca: %s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "atribut %s tercantum dalam :members: tetapi hilang karena tidak ditemukan dalam objek %r" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "berkas gambar %s tidak dapat dibaca: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: gagal menentukan %s.%s (%r) untuk didokumentasikan, pengecualian berikut muncul:\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "berkas unduhan tidak dapat dibaca: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Ditemukan __slots__ tidak valid pada %s. Diabaikan." -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referensi toctree melingkar terdeteksi, mengabaikan: %s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumen tanda tangan atau anotasi kembalian diberikan untuk automodule %s" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree berisi referensi ke dokumen %r yang tidak memiliki judul: tidak ada tautan yang akan dihasilkan" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ harus berupa daftar string, bukan %r (dalam modul %s) -- mengabaikan __all__" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "atribut yang disebutkan dalam opsi :members: tidak ada: modul %s, atribut %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" +msgid "missing attribute %s in object %s" +msgstr "atribut hilang %s dalam objek %s" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "lihat %s" +msgid "alias of TypeVar(%s)" +msgstr "alias dari TypeVar(%s)" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "lihat juga %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Diinterupsi" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipe entri indeks tidak dikenal %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Kesalahan markup reStructuredText!" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Kesalahan encoding!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Kesalahan rekursi!" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Ini dapat terjadi pada berkas sumber yang sangat besar atau bersarang sangat dalam. Anda dapat menaikkan batas rekursi Python default sebesar 1.000 dengan hati-hati di conf.py, misalnya dengan:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Memulai debugger:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "Traceback lengkap telah disimpan di:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Untuk melaporkan error ini kepada para pengembang, silakan buka issue di . Terima kasih!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Mohon juga melaporkan hal ini jika sebuah kesalahan pengguna sehingga lain kali perintah salah yang lebih baik dapat disediakan." diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.mo b/sphinx/locale/is/LC_MESSAGES/sphinx.mo index 89bd6e13762..842128176e6 100644 Binary files a/sphinx/locale/is/LC_MESSAGES/sphinx.mo and b/sphinx/locale/is/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.po b/sphinx/locale/is/LC_MESSAGES/sphinx.po index 462ecd91816..5eda79b6710 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tryggvi Kalman , 2021\n" "Language-Team: Icelandic (http://app.transifex.com/sphinx-doc/sphinx-1/language/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:286 +#: config.py:421 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:292 +#: config.py:475 #, python-format -msgid "The %r theme has too many ancestors" +msgid "No such config value: %r" msgstr "" -#: theming.py:320 +#: config.py:503 #, python-format -msgid "no theme configuration file found in %r" +msgid "Config value %r already present" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:540 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:610 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:357 +#: config.py:632 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:376 +#: config.py:650 config.py:658 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: project.py:72 +#: config.py:664 #, python-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:87 +#: config.py:685 #, python-format -msgid "Ignored unreadable document %r." +msgid "Section %s" +msgstr "Kafli %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Mynd %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tafla %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Listi %s" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,1302 +397,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "Kafli %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Mynd %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tafla %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listi %s" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:83 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Athugið" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Aðgát" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Hætta" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Villa" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Ábending" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Mikilvægt" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Athugasemd" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Sjá einnig" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Ábending" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Aðvörun" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:260 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:452 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:473 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:492 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[mynd: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[mynd]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Yfirlit" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Athugið" -#: domains/rst.py:234 -msgid "directive" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Aðgát" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Hætta" -#: domains/rst.py:236 -msgid "role" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Villa" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Ábending" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Mikilvægt" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Athugasemd" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Sjá einnig" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Ábending" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Aðvörun" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1860,54 +1527,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1916,15 +1583,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1934,21 +1601,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1956,91 +1623,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2050,969 +1717,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "" -#: cmd/quickstart.py:652 +#: cmd/quickstart.py:656 msgid "document language" msgstr "" -#: cmd/quickstart.py:655 +#: cmd/quickstart.py:659 msgid "source file suffix" msgstr "" -#: cmd/quickstart.py:658 +#: cmd/quickstart.py:662 msgid "master document name" msgstr "" -#: cmd/quickstart.py:661 +#: cmd/quickstart.py:665 msgid "use epub" msgstr "" -#: cmd/quickstart.py:664 +#: cmd/quickstart.py:668 msgid "Extension options" msgstr "" -#: cmd/quickstart.py:671 +#: cmd/quickstart.py:675 #, python-format msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:678 +#: cmd/quickstart.py:682 msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:681 +#: cmd/quickstart.py:685 msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:687 +#: cmd/quickstart.py:691 msgid "create makefile" msgstr "" -#: cmd/quickstart.py:693 +#: cmd/quickstart.py:697 msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:700 +#: cmd/quickstart.py:704 msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:706 +#: cmd/quickstart.py:710 msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:715 +#: cmd/quickstart.py:719 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 msgid "Project templating" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:731 +#: cmd/quickstart.py:735 msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:767 +#: cmd/quickstart.py:771 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:786 +#: cmd/quickstart.py:790 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:793 +#: cmd/quickstart.py:797 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: cmd/quickstart.py:810 +#: cmd/quickstart.py:814 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" + +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" + +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" + +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: directives/other.py:169 +#: domains/javascript.py:458 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/math.py:73 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:75 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:216 +#: domains/citation.py:92 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:32 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Added in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:33 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:34 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: directives/code.py:314 +#: builders/changes.py:29 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:65 #, python-format -msgid "%b %d, %Y" +msgid "no changes in version %s." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Yfirlit" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/changes.py:146 #, python-format -msgid "[image: %s]" -msgstr "[mynd: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[mynd]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "could not read %r for changelog creation" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:230 #, python-format -msgid "numfig_format is not defined for %s" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:238 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:303 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:354 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:367 #, python-format -msgid "no Babel option known for language %r" +msgid "%d source files given on command line" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "building [%s]: " msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format +#: builders/__init__.py:564 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "" + +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:113 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "writing error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:146 +#: builders/text.py:27 #, python-format -msgid "locale_dir %s does not exist" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "broken link: %s (%s)" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:325 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown directive name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:361 +#: builders/gettext.py:243 #, python-format -msgid "unknown role name: %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:265 #, python-format -msgid "unknown node type: %r" +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/docfields.py:103 +#: builders/texinfo.py:41 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:462 -#, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:523 +#: builders/texinfo.py:85 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "framhald frá fyrri síðu" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "framhald á næstu síðu" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Útgáfa" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" + +#: builders/_epub_base.py:594 #, python-format -msgid "%r reference target not found: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:240 +#: builders/latex/__init__.py:118 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Útgáfa" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Leita í %(docstitle)s" +msgid "logo file %r does not exist" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Leit" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/transforms.py:121 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/transforms.py:487 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Fyrra efni" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "fyrri kafli" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Næsta efni" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "næsti kafli" - -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Flýtileit" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Almennt yfirlit" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "yfirlit" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Atriðaskrá og töflur:" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "næsta" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Heildarefnisyfirlit" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "fyrri" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Leitarsíða" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "leita" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Almennt yfirlit" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Efnisyfirlit" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" + +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Leita í %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "leita" - -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Leitarniðurstöður" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "Leitin bar ekki árangur. Vinsamlegast gangið úr skugga um að orðin séu rétt skrifuð og að þú hafir valið nægilega marga flokka." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Leitar" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Undirbýr leit..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Fela leitarniðurstöður" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3025,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,482 +3080,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Leitarsíða" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:199 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Efnisyfirlit" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Leita í %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Fyrra efni" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "fyrri kafli" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Næsta efni" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "næsti kafli" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Leit" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/search.html:35 +msgid "search" +msgstr "leita" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:115 #, python-format -msgid "alias of %s" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Leita í %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Flýtileit" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Atriðaskrá og töflur:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Heildarefnisyfirlit" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "leita" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Fela leitarniðurstöður" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Leitarniðurstöður" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Leitin bar ekki árangur. Vinsamlegast gangið úr skugga um að orðin séu rétt skrifuð og að þú hafir valið nægilega marga flokka." + +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Leitar" + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Undirbýr leit..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "framhald frá fyrri síðu" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "framhald á næstu síðu" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "see %s" +msgstr "sjá %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see also %s" +msgstr "sjá einnig %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "yfirlit" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "næsta" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "fyrri" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "sjá %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "sjá einnig %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index 96fcee8d38a..313999b760b 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 1b54762ce98..c7180abb840 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -14,14 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Alessandro Cucci , 2024\n" "Language-Team: Italian (http://app.transifex.com/sphinx-doc/sphinx-1/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -60,90 +60,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:286 +#: config.py:421 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:292 +#: config.py:475 #, python-format -msgid "The %r theme has too many ancestors" +msgid "No such config value: %r" msgstr "" -#: theming.py:320 +#: config.py:503 #, python-format -msgid "no theme configuration file found in %r" +msgid "Config value %r already present" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:540 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:610 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:357 +#: config.py:632 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:376 +#: config.py:650 config.py:658 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: project.py:72 +#: config.py:664 #, python-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:87 +#: config.py:685 #, python-format -msgid "Ignored unreadable document %r." +msgid "Section %s" +msgstr "Sezione %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabella %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Listato %s" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "il primary_domain %r non è stato trovato, tralasciato." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -160,16 +235,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -217,7 +292,7 @@ msgstr "Questo progetto necessita almeno di Sphinx v%s per cui non può essere c msgid "making output directory" msgstr "sto creando la cartella di output" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -234,7 +309,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "caricamento traduzioni [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "fatto" @@ -307,7 +382,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -315,12 +390,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -328,2699 +403,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "Sezione %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tabella %s" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listato %s" +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Opzioni" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "il primary_domain %r non è stato trovato, tralasciato." - -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[sorgente]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Attenzione" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Attenzione" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Pericolo" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documenti]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Errore" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codice del modulo" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Suggerimento" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Codice sorgente per %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Importante" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vista generale: codice del modulo" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Nota" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Tutti i moduli di cui è disponibile il codice

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Vedi anche" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Suggerimento" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Avvertimento" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:139 #, python-format -msgid "processing %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Da fare" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(L'<> si trova in %s, linea %d.)" + +#: ext/todo.py:166 +msgid "original entry" +msgstr "riga originale" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[grafico: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafico]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "manca '+' or'-' nell'opzione '%s'." -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' non è un'opzione valida." -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:492 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/xml.py:29 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%b %d, %Y" +msgstr "%d %b %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:103 +#: transforms/__init__.py:258 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:223 +#: transforms/__init__.py:300 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:350 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:355 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:361 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:518 #, python-format -msgid "all of %d po files" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "targets for %d po files that are specified" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line does not exist, " +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:342 +#: writers/latex.py:387 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:353 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:617 #, python-format -msgid "targets for %d source files that are out of date" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:417 -msgid "none found" -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Note a piè di pagina" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:499 +#: writers/latex.py:1954 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:536 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:545 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "[image: %s]" +msgstr "[immagine: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[immagine]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indice" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:556 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:725 +#: writers/html5.py:456 #, python-format -msgid "docnames to write: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Builtins" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Al livello del modulo" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attenzione" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Attenzione" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pericolo" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Errore" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggerimento" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vedi anche" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Suggerimento" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avvertimento" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/build.py:74 +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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:158 -#, python-format +#: cmd/build.py:109 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:157 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Da fare" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(L'<> si trova in %s, linea %d.)" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "riga originale" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[grafico: %s]" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[grafico]" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "" -#: ext/imgmath.py:148 +#: cmd/build.py:357 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "manca '+' or'-' nell'opzione '%s'." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' non è un'opzione valida." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/duration.py:47 +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:134 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "Please enter one of %s." msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/duration.py:124 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: cmd/quickstart.py:230 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: ext/duration.py:136 +#: cmd/quickstart.py:235 msgid "" -"====================== slowest reading durations =======================" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: ext/duration.py:139 +#: cmd/quickstart.py:242 #, python-format -msgid "%.3fs %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[sorgente]" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documenti]" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Codice del modulo" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Codice sorgente per %s

" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Vista generale: codice del modulo" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Tutti i moduli di cui è disponibile il codice

" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funzione built-in)" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodo)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabile globale o costante)" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attributo)" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Parametri" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Solleva" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Ritorna" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo di ritorno" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modulo)" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funzione" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metodo" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "classe" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dati" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attributo" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modulo" - -#: domains/javascript.py:458 +#: cmd/quickstart.py:372 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direttiva)" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (ruolo)" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direttiva" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/rst.py:236 -msgid "role" -msgstr "ruolo" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:32 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Added in version %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:33 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Changed in version %s" -msgstr "Cambiato nella versione %s" +msgid "File %s already exists, skipping." +msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Deprecato dalla versione %s" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" -#: domains/changeset.py:35 +#: cmd/quickstart.py:524 #, python-format -msgid "Removed in version %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:577 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" +"Generate required files for a Sphinx project.\n" "\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Template di progetto" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/build.py:357 +#: cmd/quickstart.py:814 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Invalid template variable: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autore della sezione: " -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "" - -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autore del modulo: " -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autore del codice: " -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autore: " -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." -msgstr "" +msgid "Invalid caption: %s" +msgstr "Didascalia non valida: %s" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Impossibile usare contemporaneamente le opzioni \"%s\" e \"%s\"" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:298 +#: util/i18n.py:253 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:324 +#: util/osutil.py:131 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: cmd/quickstart.py:332 -msgid "Project language" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:350 +#: util/fileutil.py:76 +#, python-format msgid "" -"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." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docfields.py:100 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:378 +#: util/nodes.py:459 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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 "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funzione built-in)" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metodo)" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:188 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (variabile globale o costante)" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s attributo)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parametri" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Solleva" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Ritorna" -#: cmd/quickstart.py:531 +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo di ritorno" + +#: domains/javascript.py:374 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (modulo)" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funzione" -#: cmd/quickstart.py:573 -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 "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metodo" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "classe" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dati" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attributo" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modulo" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direttiva)" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (ruolo)" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direttiva" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "ruolo" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" + +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/changeset.py:33 #, python-format -msgid "enable %s extension" +msgid "Changed in version %s" +msgstr "Cambiato nella versione %s" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Deprecato dalla versione %s" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Builtins" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Al livello del modulo" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Template di progetto" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:810 +#: builders/__init__.py:336 #, python-format -msgid "Invalid template variable: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:343 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:367 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%d source files given on command line" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:383 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autore della sezione: " +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autore del modulo: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autore del codice: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autore: " +#: builders/__init__.py:418 +msgid "none found" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:500 #, python-format -msgid "Invalid caption: %s" -msgstr "Didascalia non valida: %s" +msgid "%s added, %s changed, %s removed" +msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:537 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:546 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Impossibile usare contemporaneamente le opzioni \"%s\" e \"%s\"" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:557 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:564 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" + +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:726 #, python-format -msgid "Object named %r not found in include file %r" +msgid "docnames to write: %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" + +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" + +#: builders/xml.py:29 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indice" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Note a piè di pagina" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +msgid "error writing file %s: %s" msgstr "" -#: writers/texinfo.py:1303 +#: builders/xml.py:103 #, python-format -msgid "unimplemented node type: %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/singlehtml.py:35 #, python-format -msgid "[image: %s]" -msgstr "[immagine: %s]" +msgid "The HTML page is in %(outdir)s." +msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[immagine]" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/html5.py:441 +#: builders/epub3.py:83 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:616 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid css_file: %r, ignored" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: writers/latex.py:1228 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: writers/latex.py:1615 +#: builders/linkcheck.py:159 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "broken link: %s (%s)" msgstr "" -#: writers/latex.py:1950 +#: builders/linkcheck.py:562 #, python-format -msgid "unknown index entry type %s found" +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opzioni" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: transforms/__init__.py:299 +#: builders/_epub_base.py:594 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/inventory.py:147 +#: builders/_epub_base.py:802 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "writing %s file..." msgstr "" -#: util/inventory.py:166 +#: builders/manpage.py:37 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/i18n.py:113 +#: builders/manpage.py:64 #, python-format -msgid "writing error: %s, %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/i18n.py:146 +#: builders/latex/__init__.py:115 #, python-format -msgid "locale_dir %s does not exist" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/osutil.py:131 +#: builders/latex/__init__.py:167 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: util/docutils.py:325 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "unknown directive name: %s" +msgid "logo file %r does not exist" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:529 #, python-format -msgid "unknown role name: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: util/docutils.py:805 +#: builders/latex/__init__.py:537 #, python-format -msgid "unknown node type: %r" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: util/fileutil.py:89 +#: builders/latex/transforms.py:121 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/docfields.py:103 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "No footnote was found for given reference node %r" msgstr "" -#: util/rst.py:73 +#: builders/latex/theming.py:87 #, python-format -msgid "default role %s not found" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: util/nodes.py:462 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: util/nodes.py:523 +#: builders/html/__init__.py:114 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: util/nodes.py:739 +#: builders/html/__init__.py:337 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continua dalla pagina precedente" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboli" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indice generale" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indice" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pagina" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "successivo" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Release" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "precedente" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:783 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot copy image file '%s': %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:807 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:853 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:874 #, python-format -msgid "%r reference target not found: %s" +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: _cli/util/errors.py:240 +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Comprimi la barra laterale" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigazione" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:1276 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Cerca in %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "A proposito di questi documenti" +msgid "dumping search index in %s" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Cerca" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1361 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1375 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ultimo aggiornamento %(last_updated)s." +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1380 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Argomento precedente" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capitolo precedente" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Argomento successivo" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "capitolo successivo" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1435 #, python-format -msgid "Index – %(key)s" +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Indice completo in una pagina" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Questa pagina" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostra sorgente" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Ricerca veloce" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Vai" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Sintesi" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Benvenuto! Questa è" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentazione per" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "ultimo aggiornamento" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indici e tabelle:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tabella dei contenuti completa" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "elenca l'insieme delle sezioni e sottosezioni" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Cerca" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "cerca in questa documentazione" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Indice dei moduli" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accesso veloce ai moduli" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indice generale" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "tutte le funzioni, classi e moduli" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Cerca %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indice delle pagine per lettera" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "può essere enorme" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Attiva JavaScript per abilitare la funzione⏎\ndi ricerca." - -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1448 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "cerca" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contenuti" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Risultati della ricerca" - -#: themes/basic/static/searchtools.js:134 -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 "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." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Cerca" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Preparo la ricerca..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", in " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Nascondi i risultati della ricerca" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Cambiamenti nella Versione %(version)s — %(docstitle)s" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1464 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Lista delle modifiche generata automaticamente nella versione %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Modifiche nella libreria" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Modifiche nelle API C" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Altre modifiche" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Espandi la barra laterale" +msgid "%s %s documentation" +msgstr "Documentazione %s %s " -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametri" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabili" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Solleva" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3116,95 +3031,40 @@ msgstr "" msgid " (deprecated)" msgstr " (deprecato)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametri del modello" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Valori restituiti" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametri" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabili" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membro" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Solleva" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipo" +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "variabile d'ambiente, %s" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "concetto" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumeratore" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" - -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variabile" - -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" - -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "variabile d'ambiente, %s" - -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" #: domains/std/__init__.py:182 msgid "Default" @@ -3226,483 +3086,584 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "voce del glossario" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "elemento grammaticale" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "etichetta di riferimento" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variabile d'ambiente" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "opzione del programma" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "documento" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Indice dei moduli" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Cerca" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:211 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:199 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Esempio" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valori restituiti" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Esempi" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argomenti parole chiave" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabile" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Note" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumeratore" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametri del modello" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr " Basi: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concetto" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenuti" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Cerca %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Argomento precedente" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capitolo precedente" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Argomento successivo" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "capitolo successivo" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Cerca" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Attiva JavaScript per abilitare la funzione⏎\ndi ricerca." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "cerca" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Questa pagina" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostra sorgente" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Indice completo in una pagina" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigazione" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Cerca in %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "A proposito di questi documenti" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Ultimo aggiornamento %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Ricerca veloce" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Vai" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Sintesi" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Benvenuto! Questa è" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentazione per" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "ultimo aggiornamento" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indici e tabelle:" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tabella dei contenuti completa" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "elenca l'insieme delle sezioni e sottosezioni" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "cerca in questa documentazione" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Indice dei moduli" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accesso veloce ai moduli" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "tutte le funzioni, classi e moduli" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indice delle pagine per lettera" -#: ext/apidoc/_cli.py:160 +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "può essere enorme" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Comprimi la barra laterale" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Espandi la barra laterale" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Nascondi i risultati della ricerca" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Risultati della ricerca" + +#: themes/basic/static/searchtools.js:134 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "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." -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Cerca" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Preparo la ricerca..." -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", in " -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Cambiamenti nella Versione %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista delle modifiche generata automaticamente nella versione %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Modifiche nella libreria" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Modifiche nelle API C" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Altre modifiche" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continua dalla pagina precedente" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboli" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pagina" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "see %s" +msgstr "vedi %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see also %s" +msgstr "vedi anche %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +msgid "Bases: %s" +msgstr " Basi: %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3750,563 +3711,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indice" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "Logo of %s" +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "successivo" +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "precedente" +#: ext/intersphinx/_resolve.py:112 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy static file %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" + +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to write build info file: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:1204 -#, python-format +#: ext/intersphinx/_load.py:324 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:332 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argomenti parole chiave" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "dumping search index in %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1313 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1351 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Esempio" + +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Esempi" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Note" + +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" -msgstr "Documentazione %s %s " +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "vedi %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "vedi anche %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index 3b6e1214982..f6fea156d0b 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 3ce6f74aeab..807e83d196a 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -24,14 +24,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takayuki SHIMIZUKAWA , 2016-2017,2019,2024\n" "Language-Team: Japanese (http://app.transifex.com/sphinx-doc/sphinx-1/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -70,90 +70,165 @@ msgstr "無効なPEP番号 %s" msgid "invalid RFC number %s" msgstr "無効なRFC番号 %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments に %r というlexerがありません" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "設定 %s.%s がテーマ設定にありません" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "conf.py が設定ディレクトリに存在しません (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "サポートされていないテーマオプション %r が指定されました" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "テーマパス上のファイル %r は正しいzipファイルではないか、テーマを含んでいません" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "設定値の辞書 %r は上書きないため無視されました (%r を使って個別に設定してください)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "%r は設定値 %r の正しい値ではないため無視されました" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "%r は正しい型ではないため無視されました" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "不明な設定値 %r による上書きは無視されました" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "設定値 %r は既に登録済みです" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "無効な設定値が見つかりました: 'language = None' 。設定を有効な言語コードに更新してください。 'en' (英語)にフォールバックしています。" + +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "設定ファイルに文法エラーが見つかりました: %s\n" -#: theming.py:320 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "設定ファイル(あるいはインポートしたどれかのモジュール)がsys.exit()を呼びました" + +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "設定ファイルにプログラム上のエラーがあります:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "設定値 `source_suffix' に `%r' (%s型)が指定されましたが、文字列、文字列のリスト、辞書、のいずれかを指定してください。" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Section %s" +msgstr "%s 章" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Fig. %s" +msgstr "図 %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "表 %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "リスト %s" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr " 設定値 `{name}` に `{current}` が指定されましたが、 {candidates} のいずれかを指定してください。" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されていますが、 {permitted} 型を指定してください。" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されています。デフォルト値は `{default.__name__}' です。" + +#: config.py:857 #, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r が見つかりません。無視します。" + +#: config.py:877 msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -170,16 +245,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "このプロジェクトは拡張 %s の %s 以降のバージョンが必要なため、現在のバージョン(%s)ではビルドできません。" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments に %r というlexerがありません" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -227,7 +302,7 @@ msgstr "このプロジェクトはSphinx v%s以降のバージョンでなけ msgid "making output directory" msgstr "出力先ディレクトリを作成しています" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "拡張機能のセットアップ中 %s:" @@ -244,7 +319,7 @@ msgstr "conf.pyにある'setup'はPythonのcallableではありません。定 msgid "loading translations [%s]... " msgstr "翻訳カタログをロードしています [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "完了" @@ -317,7 +392,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -325,12 +400,12 @@ msgid "" "explicit" msgstr "拡張 %s は並列読み込みが可能かどうかを宣言していないため、おそらく並列読み込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s拡張は並列読み込みに対して安全ではありません" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -338,2573 +413,2852 @@ msgid "" "explicit" msgstr "拡張 %s は並列書き込みが可能かどうかを宣言していないため、おそらく並列書き込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s拡張は並列書き込みに対して安全ではありません" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "直列で %sします" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "ビルダークラス %s には\"name\"属性がありません" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "ビルダー %r (モジュール %s) がすでに登録されています" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "ビルダー名 %s は登録されておらず、entry pointにもありません" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "ビルダー名 %s は登録されていません" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "ドメイン %s はすでに登録されています" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "ドメイン %s はまだ登録されていません" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "ディレクティブ %r は既に%sドメインに登録されています" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "ロール %r は既にドメイン%sに登録されています" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "インデックス %r はすでに%sドメインに登録されています" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r はすでに登録されています" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "classref_type %r はすでに登録されています" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r はすでに登録されています" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "%r のsource_parserはすでに登録されています" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "%s のsource_parserは登録されていません" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "%r のTranslatorはすでに登録されています" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node() のキーワード引数は (visit, depart) の形式で関数をタプルで指定してください: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r はすでに登録されています" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "math renderer %s はすでに登録されています" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "拡張 %r はSphinxのバージョン%sでSphinxに統合されています。この拡張は無視されます。" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "元の例外:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "拡張 %s をimportできません" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "拡張 %r には setup() 関数がありません。これは本当にSphinx拡張ですか?" -#: registry.py:567 +#: registry.py:574 #, 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 以降が必要なため、現在のバージョンではビルドできません。" -#: registry.py:579 +#: registry.py:586 #, 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またはメタデータ辞書を返してください" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "conf.py が設定ディレクトリに存在しません (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "設定値の辞書 %r は上書きないため無視されました (%r を使って個別に設定してください)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "%r は設定値 %r の正しい値ではないため無視されました" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "設定 %s.%s がテーマ設定にありません" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "%r は正しい型ではないため無視されました" +msgid "unsupported theme option %r given" +msgstr "サポートされていないテーマオプション %r が指定されました" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "不明な設定値 %r による上書きは無視されました" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "テーマパス上のファイル %r は正しいzipファイルではないか、テーマを含んでいません" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 -#, python-format -msgid "Config value %r already present" -msgstr "設定値 %r は既に登録済みです" - -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "無効な設定値が見つかりました: 'language = None' 。設定を有効な言語コードに更新してください。 'en' (英語)にフォールバックしています。" - -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "設定ファイルに文法エラーが見つかりました: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "設定ファイル(あるいはインポートしたどれかのモジュール)がsys.exit()を呼びました" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "設定ファイルにプログラム上のエラーがあります:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "設定値 `source_suffix' に `%r' (%s型)が指定されましたが、文字列、文字列のリスト、辞書、のいずれかを指定してください。" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "%s 章" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "図 %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "表 %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "リスト %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr " 設定値 `{name}` に `{current}` が指定されましたが、 {candidates} のいずれかを指定してください。" +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されていますが、 {permitted} 型を指定してください。" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" + +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" + +#: _cli/__init__.py:96 +msgid "Options" +msgstr "オプション" -#: config.py:846 +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" + +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されています。デフォルト値は `{default.__name__}' です。" - -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r が見つかりません。無視します。" - -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "新しい設定" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "変更された設定" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "変更された拡張" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "ビルド環境のバージョンが最新ではありません" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "ソースディレクトリが変更されました" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:404 +#: ext/imgconverter.py:44 +#, python-format msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "この環境は選択したビルダーと互換性がありません。別の doctree ディレクトリーを選択してください。" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s のドキュメントをスキャンできませんでした: %r " +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "変換処理はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "ドメイン %r はまだ登録されていません" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "ドキュメントはどの toctree にも含まれていません" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "convert コマンド %r は実行できません。image_converter の設定を確認してください" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "自己参照している toctree が見つかりました。無視します。" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[ソース]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "モジュールコードをハイライトしています..." -#: locale/__init__.py:229 -msgid "Attention" -msgstr "注意" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[ドキュメント]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "注意" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "モジュールコード" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "危険" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s のソースコード

" -#: locale/__init__.py:232 -msgid "Error" -msgstr "エラー" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "概要: モジュールコード" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "ヒント" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "重要" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "注釈" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "ラベル %s はすでに %s で使われています" -#: locale/__init__.py:236 -msgid "See also" -msgstr "参考" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "警告" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfoファイルは%(outdir)sにあります。" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nmakeinfo コマンドで処理するため、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make info' を使用してください)。" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメントは書き込まれません" +"====================== slowest reading durations =======================" +msgstr "====================== 最も遅い読み取り時間 =======================" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "課題" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" -msgstr "処理中 %s" +msgid "TODO entry found: %s" +msgstr "TODO エントリーが見つかりました: %s" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "書き込み中" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "参照を解決しています..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> は、 %s の %d 行目です)" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: ext/todo.py:166 +msgid "original entry" +msgstr "元のエントリ" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "画像をコピー中... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz ディレクティブはコンテンツとファイル名の両方の引数を持つことは出来ません" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "画像ファイル %r をコピーできません: %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部の Graphviz ファイル %r が見つからないか読み込めません" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "Texinfo 関連ファイルをコピーしています" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile の書き込みエラー: %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "マニュアルページは %(outdir)s にあります。" - -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" -#: builders/manpage.py:64 +#: ext/graphviz.py:339 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "設定値 \"man_pages\" が不明なドキュメント %s を参照しています" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:344 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML ページは%(outdir)sにあります。" - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "ドキュメントを1ページにまとめています" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "追加のファイルを出力" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "dummyビルダーはファイルを出力しません" +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" -#: builders/gettext.py:243 +#: ext/graphviz.py:367 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "メッセージカタログは%(outdir)sにあります。" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "building [%s]: " -msgstr "ビルド中 [%s]: " +msgid "dot code %r: %s" +msgstr "dot コード %r: %s" -#: builders/gettext.py:265 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "targets for %d template files" -msgstr "指定された %d 件のテンプレートファイル" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "テンプレートの読み込み中..." +msgid "[graph: %s]" +msgstr "[グラフ: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "メッセージカタログを出力中... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[グラフ]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "ハードコードされたリンク %r は 拡張リンクに置き換えられる可能性があります (代わりに %r を使用してみてください)。" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "リンクが切れています: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "アンカー '%s' が見つかりません" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" +msgid "display latex %r: %s" +msgstr "latex の表示 %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePubファイルは%(outdir)sにあります。" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml を書き込み中..." - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" +msgid "inline latex %r: %s" +msgstr "latex のインライン表示 %r: %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' オプション内に '+' または '-' が不足しています" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' は正しいオプションではありません" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' は正しい pyversion オプションではありません" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"version\" が必要です" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "無効な TestCode タイプ" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/doctest.py:297 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "無効な css_file %r は無視されました" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "ソース内の doctests のテストが終了したら、%(outdir)s/output.txt の結果を確認してください。" -#: builders/xml.py:29 +#: ext/doctest.py:451 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XMLファイルは%(outdir)sにあります。" +msgid "no code/output in %s block at %s:%s" +msgstr "%sブロックにあるコード/出力 が %s にありません: %s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/doctest.py:568 #, python-format -msgid "error writing file %s: %s" -msgstr "ファイル書き込みエラー %s: %s" +msgid "ignoring invalid doctest code: %r" +msgstr "無効な doctest コードは無視されます: %r" -#: builders/xml.py:103 +#: ext/coverage.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "pseudo-XMLファイルは%(outdir)sにあります。" +msgid "invalid regex %r in %s" +msgstr "無効な正規表現 %r が %s 内に見つかりました" -#: builders/_epub_base.py:223 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "Tocエントリーが重複しています: %s" +msgid "module %s could not be imported: %s" +msgstr "モジュール %s をインポートできませんでした: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:148 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/_epub_base.py:467 +#: ext/coverage.py:158 #, python-format -msgid "cannot write image file %r: %s" -msgstr "画像ファイル %r を書き込めません: %s" - -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillowがインストールされていません。代わりに画像をコピーします" - -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "mimetype を書き込み中..." - -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "META-INF/container.xml を書き込み中..." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "content.opf を書き込み中..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" -#: builders/_epub_base.py:594 +#: ext/coverage.py:187 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "不明なmimetype %sのため無視します" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "coverage_c_regexes 内に無効な正規表現 %r があります" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "tox.ncx を書き込み中..." - -#: builders/_epub_base.py:802 +#: ext/coverage.py:452 #, python-format -msgid "writing %s file..." -msgstr "ファイル %s を書き込み中..." +msgid "undocumented python function: %s :: %s" +msgstr "" -#: builders/text.py:27 +#: ext/coverage.py:473 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "テキストファイルは%(outdir)sにあります。" +msgid "undocumented python class: %s :: %s" +msgstr "" -#: builders/__init__.py:229 +#: ext/coverage.py:492 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: builders/__init__.py:237 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%sビルダー向けの画像形式が見つかりません: %s" +msgid "%b %d, %Y" +msgstr "%Y年%m月%d日" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "ビルド中 [mo]: " - -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "出力中..." - -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "全%d件のpoファイル" - -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "指定された %d 件のpoファイル" - -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "更新された %d 件のpoファイル" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "全てのソースファイル" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/__init__.py:335 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "コマンドラインに指定されたファイル %r がないため, " +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/__init__.py:342 +#: transforms/__init__.py:258 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" -#: builders/__init__.py:353 +#: transforms/__init__.py:300 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "Footnote [%s] is not referenced." +msgstr "Footnote [%s] は参照されていません。" + +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "コマンドラインで指定された%d件のソースファイル" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Footnote [#] は参照されていません。" -#: builders/__init__.py:382 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "更新された %d 件のソースファイル" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "更新されたファイルを探しています... " +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" -msgstr "%d 件見つかりました" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" -#: builders/__init__.py:417 -msgid "none found" -msgstr "見つかりませんでした" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの用語参照が矛盾しています。原文: {0}、翻訳: {1}" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "環境データを保存中" +#: environment/__init__.py:89 +msgid "new config" +msgstr "新しい設定" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "整合性をチェック中" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "変更された設定" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "更新が必要な対象はありませんでした" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "変更された拡張" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "環境データを更新中" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "ビルド環境のバージョンが最新ではありません" -#: builders/__init__.py:499 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 件追加, %s 件更新, %s 件削除" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "ソースディレクトリが変更されました" -#: builders/__init__.py:536 +#: environment/__init__.py:350 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:545 +#: environment/__init__.py:355 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:556 +#: environment/__init__.py:361 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: environment/__init__.py:404 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "この環境は選択したビルダーと互換性がありません。別の doctree ディレクトリーを選択してください。" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "ソースを読み込み中..." +#: environment/__init__.py:518 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "%s のドキュメントをスキャンできませんでした: %r " -#: builders/__init__.py:725 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "docnames to write: %s" -msgstr "書き込むdocname: %s" +msgid "Domain %r is not registered" +msgstr "ドメイン %r はまだ登録されていません" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "ドキュメントはどの toctree にも含まれていません" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "ドキュメントの出力準備中" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "自己参照している toctree が見つかりました。無視します。" -#: builders/__init__.py:743 -msgid "copying assets" +#: environment/__init__.py:952 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/changes.py:29 +#: writers/latex.py:387 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "ファイルは%(outdir)sにあります" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "不明なクラス %r の toplevel_sectioning %r" -#: builders/changes.py:65 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "no changes in version %s." -msgstr "バージョン %s での変更はありません" +msgid "no Babel option known for language %r" +msgstr "%r 言語向けの 既知の Babel オプションはありません" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "概要ファイルを書き出し中..." +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: が大きすぎるので無視されます。" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "組み込み" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "モジュールレベル" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "ソースファイルをコピー中..." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "セクション、トピック、表、訓戒またはサイドバーにないタイトルノードが見つかりました。" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "Changelog作成中に %r を読み込めませんでした" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "注記" -#: ext/coverage.py:48 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "invalid regex %r in %s" -msgstr "無効な正規表現 %r が %s 内に見つかりました" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "モジュール %s をインポートできませんでした: %s" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" -#: ext/coverage.py:148 +#: writers/latex.py:1229 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: ext/coverage.py:158 +#: writers/latex.py:1618 #, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" +msgid "dimension unit %s is invalid. Ignored." +msgstr "ディメンション単位 %s が無効です。無視されます。" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +#: writers/latex.py:1954 +#, python-format +msgid "unknown index entry type %s found" +msgstr "不明なインデックスエントリタイプ %s が見つかりました" -#: ext/coverage.py:187 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "coverage_c_regexes 内に無効な正規表現 %r があります" +msgid "Invalid math_eqref_format: %r" +msgstr "無効な math_eqref_format: %r" -#: ext/coverage.py:260 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "[image: %s]" +msgstr "[画像: %s]" -#: ext/coverage.py:452 +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[画像]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "索引" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "キャプションは図の中にはありません。" + +#: writers/texinfo.py:1306 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "unimplemented node type: %r" +msgstr "未実装のノードタイプ: %r" + +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: ext/coverage.py:473 +#: writers/html5.py:446 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "%s に numfig_format は定義されていません" -#: ext/coverage.py:492 +#: writers/html5.py:456 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Any IDs not assigned for %s node" +msgstr "いくつかの ID が %s ノードに割り当てられていません" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "ハードコードされたリンク %r は 拡張リンクに置き換えられる可能性があります (代わりに %r を使用してみてください)。" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "課題" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "TODO エントリーが見つかりました: %s" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> は、 %s の %d 行目です)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "元のエントリ" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" -#: ext/imgconverter.py:44 -#, python-format +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "注意" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危険" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "エラー" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "ヒント" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "注釈" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "参考" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "ジョブ番号は正数でなければなりません" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "詳しくは、を見てください。" + +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" +"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 "\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" + +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ドキュメントソースファイルへのパス" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "出力先ディレクトリへのパス" + +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:114 +msgid "general options" +msgstr "一般的なオプション" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:131 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "変換処理はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "convert コマンド %r は実行できません。image_converter の設定を確認してください" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "すべてのファイルに書き込む(デフォルト: 新規ファイルまたは変更されたファイルのみ)" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz ディレクティブはコンテンツとファイル名の両方の引数を持つことは出来ません" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "保存された環境は使わず、常に全てのファイルを読み込む" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "外部の Graphviz ファイル %r が見つからないか読み込めません" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: ext/graphviz.py:287 +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "設定ファイルの設定を上書きする" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "HTMLテンプレートに値を渡す" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "定義タグ: TAG ブロック\"のみ\"含む" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "コンソール出力オプション" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "精度の増加(繰り返し可能)" + +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "標準出力には出力せず、標準エラー出力に警告を出すのみ" + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "何も出力せず、警告もしない" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "色分けで出力する(デフォルト:自動検出)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "色分けの出力をしない(デフォルト:自動検出)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "指定ファイルに警告(およびエラー)を書き込む" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "警告をエラーとして扱う" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "例外時にフルトレースバックを表示する" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "例外が発生したときにPdbを実行する" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "-aオプションとファイル名を組み合わせることはできません" + +#: cmd/build.py:357 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/graphviz.py:328 +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-Dオプション引数は name = value の形式でなければなりません" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-Aオプション引数は name = value の形式でなければなりません" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "モジュールから自動的に docstring を挿入する" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest ブロック内のコードスニペットを自動的にテストする" + +#: 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 "ビルド時に表示または非表示にできる \"todo\" エントリを書く" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "ドキュメントの適用範囲を確認する" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG または SVG 画像としてレンダリングされた数学を含む" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "MathJax によってブラウザにレンダリングされた数学を含む" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "設定値に基づくコンテンツの条件付き包含" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "文書化された Python オブジェクトのソースコードへのリンクを含める" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "GitHub ページにドキュメントを公開するための .nojekyll ファイルを作成する" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "有効なパス名を入力してください。" + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "何か入力してください。" + +#: cmd/quickstart.py:134 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" +msgid "Please enter one of %s." +msgstr "%sのいずれかを入力してください。 " -#: ext/graphviz.py:339 +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "'y' または 'n' を入力してください。" + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "ファイルの拡張子を入力してください。例: '.rst' または '.txt'。" + +#: cmd/quickstart.py:230 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Sphinx %s クイックスタートユーティリティへようこそ。" + +#: cmd/quickstart.py:235 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "以下の設定値を入力してください(Enter キーのみ押した場合、\nかっこで囲まれた値をデフォルト値として受け入れます)。" -#: ext/graphviz.py:344 +#: cmd/quickstart.py:242 #, python-format +msgid "Selected root path: %s" +msgstr "選択されたルートパス: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "ドキュメントのルートパスを入力してください。" + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "ドキュメントのルートパス" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "エラー:選択されたルートパスに既存の conf.py が見つかりました。" + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart は、既存の Sphinx プロジェクトを上書きしません。" + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "新しいルートパスを入力してください(または Enter を押すことで終了します)。" + +#: cmd/quickstart.py:275 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" +"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 出力用のビルドディレクトリを配置する方法は2つあります。\nルートパス内にある \"_build\" ディレクトリを使うか、\nルートパス内に \"source\" と \"build\" ディレクトリを分ける方法です。" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "ソースディレクトリとビルドディレクトリを分ける(y / n)" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "dot コード %r: %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "プロジェクトのルートディレクトリに 2つ以上のディレクトリが作成されます。\nカスタマイズしたHTMLテンプレート用の\"_templates\"ディレクトリと、カスタマイズしたスタイルシート等を置く\"_static\"ディレクトリがあります。\nこれらのディレクトリは \"_\" で始まっていますが、別の文字(\".\"など)で始まるように指定できます。" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[グラフ: %s]" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "テンプレートと静的ディレクトリの名前プレフィックス" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[グラフ]" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "プロジェクト名は、ビルドされたドキュメントのいくつかの場所にあります。" -#: ext/imgmath.py:148 -#, python-format +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "プロジェクト名" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "著者名(複数可)" + +#: cmd/quickstart.py:310 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" +"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 には、ソフトウェアに対して \"バージョン\" と \"リリース\" という概念が\nあります。各バージョンは複数のリリースを持つことができます。\n例えば、Python だとバージョンが 2.5 や 3.0 のように分かれているように、\nリリースも 2.5.1 や 3.0a1 のように分けて持つことができます。もしこのような多重構成が必要ない場合は、\n両方を同じ値に設定するだけです。" -#: ext/imgmath.py:167 -#, python-format +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "プロジェクトのバージョン" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "プロジェクトのリリース" + +#: cmd/quickstart.py:325 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "ドキュメントを英語以外の言語で書く場合は、\n 言語コードで言語を選択できます。Sphinx は生成したテキストをその言語に翻訳します。\n\nサポートされているコードのリストについては、\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language を参照してください。" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "latex の表示 %r: %s" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "プロジェクトの言語" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex のインライン表示 %r: %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "ソースファイルのファイル名の拡張子。一般的には、\".txt\"または\".rst \"のどちらかです。この拡張子を持つファイルだけがドキュメントとみなされます。" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "ソース・ファイルサフィックス" -#: ext/doctest.py:118 +#: cmd/quickstart.py:351 +msgid "" +"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 "1つのドキュメントは、\"コンテンツツリー\"の最上位ノードと\n見なされるという点で特別です。つまり、それはドキュメントにおける階層構造のルートである\nということです。通常、これは \"index\" ですが、\n\"index\" ドキュメントがカスタムテンプレートの場合、これを別のファイル名に設定することもできます。" + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "マスター文書の名前(拡張子を除く)" + +#: cmd/quickstart.py:372 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' オプション内に '+' または '-' が不足しています" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "エラー:マスタファイル %s は、選択されたルートパス上で既に存在します。" + +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart は既存のファイルを上書きしません。" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' は正しいオプションではありません" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "新しいファイル名を入力するか、既存のファイルの名前を変更してEnterキーを押してください。" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' は正しい pyversion オプションではありません" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "次の Sphinx 拡張機能のうちどれを有効にするかを指定します。" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "無効な TestCode タイプ" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "注:imgmath と mathjax を同時に有効にすることはできません。 imgmath は未選択になります。" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:411 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "ソース内の doctests のテストが終了したら、%(outdir)s/output.txt の結果を確認してください。" +"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 "Makefile と Windows コマンドファイルは生成することができるので、\n後は実行するだけです。例えば、直接 sphinx-build を実行する代わりに `make html` を\n実行します。" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%sブロックにあるコード/出力 が %s にありません: %s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Makefile を作成しますか? (y/n)" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "無効な doctest コードは無視されます: %r" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Windows コマンドファイルを作成しますか?(y/n)" -#: ext/autosectionlabel.py:52 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgid "Creating file %s." +msgstr "ファイル %s を作成しています。" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "ラベル %s はすでに %s で使われています" +msgid "File %s already exists, skipping." +msgstr "ファイル %s は既に存在しますのでスキップします。" -#: ext/duration.py:47 +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "終了:初期ディレクトリ構造が作成されました。" + +#: cmd/quickstart.py:524 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "マスターファイル %s を作成して\n他のドキュメントソースファイルを作成します。" -#: ext/duration.py:117 +#: cmd/quickstart.py:531 msgid "" -"====================== total reading duration ==========================" -msgstr "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "次のように Makefile を使ってドキュメントを作成します。\n make builder" -#: ext/duration.py:124 +#: cmd/quickstart.py:535 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "次のように、ドキュメントを構築するには sphinx-build コマンドを使用してください。\n sphinx-build -b builder %s %s" -#: ext/duration.py:136 +#: cmd/quickstart.py:542 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最も遅い読み取り時間 =======================" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "\"builder\" はサポートされているビルダーの 1 つです。 例: html, latex, または linkcheck。" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" +#: cmd/quickstart.py:577 +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 "\nSphinx プロジェクトに必要なファイルを生成します。\n\nsphinx-quickstart は、いくつかの質問であなたの\nプロジェクトを生成するためのディレクトリと、sphinx-build と一緒に使える\nサンプルのMakefileを作成してくれるインタラクティブなツールです。\n" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[ソース]" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "Quiet モード" -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "モジュールコードをハイライトしています..." +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "project root" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[ドキュメント]" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "構成オプション" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "モジュールコード" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "記述した場合、ソースとビルドのディレクトリを分割します。" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s のソースコード

" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "指定された場合、ソースディレクトリの下にビルドディレクトリを作成します。" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "概要: モジュールコード" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "_templates などのドットの置き換え" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "プロジェクトの基本オプション" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "引用 %s はすでに %s で使われています" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "プロジェクト名" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "引用 [%s] は参照されていません。" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "著者名" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "数式 %s のラベルはすでに %s で使われています" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "プロジェクトのバージョン" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "無効な math_eqref_format: %r" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "プロジェクトのリリース" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (組み込み関数)" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "ドキュメント言語" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s のメソッド)" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "ソース・ファイルサフィックス" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (クラス)" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "マスタードキュメント名" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (グローバル変数または定数)" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "epubを利用する" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "拡張オプション" + +#: cmd/quickstart.py:675 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s の属性)" +msgid "enable %s extension" +msgstr "%s 拡張を有効にする" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "引数" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "任意の拡張を有効にする" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "例外" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Makefileとbatファイルの生成オプション" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "戻り値" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "makefileを作成する" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "戻り値の型" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "makefileを作成しない" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (モジュール)" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "batファイルを作成する" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "の関数" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "batファイルを作成しない" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "メソッド" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile / make.bat 向けに make-mode を使う" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "クラス" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "プロジェクトテンプレート" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "データ" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "テンプレートファイルのテンプレートディレクトリ" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "の属性" +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "テンプレート変数の定義" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "モジュール" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" が指定されていますが、 \"project\" または \"author\" のいずれも指定されていません。" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "エラー:指定されたパスはディレクトリではないか、または sphinx ファイルが既に存在します。" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart は空のディレクトリにのみ生成します。新しいルートパスを指定してください。" -#: domains/javascript.py:458 +#: cmd/quickstart.py:814 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "%s の記述 %s はすでに %s で %s が使われています" +msgid "Invalid template variable: %s" +msgstr "無効なテンプレート変数: %s" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/other.py:119 #, python-format -msgid "%s (directive)" -msgstr "%s (ディレクティブ)" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree グローブ・パターン %r はどのドキュメントにもマッチしませんでした。" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (ディレクティブオプション)" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree に除外したドキュメントへの参照が含まれています %r" -#: domains/rst.py:224 +#: directives/other.py:156 #, python-format -msgid "%s (role)" -msgstr "%s (ロール)" +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree に存在しないドキュメントへの参照が含まれています %r" -#: domains/rst.py:234 -msgid "directive" -msgstr "ディレクティブ" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "toctree で重複したエントリが見つかりました: %s" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "ディレクティブオプション" +#: directives/other.py:203 +msgid "Section author: " +msgstr "この節の作者: " -#: domains/rst.py:236 -msgid "role" -msgstr "ロール" +#: directives/other.py:205 +msgid "Module author: " +msgstr "モジュールの作者: " -#: domains/rst.py:262 +#: directives/other.py:207 +msgid "Code author: " +msgstr "コードの作者: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "作者: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "デデントによる空白の除去" + +#: directives/code.py:87 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s の記述 %s はすでに %s で使われています" +msgid "Invalid caption: %s" +msgstr "不正な caption です: %s" -#: domains/changeset.py:32 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "line number spec is out of range(1-%d): %r" +msgstr "行番号の指定が範囲外です (1-%d): %r" -#: domains/changeset.py:33 +#: directives/code.py:218 #, python-format -msgid "Changed in version %s" -msgstr "バージョン %s で変更" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" と \"%s\" のオプションは同時に使用できません" -#: domains/changeset.py:34 +#: directives/code.py:233 #, python-format -msgid "Deprecated since version %s" -msgstr "バージョン %s で非推奨" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: domains/changeset.py:35 +#: directives/code.py:237 #, python-format -msgid "Removed in version %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: domains/__init__.py:322 +#: directives/code.py:278 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "Object named %r not found in include file %r" +msgstr "%r という名前のオブジェクトがインクルードファイル %r 内に見つかりません" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "ジョブ番号は正数でなければなりません" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr " \"lineno-match\" は不連続な \"lines\" に対して使用できません" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "詳しくは、を見てください。" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "指定された %r に一致する行がインクルードファイル %r にありませんでした" -#: cmd/build.py:74 +#: directives/patches.py:71 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 "\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" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ドキュメントソースファイルへのパス" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "csv-table ディレクティブの \":file:\" オプションは、絶対パスをソースディレクトリからの相対パスとして認識するようになりました。ドキュメントを更新してください。" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "出力先ディレクトリへのパス" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "デフォルトのロール %s が見つかりません" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "読み取りエラー: %s, %s" -#: cmd/build.py:114 -msgid "general options" -msgstr "一般的なオプション" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "書き込みエラー: %s, %s" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "すべてのファイルに書き込む(デフォルト: 新規ファイルまたは変更されたファイルのみ)" +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "保存された環境は使わず、常に全てのファイルを読み込む" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "不明なノードタイプ: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "設定ファイルの設定を上書きする" +#: util/display.py:78 +msgid "skipped" +msgstr "スキップしました" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "HTMLテンプレートに値を渡す" +#: util/display.py:83 +msgid "failed" +msgstr "失敗しました" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "定義タグ: TAG ブロック\"のみ\"含む" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:212 -msgid "console output options" -msgstr "コンソール出力オプション" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "精度の増加(繰り返し可能)" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "標準出力には出力せず、標準エラー出力に警告を出すのみ" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree に存在しないファイルへの参照が含まれています %r" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "何も出力せず、警告もしない" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "色分けで出力する(デフォルト:自動検出)" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (組み込み関数)" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "色分けの出力をしない(デフォルト:自動検出)" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s のメソッド)" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (クラス)" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "指定ファイルに警告(およびエラー)を書き込む" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (グローバル変数または定数)" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "警告をエラーとして扱う" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s の属性)" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "例外時にフルトレースバックを表示する" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "引数" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "例外が発生したときにPdbを実行する" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "例外" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "戻り値" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "-aオプションとファイル名を組み合わせることはできません" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "戻り値の型" -#: cmd/build.py:357 +#: domains/javascript.py:374 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (モジュール)" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-Dオプション引数は name = value の形式でなければなりません" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "の関数" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-Aオプション引数は name = value の形式でなければなりません" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "メソッド" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "モジュールから自動的に docstring を挿入する" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "クラス" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest ブロック内のコードスニペットを自動的にテストする" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "データ" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "異なるプロジェクトのSphinxドキュメント間のリンク" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "の属性" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "ビルド時に表示または非表示にできる \"todo\" エントリを書く" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "モジュール" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "ドキュメントの適用範囲を確認する" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s の記述 %s はすでに %s で %s が使われています" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "PNG または SVG 画像としてレンダリングされた数学を含む" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "MathJax によってブラウザにレンダリングされた数学を含む" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (ディレクティブ)" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "設定値に基づくコンテンツの条件付き包含" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (ディレクティブオプション)" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "文書化された Python オブジェクトのソースコードへのリンクを含める" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (ロール)" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "GitHub ページにドキュメントを公開するための .nojekyll ファイルを作成する" +#: domains/rst.py:234 +msgid "directive" +msgstr "ディレクティブ" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "有効なパス名を入力してください。" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "ディレクティブオプション" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "何か入力してください。" +#: domains/rst.py:236 +msgid "role" +msgstr "ロール" -#: cmd/quickstart.py:134 +#: domains/rst.py:262 #, python-format -msgid "Please enter one of %s." -msgstr "%sのいずれかを入力してください。 " +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s の記述 %s はすでに %s で使われています" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "'y' または 'n' を入力してください。" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "数式 %s のラベルはすでに %s で使われています" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "ファイルの拡張子を入力してください。例: '.rst' または '.txt'。" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "引用 %s はすでに %s で使われています" -#: cmd/quickstart.py:230 +#: domains/citation.py:92 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Sphinx %s クイックスタートユーティリティへようこそ。" +msgid "Citation [%s] is not referenced." +msgstr "引用 [%s] は参照されていません。" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "以下の設定値を入力してください(Enter キーのみ押した場合、\nかっこで囲まれた値をデフォルト値として受け入れます)。" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:242 +#: domains/changeset.py:33 #, python-format -msgid "Selected root path: %s" -msgstr "選択されたルートパス: %s" +msgid "Changed in version %s" +msgstr "バージョン %s で変更" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "ドキュメントのルートパスを入力してください。" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "バージョン %s で非推奨" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "ドキュメントのルートパス" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "エラー:選択されたルートパスに既存の conf.py が見つかりました。" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "ファイルは%(outdir)sにあります" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart は、既存の Sphinx プロジェクトを上書きしません。" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "バージョン %s での変更はありません" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "新しいルートパスを入力してください(または Enter を押すことで終了します)。" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "概要ファイルを書き出し中..." -#: cmd/quickstart.py:274 -msgid "" -"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 出力用のビルドディレクトリを配置する方法は2つあります。\nルートパス内にある \"_build\" ディレクトリを使うか、\nルートパス内に \"source\" と \"build\" ディレクトリを分ける方法です。" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "組み込み" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "ソースディレクトリとビルドディレクトリを分ける(y / n)" +#: builders/changes.py:81 +msgid "Module level" +msgstr "モジュールレベル" -#: cmd/quickstart.py:287 -msgid "" -"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 "プロジェクトのルートディレクトリに 2つ以上のディレクトリが作成されます。\nカスタマイズしたHTMLテンプレート用の\"_templates\"ディレクトリと、カスタマイズしたスタイルシート等を置く\"_static\"ディレクトリがあります。\nこれらのディレクトリは \"_\" で始まっていますが、別の文字(\".\"など)で始まるように指定できます。" +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "ソースファイルをコピー中..." + +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "Changelog作成中に %r を読み込めませんでした" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "テンプレートと静的ディレクトリの名前プレフィックス" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "プロジェクト名は、ビルドされたドキュメントのいくつかの場所にあります。" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%sビルダー向けの画像形式が見つかりません: %s" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "プロジェクト名" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "ビルド中 [mo]: " -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "著者名(複数可)" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "出力中..." -#: cmd/quickstart.py:309 -msgid "" -"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 には、ソフトウェアに対して \"バージョン\" と \"リリース\" という概念が\nあります。各バージョンは複数のリリースを持つことができます。\n例えば、Python だとバージョンが 2.5 や 3.0 のように分かれているように、\nリリースも 2.5.1 や 3.0a1 のように分けて持つことができます。もしこのような多重構成が必要ない場合は、\n両方を同じ値に設定するだけです。" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "全%d件のpoファイル" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "プロジェクトのバージョン" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "指定された %d 件のpoファイル" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "プロジェクトのリリース" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "更新された %d 件のpoファイル" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "ドキュメントを英語以外の言語で書く場合は、\n 言語コードで言語を選択できます。Sphinx は生成したテキストをその言語に翻訳します。\n\nサポートされているコードのリストについては、\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language を参照してください。" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "全てのソースファイル" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "プロジェクトの言語" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "コマンドラインに指定されたファイル %r がないため, " -#: cmd/quickstart.py:340 +#: builders/__init__.py:343 +#, python-format msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "ソースファイルのファイル名の拡張子。一般的には、\".txt\"または\".rst \"のどちらかです。この拡張子を持つファイルだけがドキュメントとみなされます。" - -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "ソース・ファイルサフィックス" +"file %r given on command line is not under the source directory, ignoring" +msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" -#: cmd/quickstart.py:350 -msgid "" -"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 "1つのドキュメントは、\"コンテンツツリー\"の最上位ノードと\n見なされるという点で特別です。つまり、それはドキュメントにおける階層構造のルートである\nということです。通常、これは \"index\" ですが、\n\"index\" ドキュメントがカスタムテンプレートの場合、これを別のファイル名に設定することもできます。" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "マスター文書の名前(拡張子を除く)" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "コマンドラインで指定された%d件のソースファイル" -#: cmd/quickstart.py:368 +#: builders/__init__.py:383 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "エラー:マスタファイル %s は、選択されたルートパス上で既に存在します。" +msgid "targets for %d source files that are out of date" +msgstr "更新された %d 件のソースファイル" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart は既存のファイルを上書きしません。" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "ビルド中 [%s]: " -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "新しいファイル名を入力するか、既存のファイルの名前を変更してEnterキーを押してください。" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "更新されたファイルを探しています... " -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "次の Sphinx 拡張機能のうちどれを有効にするかを指定します。" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d 件見つかりました" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "注:imgmath と mathjax を同時に有効にすることはできません。 imgmath は未選択になります。" +#: builders/__init__.py:418 +msgid "none found" +msgstr "見つかりませんでした" -#: cmd/quickstart.py:407 -msgid "" -"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 "Makefile と Windows コマンドファイルは生成することができるので、\n後は実行するだけです。例えば、直接 sphinx-build を実行する代わりに `make html` を\n実行します。" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "環境データを保存中" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Makefile を作成しますか? (y/n)" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "整合性をチェック中" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Windows コマンドファイルを作成しますか?(y/n)" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "更新が必要な対象はありませんでした" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "ファイル %s を作成しています。" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "環境データを更新中" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: builders/__init__.py:500 #, python-format -msgid "File %s already exists, skipping." -msgstr "ファイル %s は既に存在しますのでスキップします。" - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "終了:初期ディレクトリ構造が作成されました。" +msgid "%s added, %s changed, %s removed" +msgstr "%s 件追加, %s 件更新, %s 件削除" -#: cmd/quickstart.py:520 +#: builders/__init__.py:537 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "マスターファイル %s を作成して\n他のドキュメントソースファイルを作成します。" - -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "次のように Makefile を使ってドキュメントを作成します。\n make builder" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: cmd/quickstart.py:531 +#: builders/__init__.py:546 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "次のように、ドキュメントを構築するには sphinx-build コマンドを使用してください。\n sphinx-build -b builder %s %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: cmd/quickstart.py:538 +#: builders/__init__.py:557 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "\"builder\" はサポートされているビルダーの 1 つです。 例: html, latex, または linkcheck。" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: cmd/quickstart.py:573 +#: builders/__init__.py:564 +#, python-format 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 "\nSphinx プロジェクトに必要なファイルを生成します。\n\nsphinx-quickstart は、いくつかの質問であなたの\nプロジェクトを生成するためのディレクトリと、sphinx-build と一緒に使える\nサンプルのMakefileを作成してくれるインタラクティブなツールです。\n" - -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "Quiet モード" - -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "project root" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "構成オプション" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "ソースを読み込み中..." -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "記述した場合、ソースとビルドのディレクトリを分割します。" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "書き込むdocname: %s" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "指定された場合、ソースディレクトリの下にビルドディレクトリを作成します。" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "_templates などのドットの置き換え" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "ドキュメントの出力準備中" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "プロジェクトの基本オプション" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "プロジェクト名" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XMLファイルは%(outdir)sにあります。" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "著者名" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "ファイル書き込みエラー %s: %s" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "プロジェクトのバージョン" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "pseudo-XMLファイルは%(outdir)sにあります。" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "プロジェクトのリリース" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML ページは%(outdir)sにあります。" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "ドキュメント言語" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "ドキュメントを1ページにまとめています" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "ソース・ファイルサフィックス" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "書き込み中" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "マスタードキュメント名" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "追加のファイルを出力" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "epubを利用する" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePubファイルは%(outdir)sにあります。" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "拡張オプション" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml を書き込み中..." -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "%s 拡張を有効にする" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "任意の拡張を有効にする" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Makefileとbatファイルの生成オプション" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "makefileを作成する" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "makefileを作成しない" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "batファイルを作成する" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "batファイルを作成しない" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile / make.bat 向けに make-mode を使う" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "プロジェクトテンプレート" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "テンプレートファイルのテンプレートディレクトリ" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"version\" が必要です" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "テンプレート変数の定義" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "無効な css_file %r は無視されました" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" が指定されていますが、 \"project\" または \"author\" のいずれも指定されていません。" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "テキストファイルは%(outdir)sにあります。" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "エラー:指定されたパスはディレクトリではないか、または sphinx ファイルが既に存在します。" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "dummyビルダーはファイルを出力しません" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart は空のディレクトリにのみ生成します。新しいルートパスを指定してください。" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" -#: cmd/quickstart.py:810 +#: builders/linkcheck.py:159 #, python-format -msgid "Invalid template variable: %s" -msgstr "無効なテンプレート変数: %s" +msgid "broken link: %s (%s)" +msgstr "リンクが切れています: %s (%s)" -#: directives/other.py:119 +#: builders/linkcheck.py:562 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree グローブ・パターン %r はどのドキュメントにもマッチしませんでした。" +msgid "Anchor '%s' not found" +msgstr "アンカー '%s' が見つかりません" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:800 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree に除外したドキュメントへの参照が含まれています %r" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" -#: directives/other.py:156 +#: builders/gettext.py:243 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree に存在しないドキュメントへの参照が含まれています %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "メッセージカタログは%(outdir)sにあります。" -#: directives/other.py:169 +#: builders/gettext.py:265 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "toctree で重複したエントリが見つかりました: %s" +msgid "targets for %d template files" +msgstr "指定された %d 件のテンプレートファイル" -#: directives/other.py:203 -msgid "Section author: " -msgstr "この節の作者: " +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "テンプレートの読み込み中..." -#: directives/other.py:205 -msgid "Module author: " -msgstr "モジュールの作者: " +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "メッセージカタログを出力中... " -#: directives/other.py:207 -msgid "Code author: " -msgstr "コードの作者: " +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfoファイルは%(outdir)sにあります。" -#: directives/other.py:209 -msgid "Author: " -msgstr "作者: " +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nmakeinfo コマンドで処理するため、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make info' を使用してください)。" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメントは書き込まれません" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "csv-table ディレクティブの \":file:\" オプションは、絶対パスをソースディレクトリからの相対パスとして認識するようになりました。ドキュメントを更新してください。" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "処理中 %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "デデントによる空白の除去" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "参照を解決しています..." -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "不正な caption です: %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "画像をコピー中... " -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "行番号の指定が範囲外です (1-%d): %r" +msgid "cannot copy image file %r: %s" +msgstr "画像ファイル %r をコピーできません: %s" + +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo 関連ファイルをコピーしています" -#: directives/code.py:216 +#: builders/texinfo.py:218 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\" と \"%s\" のオプションは同時に使用できません" +msgid "error writing file Makefile: %s" +msgstr "Makefile の書き込みエラー: %s" -#: directives/code.py:231 +#: builders/_epub_base.py:223 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "Tocエントリーが重複しています: %s" -#: directives/code.py:235 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" -#: directives/code.py:276 +#: builders/_epub_base.py:467 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "%r という名前のオブジェクトがインクルードファイル %r 内に見つかりません" +msgid "cannot write image file %r: %s" +msgstr "画像ファイル %r を書き込めません: %s" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr " \"lineno-match\" は不連続な \"lines\" に対して使用できません" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillowがインストールされていません。代わりに画像をコピーします" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "指定された %r に一致する行がインクルードファイル %r にありませんでした" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype を書き込み中..." -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "META-INF/container.xml を書き込み中..." + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf を書き込み中..." + +#: builders/_epub_base.py:594 #, python-format -msgid "%b %d, %Y" -msgstr "%Y年%m月%d日" +msgid "unknown mimetype for %s, ignoring" +msgstr "不明なmimetype %sのため無視します" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "索引" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "セクション、トピック、表、訓戒またはサイドバーにないタイトルノードが見つかりました。" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "tox.ncx を書き込み中..." -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "注記" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "ファイル %s を書き込み中..." -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "キャプションは図の中にはありません。" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "マニュアルページは %(outdir)s にあります。" + +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" -#: writers/texinfo.py:1303 +#: builders/manpage.py:64 #, python-format -msgid "unimplemented node type: %r" -msgstr "未実装のノードタイプ: %r" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "設定値 \"man_pages\" が不明なドキュメント %s を参照しています" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/latex/__init__.py:115 #, python-format -msgid "[image: %s]" -msgstr "[画像: %s]" +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeXファイルは%(outdir)sにあります。" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[画像]" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n(pdf)latex コマンドで処理するために、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make latexpdf' を使用してください)。" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" -#: writers/html5.py:431 +#: builders/latex/__init__.py:167 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "%s に numfig_format は定義されていません" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "いくつかの ID が %s ノードに割り当てられていません" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "リリース" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "TeX 関連ファイルをコピーしています" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "追加のファイルをコピーしています" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "ロゴファイル %r がありません" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/latex/__init__.py:529 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "不明な設定値 latex_elements[%r] は無視されました。" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "不明なテーマオプション latex_theme_options[%r] は無視されました。" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" -#: writers/latex.py:386 +#: builders/latex/theming.py:87 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "不明なクラス %r の toplevel_sectioning %r" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r に \"theme\" 設定がありません" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/latex/theming.py:90 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r 言語向けの 既知の Babel オプションはありません" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r に \"%s\" 設定がありません" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: が大きすぎるので無視されます。" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTMLページは%(outdir)sにあります。" -#: writers/latex.py:616 +#: builders/html/__init__.py:337 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "build info ファイルの読み込みに失敗しました: %r" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: writers/latex.py:1228 +#: builders/html/__init__.py:372 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ディメンション単位 %s が無効です。無視されます。" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "総合索引" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "不明なインデックスエントリタイプ %s が見つかりました" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "索引" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "次へ" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "前へ" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "索引を生成中" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "オプション" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "追加のページを出力中" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "ダウンロードファイルをコピー中..." -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "ダウンロードファイル %r をコピーできません: %s" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file 内のファイルのコピーに失敗しました: %s: %r" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "静的ファイルをコピー中" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "静的ファイル %r をコピーできません" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "extraファイルをコピー中" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "extraファイル %r をコピーできませんでした" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "build info ファイル %r の出力に失敗しました" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format +#: builders/html/__init__.py:1004 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "検索インデックスを読み込めず、ドキュメントビルドの一部が不完全です。" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" +"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エラーが発生しました。非アスキー文字を含む設定値は全てUnicode文字列にしてください。" -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの用語参照が矛盾しています。原文: {0}、翻訳: {1}" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:149 -msgid "no translated elements!" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "オブジェクト インベントリを出力" -#: transforms/__init__.py:299 +#: builders/html/__init__.py:1276 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Footnote [%s] は参照されていません。" +msgid "dumping search index in %s" +msgstr "%s の検索インデックスを出力" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "無効な js_file %r は無視されました" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Footnote [#] は参照されていません。" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" -#: util/inventory.py:147 +#: builders/html/__init__.py:1361 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "不明な math_renderer %r が指定されました。" -#: util/inventory.py:166 +#: builders/html/__init__.py:1375 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path %r がoutdir内に配置されます" -#: util/i18n.py:100 +#: builders/html/__init__.py:1380 #, python-format -msgid "reading error: %s, %s" -msgstr "読み取りエラー: %s, %s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path %r が見つかりません" -#: util/i18n.py:113 +#: builders/html/__init__.py:1395 #, python-format -msgid "writing error: %s, %s" -msgstr "書き込みエラー: %s, %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path %r がoutdir内に配置されます" -#: util/i18n.py:146 +#: builders/html/__init__.py:1400 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path %r が見つかりません" -#: util/i18n.py:244 +#: builders/html/__init__.py:1422 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "favicon file %r does not exist" +msgstr "favicon ファイル %r がありません" -#: util/i18n.py:253 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %s" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "スキップしました" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s ドキュメント" -#: util/display.py:87 -msgid "failed" -msgstr "失敗しました" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: util/docutils.py:805 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "unknown node type: %r" -msgstr "不明なノードタイプ: %r" +msgid "%s() (in module %s)" +msgstr "%s() (%s モジュール)" -#: util/fileutil.py:76 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s モジュール)" -#: util/fileutil.py:89 +#: domains/python/__init__.py:174 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (組み込み変数)" -#: util/docfields.py:103 +#: domains/python/__init__.py:209 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (組み込みクラス)" -#: util/rst.py:73 +#: domains/python/__init__.py:210 #, python-format -msgid "default role %s not found" -msgstr "デフォルトのロール %s が見つかりません" +msgid "%s (class in %s)" +msgstr "%s (%s のクラス)" -#: util/nodes.py:462 +#: domains/python/__init__.py:275 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s のクラスメソッド)" -#: util/nodes.py:523 +#: domains/python/__init__.py:277 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree に存在しないファイルへの参照が含まれています %r" +msgid "%s() (%s static method)" +msgstr "%s() (%s の静的メソッド)" -#: util/nodes.py:739 +#: domains/python/__init__.py:430 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" +msgid "%s (%s property)" +msgstr "%s (%s のプロパティ)" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "前のページからの続き" +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "次のページに続く" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Pythonモジュール索引" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "アルファベット以外" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "モジュール" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "記号" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "非推奨" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "番号" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "例外" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "ページ" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "クラスメソッド" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "リリース" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "の静的メソッド" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "リモート画像を取得できませんでした: %s [%s]" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "プロパティ" -#: transforms/post_transforms/images.py:96 +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:804 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "リモート画像を取得できませんでした: %s [%d]" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: transforms/post_transforms/images.py:143 +#: domains/python/__init__.py:974 #, python-format -msgid "Unknown image format: %s..." -msgstr "不明な画像フォーマット: %s..." +msgid "more than one target found for cross-reference %r: %s" +msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "相互参照用のフォールバックテキストを決定できませんでした。バグかもしれません。" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (非推奨)" -#: transforms/post_transforms/__init__.py:233 +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "パラメータ" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "変数" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "例外" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "'any' クロスリファレンス %r のターゲットが1つ以上みつかりました。 %s に参照を設定します。" +msgid "environment variable; %s" +msgstr "環境変数; %s" -#: transforms/post_transforms/__init__.py:291 +#: domains/std/__init__.py:116 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s 参照先が見つかりません: %s" +msgid "%s; configuration value" +msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "タイプ" + +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "デフォルト" + +#: domains/std/__init__.py:239 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r 参照先が見つかりません: %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "不正なオプションの説明 %r は、\"opt\"、\"-opt args\"、\"--opt args\"、\"/opt args\" または \"+opt args\" のようになります。" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "割り込まれました!" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s コマンドラインオプション" + +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "コマンドラインオプション" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "用語集の前に空行が必要です" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "用語集の用語は空行で区切ってはいけません" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "用語集のフォーマットが間違っているようです。インデントを確認してください" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "用語集の項目" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "文法トークン" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "参照ラベル" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "環境変数" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "次期バージョンでのエラーメッセージ改善のために、ユーザーエラーの場合にも報告してください。" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "プログラムオプション" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "サイドバーをたたむ" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "document" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ナビゲーション" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "モジュール索引" -#: themes/basic/layout.html:115 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "検索ページ" + +#: domains/std/__init__.py:858 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s 内を検索" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "%s の記述 %s はすでに %s で使われています" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "このドキュメントについて" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig は無効です。:numref: は無視されます。" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "検索" +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "クロスリファレンスの作成に失敗しました。番号が割り当てられていません: %s" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "著作権" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "リンクにキャプションがありません: %s" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: domains/std/__init__.py:1154 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +msgid "invalid numfig_format: %s (%r)" +msgstr "無効な numfig_format: %s (%r)" -#: themes/basic/layout.html:201 +#: domains/std/__init__.py:1158 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "最終更新: %(last_updated)s" +msgid "invalid numfig_format: %s" +msgstr "無効な numfig_format: %s" -#: themes/basic/layout.html:204 +#: domains/std/__init__.py:1454 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "undefined label: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "前のトピックへ" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "前の章へ" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "次のトピックへ" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "次の章へ" - -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:1457 #, python-format -msgid "Index – %(key)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "総索引" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "このページ" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "ソースコードを表示" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "戻り値" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "クイック検索" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "のメンバ変数" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "検索" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "変数" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "概要" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "のマクロ" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Welcome! This is" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "the documentation for" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "union" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "最終更新" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "列挙型" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "索引と表一覧:" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "総合目次" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "のデータ型" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "章/節一覧" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "関数パラメータ" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "検索ページ" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "テンプレートパラメータ" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "ドキュメントを検索" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "モジュール総索引" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "全モジュール早見表" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "コンセプト" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "総合索引" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "テンプレート・パラメータ" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "関数、クラスおよび用語総覧" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "コンテンツ" #: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 #: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 @@ -2916,13 +3270,26 @@ msgstr "目次" msgid "Search %(docstitle)s" msgstr "%(docstitle)s 内を検索" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "頭文字別索引" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "前のトピックへ" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "前の章へ" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "次のトピックへ" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "大きい場合があるので注意" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "次の章へ" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "検索" #: themes/basic/search.html:20 msgid "" @@ -2940,455 +3307,308 @@ msgstr "複数の単語を検索すると、次を含む一致のみが表示さ msgid "search" msgstr "検索" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "コンテンツ" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "検索結果" - -#: themes/basic/static/searchtools.js:134 -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 "検索した文字列はどの文書にも見つかりませんでした。すべての単語が正確に記述されているか、あるいは、十分なカテゴリーが選択されているか確認してください。" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "検索中" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "検索を準備しています..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", in " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "検索結果を隠す" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "バージョン %(version)s の変更点 — %(docstitle)s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "このページ" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "ソースコードを表示" -#: themes/basic/changes/versionchanges.html:17 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "バージョン %(version)s の変更点(このリストは自動生成されています)" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "ライブラリに関する変更" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API に関する変更" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "その他の変更" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "サイドバーを展開" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +msgid "Index – %(key)s" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "パラメータ" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "変数" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "例外" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s モジュール)" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s モジュール)" - -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (組み込み変数)" - -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (組み込みクラス)" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "総索引" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (%s のクラス)" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ナビゲーション" -#: domains/python/__init__.py:275 +#: themes/basic/layout.html:115 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s のクラスメソッド)" +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s 内を検索" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s の静的メソッド)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "このドキュメントについて" -#: domains/python/__init__.py:430 -#, python-format -msgid "%s (%s property)" -msgstr "%s (%s のプロパティ)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "著作権" -#: domains/python/__init__.py:470 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s (type alias in %s)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Pythonモジュール索引" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "モジュール" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "非推奨" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "例外" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "クラスメソッド" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "の静的メソッド" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "プロパティ" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "最終更新: %(last_updated)s" -#: domains/python/__init__.py:804 +#: themes/basic/layout.html:204 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "クイック検索" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (非推奨)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "検索" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "概要" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "テンプレートパラメータ" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Welcome! This is" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "the documentation for" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "戻り値" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "最終更新" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "union" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "索引と表一覧:" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "のメンバ変数" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "総合目次" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "章/節一覧" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "のデータ型" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "ドキュメントを検索" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "コンセプト" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "モジュール総索引" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "列挙型" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "全モジュール早見表" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "関数、クラスおよび用語総覧" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "関数パラメータ" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "頭文字別索引" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "テンプレート・パラメータ" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "大きい場合があるので注意" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "サイドバーをたたむ" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "サイドバーを展開" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "変数" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "検索結果を隠す" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "のマクロ" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "検索結果" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "struct" +#: themes/basic/static/searchtools.js:134 +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 "検索した文字列はどの文書にも見つかりませんでした。すべての単語が正確に記述されているか、あるいは、十分なカテゴリーが選択されているか確認してください。" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "環境変数; %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "検索中" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "タイプ" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "検索を準備しています..." -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "デフォルト" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", in " -#: domains/std/__init__.py:239 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "不正なオプションの説明 %r は、\"opt\"、\"-opt args\"、\"--opt args\"、\"/opt args\" または \"+opt args\" のようになります。" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "バージョン %(version)s の変更点 — %(docstitle)s" -#: domains/std/__init__.py:319 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s command line option" -msgstr "%s コマンドラインオプション" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "コマンドラインオプション" - -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "用語集の前に空行が必要です" - -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "用語集の用語は空行で区切ってはいけません" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "用語集のフォーマットが間違っているようです。インデントを確認してください" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "バージョン %(version)s の変更点(このリストは自動生成されています)" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "用語集の項目" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "ライブラリに関する変更" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "文法トークン" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API に関する変更" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "参照ラベル" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "その他の変更" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "環境変数" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "前のページからの続き" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "プログラムオプション" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "次のページに続く" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "document" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "アルファベット以外" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "モジュール索引" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "記号" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "%s の記述 %s はすでに %s で使われています" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "番号" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig は無効です。:numref: は無視されます。" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "ページ" -#: domains/std/__init__.py:1124 +#: environment/collectors/asset.py:98 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "クロスリファレンスの作成に失敗しました。番号が割り当てられていません: %s" +msgid "image file not readable: %s" +msgstr "画像ファイルが読み込めません: %s" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:126 #, python-format -msgid "the link has no caption: %s" -msgstr "リンクにキャプションがありません: %s" +msgid "image file %s not readable: %s" +msgstr "画像ファイル %s が読み込めません: %s" -#: domains/std/__init__.py:1153 +#: environment/collectors/asset.py:165 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "無効な numfig_format: %s (%r)" +msgid "download file not readable: %s" +msgstr "ダウンロードファイルが読み込めません: %s" -#: domains/std/__init__.py:1157 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s" -msgstr "無効な numfig_format: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "see %s" +msgstr "%sを参照" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "see also %s" +msgstr "%sも参照" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "無効な値セット (終了括弧がありません): %s" +msgid "unknown index entry type %r" +msgstr "不明なインデックスエントリタイプ %r" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "無効な値セット (開始括弧がありません): %s" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "循環参照している toctree が検出されましたので無視します: %s <- %s" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:360 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "不正な文字列リテラル (終了引用符がありません): %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree にはタイトルのないドキュメント %r への参照が含まれています: リンクは生成されません" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "不正な文字列リテラル (開始引用符がありません): %s" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "サンプル" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "サンプル" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "キーワード引数" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "メモ" +msgid "toctree contains reference to non-included document %r" +msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "その他のパラメータ" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" +msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "受け取る" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "相互参照用のフォールバックテキストを決定できませんでした。バグかもしれません。" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "参照" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'any' クロスリファレンス %r のターゲットが1つ以上みつかりました。 %s に参照を設定します。" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "警告" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s 参照先が見つかりません: %s" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "列挙" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r 参照先が見つかりません: %s" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" -msgstr "モックオブジェクトが検出されました: %r" +msgid "Could not fetch remote image: %s [%s]" +msgstr "リモート画像を取得できませんでした: %s [%s]" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" -msgstr "%sの別名です。" +msgid "Could not fetch remote image: %s [%d]" +msgstr "リモート画像を取得できませんでした: %s [%d]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "ベースクラス: %s" +msgid "Unknown image format: %s..." +msgstr "不明な画像フォーマット: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3432,214 +3652,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 名の \"::\" は意味がありません" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "ファイル %s を作成したものとします。" - -#: ext/apidoc/_cli.py:28 -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 "\n 内を再帰的に調べてPython のモジュールとパッケージ、\n後は1つのreST ファイルを 内にあるパッケージ毎の automodule ディレクティブに作成します。\n\n は、ファイル、またはディレクトリ、または両方のパターンを\n生成処理から除外することができます。\n\n注:デフォルトでは、このスクリプトはすでに作成されているファイルを上書きしません。" - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "ドキュメントへのモジュールパス" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "生成処理から除外するための、ファイル、ディレクトリ、または両方のパターンを記した fnmatch-style 形式" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "すべての生成データを配置するディレクトリ" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "目次に表示するサブモジュールの最大深度 (デフォルト: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "存在するファイルは上書きする" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "シンボリックリンクをたどります。collective.recipe.omeletteと組み合わせると強力です。" - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "ファイルを作成せずにスクリプトを実行する" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "各モジュールのドキュメントをそれぞれのページに配置する" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" モジュールを含めます。" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "目次のファイル名 (デフォルト: モジュール)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "目次ファイルを生成しない" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "module/package パッケージの見出しを生成しない (例: docstring にすでにそれらが含まれている場合など)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "サブモジュールのドキュメントの前に、モジュールのドキュメントを置く" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "PEP-0420 暗黙の名前空間の指定に従って、モジュールパスを解釈する" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "ファイルの拡張子 (デフォルト: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart を使って完全なプロジェクトを生成する" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "module_pathを sys.path に追加します。--full が与えられたときに使用されます。" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "プロジェクト名 (デフォルト: ルートモジュール名)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "プロジェクト著者名(複数可)。--full が与えられたときに使用されます。" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "プロジェクトバージョン。--full が与えられたときに使用されます。" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "プロジェクトのリリースバージョン。--full が与えられたときに使用されます。デフォルトは --doc-version" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "拡張オプション" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s はディレクトリではありません。" - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "モックオブジェクトが検出されました: %r" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "alias of %s" +msgstr "%sの別名です。" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "Bases: %s" +msgstr "ベースクラス: %s" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary は除外したドキュメント %r を参照しています。無視されます。" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: stubファイルが見つかりません%r。autosummary_generate設定を確認してください。" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "キャプション付きオートサマリーには :toctree: オプションが必要です。" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "%sオブジェクトをインポートできませんでした " -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: ファイルが見つかりません: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3712,129 +3789,215 @@ msgid "" "%(default)s)" msgstr "モジュール __all__ 属性に含まれるメンバーのみを対象としたドキュメントを作成します。(デフォルト: %(default)s)" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary は除外したドキュメント %r を参照しています。無視されます。" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: stubファイルが見つかりません%r。autosummary_generate設定を確認してください。" +msgid "Failed to remove %s: %s" +msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "キャプション付きオートサマリーには :toctree: オプションが必要です。" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" -msgstr "%sオブジェクトをインポートできませんでした " +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: ファイルが見つかりません: %s" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "Would create file %s." +msgstr "ファイル %s を作成したものとします。" -#: ext/intersphinx/_load.py:324 +#: ext/apidoc/_cli.py:28 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" +"\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 "\n 内を再帰的に調べてPython のモジュールとパッケージ、\n後は1つのreST ファイルを 内にあるパッケージ毎の automodule ディレクティブに作成します。\n\n は、ファイル、またはディレクトリ、または両方のパターンを\n生成処理から除外することができます。\n\n注:デフォルトでは、このスクリプトはすでに作成されているファイルを上書きしません。" + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ドキュメントへのモジュールパス" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "生成処理から除外するための、ファイル、ディレクトリ、または両方のパターンを記した fnmatch-style 形式" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "すべての生成データを配置するディレクトリ" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "目次に表示するサブモジュールの最大深度 (デフォルト: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "存在するファイルは上書きする" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "シンボリックリンクをたどります。collective.recipe.omeletteと組み合わせると強力です。" + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "ファイルを作成せずにスクリプトを実行する" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "各モジュールのドキュメントをそれぞれのページに配置する" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" モジュールを含めます。" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "目次のファイル名 (デフォルト: モジュール)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "目次ファイルを生成しない" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "module/package パッケージの見出しを生成しない (例: docstring にすでにそれらが含まれている場合など)" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "サブモジュールのドキュメントの前に、モジュールのドキュメントを置く" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "PEP-0420 暗黙の名前空間の指定に従って、モジュールパスを解釈する" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" + +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "ファイルの拡張子 (デフォルト: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart を使って完全なプロジェクトを生成する" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "module_pathを sys.path に追加します。--full が与えられたときに使用されます。" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "プロジェクト名 (デフォルト: ルートモジュール名)" + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "プロジェクト著者名(複数可)。--full が与えられたときに使用されます。" + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "プロジェクトバージョン。--full が与えられたときに使用されます。" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "プロジェクトのリリースバージョン。--full が与えられたときに使用されます。デフォルトは --doc-version" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "拡張オプション" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx インベントリは移動しました: %s -> %s" +msgid "%s is not a directory." +msgstr "%s はディレクトリではありません。" #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3876,445 +4039,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "%s のシグネチャをフォーマット中にエラーが発生しました: %s" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "%s の関数シグネチャの取得に失敗しました: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r のシグネチャの更新に失敗しました: パラメータが見つかりません: %s。" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "%rのtype_commentを解析できませんでした: %s" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "無効な __slots__ が %s で見つかりました。無視されました。" - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "%s のコンストラクタ署名の取得に失敗しました: %s" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s のメソッド・シグネチャの取得に失敗しました: %s" - -#: ext/autodoc/_dynamic/_signatures.py:500 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to get a signature for %s: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r の既定の引数値の解析に失敗しました: %s。" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "members: オプションで指定された属性がありません: モジュール %s、属性 %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "オブジェクト %s に属性 %s がありません" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s)のエイリアスです。" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTMLページは%(outdir)sにあります。" - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to read build info file: %r" -msgstr "build info ファイルの読み込みに失敗しました: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "索引" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "次へ" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "前へ" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "索引を生成中" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "追加のページを出力中" - -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "ダウンロードファイルをコピー中..." - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "ダウンロードファイル %r をコピーできません: %s" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:871 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "html_static_file 内のファイルのコピーに失敗しました: %s: %r" - -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "静的ファイルをコピー中" - -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "静的ファイル %r をコピーできません" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "extraファイルをコピー中" - -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "extraファイル %r をコピーできませんでした" - -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" -msgstr "build info ファイル %r の出力に失敗しました" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx インベントリは移動しました: %s -> %s" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "検索インデックスを読み込めず、ドキュメントビルドの一部が不完全です。" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "キーワード引数" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" +msgid "invalid value set (missing closing brace): %s" +msgstr "無効な値セット (終了括弧がありません): %s" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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エラーが発生しました。非アスキー文字を含む設定値は全てUnicode文字列にしてください。" +msgid "invalid value set (missing opening brace): %s" +msgstr "無効な値セット (開始括弧がありません): %s" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "" +msgid "malformed string literal (missing closing quote): %s" +msgstr "不正な文字列リテラル (終了引用符がありません): %s" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " +msgid "malformed string literal (missing opening quote): %s" +msgstr "不正な文字列リテラル (開始引用符がありません): %s" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "オブジェクト インベントリを出力" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "サンプル" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "%s の検索インデックスを出力" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "サンプル" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "無効な js_file %r は無視されました" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "メモ" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "その他のパラメータ" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "不明な math_renderer %r が指定されました。" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "受け取る" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path %r がoutdir内に配置されます" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "参照" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path %r が見つかりません" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "警告" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path %r がoutdir内に配置されます" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "列挙" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path %r が見つかりません" +msgid "error while formatting signature for %s: %s" +msgstr "%s のシグネチャをフォーマット中にエラーが発生しました: %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" -msgstr "ロゴファイル %r がありません" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon ファイル %r がありません" +msgid "Failed to get a function signature for %s: %s" +msgstr "%s の関数シグネチャの取得に失敗しました: %s" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r の既定の引数値の解析に失敗しました: %s。" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r のシグネチャの更新に失敗しました: パラメータが見つかりません: %s。" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%s %s documentation" -msgstr "%s %s ドキュメント" +msgid "Failed to parse type_comment for %r: %s" +msgstr "%rのtype_commentを解析できませんでした: %s" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r に \"theme\" 設定がありません" +msgid "error while formatting arguments for %s: %s" +msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r に \"%s\" 設定がありません" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s のコンストラクタ署名の取得に失敗しました: %s" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "%s のメソッド・シグネチャの取得に失敗しました: %s" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeXファイルは%(outdir)sにあります。" - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\n(pdf)latex コマンドで処理するために、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make latexpdf' を使用してください)。" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "TeX 関連ファイルをコピーしています" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "追加のファイルをコピーしています" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "無効な __slots__ が %s で見つかりました。無視されました。" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "不明な設定値 latex_elements[%r] は無視されました。" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "不明なテーマオプション latex_theme_options[%r] は無視されました。" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "members: オプションで指定された属性がありません: モジュール %s、属性 %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "image file not readable: %s" -msgstr "画像ファイルが読み込めません: %s" +msgid "missing attribute %s in object %s" +msgstr "オブジェクト %s に属性 %s がありません" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file %s not readable: %s" -msgstr "画像ファイル %s が読み込めません: %s" +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s)のエイリアスです。" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" -msgstr "ダウンロードファイルが読み込めません: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "割り込まれました!" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "循環参照している toctree が検出されましたので無視します: %s <- %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree にはタイトルのないドキュメント %r への参照が含まれています: リンクは生成されません" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "%sを参照" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "%sも参照" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "不明なインデックスエントリタイプ %r" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "次期バージョンでのエラーメッセージ改善のために、ユーザーエラーの場合にも報告してください。" diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.mo b/sphinx/locale/ka/LC_MESSAGES/sphinx.mo index 7d9fd37e013..68e665fe027 100644 Binary files a/sphinx/locale/ka/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ka/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.po b/sphinx/locale/ka/LC_MESSAGES/sphinx.po index 0e9d22ca9d6..b945c4273e3 100644 --- a/sphinx/locale/ka/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian (http://app.transifex.com/sphinx-doc/sphinx-1/language/ka/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ka\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" @@ -53,90 +53,165 @@ msgstr "არასწორი PEP ნომერი %s" msgid "invalid RFC number %s" msgstr "არასწორი RFC ნომერი %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer-ის სახელი %r უცნობია" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "პარამეტრი %s.%s თემის კონფიგურაციებში აღმოჩენილი არაა" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "კონფიგურაციის საქაღალდე ფაილს conf.py არ შეიცავს (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "თემის პარამეტრი %r მხარდაჭერილი არაა" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "ლექსიკონის კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება (ინდივიდუალური ელემენტების დასაყენებლად გამოიყენეთ %r)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "რიცხვი %r კონფიგურაციის მნიშვნელობისთვის %r არასწორია. ის გამოტოვებული იქნება" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "მხარდაუჭერელი ტიპის მქონე კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "გადაფარვაში მითითებული კონფიგურაციის მნიშვნელობა %r უცნობია. ის გამოტოვებული იქნება" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "კონფიგურაციის მნიშვნელობა %r უკვე არსებობს" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "აღმოჩენილია არასწორი კონფიგურაციის მნიშვნელობა: 'language = None'. განაახლეთ კონფიგურაცია და მიუთითეთ სწორი ენა. გადაირთვება 'en'-ზე (ინგლისური)." + +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "თქვენს კონფიგურაციის ფაილში აღმოჩენილია შეცდომა: %s\n" -#: theming.py:320 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "კონფგურაციის ფაილმა (ან მოდულმა, რომელის მან შემოიტანა) sys.exit() გამოიძახა" + +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "თქვენს კონფიგურაციის ფაილში პროგრამირებადი შეცდომაა:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Section %s" +msgstr "სექცია %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "ნახ. %s" -#: theming.py:376 +#: config.py:687 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Table %s" +msgstr "ცხრილი %s" -#: project.py:72 +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "ჩამონათვალი %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "კონფიგურაციის მნიშვნელობა `{name}` შეიძლება იყოს ერთ-ერთ სიიდან `{candidates}`, თქვენ კი `{current}` მიუთითეთ." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, მე კი {permitted}-ს ველოდებოდი." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, ნაგულისხმებია `{default.__name__}`." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ვერ ვიპოვე. ის გამოტოვებული იქნება." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "პროექტს გაფართოების %s ვერსია მინიმუმ %s სჭირდება და ამიტომ ჩატვირთული ვერსიით (%s) აგებული ვერ იქნება." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer-ის სახელი %r უცნობია" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "პროექტს Sphinx-ის მინიმალური v%s msgid "making output directory" msgstr "გამოტანის საქაღალდის შექმნა" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "გაფართოების %s მორგებისას:" @@ -227,7 +302,7 @@ msgstr "'setup', როგორც ის conf.py-შია ამჟამა msgid "loading translations [%s]... " msgstr "თარგმანების ჩატვირთვა [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "შესრულებულია" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური წაკითხვისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s გაფართოება პარალელური წაკითხვისთვის უსაფრთხო არაა" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1388 +396,980 @@ msgid "" "explicit" msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური ჩაწერისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s გაფართოება პარალელური ჩაწერისთვის უსაფრთხო არაა" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "ვაკეთებ სერიულს %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "ამგებ კლასს %s \"name\" ატრიბუტი არ გააჩნია" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "ამგები %r უკვე არსებობს (მოდულში %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "ამგების სახელი %s რეგისტრირებული არაა ან შესვლის წერტილში ხელმისაწვდომი არაა" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "ამგების სახელი %s რეგისტრირებული არაა" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "დომენი %s უკვე რეგისტრირებულია" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "დომენის %s ჯერ რეგისტრირებული არაა" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r დირექტივა დომენისთვის %s უკვე რეგისტრირებულია" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r როლი დომენისთვის %s უკვე რეგისტრირებულია" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r ინდექსი დომენისთვის %s უკვე რეგისტრირებულია" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "%r ობიექტის ტიპი უკვე რეგისტრირებულია" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r ჯვარედინი მიმართვის ტიპი უკვე რეგისტრირებულია" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r უკვე რეგისტრირებულია" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser %r-სთვის უკვე რეგისტრირებულია" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "წყაროს დამმუშავებელი %s-სთვის რეგისტრირებული არაა" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "მთარგმნელი %r-სთვის უკვე არსებობს" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwarg-ები add_node()-სთვის (შემომავალი, გამავალი) ფუნქციის კორტეჟი უნდა იყოს: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r უკვე რეგისტრირებულია" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "მათემატიკის რენდერერი %s უკვე რეგისტრირებულია" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "გაფართოება %r %s ვერსიის შემდეგ Sphinx-ის ნაწილია. გაფართოება გამოტოვებულია." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "საწყისი გამონაკლისი:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "გაფართოების (%s) შემოტანა შეუძლებელია" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "გაფართოებას %r ფუნქცია setup() არ აქვს. დარწმუნებული ბრძანდებით, რომ ეს ნამდვილად Sphinx-ის გაფართოების მოდულია?" -#: registry.py:567 +#: registry.py:574 #, 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 სჭირდება. ამიტომ მას ამ ვერსიით ვერ ააგებთ." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "გაფართოებამ %r setup() ფუნქციიდან მხარდაუჭერელი ობიექტი დააბრუნა. მან ან არაფერი, ან მეტამონაცემების ლექსიკონი უნდა დააბრუნოს" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "კონფიგურაციის საქაღალდე ფაილს conf.py არ შეიცავს (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "ლექსიკონის კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება (ინდივიდუალური ელემენტების დასაყენებლად გამოიყენეთ %r)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "რიცხვი %r კონფიგურაციის მნიშვნელობისთვის %r არასწორია. ის გამოტოვებული იქნება" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "მხარდაუჭერელი ტიპის მქონე კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "პარამეტრი %s.%s თემის კონფიგურაციებში აღმოჩენილი არაა" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "გადაფარვაში მითითებული კონფიგურაციის მნიშვნელობა %r უცნობია. ის გამოტოვებული იქნება" +msgid "unsupported theme option %r given" +msgstr "თემის პარამეტრი %r მხარდაჭერილი არაა" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:504 -#, python-format -msgid "Config value %r already present" -msgstr "კონფიგურაციის მნიშვნელობა %r უკვე არსებობს" - -#: config.py:541 +#: theming.py:258 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "აღმოჩენილია არასწორი კონფიგურაციის მნიშვნელობა: 'language = None'. განაახლეთ კონფიგურაცია და მიუთითეთ სწორი ენა. გადაირთვება 'en'-ზე (ინგლისური)." - -#: config.py:599 +#: theming.py:298 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "თქვენს კონფიგურაციის ფაილში აღმოჩენილია შეცდომა: %s\n" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "კონფგურაციის ფაილმა (ან მოდულმა, რომელის მან შემოიტანა) sys.exit() გამოიძახა" +msgid "The %r theme has circular inheritance" +msgstr "" -#: config.py:611 +#: theming.py:306 #, python-format msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "თქვენს კონფიგურაციის ფაილში პროგრამირებადი შეცდომაა:\n\n%s" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:633 +#: theming.py:312 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:340 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:665 +#: theming.py:365 theming.py:418 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:686 +#: theming.py:369 #, python-format -msgid "Section %s" -msgstr "სექცია %s" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: config.py:687 +#: theming.py:373 theming.py:421 #, python-format -msgid "Fig. %s" -msgstr "ნახ. %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:688 +#: theming.py:377 #, python-format -msgid "Table %s" -msgstr "ცხრილი %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:689 +#: theming.py:396 #, python-format -msgid "Listing %s" -msgstr "ჩამონათვალი %s" - -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "კონფიგურაციის მნიშვნელობა `{name}` შეიძლება იყოს ერთ-ერთ სიიდან `{candidates}`, თქვენ კი `{current}` მიუთითეთ." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, მე კი {permitted}-ს ველოდებოდი." +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:846 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, ნაგულისხმებია `{default.__name__}`." +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r ვერ ვიპოვე. ის გამოტოვებული იქნება." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:892 +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" + +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" + +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "ახალი კონფიგურაცია" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "კონფიგურაცია შეიცვალა" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "გაფართოებები შეიცვალა" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "აგების გარემოს ვერსია მიმდინარე არაა" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "საწყისი საქაღალდე შეიცვალა" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "გარემო არჩეულ ამგებთან თავსებადი არაა. აირჩიეთ სხვა დოკუმენტების ხის საქაღალდე." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s-ში დოკუმენტების სკანირება შეუძლებელია: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "დომენი %r რეგისტრირებული არაა" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "დოკუმენტი არც ერთ სარჩევის ხეში ჩასმული არაა" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "აღმოჩენილია თვითმიმართვადი სარჩევის ხე. გამოტოვებულია." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "ყურადღება" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "გაფრთხილება" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "მოდულის კოდის გამოკვეთა... " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "საფრთხე" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "შეცდომა" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "მოდულის კოდი" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "მინიშნება" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "" -#: locale/__init__.py:234 -msgid "Important" -msgstr "მნიშვნელოვანი" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "გადახედვა: მოდულის კოდი" -#: locale/__init__.py:235 -msgid "Note" -msgstr "ნოტი" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "ასევე იხილეთ" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "სექცია \"%s\" მიიღებს ჭდეს \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "რჩევა" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "დუბლირებული ჭდე %s. სხვა აღწერა %s-შია" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "ყურადღება" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo-ის ფაილების საქაღალდეა %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "კონფიგურაციის პარამეტრის \"texinfo_documents\" მნიშვნელობა მითითებული არაა. დოკუმენტების ჩაწერი არ იქნება" - -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" კონფიგურაციის პარამეტრი მიუთითებს უცნობ დოკუმენტზე %s" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "დამუშავება %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "ჩაწერა" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "მიმართვების ამოხსნა..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "განრიგის სია" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " ( " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "გამოსახულებების კოპირება... " +#: ext/todo.py:152 +msgid "<>" +msgstr "<<საწყისი ჩანაწერი>>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "გამოსახულების ფაილის %r კოპირების შეცდომა: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "მიმდინარეობს Texinfo-ის მხარდაჭერის ფაილების კოპირება" +#: ext/todo.py:166 +msgid "original entry" +msgstr "საწყისი ჩანაწერი" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "შეცდომა Makefile-ის ჩაწერისას: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "სახელმძღვანელოს გვერდების საქაღალდეა %(outdir)s." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "გარე Graphviz ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "\"graphviz\" დირექტივა, რომელსაც შემცველობა არ აქვს, იგნორირებულია." -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" პარამეტრის მნიშვნელობა უცნობ დოკუმენტზე %s მიუთითებს" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML გვერდის საქაღალდეა %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "ერთი დოკუმენტის აწყობა" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "დამატებითი ფაილების ჩაწერა" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "სულელი ამგები, რომელიც ფაილებს არ აგენერირებს." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "შეტყობინების კატალოგების საქაღალდეა %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "აგება [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "%d ნიმუშის ფაილის სამიზნეები" +msgid "dot code %r: %s" +msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "ნიმუშების კითხვა... " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[გრაფიკი: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "შეტყობინების კატალოგების ჩაწერა... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[გრაფიკი]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "გაფუჭებული ბმული: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "მიმაგრება '%s' ვერ ვიპოვე" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "display latex %r: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "EPub ფაილი %(outdir)s-შია." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml ფაილის ჩაწერა..." - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_language\" (ან \"language\") EPUB3-სთვის ცარიელი არ უნდა ყოფილიყო" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_uid\" EPUB3-სთვის XML NAME უნდა იყოს" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_title\" (ან \"html_title\") EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_author\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_contributor\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_description\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +msgid "inline latex %r: %s" +msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_publisher\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_copyright\" (ან \"copyright\") EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' სწორი პარამეტრი არაა." -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_identifier\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' სწორი pyversion-ის პარამეტრი არაა" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"version\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "არასწორი TestCode ტიპი" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/doctest.py:297 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "არასწორი css_file: %r. გამოტოვება" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: builders/xml.py:29 +#: ext/doctest.py:451 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML ფაილების საქაღალდეა %(outdir)s." +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/doctest.py:568 #, python-format -msgid "error writing file %s: %s" -msgstr "შეცდომა '%s' ფაილის ჩაწერისას: %s" +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "ფსევდო-XML ფაილებს საქაღალდეა %(outdir)s." +msgid "invalid regex %r in %s" +msgstr "არასწორი რეგულარული გამოსახულება %r %s-ში" -#: builders/_epub_base.py:223 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" +msgid "module %s could not be imported: %s" +msgstr "" -#: builders/_epub_base.py:436 +#: ext/coverage.py:148 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "გამოსახულების ფაილი %r ვერ წავიკითხე: ის, სამაგიეროდ, დაკოპირდება" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/_epub_base.py:467 +#: ext/coverage.py:158 #, python-format -msgid "cannot write image file %r: %s" -msgstr "გამოსახულების ფაილის %r ჩაწერის შეცდომა: %s" - -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow ვერ ვიპოვე - სურათის ფაილების კოპირება" - -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "mimetype ფაილის ჩაწერა..." - -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "მიმდინარეობს META-INF/container.xml ფაილის ჩაწერა..." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "content.opf ფაილის ჩაწერა..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" -#: builders/_epub_base.py:594 +#: ext/coverage.py:187 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "უცნობი mimetype ფაილისთვის %s. გამოტოვება" - -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "toc.ncx ფაილის ჩაწერა..." - -#: builders/_epub_base.py:802 +#: ext/coverage.py:260 #, python-format -msgid "writing %s file..." -msgstr "%s ფაილის ჩაწერა..." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: builders/text.py:27 +#: ext/coverage.py:452 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "ტექსტური ფაილების საქაღლდეა %(outdir)s." +msgid "undocumented python function: %s :: %s" +msgstr "" -#: builders/__init__.py:229 +#: ext/coverage.py:473 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/__init__.py:237 +#: ext/coverage.py:492 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "აგება [mo]: " +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "გამოტანის ჩაწერა... " +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "სულ %d po ფაილი" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/__init__.py:302 +#: transforms/__init__.py:258 #, python-format -msgid "targets for %d po files that are specified" -msgstr "%d po ფაილისთვის სამიზნე მითითებული არაა" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: builders/__init__.py:314 +#: transforms/__init__.py:300 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d po ფაილისთვის სამიზნე მოძველებულია" +msgid "Footnote [%s] is not referenced." +msgstr "ნაკვალევი [%s] მიმართული არაა." -#: builders/__init__.py:324 -msgid "all source files" -msgstr "ყველა კოდის ფაილი" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "" -#: builders/__init__.py:335 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r არ არსებობს. " +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "ნაკვალევი [#] მიმართული არაა." -#: builders/__init__.py:342 -#, python-format +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r კოდის საქაღალდეში არაა. გამოტოვება" - -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r სწორი დოკუმენტი არაა. გამოტოვება" - -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "ბრძანების სტრიქონში მითითებულია %d კოდის ფაილი" - -#: builders/__init__.py:382 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d კოდის ფაილის სამიზნე მოძველებულია" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "მოძველებული ფაილების ძებნა... " +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" -msgstr "ნაპოვნია %d" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:417 -msgid "none found" -msgstr "არაფერია ნაპოვნი" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "დამჟავების გარემო" +#: environment/__init__.py:89 +msgid "new config" +msgstr "ახალი კონფიგურაცია" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "თანმიმდევრულობის შემოწმება" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "კონფიგურაცია შეიცვალა" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "მოძველებული სამიზნეები აღმოჩენილი არაა." +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "გაფართოებები შეიცვალა" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "გარემოს განახლება: " +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "აგების გარემოს ვერსია მიმდინარე არაა" -#: builders/__init__.py:499 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s დაემატა, %s შეიცვალა, %s წაიშალა" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "საწყისი საქაღალდე შეიცვალა" -#: builders/__init__.py:536 +#: environment/__init__.py:350 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:545 +#: environment/__init__.py:355 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:556 +#: environment/__init__.py:361 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: environment/__init__.py:404 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" - -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "წყაროების კითხვა... " +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "გარემო არჩეულ ამგებთან თავსებადი არაა. აირჩიეთ სხვა დოკუმენტების ხის საქაღალდე." -#: builders/__init__.py:725 +#: environment/__init__.py:518 #, python-format -msgid "docnames to write: %s" -msgstr "ჩასაწერი დოკუმენტის სახელები: %s" +msgid "Failed to scan documents in %s: %r" +msgstr "%s-ში დოკუმენტების სკანირება შეუძლებელია: %r" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#, python-format +msgid "Domain %r is not registered" +msgstr "დომენი %r რეგისტრირებული არაა" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "დოკუმენტების მომზადება" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "დოკუმენტი არც ერთ სარჩევის ხეში ჩასმული არაა" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "აღმოჩენილია თვითმიმართვადი სარჩევის ხე. გამოტოვებულია." -#: builders/changes.py:29 +#: environment/__init__.py:952 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "გადახედვის ფაილის მდებარეობაა %(outdir)s." +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/changes.py:65 +#: writers/latex.py:387 #, python-format -msgid "no changes in version %s." -msgstr "ვერსიაში %s ცვლილებები არაა." - -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "შეჯამების ფაილის ჩაწერა..." - -#: builders/changes.py:79 -msgid "Builtins" -msgstr "ჩაშენებულები" - -#: builders/changes.py:81 -msgid "Module level" -msgstr "მოდულის დონე" - -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "კოდის ფაილების კოპირება..." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: builders/changes.py:146 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "could not read %r for changelog creation" -msgstr "ცვლილებების ჟურნალის შესაქმნელად %r-ის წაკითხვა შეუძლებელია" +msgid "no Babel option known for language %r" +msgstr "ენისთვის %r Babel-ის პარამეტრი ცნობილი არაა" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "არასწორი რეგულარული გამოსახულება %r %s-ში" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "ძალიან დიდი :maxdepth:. გამოტოვება." -#: ext/coverage.py:140 ext/coverage.py:301 +#: writers/latex.py:617 #, python-format -msgid "module %s could not be imported: %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "დოკუმენტის სათაური ერთი ტექსტური კვანძი არაა" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: ext/coverage.py:158 +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "სქოლიოები" + +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: writers/latex.py:1199 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: ext/coverage.py:187 +#: writers/latex.py:1229 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: ext/coverage.py:260 +#: writers/latex.py:1618 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "dimension unit %s is invalid. Ignored." +msgstr "ზომის ერთეული %s არასწორია. გამოტოვება." -#: ext/coverage.py:452 +#: writers/latex.py:1954 #, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +msgid "unknown index entry type %s found" +msgstr "აღმოჩენილია ინდექსის ჩანაწერის უცნობი ტიპი %s" -#: ext/coverage.py:473 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "Invalid math_eqref_format: %r" +msgstr "არასწორი math_eqref_format: %r" -#: ext/coverage.py:492 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[გამოსახულება: %s]" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "განრიგის სია" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "ინდექსი" -#: ext/todo.py:94 +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "წარწერა ფიგურის შიგნით არაა." + +#: writers/texinfo.py:1306 #, python-format -msgid "TODO entry found: %s" +msgid "unimplemented node type: %r" +msgstr "განუხორციელებელი კვანძის ტიპი: %r" + +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<<საწყისი ჩანაწერი>>" +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format-ი %s-სთვის აღწერილი არაა" -#: ext/todo.py:154 +#: writers/html5.py:456 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Any IDs not assigned for %s node" +msgstr "ნებისმიერი ID, რომელიც %s კვანძზე მინიჭებული არაა" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "საწყისი ჩანაწერი" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "გარე Graphviz ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "\"graphviz\" დირექტივა, რომელსაც შემცველობა არ აქვს, იგნორირებულია." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "გამოსახულების ზომის მიღება შეუძლებელია. :scale: მოხდება პარამეტრის გამოტოვება." -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "ყურადღება" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "გაფრთხილება" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "საფრთხე" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "შეცდომა" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[გრაფიკი: %s]" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "მინიშნება" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[გრაფიკი]" +#: locale/__init__.py:234 +msgid "Important" +msgstr "მნიშვნელოვანი" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "ნოტი" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "ასევე იხილეთ" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "რჩევა" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "ყურადღება" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "დავალების ნომერი დადებითი რიცხვი უნდა იყოს" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "მეტი ინფორმაციის მისაღებად ეწვიეთ ." -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' სწორი პარამეტრი არაა." +#: cmd/build.py:74 +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 "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' სწორი pyversion-ის პარამეტრი არაა" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ბილიკი დოკუმენტაციის კოდის ფაილებამდე" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "არასწორი TestCode ტიპი" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "ბილიკი გამოტანის საქაღალდემდე" -#: ext/doctest.py:297 -#, python-format +#: cmd/build.py:109 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:114 +msgid "general options" +msgstr "ზოგადი პარამეტრები" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "სექცია \"%s\" მიიღებს ჭდეს \"%s\"" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "ყველა ფაილის ჩაწერა (ნაგულისხმევი: მხოლოდ ახალი და შეცვლილი ფაილების ჩაწერა)" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "დუბლირებული ჭდე %s. სხვა აღწერა %s-შია" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "შენახული გარემო გამოყენებული არ იქნება. ყოველთვის მოხდება ყველა ფაილის წაკითხვა" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/duration.py:117 +#: cmd/build.py:157 msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "კონფიგურაციის ფაილის პარამეტრის გადაფარვა" -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "მოდულის კოდის გამოკვეთა... " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "მნიშვნელობის გადაცემა HTML ნიმუშებში" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "მოდულის კოდი" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "გადახედვა: მოდულის კოდი" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "არასწორი math_eqref_format: %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s () (ჩაშენებული ფუნქცია)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s () (%s მეთოდი)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s () (კლასი)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (გლობალური ცვლადი ან მუდმივა)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s ატრიბუტი)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "არგუმენტები" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "ისვრის" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "აბრუნებს" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "დაბრუნების ტიპი" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (მოდული)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "ფუნქცია" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "მეთოდი" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "კლასი" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "მონაცემები" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "ატრიბუტი" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "მოდული" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (დირექტივა)" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (დირექტივის პარამეტრი)" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (როლი)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "დირექტივა" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "დირექტივის-პარამეტრი" - -#: domains/rst.py:236 -msgid "role" -msgstr "როლები" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s %s-ის დუბლირებული აღწერა. სხვა ასლი %s-შია" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "ცვლილებები ვერსიაში %s" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "მოძველებულია ვერსიაში %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "დავალების ნომერი დადებითი რიცხვი უნდა იყოს" - -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "მეტი ინფორმაციის მისაღებად ეწვიეთ ." - -#: cmd/build.py:74 -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 "" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ბილიკი დოკუმენტაციის კოდის ფაილებამდე" - -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "ბილიკი გამოტანის საქაღალდემდე" - -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" - -#: cmd/build.py:114 -msgid "general options" -msgstr "ზოგადი პარამეტრები" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" - -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "ყველა ფაილის ჩაწერა (ნაგულისხმევი: მხოლოდ ახალი და შეცვლილი ფაილების ჩაწერა)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "შენახული გარემო გამოყენებული არ იქნება. ყოველთვის მოხდება ყველა ფაილის წაკითხვა" - -#: cmd/build.py:150 -msgid "path options" -msgstr "" - -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "კონფიგურაციის ფაილის პარამეტრის გადაფარვა" - -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "მნიშვნელობის გადაცემა HTML ნიმუშებში" - -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" #: cmd/build.py:209 @@ -1859,54 +1526,54 @@ msgstr "შეიყვანეთ დოკუმენტაციის ძ msgid "Root path for the documentation" msgstr "დოკუმენტაციის ძირითადი ბილიკი" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "შეცდომა: არჩეულ ძირითად ბილიკზე აღმოჩენილია არსებული conf.py ფაილი." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart-ი არსებულ Sphinx-ის პროექტებს თავზე არ გადააწერს." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "შეიყვანეთ ახალი საწყისი ბილიკი (გასასვლელად უბრალოდ დააწექით ღილაკს 'Enter')" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "კოდის და აგების საქაღალდეები განსხვავდება? (y(დიახ)/n(არა))" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "სახელის პრეფიქსი ნიმუშებისა და სტატიკის საქაღალდეებისთვის" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "პროექტს სახელი აგებულ დოკუმენტაციაში რამდენიმე ადგილას გამოჩნდება." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "პროექტის სახელი" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "ავტორის სახელები" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "პროექტის ვერსია" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "პროექტის რელიზი" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "პროექტის ენა" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "თქვენი მთავარი დოკუმენტის სახელი (სუფიქსს გარეშე)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart არსებულ ფაილებს თავზე არ გადააწერს." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "შევქმნა Makefile? (y(დიახ)/n(არა))" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "შევქმნა Windows-ის ბრძანებების ფაილი? (y(დიახ)/n(არა))" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "ფაილის შექმნა %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "ფაილი %s უკვე არსებობს. ის გამოტოვებული იქნება." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "დასრულდა: საწყისი საქაღალდეების სტრუქტურა შეიქმნა." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,131 +1716,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "ჩუმი რეჟიმი" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "პროექტის საწყისი საქაღალდე" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "სტრუქტურის მორგება" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "თუ მითითებულია, კოდის და აგების საქაღალდეები ცალ-ცალკე იქნება" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "თუ მითითებულია, აგების საქაღალდე კოდის საქაღალდეში იქნება" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "პროექტის ძირითადი პარამეტრები" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "პროექტის დასახელება" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "ავტორის სახელები" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "პროექტის ვერსია" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "პროექტის რელიზი" -#: cmd/quickstart.py:652 +#: cmd/quickstart.py:656 msgid "document language" msgstr "დოკუმენტის ენა" -#: cmd/quickstart.py:655 +#: cmd/quickstart.py:659 msgid "source file suffix" msgstr "წყაროს ფაილის სუფიქსი" -#: cmd/quickstart.py:658 +#: cmd/quickstart.py:662 msgid "master document name" msgstr "მთავარი დოკუმენტის სახელი" -#: cmd/quickstart.py:661 +#: cmd/quickstart.py:665 msgid "use epub" msgstr "epub-ის გამოყენება" -#: cmd/quickstart.py:664 +#: cmd/quickstart.py:668 msgid "Extension options" msgstr "გაფართოების პარამეტრები" -#: cmd/quickstart.py:671 +#: cmd/quickstart.py:675 #, python-format msgid "enable %s extension" msgstr "%s გაფართოების ჩართვა" -#: cmd/quickstart.py:678 +#: cmd/quickstart.py:682 msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:681 +#: cmd/quickstart.py:685 msgid "Makefile and Batchfile creation" msgstr "Makefile და Batchfile-ის შექმნა" -#: cmd/quickstart.py:687 +#: cmd/quickstart.py:691 msgid "create makefile" msgstr "makefile-ის შექმნა" -#: cmd/quickstart.py:693 +#: cmd/quickstart.py:697 msgid "do not create makefile" msgstr "makefile-ის არ შეიქმნება" -#: cmd/quickstart.py:700 +#: cmd/quickstart.py:704 msgid "create batchfile" msgstr "batchfile-ის შექმნა" -#: cmd/quickstart.py:706 +#: cmd/quickstart.py:710 msgid "do not create batchfile" msgstr "batchfile-ი არ შეიქმნება" -#: cmd/quickstart.py:715 +#: cmd/quickstart.py:719 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 msgid "Project templating" msgstr "პროექტის ნიმუშები" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 msgid "template directory for template files" msgstr "ნიმუშების საქაღალდე ნიმუშის ფაილებისთვის" -#: cmd/quickstart.py:731 +#: cmd/quickstart.py:735 msgid "define a template variable" msgstr "აღწერეთ სანიმუშე ცვლადი" -#: cmd/quickstart.py:767 +#: cmd/quickstart.py:771 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:786 +#: cmd/quickstart.py:790 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:793 +#: cmd/quickstart.py:797 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: cmd/quickstart.py:810 +#: cmd/quickstart.py:814 #, python-format msgid "Invalid template variable: %s" msgstr "არასწორი ნიმუშის ცვლადი: %s" @@ -2193,826 +1860,1075 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: directives/other.py:169 +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "სექციის ავტორი: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "მოდულის ავტორი: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "კოდის ავტორი: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "ავტორი: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "არასწორი წარწერა: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" და \"%s\" პარამეტრების ერთდროული გამოყენება შეუძლებელია" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "ობიექტი სახელად %r ჩასასმელი ფაილში %r აღმოჩენილი არაა" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "ნაგულისხმევი როლი %s ვერ ვიპოვე" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "წაკითხვის შეცდომა: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "ჩაწერის შეცდომა: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "უცნობი კვანძის ტიპი: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "გამოტოვებული" + +#: util/display.py:83 +msgid "failed" +msgstr "შეცდომით" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" + +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" + +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" + +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s () (ჩაშენებული ფუნქცია)" + +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s () (%s მეთოდი)" + +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s () (კლასი)" + +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (გლობალური ცვლადი ან მუდმივა)" + +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s ატრიბუტი)" + +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "არგუმენტები" + +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "ისვრის" + +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "აბრუნებს" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "დაბრუნების ტიპი" + +#: domains/javascript.py:374 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" +msgid "%s (module)" +msgstr "%s (მოდული)" -#: directives/other.py:203 -msgid "Section author: " -msgstr "სექციის ავტორი: " +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "ფუნქცია" -#: directives/other.py:205 -msgid "Module author: " -msgstr "მოდულის ავტორი: " +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "მეთოდი" -#: directives/other.py:207 -msgid "Code author: " -msgstr "კოდის ავტორი: " +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "კლასი" -#: directives/other.py:209 -msgid "Author: " -msgstr "ავტორი: " +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "მონაცემები" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "ატრიბუტი" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "მოდული" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: directives/code.py:87 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "Invalid caption: %s" -msgstr "არასწორი წარწერა: %s" +msgid "%s (directive)" +msgstr "%s (დირექტივა)" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgid ":%s: (directive option)" +msgstr ":%s: (დირექტივის პარამეტრი)" -#: directives/code.py:216 +#: domains/rst.py:224 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\" და \"%s\" პარამეტრების ერთდროული გამოყენება შეუძლებელია" +msgid "%s (role)" +msgstr "%s (როლი)" + +#: domains/rst.py:234 +msgid "directive" +msgstr "დირექტივა" + +#: domains/rst.py:235 +msgid "directive-option" +msgstr "დირექტივის-პარამეტრი" + +#: domains/rst.py:236 +msgid "role" +msgstr "როლები" -#: directives/code.py:231 +#: domains/rst.py:262 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s-ის დუბლირებული აღწერა. სხვა ასლი %s-შია" -#: directives/code.py:235 +#: domains/math.py:73 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:276 +#: domains/citation.py:75 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "ობიექტი სახელად %r ჩასასმელი ფაილში %r აღმოჩენილი არაა" - -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:314 +#: domains/citation.py:92 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: domains/changeset.py:32 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "ინდექსი" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "Added in version %s" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "სქოლიოები" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "წარწერა ფიგურის შიგნით არაა." - -#: writers/texinfo.py:1303 +#: domains/changeset.py:33 #, python-format -msgid "unimplemented node type: %r" -msgstr "განუხორციელებელი კვანძის ტიპი: %r" +msgid "Changed in version %s" +msgstr "ცვლილებები ვერსიაში %s" -#: writers/manpage.py:288 writers/text.py:971 +#: domains/changeset.py:34 #, python-format -msgid "[image: %s]" -msgstr "[გამოსახულება: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "" +msgid "Deprecated since version %s" +msgstr "მოძველებულია ვერსიაში %s" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: writers/html5.py:431 +#: builders/changes.py:29 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format-ი %s-სთვის აღწერილი არაა" +msgid "The overview file is in %(outdir)s." +msgstr "გადახედვის ფაილის მდებარეობაა %(outdir)s." -#: writers/html5.py:441 +#: builders/changes.py:65 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "ნებისმიერი ID, რომელიც %s კვანძზე მინიჭებული არაა" +msgid "no changes in version %s." +msgstr "ვერსიაში %s ცვლილებები არაა." -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "შეჯამების ფაილის ჩაწერა..." -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "ჩაშენებულები" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "მოდულის დონე" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "კოდის ფაილების კოპირება..." -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/changes.py:146 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "could not read %r for changelog creation" +msgstr "ცვლილებების ჟურნალის შესაქმნელად %r-ის წაკითხვა შეუძლებელია" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "აგება [mo]: " -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "გამოსახულების ზომის მიღება შეუძლებელია. :scale: მოხდება პარამეტრის გამოტოვება." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "გამოტანის ჩაწერა... " -#: writers/latex.py:386 +#: builders/__init__.py:281 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "all of %d po files" +msgstr "სულ %d po ფაილი" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:303 #, python-format -msgid "no Babel option known for language %r" -msgstr "ენისთვის %r Babel-ის პარამეტრი ცნობილი არაა" - -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "ძალიან დიდი :maxdepth:. გამოტოვება." +msgid "targets for %d po files that are specified" +msgstr "%d po ფაილისთვის სამიზნე მითითებული არაა" -#: writers/latex.py:616 +#: builders/__init__.py:315 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "targets for %d po files that are out of date" +msgstr "%d po ფაილისთვის სამიზნე მოძველებულია" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "დოკუმენტის სათაური ერთი ტექსტური კვანძი არაა" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "ყველა კოდის ფაილი" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r არ არსებობს. " -#: writers/latex.py:1228 +#: builders/__init__.py:343 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r კოდის საქაღალდეში არაა. გამოტოვება" -#: writers/latex.py:1615 +#: builders/__init__.py:354 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ზომის ერთეული %s არასწორია. გამოტოვება." +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r სწორი დოკუმენტი არაა. გამოტოვება" -#: writers/latex.py:1950 +#: builders/__init__.py:367 #, python-format -msgid "unknown index entry type %s found" -msgstr "აღმოჩენილია ინდექსის ჩანაწერის უცნობი ტიპი %s" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" - -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" - -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +msgid "%d source files given on command line" +msgstr "ბრძანების სტრიქონში მითითებულია %d კოდის ფაილი" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "%d კოდის ფაილის სამიზნე მოძველებულია" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "აგება [%s]: " -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "მოძველებული ფაილების ძებნა... " -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "ნაპოვნია %d" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/__init__.py:418 +msgid "none found" +msgstr "არაფერია ნაპოვნი" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "დამჟავების გარემო" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "თანმიმდევრულობის შემოწმება" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "მოძველებული სამიზნეები აღმოჩენილი არაა." -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "გარემოს განახლება: " -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s დაემატა, %s შეიცვალა, %s წაიშალა" -#: transforms/i18n.py:275 -#, python-brace-format +#: builders/__init__.py:537 +#, python-format msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/__init__.py:546 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/__init__.py:557 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:149 -msgid "no translated elements!" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: transforms/__init__.py:258 +#: builders/__init__.py:564 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: transforms/__init__.py:299 +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "წყაროების კითხვა... " + +#: builders/__init__.py:726 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "ნაკვალევი [%s] მიმართული არაა." +msgid "docnames to write: %s" +msgstr "ჩასაწერი დოკუმენტის სახელები: %s" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "ნაკვალევი [#] მიმართული არაა." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "დოკუმენტების მომზადება" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: util/inventory.py:166 +#: builders/xml.py:29 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "XML ფაილების საქაღალდეა %(outdir)s." -#: util/i18n.py:100 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "reading error: %s, %s" -msgstr "წაკითხვის შეცდომა: %s, %s" +msgid "error writing file %s: %s" +msgstr "შეცდომა '%s' ფაილის ჩაწერისას: %s" -#: util/i18n.py:113 +#: builders/xml.py:103 #, python-format -msgid "writing error: %s, %s" -msgstr "ჩაწერის შეცდომა: %s, %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "ფსევდო-XML ფაილებს საქაღალდეა %(outdir)s." -#: util/i18n.py:146 +#: builders/singlehtml.py:35 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "The HTML page is in %(outdir)s." +msgstr "HTML გვერდის საქაღალდეა %(outdir)s." -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "ერთი დოკუმენტის აწყობა" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "ჩაწერა" -#: util/osutil.py:131 +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "დამატებითი ფაილების ჩაწერა" + +#: builders/epub3.py:83 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +msgid "The ePub file is in %(outdir)s." +msgstr "EPub ფაილი %(outdir)s-შია." -#: util/display.py:82 -msgid "skipped" -msgstr "გამოტოვებული" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml ფაილის ჩაწერა..." -#: util/display.py:87 -msgid "failed" -msgstr "შეცდომით" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_language\" (ან \"language\") EPUB3-სთვის ცარიელი არ უნდა ყოფილიყო" + +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_uid\" EPUB3-სთვის XML NAME უნდა იყოს" + +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_title\" (ან \"html_title\") EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_author\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_contributor\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_description\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_publisher\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_copyright\" (ან \"copyright\") EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_identifier\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"version\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: util/docutils.py:325 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "unknown directive name: %s" -msgstr "" +msgid "invalid css_file: %r, ignored" +msgstr "არასწორი css_file: %r. გამოტოვება" -#: util/docutils.py:361 +#: builders/text.py:27 #, python-format -msgid "unknown role name: %s" +msgid "The text files are in %(outdir)s." +msgstr "ტექსტური ფაილების საქაღლდეა %(outdir)s." + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "სულელი ამგები, რომელიც ფაილებს არ აგენერირებს." + +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/docutils.py:805 +#: builders/linkcheck.py:159 #, python-format -msgid "unknown node type: %r" -msgstr "უცნობი კვანძის ტიპი: %r" +msgid "broken link: %s (%s)" +msgstr "გაფუჭებული ბმული: %s (%s)" -#: util/fileutil.py:76 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "Anchor '%s' not found" +msgstr "მიმაგრება '%s' ვერ ვიპოვე" + +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/fileutil.py:89 +#: builders/linkcheck.py:800 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docfields.py:103 +#: builders/gettext.py:243 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "The message catalogs are in %(outdir)s." +msgstr "შეტყობინების კატალოგების საქაღალდეა %(outdir)s." -#: util/rst.py:73 +#: builders/gettext.py:265 #, python-format -msgid "default role %s not found" -msgstr "ნაგულისხმევი როლი %s ვერ ვიპოვე" +msgid "targets for %d template files" +msgstr "%d ნიმუშის ფაილის სამიზნეები" + +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "ნიმუშების კითხვა... " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "შეტყობინების კატალოგების ჩაწერა... " -#: util/nodes.py:462 +#: builders/texinfo.py:41 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo-ის ფაილების საქაღალდეა %(outdir)s." + +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "კონფიგურაციის პარამეტრის \"texinfo_documents\" მნიშვნელობა მითითებული არაა. დოკუმენტების ჩაწერი არ იქნება" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" კონფიგურაციის პარამეტრი მიუთითებს უცნობ დოკუმენტზე %s" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "წინა გვერდიდან" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "დამუშავება %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "გრძელდება შემდეგ გვერდზე" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "მიმართვების ამოხსნა..." -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "არაანბანური" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " ( " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "სიმბოლოები" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "გამოსახულებების კოპირება... " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "რიცხვები" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "გამოსახულების ფაილის %r კოპირების შეცდომა: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "პანელი" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "მიმდინარეობს Texinfo-ის მხარდაჭერის ფაილების კოპირება" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "გამოცემა" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "შეცდომა Makefile-ის ჩაწერისას: %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "გამოსახულების ფაილი %r ვერ წავიკითხე: ის, სამაგიეროდ, დაკოპირდება" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "უცნობი გამოსახულების ფორმატი: %s..." +msgid "cannot write image file %r: %s" +msgstr "გამოსახულების ფაილის %r ჩაწერის შეცდომა: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow ვერ ვიპოვე - სურათის ფაილების კოპირება" -#: transforms/post_transforms/__init__.py:233 +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype ფაილის ჩაწერა..." + +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "მიმდინარეობს META-INF/container.xml ფაილის ჩაწერა..." + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf ფაილის ჩაწერა..." + +#: builders/_epub_base.py:594 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "unknown mimetype for %s, ignoring" +msgstr "უცნობი mimetype ფაილისთვის %s. გამოტოვება" + +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s მიმართვის სამიზნე ვერ ვიპოვე: %s" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "toc.ncx ფაილის ჩაწერა..." -#: transforms/post_transforms/__init__.py:297 +#: builders/_epub_base.py:802 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r მიმართვის სამიზნე ვერ ვიპოვე: %s" +msgid "writing %s file..." +msgstr "%s ფაილის ჩაწერა..." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "შეწყდა!" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "სახელმძღვანელოს გვერდების საქაღალდეა %(outdir)s." -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" პარამეტრის მნიშვნელობა უცნობ დოკუმენტზე %s მიუთითებს" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX-ის ფაილების საქაღალდეა %(outdir)s." -#: _cli/util/errors.py:207 +#: builders/latex/__init__.py:118 msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "გამოცემა" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "გვერდითი ზოლის ჩაკეცვა" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "დამატებითი ფაილების კოპირება" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ნავიგაცია" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "ლოგოს ფაილი %r არ არსებობს" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:529 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s-ში ძებნა" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "უცნობი კონფიგურაციის პარამეტრი: latex_elements[%r]. გამოტოვება." -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "ამ დოკუმენტების შესახებ" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "უცნობი თემის პარამეტრი: latex_theme_options[%r]. გამოტოვება." -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "ძებნა" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "საავტორო უფლებები" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/transforms.py:487 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:87 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "ბოლო განახლების დრო %(last_updated)s." +msgid "%r doesn't have \"theme\" setting" +msgstr "%r-ს პარამეტრი \"theme\" არ აქვს" -#: themes/basic/layout.html:204 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r-ს \"%s\" პარამეტრი არ აქვს" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "წინა თემა" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML გვერდების საქაღალდეა %(outdir)s." -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "წინა თავი" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "აგების ინფორმაციის ფაილის წაკითხვის შეცდომა: %r" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "შემდეგი თემა" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "შემდეგი თავი" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:372 #, python-format -msgid "Index – %(key)s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "სრული ინდექსი ერთ გვერდზე" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "ეს გვერდი" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "ზოგადი ინდექსი" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "წყაროს ჩვენება" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "ინდექსი" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "სწრაფი ძებნა" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "გადასვლა" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "შემდეგი" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "მიმოხილვა" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "წინა" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "კეთილი იყოს თქვენი მობრძანება" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "ინდექსების გენერაცია" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "დამატებითი გვერდების ჩაწერა" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "ინდექსები და ცხრილები:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "სრული სარჩევი" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "გადმოწერადი ფაილების კოპირება... " -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "სექციებისა და ქვესექციების ჩამონათვალი" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "გადმოწერადი ფაილის %r კოპირების შეცდომა:%s" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "ძებნის გვერდი" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "ამ დოკუმენტაციაში ძებნა" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "გლობალური მოდულების ინდექსი" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "ფაილის html_static_file-ში კოპირებს შეცდომა: %s: %r" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "სწრაფი წვდომა ყველა მოდულთან" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "სტატიკური ფაილების კოპირება" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "ზოგადი ინდექსი" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "სტატიკური ფაილის %r კოპირების შეცდომა" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "ყველა ფუნქცია, კლასი, წესი" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "დამატებითი ფაილების კოპირება" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "სარჩევი" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "დამატებითი ფაილის %r კოპირების შეცდომა" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:954 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s-შ ძებნა" +msgid "Failed to write build info file: %r" +msgstr "აგების ინფორმაციის ფაილის ჩაწერის შეცდომა: %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "ინდექსის გვერდები ასოების მიხედვით" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "ძებნის ინდექსის ჩატვირთვა შეუძლებელია, მაგრამ ყველა დოკუმენტის აგება არ მოხდება: ინდექსი დაუსრულებელი იქნება." -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "შეიძლება უზარმაზარი იყოს" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/search.html:20 +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "ძებნა" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "შიგთავსი" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "ძებნს შედეგები" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format 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 "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "შეცდომა %s გვერდის რენდერისას.\nმიზეზი: %r" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "ობიექტის ინვენტარის დამპი" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "ძებნა" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "%s-ში არსებული ძებნის ინდექსის დამპი" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "ძებნის მომზადება..." +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "არასწორი js_file: %r, გამოტოვებულია" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "ძებნის დამთხვევების დამალვა" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "მითითებული math_renderer %r უცნობია." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1375 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path ჩანაწერი %r გამოტანის საქაღალდეშია" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1380 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path ჩანაწერი %r არ არსებობს" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1395 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path ჩანაწერი %r გამოტანის საქაღალდეშია" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "ბიბლიოთეკის ცვლილებები" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path ჩანაწერი %r არ არსებობს" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API ცვლილებები" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon ფაილი %r არ არსებობს" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "სხვა ცვლილებები" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "გვერდითი ზოლის გაფართოება" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s დოკუმენტაცია" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "პარამეტრები" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "ცვლადები" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "გამონაკლისები" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3108,41 +3024,180 @@ msgstr "" msgid " (deprecated)" msgstr " (მოძველებული)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "პარამეტრები" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "ცვლადები" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "გამონაკლისები" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "გარემოს ცვლადი; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" +msgstr "" + +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" + +#: domains/std/__init__.py:239 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "შაბლონის პარამეტრები" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s ბრძანების სტრიქონის პარამეტრი" -#: domains/cpp/__init__.py:302 +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "ბრძანების სტრიქონის ვარიანტი" + +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "სარჩევის ელემენტებს წინ ცარიელი ხაზი უნდა იყოს" + +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "სარჩევის ელემენტები ცარიელი ხაზებით უნდა გამოყოთ" + +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "სარჩევის ფორმატი არასწორია. გადაამოწმეთ შეწევა" + +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "სარჩევის ელემენტი" + +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "გრამატიკის კოდი" + +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "მიმართვის ჭდე" + +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "გარემოს ცვლადი" + +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "პროგრამის პარამეტრი" + +#: domains/std/__init__.py:736 +msgid "document" +msgstr "დოკუმენტი" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "მოდულის ინდექსი" + +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "ძებნის გვერდი" + +#: domains/std/__init__.py:858 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "დუბლირებული %s აღწერისთვის %s. სხვა ასლი %s-შია" + +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig გამორთულია. :numref: გამოტოვებული იქნება." + +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "ბმულს წარწერა არ გააჩნია: %s" + +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "არასწორი numfig_format: %s (%r)" + +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "არასწორი numfig_format: %s" + +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "აღუწერელი ჭდე: %r" + +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" + +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" #: domains/c/__init__.py:361 domains/cpp/__init__.py:498 msgid "Return values" msgstr "დაბრუნებული მნიშვნელობები" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "გაერთიანება" - #: domains/c/__init__.py:777 domains/cpp/__init__.py:944 msgid "member" msgstr "წვერი" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "ტიპი" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "ცვლადი" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "კონცეფცია" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "მაკრო" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "სტრუქტურა" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "გაერთიანება" #: domains/c/__init__.py:783 domains/cpp/__init__.py:947 msgid "enum" @@ -3152,478 +3207,500 @@ msgstr "ჩამონათვალი" msgid "enumerator" msgstr "დამთვლელი" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "ტიპი" + #: domains/c/__init__.py:788 domains/cpp/__init__.py:951 msgid "function parameter" msgstr "ფუნქციის პარამეტრი" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "შაბლონის პარამეტრი" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "შაბლონის პარამეტრები" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "კონცეფცია" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "ცვლადი" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "შაბლონის პარამეტრი" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "მაკრო" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "შიგთავსი" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "სტრუქტურა" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "სარჩევი" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "environment variable; %s" -msgstr "გარემოს ცვლადი; %s" +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s-შ ძებნა" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "წინა თემა" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "წინა თავი" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "შემდეგი თემა" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "შემდეგი თავი" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "ძებნა" -#: domains/std/__init__.py:182 -msgid "Default" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: domains/std/__init__.py:239 -#, python-format +#: themes/basic/search.html:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s ბრძანების სტრიქონის პარამეტრი" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "ბრძანების სტრიქონის ვარიანტი" - -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "სარჩევის ელემენტებს წინ ცარიელი ხაზი უნდა იყოს" - -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "სარჩევის ელემენტები ცარიელი ხაზებით უნდა გამოყოთ" +#: themes/basic/search.html:35 +msgid "search" +msgstr "ძებნა" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "სარჩევის ფორმატი არასწორია. გადაამოწმეთ შეწევა" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "ეს გვერდი" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "სარჩევის ელემენტი" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "წყაროს ჩვენება" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "გრამატიკის კოდი" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "მიმართვის ჭდე" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "სრული ინდექსი ერთ გვერდზე" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "გარემოს ცვლადი" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ნავიგაცია" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "პროგრამის პარამეტრი" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s-ში ძებნა" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "დოკუმენტი" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "ამ დოკუმენტების შესახებ" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "მოდულის ინდექსი" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "საავტორო უფლებები" -#: domains/std/__init__.py:857 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "დუბლირებული %s აღწერისთვის %s. სხვა ასლი %s-შია" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig გამორთულია. :numref: გამოტოვებული იქნება." +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "ბოლო განახლების დრო %(last_updated)s." -#: domains/std/__init__.py:1124 +#: themes/basic/layout.html:204 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" -msgstr "ბმულს წარწერა არ გააჩნია: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "სწრაფი ძებნა" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "არასწორი numfig_format: %s (%r)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "გადასვლა" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "არასწორი numfig_format: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "მიმოხილვა" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" -msgstr "აღუწერელი ჭდე: %r" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "კეთილი იყოს თქვენი მობრძანება" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია დამხურავი ფრჩხილი): %s" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია გამხსნელი ფრჩხილი): %s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "ინდექსები და ცხრილები:" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "სრული სარჩევი" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "სექციებისა და ქვესექციების ჩამონათვალი" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "მაგალითი" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "ამ დოკუმენტაციაში ძებნა" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "მაგალითები" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "გლობალური მოდულების ინდექსი" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "საკვანძო სიტყვების არგუმენტები" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "სწრაფი წვდომა ყველა მოდულთან" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "ჩანაწერები" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "ყველა ფუნქცია, კლასი, წესი" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "სხვა პარამეტრები" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "ინდექსის გვერდები ასოების მიხედვით" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "იღებს" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "შეიძლება უზარმაზარი იყოს" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "ბმები" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "გვერდითი ზოლის ჩაკეცვა" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "გაფრთხილებები" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "გვერდითი ზოლის გაფართოება" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "ძებნის დამთხვევების დამალვა" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "ძებნს შედეგები" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "ძირითადი კლასები: %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "ძებნა" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "ძებნის მომზადება..." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, 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)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "return annotation given for automodule: '%s'" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "ბიბლიოთეკის ცვლილებები" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API ცვლილებები" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "შეიქმნებოდა ფაილი %s." +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "სხვა ცვლილებები" -#: ext/apidoc/_cli.py:28 -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 "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "წინა გვერდიდან" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "ბილიკი მოდულიდან დოკუმენტამდე" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "გრძელდება შემდეგ გვერდზე" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "არაანბანური" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "სიმბოლოები" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "რიცხვები" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "არსებულ ფაილებზე გადაწერა" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "პანელი" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "გამოსახულების ფაილი წაკითხვადი არაა: %s" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "სკრიპტის ფაილების შექმნის გარეშე გაშვება" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "გამოსახულების ფაილი %s წაკითხვადი არაა: %s" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "გადმოწერილი ფაილი წაკითხვადი არაა: %s" + +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" მოდულების ჩასმა" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "იხილეთ %s" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "აგრეთვე იხილეთ %s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "სარჩევის ფაილი არ შეიქმნება" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +msgstr "უცნობი ინდექსის ჩანაწერის ტიპი %r" -#: ext/apidoc/_cli.py:135 +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "აღმოჩენილია სარჩევის ხის წრიული მიმართვები. გამოტოვებული იქნება: %s <- %s" + +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "სარჩევის ხე შეიცავს მიმართვას დოკუმენტამდე %r, რომელსაც სათაური არ გააჩნია. ბმული არ შეიქმნება" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "სარჩევის ხე არ-ჩართულ დოკუმენტამდე, %r, მიმართვას შეიცავს" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:160 +#: transforms/post_transforms/__init__.py:88 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "ფაილის სუფიქსი (ნაგულისხმევი: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart-ით სრული პროექტის გენარაცია" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "როცა მითითებულია --full, module_path-ი sys.path-ის ბოლოში მიეწერება" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "პროექტის სახელი (ნაგულისხმევი: ძირითადი მოდულის სახელი)" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s მიმართვის სამიზნე ვერ ვიპოვე: %s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "პროექტის ავტორ(ებ)-ი. გამოიყენება, როცა მიუთითებთ პარამეტრს --full" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r მიმართვის სამიზნე ვერ ვიპოვე: %s" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "პროექტის ვერსია. გამოიყენება, როცა მითითებულია --full" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%s]" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "პროექტის რელიზი. გამოიყენება, როცა მითითებულია --full. ნაგულისხმებ მნიშვნელობაა იგივე, რაც --doc-version" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%d]" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "გაფართოების პარამეტრები" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "უცნობი გამოსახულების ფორმატი: %s..." -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "%s is not a directory." -msgstr "%s საქაღალდეს არ წარმოადგენს." +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, 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 "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "Bases: %s" +msgstr "ძირითადი კლასები: %s" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "ობიექტის %s შემოტანის შეცდომა" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: ფაილი ვერ ვიპოვე: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3696,129 +3773,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "failed to import object %s" -msgstr "ობიექტის %s შემოტანის შეცდომა" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: ფაილი ვერ ვიპოვე: %s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" + +#: ext/apidoc/_generate.py:66 #, python-format +msgid "Would create file %s." +msgstr "შეიქმნებოდა ფაილი %s." + +#: ext/apidoc/_cli.py:28 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"\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 "" + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ბილიკი მოდულიდან დოკუმენტამდე" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "არსებულ ფაილებზე გადაწერა" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "სკრიპტის ფაილების შექმნის გარეშე გაშვება" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" მოდულების ჩასმა" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "სარჩევის ფაილი არ შეიქმნება" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "ფაილის სუფიქსი (ნაგულისხმევი: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart-ით სრული პროექტის გენარაცია" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "როცა მითითებულია --full, module_path-ი sys.path-ის ბოლოში მიეწერება" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "პროექტის სახელი (ნაგულისხმევი: ძირითადი მოდულის სახელი)" -#: ext/intersphinx/_load.py:135 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "პროექტის ავტორ(ებ)-ი. გამოიყენება, როცა მიუთითებთ პარამეტრს --full" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "პროექტის ვერსია. გამოიყენება, როცა მითითებულია --full" -#: ext/intersphinx/_load.py:297 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "პროექტის რელიზი. გამოიყენება, როცა მითითებულია --full. ნაგულისხმებ მნიშვნელობაა იგივე, რაც --doc-version" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "გაფართოების პარამეტრები" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s საქაღალდეს არ წარმოადგენს." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3860,445 +4023,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r-სთვის ხელმოწერის განახლების შეცდომა: პარამეტრი ვერ ვიპოვე: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s-ზე აღმოჩენილია არასწორი __slots__: გამოტოვებულია." - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "error while formatting arguments for %s: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s-სთვის მეთოდის ხელმოწერის მიღება შეუძლებელია: %s" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r-სთვის ნაგულისხმევი არგუმენტის მნიშვნელობის დამუშავების შეცდომა: %s" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/intersphinx/_load.py:324 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:332 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "ატრიბუტი %s ობიექტში %s აღმოჩენილი არაა" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "მეტსახელი TypeVar(%s)-სთვის" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML გვერდების საქაღალდეა %(outdir)s." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "საკვანძო სიტყვების არგუმენტები" -#: builders/html/__init__.py:337 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "Failed to read build info file: %r" -msgstr "აგების ინფორმაციის ფაილის წაკითხვის შეცდომა: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "" +msgid "invalid value set (missing closing brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია დამხურავი ფრჩხილი): %s" -#: builders/html/__init__.py:372 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "ინდექსი" +msgid "invalid value set (missing opening brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია გამხსნელი ფრჩხილი): %s" -#: builders/html/__init__.py:549 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "Logo of %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "შემდეგი" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "წინა" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "ინდექსების გენერაცია" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "დამატებითი გვერდების ჩაწერა" - -#: builders/html/__init__.py:783 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "გადმოწერადი ფაილების კოპირება... " - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "გადმოწერადი ფაილის %r კოპირების შეცდომა:%s" - -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "მაგალითი" -#: builders/html/__init__.py:871 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "ფაილის html_static_file-ში კოპირებს შეცდომა: %s: %r" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "მაგალითები" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "სტატიკური ფაილების კოპირება" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "ჩანაწერები" -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "სტატიკური ფაილის %r კოპირების შეცდომა" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "სხვა პარამეტრები" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "დამატებითი ფაილების კოპირება" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "იღებს" -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "დამატებითი ფაილის %r კოპირების შეცდომა" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "ბმები" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "აგების ინფორმაციის ფაილის ჩაწერის შეცდომა: %r" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "გაფრთხილებები" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "ძებნის ინდექსის ჩატვირთვა შეუძლებელია, მაგრამ ყველა დოკუმენტის აგება არ მოხდება: ინდექსი დაუსრულებელი იქნება." +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "" -#: builders/html/__init__.py:1038 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/autodoc/_dynamic/_loader.py:193 #, 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." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "შეცდომა %s გვერდის რენდერისას.\nმიზეზი: %r" - -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "ობიექტის ინვენტარის დამპი" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r-სთვის ნაგულისხმევი არგუმენტის მნიშვნელობის დამუშავების შეცდომა: %s" -#: builders/html/__init__.py:1266 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "dumping search index in %s" -msgstr "%s-ში არსებული ძებნის ინდექსის დამპი" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r-სთვის ხელმოწერის განახლების შეცდომა: პარამეტრი ვერ ვიპოვე: %s" -#: builders/html/__init__.py:1313 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "არასწორი js_file: %r, გამოტოვებულია" +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1351 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "მითითებული math_renderer %r უცნობია." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path ჩანაწერი %r გამოტანის საქაღალდეშია" +msgid "Failed to get a method signature for %s: %s" +msgstr "%s-სთვის მეთოდის ხელმოწერის მიღება შეუძლებელია: %s" -#: builders/html/__init__.py:1370 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path ჩანაწერი %r არ არსებობს" +msgid "Failed to get a signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path ჩანაწერი %r გამოტანის საქაღალდეშია" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path ჩანაწერი %r არ არსებობს" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "logo file %r does not exist" -msgstr "ლოგოს ფაილი %r არ არსებობს" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s-ზე აღმოჩენილია არასწორი __slots__: გამოტოვებულია." -#: builders/html/__init__.py:1412 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon ფაილი %r არ არსებობს" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:1438 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#, python-format msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s %s documentation" -msgstr "%s %s დოკუმენტაცია" +msgid "missing attribute %s in object %s" +msgstr "ატრიბუტი %s ობიექტში %s აღმოჩენილი არაა" -#: builders/latex/theming.py:87 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r-ს პარამეტრი \"theme\" არ აქვს" +msgid "alias of TypeVar(%s)" +msgstr "მეტსახელი TypeVar(%s)-სთვის" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r-ს \"%s\" პარამეტრი არ აქვს" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "შეწყდა!" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX-ის ფაილების საქაღალდეა %(outdir)s." - -#: builders/latex/__init__.py:118 +#: _cli/util/errors.py:207 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:167 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "დამატებითი ფაილების კოპირება" - -#: builders/latex/__init__.py:529 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "უცნობი კონფიგურაციის პარამეტრი: latex_elements[%r]. გამოტოვება." - -#: builders/latex/__init__.py:537 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "უცნობი თემის პარამეტრი: latex_theme_options[%r]. გამოტოვება." - -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" -msgstr "გამოსახულების ფაილი წაკითხვადი არაა: %s" - -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" -msgstr "გამოსახულების ფაილი %s წაკითხვადი არაა: %s" - -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" -msgstr "გადმოწერილი ფაილი წაკითხვადი არაა: %s" - -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "აღმოჩენილია სარჩევის ხის წრიული მიმართვები. გამოტოვებული იქნება: %s <- %s" - -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:246 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "სარჩევის ხე შეიცავს მიმართვას დოკუმენტამდე %r, რომელსაც სათაური არ გააჩნია. ბმული არ შეიქმნება" - -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "სარჩევის ხე არ-ჩართულ დოკუმენტამდე, %r, მიმართვას შეიცავს" - -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" - -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "იხილეთ %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "აგრეთვე იხილეთ %s" - -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "უცნობი ინდექსის ჩანაწერის ტიპი %r" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index 2792bbca36b..43e21d21219 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 b3ed54352c2..a40c56d4550 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: YT H , 2019-2022\n" "Language-Team: Korean (http://app.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -55,90 +55,165 @@ msgstr "잘못된 PEP 번호 %s" msgid "invalid RFC number %s" msgstr "잘못된 RFC 번호 %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments 구문 분석기 이름 %r을(를) 확인할 수 없습니다" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "검색된 테마 구성에서 %s.%s 설정이 존재하지 않습니다" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "설정 디렉토리에 conf.py 파일이 없습니다 (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "테마 경로의 %r 파일이 유효한 ZIP 파일이 아니거나 테마를 포함하지 않습니다" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "Dictionary 구성 설정 %r을(를) 재정의할 수 없으며, 무시합니다 (개별 요소를 설정하기 위해 %r 사용)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "숫자 %r이(가) 설정값 %r에 대해 유효하지 않으며, 무시합니다" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "지원되지 않는 유형의 구성 설정 %r을(를) 재정의 할 수 없으며, 무시합니다" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "재정의 중 알 수 없는 설정값 %r, 무시합니다" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "설정값 %r이(가) 이미 존재합니다" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "잘못된 구성 값을 찾았습니다: 'language = None'. 유효한 언어 코드로 구성을 업데이트하십시오. 대신 'en'(영어)을 사용합니다." + +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "구성 파일에 구문 오류가 있습니다: %s\n" -#: theming.py:320 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" + +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Section %s" +msgstr "제 %s 절" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "그림 %s" -#: theming.py:376 +#: config.py:687 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Table %s" +msgstr "표 %s" -#: project.py:72 +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "예시 %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "설정값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 지정되었습니다." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, {permitted} 유형을 기대했습니다." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, 기본값은 `{default.__name__}'입니다." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r(이)가 없으므로, 무시합니다." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "이 프로젝트에는 최소한 %s 버전의 %s 확장 기능이 필요하므로 로드 된 버전(%s)으로 빌드 할 수 없습니다." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments 구문 분석기 이름 %r을(를) 확인할 수 없습니다" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "이 프로젝트는 최소 Sphinx 버전 %s이(가) 필요하므로 현 msgid "making output directory" msgstr "출력 디렉토리 만드는 중" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "확장 기능 %s 설정 중:" @@ -229,7 +304,7 @@ msgstr "현재 conf.py 파일에 정의된 'setup'은 호출 가능한 Python msgid "loading translations [%s]... " msgstr "번역을 불러오는 중 [%s]… " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "완료" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 읽기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 확장 기능은 병렬 읽기에 안전하지 않습니다" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2573 +398,2852 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 쓰기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 확장 기능은 병렬 쓰기에 안전하지 않습니다" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "병렬 %s 처리" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "빌더 클래스 %s에 \"name\" 속성이 없습니다" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "%r 빌더가 이미 존재합니다 (%s 모듈에 있음)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "빌더 이름 %s이(가) 등록되지 않았거나 진입점을 통해서만 사용할 수 있습니다" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "빌더 이름 %s이(가) 등록되지 않았습니다" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "%s 영역이 이미 등록되었습니다" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "%s 영역이 아직 등록되지 않았습니다" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r 지시문이 %s 영역에 이미 등록되었습니다" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r 역할이 %s 영역에 이미 등록되었습니다" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r 색인이 %s 영역에 이미 등록되었습니다" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type이 이미 등록되었습니다" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type이 이미 등록되었습니다" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r이(가) 이미 등록되었습니다" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "%r에 대한 source_parser가 이미 등록되었습니다" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "%s에 대한 소스 해석기가 등록되지 않았습니다" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "%r에 대한 변환기가 이미 존재합니다" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node()에 대한 kwargs는 반드시 (visit, depart)의 함수 튜플이어야 합니다: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r이(가) 이미 등록되었습니다" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "수식 렌더러 %s이(가) 이미 등록되었습니다" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "%r 확장 기능은 Sphinx에 버전 %s 이후로 이미 병합되었습니다. 이 확장 기능은 무시됩니다." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "원래 예외:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "확장 기능 %s을(를) 가져올 수 없습니다" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "확장 기능 %r에 setup() 함수가 없습니다. Sphinx 확장 모듈이 맞습니까?" -#: registry.py:567 +#: registry.py:574 #, 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이(가) 필요합니다. 따라서 이 버전으로 빌드 할 수 없습니다." -#: registry.py:579 +#: registry.py:586 #, 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 또는 메타데이터 dictionary를 반환해야 합니다" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "설정 디렉토리에 conf.py 파일이 없습니다 (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "Dictionary 구성 설정 %r을(를) 재정의할 수 없으며, 무시합니다 (개별 요소를 설정하기 위해 %r 사용)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "숫자 %r이(가) 설정값 %r에 대해 유효하지 않으며, 무시합니다" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "검색된 테마 구성에서 %s.%s 설정이 존재하지 않습니다" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "지원되지 않는 유형의 구성 설정 %r을(를) 재정의 할 수 없으며, 무시합니다" +msgid "unsupported theme option %r given" +msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "재정의 중 알 수 없는 설정값 %r, 무시합니다" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "테마 경로의 %r 파일이 유효한 ZIP 파일이 아니거나 테마를 포함하지 않습니다" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 -#, python-format -msgid "Config value %r already present" -msgstr "설정값 %r이(가) 이미 존재합니다" - -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "잘못된 구성 값을 찾았습니다: 'language = None'. 유효한 언어 코드로 구성을 업데이트하십시오. 대신 'en'(영어)을 사용합니다." - -#: config.py:599 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "구성 파일에 구문 오류가 있습니다: %s\n" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" - -#: config.py:611 +#: theming.py:306 #, python-format msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:633 +#: theming.py:312 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:340 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:665 +#: theming.py:365 theming.py:418 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:686 +#: theming.py:369 #, python-format -msgid "Section %s" -msgstr "제 %s 절" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: config.py:687 +#: theming.py:373 theming.py:421 #, python-format -msgid "Fig. %s" -msgstr "그림 %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:688 +#: theming.py:377 #, python-format -msgid "Table %s" -msgstr "표 %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:689 +#: theming.py:396 #, python-format -msgid "Listing %s" -msgstr "예시 %s" - -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "설정값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 지정되었습니다." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, {permitted} 유형을 기대했습니다." +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:846 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, 기본값은 `{default.__name__}'입니다." +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r(이)가 없으므로, 무시합니다." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:892 +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" + +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" + +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "새로운 설정" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "설정이 변경됨" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "확장 기능이 변경됨" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "빌드 환경 버전이 최신이 아님" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "원본 디렉토리가 변경됨" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "이 환경은 선택한 빌더와 호환되지 않습니다. 다른 doctree 디렉토리를 선택하십시오." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s에서 문서를 탐색하지 못했습니다: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "이미지 변환 명령 %r을(를) 실행할 수 없습니다. 'sphinx.ext.imgconverter'에는 기본적으로 ImageMagick이 필요합니다. 해당 프로그램이 설치되어 있는지 확인하거나, 'image_converter' 옵션을 사용자 정의 변환 명령으로 설정하십시오.\n\n역추적: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "%r 영역이 등록되지 않았습니다" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "문서가 어느 toctree에도 포함되어 있지 않음" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "자체 참조된 toctree가 발견되었습니다. 무시합니다." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert가 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "변환 명령 %r을(를) 실행할 수 없습니다. image_converter 설정을 확인하십시오." -#: locale/__init__.py:229 -msgid "Attention" -msgstr "주의" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[소스]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "조심" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "모듈 코드 강조 중… " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "위험" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[문서]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "오류" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "모듈 코드" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "힌트" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s의 소스 코드

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "중요" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "개요: 모듈 코드" -#: locale/__init__.py:235 -msgid "Note" -msgstr "참고" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

코드를 확인할 수 있는 모든 모듈

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "더 보기" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "팁" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "중복 레이블 %s, 다른 인스턴스는 %s에 있음" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "경고" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 파일은 %(outdir)s에 있습니다." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nmakeinfo를 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make info'를 사용하십시오)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "\"texinfo_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "%s 처리 중" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== 가장 느린 읽기 시간 =======================" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "작성 중" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "참조 처리 중…" +#: ext/todo.py:61 +msgid "Todo" +msgstr "할 일" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (문서 " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "TODO 항목 발견: %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "이미지를 복사하는 중… " +#: ext/todo.py:152 +msgid "<>" +msgstr "<<원래 항목>>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "이미지 파일 %r을(를) 복사할 수 없습니다: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<원래 항목>>은 %s 파일, %d 행에 있습니다.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "Texinfo 지원 파일을 복사하는 중" +#: ext/todo.py:166 +msgid "original entry" +msgstr "원래 항목" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile 쓰기 오류: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz 지시문에 내용과 파일 이름 인수를 모두 지정할 수 없습니다" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "매뉴얼 페이지는 %(outdir)s에 있습니다." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "외부 Graphviz 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "\"man_pages\" 설정값이 없으므로, 매뉴얼 페이지를 작성하지 않습니다" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "내용이 없는 \"graphviz\" 지시문을 무시합니다." -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 페이지는 %(outdir)s에 있습니다." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "단일 문서 조합 중" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "추가 파일 작성 중" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot 명령 %r을(를) 실행할 수 없습니다 (graphviz 출력에 필요). graphviz_dot 설정을 확인하십시오." -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "더미 빌더는 파일을 생성하지 않습니다." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot이 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." +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" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "빌드 중 [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "%d 개의 템플릿 파일 대상" +msgid "dot code %r: %s" +msgstr "dot 코드 %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "템플릿을 읽는 중… " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[그래프: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "메시지 카탈로그 작성 중… " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[그래프]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "하드코딩 된 링크 %r은(는) extlink로 대체할 수 있습니다 (대신 %r을(를) 사용해 보십시오)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "끊어진 링크: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_latex 설정을 확인하십시오" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "앵커 '%s'을(를) 찾을 수 없습니다" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_%s 설정을 확인하십시오" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" +msgid "display latex %r: %s" +msgstr "표시 LaTeX %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 파일은 %(outdir)s에 있습니다." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml 파일 쓰는 중…" - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "설정값 \"epub_language\"(또는 \"language\")는 EPUB3의 경우 비워 둘 수 없습니다" +msgid "inline latex %r: %s" +msgstr "인라인 LaTeX %r: %s" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "설정값 \"epub_uid\"는 EPUB3의 경우 XML 이름이어야 합니다" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' 옵션에 '+'나 '-'가 없습니다." -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "설정값 \"epub_title\"은 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s'은(는) 유효한 옵션이 아닙니다." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "설정값 \"epub_author\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s'은(는) 유효한 pyversion 옵션이 아닙니다" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "설정값 \"epub_contributor\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "잘못된 TestCode 유형" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "설정값 \"epub_description\"은 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "소스에서 doctest 테스트가 완료되었으며, %(outdir)s/output.txt 에서 결과를 확인하십시오." -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "설정값 \"epub_publisher\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "%s 블록(%s:%s)에 코드/출력 없음" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "설정값 \"epub_copyright\"(또는 \"copyright\")는 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "잘못된 doctest 코드 무시: %r" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "잘못된 정규식 %r (%s에서)" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "%s 모듈을 가져올 수 없습니다: %s" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:148 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "잘못된 css_file: %r, 무시합니다" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:158 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 파일은 %(outdir)s에 있습니다." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" + +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:187 #, python-format -msgid "error writing file %s: %s" -msgstr "%s 파일 쓰기 오류: %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "coverage_c_regexes의 잘못된 정규표현식 %r" -#: builders/xml.py:103 +#: ext/coverage.py:260 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "의사 XML 파일은 %(outdir)s에 있습니다." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "문서화되지 않은 C API: %s [%s], 파일 %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:452 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "중복된 목차 항목 발견: %s" +msgid "undocumented python function: %s :: %s" +msgstr "문서화되지 않은 Python 함수: %s :: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:473 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "이미지 파일 %r을(를) 읽을 수 없으며, 대신 복사합니다" +msgid "undocumented python class: %s :: %s" +msgstr "문서화되지 않은 Python 클래스: %s :: %s" -#: builders/_epub_base.py:467 +#: ext/coverage.py:492 #, python-format -msgid "cannot write image file %r: %s" -msgstr "이미지 파일 %r을(를) 기록할 수 없습니다: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "문서화되지 않은 Python 메소드: %s :: %s :: %s" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow를 찾을 수 없습니다 - 이미지 파일을 복사합니다" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%Y년 %m월 %d일" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "mimetype 파일 쓰는 중…" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "META-INF/container.xml 파일 쓰는 중…" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "content.opf 파일 쓰는 중…" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 개 열 기반 색인을 찾았습니다. 사용하고 있는 확장 기능의 버그일 수 있습니다: %r" -#: builders/_epub_base.py:594 +#: transforms/__init__.py:300 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s은(는) 알 수 없는 MIME 유형이며, 무시합니다" +msgid "Footnote [%s] is not referenced." +msgstr "각주 [%s]이(가) 참조되지 않았습니다." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "toc.ncx 파일 쓰는 중…" - -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "%s 파일을 기록하는 중…" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "각주 [#]이 참조되지 않았습니다." -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "텍스트 파일은 %(outdir)s에 있습니다." +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s (%s)" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "빌드 중 [mo]: " +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 용어 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "출력을 쓰는 중… " +#: environment/__init__.py:89 +msgid "new config" +msgstr "새로운 설정" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "모든 %d 개의 po 파일" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "설정이 변경됨" -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "지정된 %d 개의 po 파일 대상" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "확장 기능이 변경됨" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "오래된 %d 개의 po 파일 대상" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "빌드 환경 버전이 최신이 아님" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "모든 원본 파일" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "원본 디렉토리가 변경됨" -#: builders/__init__.py:335 +#: environment/__init__.py:350 #, python-format -msgid "file %r given on command line does not exist, " +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:355 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "명령줄에 지정된 파일 %r이(가) 원본 디렉토리에 있지 않으므로, 무시합니다" +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:353 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "명령줄에 지정된 %d 개의 원본 파일" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "이 환경은 선택한 빌더와 호환되지 않습니다. 다른 doctree 디렉토리를 선택하십시오." -#: builders/__init__.py:382 +#: environment/__init__.py:518 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "오래된 %d 개의 원본 파일 대상" - -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "오래된 파일을 찾는 중… " +msgid "Failed to scan documents in %s: %r" +msgstr "%s에서 문서를 탐색하지 못했습니다: %r" -#: builders/__init__.py:415 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d found" -msgstr "%d 개 찾음" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "찾은 것이 없음" - -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "pickle로 환경을 저장하는 중" - -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "일관성 확인 중" +msgid "Domain %r is not registered" +msgstr "%r 영역이 등록되지 않았습니다" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "오래된 대상이 없습니다." +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "문서가 어느 toctree에도 포함되어 있지 않음" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "환경을 갱신하는 중: " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "자체 참조된 toctree가 발견되었습니다. 무시합니다." -#: builders/__init__.py:499 +#: environment/__init__.py:952 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:536 +#: writers/latex.py:387 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "알 수 없는 %r toplevel_sectioning (클래스 %r)" -#: builders/__init__.py:545 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "" +msgid "no Babel option known for language %r" +msgstr "%r 언어에 대해 알려진 Babel 옵션이 없습니다" + +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth:가 너무 크며, 무시합니다." -#: builders/__init__.py:556 +#: writers/latex.py:617 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "문서 제목이 단일 텍스트 노드가 아님" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "구역, 주제, 표, 조언, 사이드바 안에 있지 않은 제목 노드가 발견됨" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "원본을 읽는 중… " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "각주" -#: builders/__init__.py:725 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "docnames to write: %s" -msgstr "기록할 문서 이름: %s" - -#: builders/__init__.py:727 -msgid "no docnames to write!" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "문서 준비 중" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/changes.py:29 +#: writers/latex.py:1618 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "개요 파일은 %(outdir)s에 있습니다." +msgid "dimension unit %s is invalid. Ignored." +msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." -#: builders/changes.py:65 +#: writers/latex.py:1954 #, python-format -msgid "no changes in version %s." -msgstr "버전 %s에는 변경 사항이 없습니다." +msgid "unknown index entry type %s found" +msgstr "알 수 없는 색인 항목 유형 %s이(가) 발견됨" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "요약 파일 작성 중…" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "잘못된 math_eqref_format: %r" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "내장" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[그림: %s]" -#: builders/changes.py:81 -msgid "Module level" -msgstr "모듈 수준" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[그림]" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "원본 파일을 복사하는 중…" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "색인" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "변경 로그 생성을 위해 %r을(를) 읽을 수 없습니다" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "캡션이 그림 안에 있지 않습니다." -#: ext/coverage.py:48 +#: writers/texinfo.py:1306 #, python-format -msgid "invalid regex %r in %s" -msgstr "잘못된 정규식 %r (%s에서)" +msgid "unimplemented node type: %r" +msgstr "구현되지 않은 노드 유형: %r" -#: ext/coverage.py:140 ext/coverage.py:301 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:446 #, python-format -msgid "module %s could not be imported: %s" -msgstr "%s 모듈을 가져올 수 없습니다: %s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format이 %s에 대해 정의되지 않음" -#: ext/coverage.py:148 +#: writers/html5.py:456 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Any IDs not assigned for %s node" +msgstr "%s 노드에 할당되지 않은 ID" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "coverage_c_regexes의 잘못된 정규표현식 %r" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "문서화되지 않은 C API: %s [%s], 파일 %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "문서화되지 않은 Python 함수: %s :: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "문서화되지 않은 Python 클래스: %s :: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "이미지 크기를 얻어올 수 없습니다. :scale: 옵션을 무시합니다." -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "문서화되지 않은 Python 메소드: %s :: %s :: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "주의" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "하드코딩 된 링크 %r은(는) extlink로 대체할 수 있습니다 (대신 %r을(를) 사용해 보십시오)" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "조심" -#: ext/todo.py:61 -msgid "Todo" -msgstr "할 일" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "위험" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "TODO 항목 발견: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "오류" -#: ext/todo.py:152 -msgid "<>" -msgstr "<<원래 항목>>" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "힌트" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<<원래 항목>>은 %s 파일, %d 행에 있습니다.)" +#: locale/__init__.py:234 +msgid "Important" +msgstr "중요" -#: ext/todo.py:166 -msgid "original entry" -msgstr "원래 항목" +#: locale/__init__.py:235 +msgid "Note" +msgstr "참고" -#: ext/imgconverter.py:44 -#, python-format +#: locale/__init__.py:236 +msgid "See also" +msgstr "더 보기" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "팁" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "경고" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "작업 숫자는 양수여야 합니다" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "자세한 내용은 를 참조하십시오." + +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" -msgstr "이미지 변환 명령 %r을(를) 실행할 수 없습니다. 'sphinx.ext.imgconverter'에는 기본적으로 ImageMagick이 필요합니다. 해당 프로그램이 설치되어 있는지 확인하거나, 'image_converter' 옵션을 사용자 정의 변환 명령으로 설정하십시오.\n\n역추적: %s" +"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 "\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" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "문서 원본 파일의 경로" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "출력 디렉토리 경로" + +#: cmd/build.py:109 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert가 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "변환 명령 %r을(를) 실행할 수 없습니다. image_converter 설정을 확인하십시오." +#: cmd/build.py:114 +msgid "general options" +msgstr "일반 옵션" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz 지시문에 내용과 파일 이름 인수를 모두 지정할 수 없습니다" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "외부 Graphviz 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "내용이 없는 \"graphviz\" 지시문을 무시합니다." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "모든 파일 기록 (기본값: 새 파일과 변경된 파일만 기록)" -#: ext/graphviz.py:287 +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" + +#: cmd/build.py:150 +msgid "path options" +msgstr "" + +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" + +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "구성 파일의 설정 무시" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "HTML 템플릿에 값 전달" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "태그를 정의: 태그가 있는 \"only\" 블록을 포함" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "콘솔 출력 옵션" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "상세도 높임 (반복 가능)" + +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "stdout에 출력하지 않고, stderr에 경고만 표시" + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "경고를 포함하여 아무 출력도 하지 않음" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "컬러 출력 허용 (기본값: 자동 감지)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "컬러 출력을 허용하지 않음 (기본값: 자동 감지)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "주어진 파일에 경고(및 오류)를 기록" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "경고를 오류로 바꿈" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "예외 발생 시 전체 추적 표시" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "예외 발생 시 Pdb 실행" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "-a 옵션과 파일 이름을 함께 사용할 수 없습니다" + +#: cmd/build.py:357 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/graphviz.py:328 +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D 옵션 인수는 name=value 형식이어야 합니다" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A 옵션 인수는 name=value 형식이어야 합니다" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "모듈에서 자동으로 docstring 삽입" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest 블록의 코드 조각을 자동으로 테스트" + +#: 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 "빌드 시 표시하거나 숨길 수 있는 \"할 일\" 항목 작성" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "문서의 커버리지 확인" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG나 SVG 이미지로 렌더링 된 수식 포함" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "MathJax로 브라우저에서 렌더링 하는 수식 포함" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "설정값을 기반으로 콘텐츠를 조건부 포함" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "문서화 된 Python 객체의 소스 코드에 대한 링크 포함" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "GitHub 페이지에 문서를 게시하기 위해 .nojekyll 파일 생성" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "유효한 경로 이름을 입력하십시오." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "텍스트를 입력하십시오." + +#: cmd/quickstart.py:134 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "dot 명령 %r을(를) 실행할 수 없습니다 (graphviz 출력에 필요). graphviz_dot 설정을 확인하십시오." +msgid "Please enter one of %s." +msgstr "%s 중 하나를 입력하십시오." -#: ext/graphviz.py:339 +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "'y' 또는 'n'을 입력하십시오." + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "파일 접미사를 입력하십시오 (예: '.rst' 또는 '.txt')." + +#: cmd/quickstart.py:230 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Sphinx %s 빠른 시작 유틸리티에 오신 것을 환영합니다." + +#: cmd/quickstart.py:235 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot이 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "다음 설정에 대한 값을 입력하십시오 (대괄호로 묶여 있는 기본값이 존재하고\n이 값을 사용하려면 바로 Enter를 누릅니다)." -#: ext/graphviz.py:344 +#: cmd/quickstart.py:242 #, python-format +msgid "Selected root path: %s" +msgstr "선택한 루트 경로: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "문서의 루트 경로를 입력하십시오." + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "문서의 루트 경로" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "오류: 선택한 루트 경로에서 기존 conf.py 파일이 발견되었습니다." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart는 기존 Sphinx 프로젝트를 덮어 쓰지 않습니다." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "새 루트 경로를 입력하십시오 (또는 Enter를 눌러 종료)" + +#: cmd/quickstart.py:275 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" +"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 출력을 위한 빌드 디렉토리를 배치하는 두 가지 옵션이 있습니다.\n루트 경로 내에서 \"_build\" 디렉토리를 사용하거나, 루트 경로 내에서\n\"source\"와 \"build\" 디렉토리로 분리합니다." -#: ext/graphviz.py:367 +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "원본과 빌드 디렉토리 분리 (y/n)" + +#: cmd/quickstart.py:288 +msgid "" +"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 "루트 디렉토리 내에 두 개의 추가 디렉토리가 생성됩니다. 사용자 정의 HTML 템플릿의\n경우 \"_templates\", 사용자 정의 스타일시트 및 기타 정적 파일의 경우 \"_static\"\n입니다. 다른 접두사(\".\" 과 같은)를 입력하여 밑줄 문자를 변경할 수 있습니다." + +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "템플릿 및 정적 디렉토리의 이름 접두사" + +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "프로젝트 이름은 빌드 된 문서의 여러 위치에 표시됩니다." + +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "프로젝트 이름" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "작성자 이름" + +#: cmd/quickstart.py:310 +msgid "" +"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는 소프트웨어에 대한 \"버전\"과 \"릴리스\"라는 개념을 가지고 있습니다.\n각 버전에는 여러 릴리스가 있을 수 있습니다. 예를 들어 Python의 경우 버전은\n2.5나 3.0과 같은 반면 릴리스는 2.5.1 또는 3.0a1과 같습니다.\n이러한 이중 구조가 필요하지 않으면 둘 다 동일한 값으로 설정하십시오." + +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "프로젝트 버전" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "프로젝트 릴리스" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "문서를 영어 이외의 언어로 작성하려는 경우, 여기에서 해당 언어 코드로 언어를\n선택할 수 있습니다. 그러면 Sphinx가 생성한 텍스트를 해당 언어로 번역합니다.\n\n지원되는 코드 목록은\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language\n를 참조하십시오." + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "프로젝트 언어" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "원본 파일의 파일 이름 접미사. 일반적으로 \".txt\" 또는 \".rst\" 입니다. 이 접미사가\n있는 파일만 문서로 간주됩니다." + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "원본 파일 접미사" + +#: cmd/quickstart.py:351 +msgid "" +"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 "한 문서는 \"컨텐츠 트리\"의 최상위 노드, 즉 문서 계층 구조의 루트로 간주된다는\n점에서 특별합니다. 일반적으로 이 값은 \"index\" 이지만, \"index\" 문서가\n사용자 정의 템플릿일 경우 이를 다른 파일 이름으로 설정할 수도 있습니다." + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "마스터 문서의 이름 (접미사 없이)" + +#: cmd/quickstart.py:372 #, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "오류: 선택한 루트 경로에 마스터 파일 %s이(가) 이미 있습니다." -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart는 기존 파일을 덮어 쓰지 않습니다." + +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "새 파일 이름을 입력하거나 기존 파일의 이름을 바꾸고, Enter를 누르십시오" + +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "다음 Sphinx 확장 기능 중 사용 설정해야 하는 항목을 지정하십시오:" + +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "참고: imgmath와 mathjax는 동시에 활성화 할 수 없습니다. imgmath가 선택 취소되었습니다." + +#: cmd/quickstart.py:411 +msgid "" +"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 "Makefile 및 Windows 명령 파일을 생성할 수 있으므로, sphinx-build를 직접 호출하는\n대신 (예를 들어) `make html'을 실행하기만 하면 됩니다." + +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Makefile을 만드시겠습니까? (y/n)" + +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Windows 명령 파일을 만드시겠습니까? (y/n)" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "dot code %r: %s" -msgstr "dot 코드 %r: %s" +msgid "Creating file %s." +msgstr "%s 파일을 만드는 중입니다." -#: ext/graphviz.py:493 ext/graphviz.py:501 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "[graph: %s]" -msgstr "[그래프: %s]" +msgid "File %s already exists, skipping." +msgstr "%s 파일이 이미 존재하여, 건너뜁니다." -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[그래프]" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "완료됨: 초기 디렉토리 구조가 생성되었습니다." + +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "이제 마스터 파일 %s을(를) 채우고 다른 원본 문서 파일을 만들어야 합니다. " -#: ext/imgmath.py:148 -#, python-format +#: cmd/quickstart.py:531 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_latex 설정을 확인하십시오" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Makefile을 사용하여 다음과 같이 문서를 빌드하십시오:\n make builder" -#: ext/imgmath.py:167 +#: cmd/quickstart.py:535 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_%s 설정을 확인하십시오" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "sphinx-build 명령을 사용하여 다음과 같이 문서를 빌드하십시오:\n sphinx-build -b builder %s %s" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "표시 LaTeX %r: %s" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "여기서 \"builder\"는 지원되는 빌더 중 하나(예: html, latex, linkcheck)입니다." -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "인라인 LaTeX %r: %s" +#: cmd/quickstart.py:577 +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 "\nSphinx 프로젝트에 필요한 파일을 생성합니다.\n\nsphinx-quickstart는 대화형 도구로서, 프로젝트에 대한 몇 가지 질문을 한 다음\n완전한 문서 디렉토리와 (sphinx-build와 함께 사용할 수 있는) 견본 Makefile을 생성합니다.\n" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "조용한 모드" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' 옵션에 '+'나 '-'가 없습니다." +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "프로젝트 루트 디렉토리" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s'은(는) 유효한 옵션이 아닙니다." +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "구조 옵션" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s'은(는) 유효한 pyversion 옵션이 아닙니다" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "지정된 경우, 원본과 빌드 디렉토리를 구분합니다" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "잘못된 TestCode 유형" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "지정된 경우, 원본 디렉토리 아래에 빌드 디렉토리를 만듭니다" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "소스에서 doctest 테스트가 완료되었으며, %(outdir)s/output.txt 에서 결과를 확인하십시오." +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "_templates 등에서 마침표의 대체 문자" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%s 블록(%s:%s)에 코드/출력 없음" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "프로젝트 기본 옵션" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "잘못된 doctest 코드 무시: %r" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "프로젝트 이름" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "작성자 이름" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "중복 레이블 %s, 다른 인스턴스는 %s에 있음" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "프로젝트의 버전" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "프로젝트의 릴리스" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "문서 언어" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "원본 파일의 접미사" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 가장 느린 읽기 시간 =======================" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "마스터 문서 이름" -#: ext/duration.py:139 +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "EPUB 사용" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "확장 기능 옵션" + +#: cmd/quickstart.py:675 #, python-format -msgid "%.3fs %s" -msgstr "" +msgid "enable %s extension" +msgstr "%s 확장 기능 사용" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[소스]" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "임의의 확장 기능 사용" -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "모듈 코드 강조 중… " +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Makefile과 배치 파일 생성" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[문서]" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "makefile 생성" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "모듈 코드" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "makefile을 생성하지 않음" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s의 소스 코드

" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "배치 파일 생성" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "개요: 모듈 코드" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "배치 파일을 생성하지 않음" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

코드를 확인할 수 있는 모든 모듈

" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat에서 make 모드 사용" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "중복 인용 %s, 다른 인스턴스는 %s에 있음" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "프로젝트 템플릿" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "인용 [%s]이(가) 참조되지 않았습니다." +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "템플릿 파일에 대한 템플릿 디렉토리" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "템플릿 변수 정의" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "잘못된 math_eqref_format: %r" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\"이 지정되었지만, \"project\" 또는 \"author\"가 정의되지 않았습니다." -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (내장 함수)" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "오류: 지정된 경로가 디렉토리가 아니거나, Sphinx 파일이 이미 있습니다." -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s 메서드)" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart는 빈 디렉토리에만 생성됩니다. 새 루트 경로를 지정하십시오." -#: domains/javascript.py:186 +#: cmd/quickstart.py:814 #, python-format -msgid "%s() (class)" -msgstr "%s() (클래스)" +msgid "Invalid template variable: %s" +msgstr "잘못된 템플릿 변수: %s" -#: domains/javascript.py:188 +#: directives/other.py:119 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (전역 변수 또는 상수)" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob 패턴 %r 이(가) 어느 문서와도 일치하지 않습니다" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s의 속성)" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree에 제외된 문서 %r에 대한 참조가 있음" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "인수" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree에 존재하지 않는 문서 %r에 대한 참조가 있음" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "예외" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "toctree에서 중복 항목이 발견됨: %s" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "반환" +#: directives/other.py:203 +msgid "Section author: " +msgstr "구역 작성자: " -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "반환 형식" +#: directives/other.py:205 +msgid "Module author: " +msgstr "모듈 작성자: " -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (모듈)" +#: directives/other.py:207 +msgid "Code author: " +msgstr "코드 작성자: " -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "함수" +#: directives/other.py:209 +msgid "Author: " +msgstr "작성자: " -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "메서드" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks 내용이 목록이 아닙니다" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "클래스" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist 내용이 목록이 아닙니다" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "데이터" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "내어쓰기에 의해 비 공백 문자가 제거됨" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "속성" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "잘못된 캡션: %s" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "모듈" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "줄 번호 지정이 범위를 벗어남 (1-%d): %r" -#: domains/javascript.py:458 +#: directives/code.py:218 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\"과(와) \"%s\" 옵션을 모두 사용할 수 없습니다" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/code.py:233 #, python-format -msgid "%s (directive)" -msgstr "%s (지시문)" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/code.py:237 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (지시문 옵션)" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" -#: domains/rst.py:224 +#: directives/code.py:278 #, python-format -msgid "%s (role)" -msgstr "%s (역할)" +msgid "Object named %r not found in include file %r" +msgstr "포함 파일 %r에서 이름이 %r 인 객체를 찾을 수 없습니다" -#: domains/rst.py:234 -msgid "directive" -msgstr "지시문" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "분리된 \"lines\" 집합과 함께 \"lineno-match\"를 사용할 수 없습니다" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "지시문 옵션" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "행 지정 %r: 포함 파일 %r에서 가져온 줄이 없습니다" -#: domains/rst.py:236 -msgid "role" -msgstr "역할" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "csv-table 지시문의 \":file:\" 옵션은 이제 절대 경로를 소스 디렉토리의 상대 경로로 인식합니다. 문서를 업데이트하십시오." -#: domains/rst.py:262 +#: util/rst.py:73 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "중복된 %s %s 설명, 다른 인스턴스는 %s에 있음" +msgid "default role %s not found" +msgstr "기본 역할 %s을(를) 찾을 수 없음" -#: domains/changeset.py:32 +#: util/i18n.py:100 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "reading error: %s, %s" +msgstr "읽기 오류: %s, %s" -#: domains/changeset.py:33 +#: util/i18n.py:113 #, python-format -msgid "Changed in version %s" -msgstr "버전 %s에서 변경" +msgid "writing error: %s, %s" +msgstr "쓰기 오류: %s, %s" -#: domains/changeset.py:34 +#: util/i18n.py:146 #, python-format -msgid "Deprecated since version %s" -msgstr "버전 %s부터 폐지됨" +msgid "locale_dir %s does not exist" +msgstr "" -#: domains/changeset.py:35 +#: util/i18n.py:244 #, python-format -msgid "Removed in version %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: domains/__init__.py:322 +#: util/i18n.py:253 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "잘못된 날짜 형식입니다. 바로 출력하려면 작은 따옴표로 문자열을 인용하십시오: %s" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "작업 숫자는 양수여야 합니다" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "자세한 내용은 를 참조하십시오." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: cmd/build.py:74 -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 "\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" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "알 수 없는 노드 유형: %r" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "문서 원본 파일의 경로" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "출력 디렉토리 경로" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: cmd/build.py:109 +#: util/osutil.py:131 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "일반 옵션" +#: util/display.py:78 +msgid "skipped" +msgstr "건너뜀" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: util/display.py:83 +msgid "failed" +msgstr "실패" -#: cmd/build.py:131 +#: util/fileutil.py:76 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "모든 파일 기록 (기본값: 새 파일과 변경된 파일만 기록)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" - -#: cmd/build.py:150 -msgid "path options" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:157 +#: util/docfields.py:100 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다." -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "구성 파일의 설정 무시" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "HTML 템플릿에 값 전달" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (내장 함수)" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "태그를 정의: 태그가 있는 \"only\" 블록을 포함" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s 메서드)" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (클래스)" + +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (전역 변수 또는 상수)" + +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s의 속성)" -#: cmd/build.py:212 -msgid "console output options" -msgstr "콘솔 출력 옵션" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "인수" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "상세도 높임 (반복 가능)" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "예외" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "stdout에 출력하지 않고, stderr에 경고만 표시" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "반환" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "경고를 포함하여 아무 출력도 하지 않음" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "반환 형식" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "컬러 출력 허용 (기본값: 자동 감지)" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (모듈)" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "컬러 출력을 허용하지 않음 (기본값: 자동 감지)" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "함수" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "메서드" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "주어진 파일에 경고(및 오류)를 기록" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "클래스" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "경고를 오류로 바꿈" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "데이터" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "예외 발생 시 전체 추적 표시" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "속성" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "예외 발생 시 Pdb 실행" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "모듈" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "-a 옵션과 파일 이름을 함께 사용할 수 없습니다" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/build.py:357 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "%s (directive)" +msgstr "%s (지시문)" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D 옵션 인수는 name=value 형식이어야 합니다" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (지시문 옵션)" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A 옵션 인수는 name=value 형식이어야 합니다" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (역할)" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "모듈에서 자동으로 docstring 삽입" +#: domains/rst.py:234 +msgid "directive" +msgstr "지시문" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest 블록의 코드 조각을 자동으로 테스트" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "지시문 옵션" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "다른 프로젝트의 Sphinx 문서 간 링크" +#: domains/rst.py:236 +msgid "role" +msgstr "역할" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "빌드 시 표시하거나 숨길 수 있는 \"할 일\" 항목 작성" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "중복된 %s %s 설명, 다른 인스턴스는 %s에 있음" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "문서의 커버리지 확인" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "PNG나 SVG 이미지로 렌더링 된 수식 포함" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "중복 인용 %s, 다른 인스턴스는 %s에 있음" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "MathJax로 브라우저에서 렌더링 하는 수식 포함" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "인용 [%s]이(가) 참조되지 않았습니다." -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "설정값을 기반으로 콘텐츠를 조건부 포함" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "문서화 된 Python 객체의 소스 코드에 대한 링크 포함" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "버전 %s에서 변경" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "GitHub 페이지에 문서를 게시하기 위해 .nojekyll 파일 생성" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "버전 %s부터 폐지됨" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "유효한 경로 이름을 입력하십시오." +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "텍스트를 입력하십시오." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "개요 파일은 %(outdir)s에 있습니다." -#: cmd/quickstart.py:134 +#: builders/changes.py:65 #, python-format -msgid "Please enter one of %s." -msgstr "%s 중 하나를 입력하십시오." +msgid "no changes in version %s." +msgstr "버전 %s에는 변경 사항이 없습니다." -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "'y' 또는 'n'을 입력하십시오." +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "요약 파일 작성 중…" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "파일 접미사를 입력하십시오 (예: '.rst' 또는 '.txt')." +#: builders/changes.py:79 +msgid "Builtins" +msgstr "내장" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Sphinx %s 빠른 시작 유틸리티에 오신 것을 환영합니다." +#: builders/changes.py:81 +msgid "Module level" +msgstr "모듈 수준" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "다음 설정에 대한 값을 입력하십시오 (대괄호로 묶여 있는 기본값이 존재하고\n이 값을 사용하려면 바로 Enter를 누릅니다)." +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "원본 파일을 복사하는 중…" -#: cmd/quickstart.py:242 +#: builders/changes.py:146 #, python-format -msgid "Selected root path: %s" -msgstr "선택한 루트 경로: %s" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "문서의 루트 경로를 입력하십시오." +msgid "could not read %r for changelog creation" +msgstr "변경 로그 생성을 위해 %r을(를) 읽을 수 없습니다" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "문서의 루트 경로" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s (%s)" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "오류: 선택한 루트 경로에서 기존 conf.py 파일이 발견되었습니다." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart는 기존 Sphinx 프로젝트를 덮어 쓰지 않습니다." +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "빌드 중 [mo]: " -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "새 루트 경로를 입력하십시오 (또는 Enter를 눌러 종료)" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "출력을 쓰는 중… " -#: cmd/quickstart.py:274 -msgid "" -"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 출력을 위한 빌드 디렉토리를 배치하는 두 가지 옵션이 있습니다.\n루트 경로 내에서 \"_build\" 디렉토리를 사용하거나, 루트 경로 내에서\n\"source\"와 \"build\" 디렉토리로 분리합니다." +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "모든 %d 개의 po 파일" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "원본과 빌드 디렉토리 분리 (y/n)" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "지정된 %d 개의 po 파일 대상" -#: cmd/quickstart.py:287 -msgid "" -"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 "루트 디렉토리 내에 두 개의 추가 디렉토리가 생성됩니다. 사용자 정의 HTML 템플릿의\n경우 \"_templates\", 사용자 정의 스타일시트 및 기타 정적 파일의 경우 \"_static\"\n입니다. 다른 접두사(\".\" 과 같은)를 입력하여 밑줄 문자를 변경할 수 있습니다." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "오래된 %d 개의 po 파일 대상" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "템플릿 및 정적 디렉토리의 이름 접두사" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "모든 원본 파일" + +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: cmd/quickstart.py:298 +#: builders/__init__.py:343 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "프로젝트 이름은 빌드 된 문서의 여러 위치에 표시됩니다." +"file %r given on command line is not under the source directory, ignoring" +msgstr "명령줄에 지정된 파일 %r이(가) 원본 디렉토리에 있지 않으므로, 무시합니다" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "프로젝트 이름" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "작성자 이름" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "명령줄에 지정된 %d 개의 원본 파일" -#: cmd/quickstart.py:309 -msgid "" -"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는 소프트웨어에 대한 \"버전\"과 \"릴리스\"라는 개념을 가지고 있습니다.\n각 버전에는 여러 릴리스가 있을 수 있습니다. 예를 들어 Python의 경우 버전은\n2.5나 3.0과 같은 반면 릴리스는 2.5.1 또는 3.0a1과 같습니다.\n이러한 이중 구조가 필요하지 않으면 둘 다 동일한 값으로 설정하십시오." +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "오래된 %d 개의 원본 파일 대상" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "프로젝트 버전" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "빌드 중 [%s]: " -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "프로젝트 릴리스" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "오래된 파일을 찾는 중… " -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "문서를 영어 이외의 언어로 작성하려는 경우, 여기에서 해당 언어 코드로 언어를\n선택할 수 있습니다. 그러면 Sphinx가 생성한 텍스트를 해당 언어로 번역합니다.\n\n지원되는 코드 목록은\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language\n를 참조하십시오." +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d 개 찾음" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "프로젝트 언어" +#: builders/__init__.py:418 +msgid "none found" +msgstr "찾은 것이 없음" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "원본 파일의 파일 이름 접미사. 일반적으로 \".txt\" 또는 \".rst\" 입니다. 이 접미사가\n있는 파일만 문서로 간주됩니다." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "pickle로 환경을 저장하는 중" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "원본 파일 접미사" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "일관성 확인 중" -#: cmd/quickstart.py:350 -msgid "" -"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 "한 문서는 \"컨텐츠 트리\"의 최상위 노드, 즉 문서 계층 구조의 루트로 간주된다는\n점에서 특별합니다. 일반적으로 이 값은 \"index\" 이지만, \"index\" 문서가\n사용자 정의 템플릿일 경우 이를 다른 파일 이름으로 설정할 수도 있습니다." +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "오래된 대상이 없습니다." -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "마스터 문서의 이름 (접미사 없이)" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "환경을 갱신하는 중: " -#: cmd/quickstart.py:368 +#: builders/__init__.py:500 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "오류: 선택한 루트 경로에 마스터 파일 %s이(가) 이미 있습니다." - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart는 기존 파일을 덮어 쓰지 않습니다." +msgid "%s added, %s changed, %s removed" +msgstr "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" -#: cmd/quickstart.py:378 +#: builders/__init__.py:537 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "새 파일 이름을 입력하거나 기존 파일의 이름을 바꾸고, Enter를 누르십시오" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "다음 Sphinx 확장 기능 중 사용 설정해야 하는 항목을 지정하십시오:" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: cmd/quickstart.py:397 +#: builders/__init__.py:546 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "참고: imgmath와 mathjax는 동시에 활성화 할 수 없습니다. imgmath가 선택 취소되었습니다." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: cmd/quickstart.py:407 +#: builders/__init__.py:557 +#, python-format msgid "" -"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 "Makefile 및 Windows 명령 파일을 생성할 수 있으므로, sphinx-build를 직접 호출하는\n대신 (예를 들어) `make html'을 실행하기만 하면 됩니다." +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Makefile을 만드시겠습니까? (y/n)" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Windows 명령 파일을 만드시겠습니까? (y/n)" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "원본을 읽는 중… " -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: builders/__init__.py:726 #, python-format -msgid "Creating file %s." -msgstr "%s 파일을 만드는 중입니다." +msgid "docnames to write: %s" +msgstr "기록할 문서 이름: %s" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "%s 파일이 이미 존재하여, 건너뜁니다." +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "완료됨: 초기 디렉토리 구조가 생성되었습니다." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "문서 준비 중" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "이제 마스터 파일 %s을(를) 채우고 다른 원본 문서 파일을 만들어야 합니다. " +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Makefile을 사용하여 다음과 같이 문서를 빌드하십시오:\n make builder" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML 파일은 %(outdir)s에 있습니다." -#: cmd/quickstart.py:531 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "sphinx-build 명령을 사용하여 다음과 같이 문서를 빌드하십시오:\n sphinx-build -b builder %s %s" +msgid "error writing file %s: %s" +msgstr "%s 파일 쓰기 오류: %s" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "여기서 \"builder\"는 지원되는 빌더 중 하나(예: html, latex, linkcheck)입니다." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "의사 XML 파일은 %(outdir)s에 있습니다." -#: cmd/quickstart.py:573 -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 "\nSphinx 프로젝트에 필요한 파일을 생성합니다.\n\nsphinx-quickstart는 대화형 도구로서, 프로젝트에 대한 몇 가지 질문을 한 다음\n완전한 문서 디렉토리와 (sphinx-build와 함께 사용할 수 있는) 견본 Makefile을 생성합니다.\n" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "조용한 모드" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "단일 문서 조합 중" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "프로젝트 루트 디렉토리" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "작성 중" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "구조 옵션" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "추가 파일 작성 중" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "지정된 경우, 원본과 빌드 디렉토리를 구분합니다" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 파일은 %(outdir)s에 있습니다." -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "지정된 경우, 원본 디렉토리 아래에 빌드 디렉토리를 만듭니다" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml 파일 쓰는 중…" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "_templates 등에서 마침표의 대체 문자" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "설정값 \"epub_language\"(또는 \"language\")는 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "프로젝트 기본 옵션" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "설정값 \"epub_uid\"는 EPUB3의 경우 XML 이름이어야 합니다" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "프로젝트 이름" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "설정값 \"epub_title\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "작성자 이름" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "설정값 \"epub_author\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "프로젝트의 버전" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "설정값 \"epub_contributor\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "프로젝트의 릴리스" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "설정값 \"epub_description\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "문서 언어" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "설정값 \"epub_publisher\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "원본 파일의 접미사" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "설정값 \"epub_copyright\"(또는 \"copyright\")는 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "마스터 문서 이름" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "EPUB 사용" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "확장 기능 옵션" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "잘못된 css_file: %r, 무시합니다" -#: cmd/quickstart.py:671 +#: builders/text.py:27 #, python-format -msgid "enable %s extension" -msgstr "%s 확장 기능 사용" +msgid "The text files are in %(outdir)s." +msgstr "텍스트 파일은 %(outdir)s에 있습니다." -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "임의의 확장 기능 사용" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "더미 빌더는 파일을 생성하지 않습니다." -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Makefile과 배치 파일 생성" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "makefile 생성" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "끊어진 링크: %s (%s)" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "makefile을 생성하지 않음" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" +msgstr "앵커 '%s'을(를) 찾을 수 없습니다" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "배치 파일 생성" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "배치 파일을 생성하지 않음" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat에서 make 모드 사용" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "프로젝트 템플릿" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d 개의 템플릿 파일 대상" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "템플릿 파일에 대한 템플릿 디렉토리" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "템플릿을 읽는 중… " -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "템플릿 변수 정의" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "메시지 카탈로그 작성 중… " -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\"이 지정되었지만, \"project\" 또는 \"author\"가 정의되지 않았습니다." +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 파일은 %(outdir)s에 있습니다." -#: cmd/quickstart.py:786 +#: builders/texinfo.py:44 msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "오류: 지정된 경로가 디렉토리가 아니거나, Sphinx 파일이 이미 있습니다." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nmakeinfo를 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make info'를 사용하십시오)." -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart는 빈 디렉토리에만 생성됩니다. 새 루트 경로를 지정하십시오." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "\"texinfo_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" -#: cmd/quickstart.py:810 +#: builders/texinfo.py:85 #, python-format -msgid "Invalid template variable: %s" -msgstr "잘못된 템플릿 변수: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: directives/other.py:119 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob 패턴 %r 이(가) 어느 문서와도 일치하지 않습니다" +msgid "processing %s" +msgstr "%s 처리 중" -#: directives/other.py:153 environment/adapters/toctree.py:372 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree에 제외된 문서 %r에 대한 참조가 있음" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "참조 처리 중…" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree에 존재하지 않는 문서 %r에 대한 참조가 있음" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (문서 " -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "toctree에서 중복 항목이 발견됨: %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "이미지를 복사하는 중… " -#: directives/other.py:203 -msgid "Section author: " -msgstr "구역 작성자: " +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "이미지 파일 %r을(를) 복사할 수 없습니다: %s" -#: directives/other.py:205 -msgid "Module author: " -msgstr "모듈 작성자: " +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo 지원 파일을 복사하는 중" -#: directives/other.py:207 -msgid "Code author: " -msgstr "코드 작성자: " +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile 쓰기 오류: %s" -#: directives/other.py:209 -msgid "Author: " -msgstr "작성자: " +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "중복된 목차 항목 발견: %s" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. acks 내용이 목록이 아닙니다" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "이미지 파일 %r을(를) 읽을 수 없으며, 대신 복사합니다" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. hlist 내용이 목록이 아닙니다" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "이미지 파일 %r을(를) 기록할 수 없습니다: %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "csv-table 지시문의 \":file:\" 옵션은 이제 절대 경로를 소스 디렉토리의 상대 경로로 인식합니다. 문서를 업데이트하십시오." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow를 찾을 수 없습니다 - 이미지 파일을 복사합니다" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "내어쓰기에 의해 비 공백 문자가 제거됨" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype 파일 쓰는 중…" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "잘못된 캡션: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "META-INF/container.xml 파일 쓰는 중…" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "줄 번호 지정이 범위를 벗어남 (1-%d): %r" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf 파일 쓰는 중…" -#: directives/code.py:216 +#: builders/_epub_base.py:594 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\"과(와) \"%s\" 옵션을 모두 사용할 수 없습니다" +msgid "unknown mimetype for %s, ignoring" +msgstr "%s은(는) 알 수 없는 MIME 유형이며, 무시합니다" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: directives/code.py:235 +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "toc.ncx 파일 쓰는 중…" + +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "writing %s file..." +msgstr "%s 파일을 기록하는 중…" -#: directives/code.py:276 +#: builders/manpage.py:37 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "포함 파일 %r에서 이름이 %r 인 객체를 찾을 수 없습니다" +msgid "The manual pages are in %(outdir)s." +msgstr "매뉴얼 페이지는 %(outdir)s에 있습니다." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "분리된 \"lines\" 집합과 함께 \"lineno-match\"를 사용할 수 없습니다" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "\"man_pages\" 설정값이 없으므로, 매뉴얼 페이지를 작성하지 않습니다" -#: directives/code.py:314 +#: builders/manpage.py:64 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "행 지정 %r: 포함 파일 %r에서 가져온 줄이 없습니다" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/latex/__init__.py:115 #, python-format -msgid "%b %d, %Y" -msgstr "%Y년 %m월 %d일" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "색인" +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX 파일은 %(outdir)s에 있습니다." -#: writers/latex.py:768 writers/texinfo.py:646 +#: builders/latex/__init__.py:118 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "구역, 주제, 표, 조언, 사이드바 안에 있지 않은 제목 노드가 발견됨" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "각주" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n(pdf)latex을 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make latexpdf'를 사용하십시오)." -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "캡션이 그림 안에 있지 않습니다." +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "\"latex_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" -#: writers/texinfo.py:1303 +#: builders/latex/__init__.py:167 #, python-format -msgid "unimplemented node type: %r" -msgstr "구현되지 않은 노드 유형: %r" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[그림: %s]" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "릴리스" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[그림]" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "TeX 지원 파일을 복사하는 중" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "추가 파일을 복사하는 중" -#: writers/html5.py:431 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format이 %s에 대해 정의되지 않음" +msgid "logo file %r does not exist" +msgstr "로고 파일 %r이(가) 존재하지 않습니다" -#: writers/html5.py:441 +#: builders/latex/__init__.py:529 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "%s 노드에 할당되지 않은 ID" - -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" - -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" - -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "알 수 없는 설정 키: latex_elements[%r], 무시합니다." -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/latex/__init__.py:537 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "알 수 없는 테마 옵션: latex_theme_options[%r], 무시합니다." -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "이미지 크기를 얻어올 수 없습니다. :scale: 옵션을 무시합니다." - -#: writers/latex.py:386 +#: builders/latex/theming.py:87 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "알 수 없는 %r toplevel_sectioning (클래스 %r)" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r에 \"theme\" 설정이 없습니다" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/latex/theming.py:90 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r 언어에 대해 알려진 Babel 옵션이 없습니다" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r에 \"%s\" 설정이 없습니다" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth:가 너무 크며, 무시합니다." +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: writers/latex.py:616 +#: builders/html/__init__.py:337 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "문서 제목이 단일 텍스트 노드가 아님" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: writers/latex.py:1228 +#: builders/html/__init__.py:372 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "전체 색인" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "알 수 없는 색인 항목 유형 %s이(가) 발견됨" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "색인" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "다음" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "이전" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "색인 생성 중" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "추가 페이지 작성 중" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "다운로드 가능한 파일을 복사하는 중… " -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "다운로드 가능한 파일 %r을(를) 복사할 수 없습니다: %s" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file에 있는 파일을 복사할 수 없습니다: %s: %r" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "정적 파일을 복사하는 중" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "정적 파일을 복사할 수 없습니다: %r" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "추가 파일을 복사하는 중" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "추가 파일을 복사할 수 없습니다: %r" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "빌드 정보 파일 쓰기 실패: %r" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format +#: builders/html/__init__.py:1004 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "검색 색인을 불러올 수 없지만 모든 문서가 작성되지는 않은 것은 아닙니다. 색인이 불완전합니다." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "%s 페이지가 html_sidebars의 두 패턴(%r 및 %r)과 일치합니다" -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" +"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 페이지를 렌더링 할 때 유니코드 오류가 발생했습니다. ASCII가 아닌 내용을 포함하는 모든 설정값이 유니코드 문자열인지 확인하십시오." -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 용어 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:149 -msgid "no translated elements!" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 개 열 기반 색인을 찾았습니다. 사용하고 있는 확장 기능의 버그일 수 있습니다: %r" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "%s 페이지를 렌더링하는 중에 오류가 발생했습니다.\n원인: %r" -#: transforms/__init__.py:299 +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "객체 인벤토리 덤프 중" + +#: builders/html/__init__.py:1276 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "각주 [%s]이(가) 참조되지 않았습니다." +msgid "dumping search index in %s" +msgstr "%s에서 검색 인덱스 덤프 중" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "잘못된 js_file: %r, 무시합니다" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "각주 [#]이 참조되지 않았습니다." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." -#: util/inventory.py:147 +#: builders/html/__init__.py:1361 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." -#: util/inventory.py:166 +#: builders/html/__init__.py:1375 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path 항목 %r이(가) outdir 안에 있습니다" -#: util/i18n.py:100 +#: builders/html/__init__.py:1380 #, python-format -msgid "reading error: %s, %s" -msgstr "읽기 오류: %s, %s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path 항목 %r이(가) 없습니다" -#: util/i18n.py:113 +#: builders/html/__init__.py:1395 #, python-format -msgid "writing error: %s, %s" -msgstr "쓰기 오류: %s, %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path 항목 %r이(가) outdir 안에 있습니다" -#: util/i18n.py:146 +#: builders/html/__init__.py:1400 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path 항목 %r이(가) 없습니다" -#: util/i18n.py:244 +#: builders/html/__init__.py:1422 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "favicon file %r does not exist" +msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" -#: util/i18n.py:253 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "잘못된 날짜 형식입니다. 바로 출력하려면 작은 따옴표로 문자열을 인용하십시오: %s" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "건너뜀" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s 문서" -#: util/display.py:87 -msgid "failed" -msgstr "실패" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: util/docutils.py:805 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "unknown node type: %r" -msgstr "알 수 없는 노드 유형: %r" +msgid "%s() (in module %s)" +msgstr "%s() (%s 모듈)" -#: util/fileutil.py:76 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s 모듈)" -#: util/fileutil.py:89 +#: domains/python/__init__.py:174 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (내장 변수)" -#: util/docfields.py:103 +#: domains/python/__init__.py:209 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다." +msgid "%s (built-in class)" +msgstr "%s (내장 클래스)" -#: util/rst.py:73 +#: domains/python/__init__.py:210 #, python-format -msgid "default role %s not found" -msgstr "기본 역할 %s을(를) 찾을 수 없음" +msgid "%s (class in %s)" +msgstr "%s (%s 클래스)" -#: util/nodes.py:462 +#: domains/python/__init__.py:275 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s의 클래스 메서드)" -#: util/nodes.py:523 +#: domains/python/__init__.py:277 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" +msgid "%s() (%s static method)" +msgstr "%s() (%s의 정적 메서드)" -#: util/nodes.py:739 +#: domains/python/__init__.py:430 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" +msgid "%s (%s property)" +msgstr "%s (%s의 특성)" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "이전 페이지에서 계속" +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "다음 페이지에 계속" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Python 모듈 목록" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "알파벳 이외" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "모듈" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "기호" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "폐지됨" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "숫자" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "예외" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "페이지" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "클래스 메서드" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "릴리스" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "정적 메서드" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "특성" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "원격 이미지를 가져올 수 없습니다: %s [%d]" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" -#: transforms/post_transforms/images.py:143 +#: domains/python/__init__.py:804 #, python-format -msgid "Unknown image format: %s..." -msgstr "알 수 없는 이미지 형식: %s…" - -#: transforms/post_transforms/__init__.py:88 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "상호 참조에 대한 대체 텍스트를 결정할 수 없습니다. 버그일 수 있습니다." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: domains/python/__init__.py:974 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "'any' 상호 참조 %r에 대해 둘 이상의 대상이 발견되었습니다: %s 일 수 있습니다" +msgid "more than one target found for cross-reference %r: %s" +msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s 참조 대상을 찾을 수 없음: %s" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (폐지됨)" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r 참조 대상을 찾을 수 없음: %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "중단되었습니다!" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "매개변수" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "변수" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "예외 발생" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "환경 변수; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: _cli/util/errors.py:207 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "잘못된 옵션 설명 %r, \"opt\", \"-opt args\", \"--opt args\", \"/opt args\", \"+opt args\"와 같은 형식이어야 합니다" + +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s 명령줄 옵션" + +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "명령줄 옵션" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "용어 앞에는 빈 줄이 와야 합니다" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "사용자 오류인 경우에도 이를 보고하여, 다음에 더 나은 오류 메시지를 제공할 수 있도록 해 주십시오." +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "용어 항목" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "사이드바 닫기" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "문법 토큰" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "탐색" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "참조 레이블" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s에서 찾기" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "환경 변수" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "이 문서 정보" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "프로그램 옵션" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "검색" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "문서" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "저작권" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "모듈 목록" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "검색 페이지" -#: themes/basic/layout.html:201 +#: domains/std/__init__.py:858 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "최종 업데이트: %(last_updated)s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %s에 있음" -#: themes/basic/layout.html:204 +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." + +#: domains/std/__init__.py:1125 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s 버전으로 생성되었습니다." +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "이전 항목" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "링크에 캡션이 없습니다: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "이전 장" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "잘못된 numfig_format: %s (%r)" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "다음 항목" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "잘못된 numfig_format: %s" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "다음 장" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "정의되지 않은 레이블: %r" -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:1457 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %r" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "한 페이지에 전체 색인 보기" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "현재 문서" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "중복 C 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. c:%s:: %s' 입니다." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "소스 보기" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "반환값" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "빠른 검색" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "멤버 변수" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "이동" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "변수" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "개요" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "매크로" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "환영합니다!" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "구조체" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "문서:" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "공용체" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "최종 업데이트" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "열거형" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "색인 및 표 목록:" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "열거자" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "종합 목차" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "자료형" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "모든 구역과 하위 구역 목록" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "함수 매개변수" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "검색 페이지" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "템플릿 매개변수" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "문서 검색" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "모듈 총 색인" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "중복 C++ 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. cpp:%s:: %s' 입니다." -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "모든 모듈 조견표" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "콘셉트" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "전체 색인" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "템플릿 매개변수" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "함수, 클래스 및 용어 개관" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "내용" #: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 #: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 @@ -2901,13 +3255,26 @@ msgstr "목차" msgid "Search %(docstitle)s" msgstr "%(docstitle)s에서 찾기" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "알파벳별 색인" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "이전 항목" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "큰 경우가 있으므로 주의" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "이전 장" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "다음 항목" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "다음 장" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "검색" #: themes/basic/search.html:20 msgid "" @@ -2925,455 +3292,308 @@ msgstr "여러 단어를 검색하면 모든 단어가 포함된 일치 항목 msgid "search" msgstr "검색" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "내용" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "검색 결과" - -#: themes/basic/static/searchtools.js:134 -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 "검색어와 일치하는 문서가 없습니다. 모든 단어의 철자가 올바른지, 충분한 카테고리를 선택했는지 확인하십시오." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "검색 중" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "검색 준비 중…" - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", 문서 - " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "검색 일치 숨기기" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "버전 %(version)s의 변경 사항 — %(docstitle)s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "현재 문서" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "소스 보기" -#: themes/basic/changes/versionchanges.html:17 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "버전 %(version)s의 변경 사항 (자동으로 생성된 목록)" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "라이브러리 변경 사항" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API 변경 사항" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "다른 변경 사항" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "사이드바 열기" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +msgid "Index – %(key)s" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "매개변수" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "변수" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "예외 발생" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s 모듈)" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s 모듈)" - -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (내장 변수)" - -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (내장 클래스)" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "한 페이지에 전체 색인 보기" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (%s 클래스)" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "탐색" -#: domains/python/__init__.py:275 +#: themes/basic/layout.html:115 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s의 클래스 메서드)" +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s에서 찾기" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s의 정적 메서드)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "이 문서 정보" -#: domains/python/__init__.py:430 -#, python-format -msgid "%s (%s property)" -msgstr "%s (%s의 특성)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "저작권" -#: domains/python/__init__.py:470 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s (type alias in %s)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Python 모듈 목록" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "모듈" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "폐지됨" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "예외" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "클래스 메서드" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "정적 메서드" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "특성" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "최종 업데이트: %(last_updated)s" -#: domains/python/__init__.py:804 +#: themes/basic/layout.html:204 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Sphinx %(sphinx_version)s 버전으로 생성되었습니다." -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "빠른 검색" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (폐지됨)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "이동" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "중복 C++ 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. cpp:%s:: %s' 입니다." +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "개요" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "템플릿 매개변수" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "환영합니다!" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "문서:" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "반환값" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "최종 업데이트" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "공용체" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "색인 및 표 목록:" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "멤버 변수" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "종합 목차" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "자료형" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "모든 구역과 하위 구역 목록" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "문서 검색" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "콘셉트" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "모듈 총 색인" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "열거형" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "모든 모듈 조견표" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "열거자" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "함수, 클래스 및 용어 개관" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "함수 매개변수" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "알파벳별 색인" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "템플릿 매개변수" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "큰 경우가 있으므로 주의" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "중복 C 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. c:%s:: %s' 입니다." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "사이드바 닫기" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "사이드바 열기" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "변수" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "검색 일치 숨기기" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "매크로" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "검색 결과" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "구조체" +#: themes/basic/static/searchtools.js:134 +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 "검색어와 일치하는 문서가 없습니다. 모든 단어의 철자가 올바른지, 충분한 카테고리를 선택했는지 확인하십시오." -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "환경 변수; %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "검색 중" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "검색 준비 중…" -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", 문서 - " -#: domains/std/__init__.py:239 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "잘못된 옵션 설명 %r, \"opt\", \"-opt args\", \"--opt args\", \"/opt args\", \"+opt args\"와 같은 형식이어야 합니다" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "버전 %(version)s의 변경 사항 — %(docstitle)s" -#: domains/std/__init__.py:319 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s command line option" -msgstr "%s 명령줄 옵션" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "명령줄 옵션" - -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "용어 앞에는 빈 줄이 와야 합니다" - -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "버전 %(version)s의 변경 사항 (자동으로 생성된 목록)" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "용어 항목" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "라이브러리 변경 사항" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "문법 토큰" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API 변경 사항" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "참조 레이블" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "다른 변경 사항" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "환경 변수" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "이전 페이지에서 계속" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "프로그램 옵션" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "다음 페이지에 계속" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "문서" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "알파벳 이외" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "모듈 목록" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "기호" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %s에 있음" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "숫자" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "페이지" -#: domains/std/__init__.py:1124 +#: environment/collectors/asset.py:98 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" +msgid "image file not readable: %s" +msgstr "이미지 파일을 읽을 수 없음: %s" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:126 #, python-format -msgid "the link has no caption: %s" -msgstr "링크에 캡션이 없습니다: %s" +msgid "image file %s not readable: %s" +msgstr "이미지 파일 %s을(를) 읽을 수 없음: %s" -#: domains/std/__init__.py:1153 +#: environment/collectors/asset.py:165 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "잘못된 numfig_format: %s (%r)" +msgid "download file not readable: %s" +msgstr "다운로드 가능 파일을 읽을 수 없음: %s" -#: domains/std/__init__.py:1157 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s" -msgstr "잘못된 numfig_format: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s에 이미 구역 번호가 할당되었습니다 (중첩된 번호 붙인 toctree?)" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "undefined label: %r" -msgstr "정의되지 않은 레이블: %r" +msgid "see %s" +msgstr "%s 문서" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %r" +msgid "see also %s" +msgstr "%s 참조" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "잘못된 값 세트 (닫는 중괄호 누락): %s" +msgid "unknown index entry type %r" +msgstr "알 수 없는 색인 항목 유형 %r" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "잘못된 값 세트 (여는 중괄호 누락): %s" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "순환 toctree 참조가 감지되었으며, 무시합니다: %s <- %s" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:360 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "잘못된 문자열 리터럴 (닫는 따옴표 누락): %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree에 제목이 없는 문서 %r에 대한 참조가 있습니다. 링크가 생성되지 않습니다" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "잘못된 문자열 리터럴 (여는 따옴표 누락): %s" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "예제" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "예제" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "키워드 매개변수" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "참고" +msgid "toctree contains reference to non-included document %r" +msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "기타 매개변수" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" +msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "수신" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "상호 참조에 대한 대체 텍스트를 결정할 수 없습니다. 버그일 수 있습니다." -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "참조" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'any' 상호 참조 %r에 대해 둘 이상의 대상이 발견되었습니다: %s 일 수 있습니다" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "경고" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s 참조 대상을 찾을 수 없음: %s" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "생성" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r 참조 대상을 찾을 수 없음: %s" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" -msgstr "모의 객체가 감지되었습니다: %r" +msgid "Could not fetch remote image: %s [%s]" +msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" -msgstr "%s의 별칭" +msgid "Could not fetch remote image: %s [%d]" +msgstr "원격 이미지를 가져올 수 없습니다: %s [%d]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "기반 클래스: %s" +msgid "Unknown image format: %s..." +msgstr "알 수 없는 이미지 형식: %s…" #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3417,214 +3637,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 이름의 \"::\"은 의미가 없음" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "%s 파일을 작성합니다." - -#: ext/apidoc/_cli.py:28 -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 "\n에서 Python 모듈 및 패키지를 재귀적으로 찾고\nautomodule 지시문이 있는 패키지 당 하나의 reST 파일을 에 만듭니다.\n\n은 생성에서 제외할 파일 또는 디렉토리 패턴일 수 있습니다.\n\n참고: 기본적으로이 스크립트는 이미 생성된 파일을 덮어 쓰지 않습니다." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "문서에 대한 모듈 경로" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "생성에서 제외할 fnmatch 형식의 파일 또는 디렉토리 패턴" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "모든 출력을 저장할 디렉토리" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "목차에 표시할 하위 모듈의 최대 깊이 (기본값: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "기존 파일 덮어쓰기" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "심볼릭 링크를 따라갑니다. collective.recipe.omelette과 결합하면 강력합니다." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "파일을 생성하지 않고 스크립트 실행" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "각 모듈에 대한 문서를 개별 페이지에 배치" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" 모듈 포함" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "목차의 파일 이름 (기본값: modules)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "목차 파일을 만들지 않음" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "모듈/패키지에 대한 제목을 만들지 않음 (예: docstring에 이미 포함된 경우)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "서브 모듈 문서 앞에 모듈 문서를 넣음" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "PEP-0420 암시적 네임 스페이스 사양에 따라 모듈 경로 해석" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "파일 확장자 (기본값: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart로 전체 프로젝트 생성" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "--full이 주어졌을 때, sys.path에 module_path 추가" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "프로젝트 이름 (기본값: 루트 모듈 이름)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "--full이 주어졌을 때, 프로젝트 작성자" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "--full이 주어졌을 때, 프로젝트 버전" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "--full이 주어졌을 때, 프로젝트의 릴리스이며 기본값은 --doc-version 값과 같음" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "확장 기능 옵션" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s은(는) 디렉토리가 아닙니다." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "모의 객체가 감지되었습니다: %r" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "alias of %s" +msgstr "%s의 별칭" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "Bases: %s" +msgstr "기반 클래스: %s" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary가 제외된 문서 %r을(를) 참조합니다. 무시합니다." -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: 스텁 파일 %r을(를) 찾을 수 없습니다. autosummary_generate 설정을 확인하십시오." -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "캡션이 있는 자동 요약에는 :toctree: 옵션이 필요합니다. 무시합니다." -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: %s을(를) import 하지 못했습니다.\n가능한 힌트:\n%s" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "객체 %s을(를) import 하지 못함" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: 파일을 찾을 수 없음: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3697,129 +3774,215 @@ msgid "" "%(default)s)" msgstr "모듈 __all__ 속성의 구성원만 정확히 문서화합니다. (기본값: %(default)s)" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary가 제외된 문서 %r을(를) 참조합니다. 무시합니다." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: 스텁 파일 %r을(를) 찾을 수 없습니다. autosummary_generate 설정을 확인하십시오." +msgid "Failed to remove %s: %s" +msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "캡션이 있는 자동 요약에는 :toctree: 옵션이 필요합니다. 무시합니다." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: %s을(를) import 하지 못했습니다.\n가능한 힌트:\n%s" +msgid "apidoc_modules item %i must be a dict" +msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" -msgstr "객체 %s을(를) import 하지 못함" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: 파일을 찾을 수 없음: %s" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "Would create file %s." +msgstr "%s 파일을 작성합니다." -#: ext/intersphinx/_load.py:324 +#: ext/apidoc/_cli.py:28 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "일부 인벤토리에서 몇 가지 문제가 발생했지만, 동작하는 대체 인벤토리로 처리했습니다:" +"\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 "\n에서 Python 모듈 및 패키지를 재귀적으로 찾고\nautomodule 지시문이 있는 패키지 당 하나의 reST 파일을 에 만듭니다.\n\n은 생성에서 제외할 파일 또는 디렉토리 패턴일 수 있습니다.\n\n참고: 기본적으로이 스크립트는 이미 생성된 파일을 덮어 쓰지 않습니다." + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "문서에 대한 모듈 경로" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "생성에서 제외할 fnmatch 형식의 파일 또는 디렉토리 패턴" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "모든 출력을 저장할 디렉토리" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "목차에 표시할 하위 모듈의 최대 깊이 (기본값: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "기존 파일 덮어쓰기" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "심볼릭 링크를 따라갑니다. collective.recipe.omelette과 결합하면 강력합니다." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "파일을 생성하지 않고 스크립트 실행" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "각 모듈에 대한 문서를 개별 페이지에 배치" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" 모듈 포함" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "목차의 파일 이름 (기본값: modules)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "목차 파일을 만들지 않음" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "모듈/패키지에 대한 제목을 만들지 않음 (예: docstring에 이미 포함된 경우)" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "서브 모듈 문서 앞에 모듈 문서를 넣음" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "PEP-0420 암시적 네임 스페이스 사양에 따라 모듈 경로 해석" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" + +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "파일 확장자 (기본값: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart로 전체 프로젝트 생성" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "--full이 주어졌을 때, sys.path에 module_path 추가" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "프로젝트 이름 (기본값: 루트 모듈 이름)" + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "--full이 주어졌을 때, 프로젝트 작성자" + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "--full이 주어졌을 때, 프로젝트 버전" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "--full이 주어졌을 때, 프로젝트의 릴리스이며 기본값은 --doc-version 값과 같음" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "확장 기능 옵션" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 인벤토리가 이동함: %s -> %s" +msgid "%s is not a directory." +msgstr "%s은(는) 디렉토리가 아닙니다." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3861,445 +4024,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "외부 %s:%s 참조 대상을 찾을 수 없음: %s" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "%s에 대한 서명을 서식화하는 동안 오류 발생: %s" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "%s에 대한 함수 서명을 가져오지 못했습니다: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수를 찾을 수 없습니다: %s" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "%r에 대한 type_comment를 해석하지 못했습니다: %s" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s에서 잘못된 __slots__ 가 발견되었습니다. 무시합니다." - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%s에 대한 인수를 서식화하는 동안 오류 발생: %s" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "%s에 대한 생성자 서명을 가져오지 못했습니다: %s" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s에 대한 메소드 서명을 가져오지 못했습니다: %s" - -#: ext/autodoc/_dynamic/_signatures.py:500 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to get a signature for %s: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r에 대한 기본 인수 값을 해석하지 못했습니다: %s" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: 문서화 할 %s.%s (%r) 을(를) 결정하지 못했으며, 다음 예외가 발생했습니다:\n%s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule %s에 대해 서명 인수 또는 반환 값 주석이 지정됨" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__은 %r이(가) 아닌 문자열의 목록이어야 합니다 (모듈 %s) -- __all__을 무시합니다" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr ":members: 옵션에 언급된 속성이 없습니다: 모듈 %s, 속성 %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "%s 속성이 %s 객체에 없음" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s)의 별칭" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML 페이지는 %(outdir)s에 있습니다." - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to read build info file: %r" -msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "색인" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "다음" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "이전" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "색인 생성 중" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "추가 페이지 작성 중" - -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "다운로드 가능한 파일을 복사하는 중… " - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "다운로드 가능한 파일 %r을(를) 복사할 수 없습니다: %s" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "일부 인벤토리에서 몇 가지 문제가 발생했지만, 동작하는 대체 인벤토리로 처리했습니다:" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:871 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "html_static_file에 있는 파일을 복사할 수 없습니다: %s: %r" - -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "정적 파일을 복사하는 중" - -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "정적 파일을 복사할 수 없습니다: %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "추가 파일을 복사하는 중" - -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "추가 파일을 복사할 수 없습니다: %r" - -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" -msgstr "빌드 정보 파일 쓰기 실패: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx 인벤토리가 이동함: %s -> %s" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "검색 색인을 불러올 수 없지만 모든 문서가 작성되지는 않은 것은 아닙니다. 색인이 불완전합니다." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "키워드 매개변수" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "%s 페이지가 html_sidebars의 두 패턴(%r 및 %r)과 일치합니다" +msgid "invalid value set (missing closing brace): %s" +msgstr "잘못된 값 세트 (닫는 중괄호 누락): %s" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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 페이지를 렌더링 할 때 유니코드 오류가 발생했습니다. ASCII가 아닌 내용을 포함하는 모든 설정값이 유니코드 문자열인지 확인하십시오." +msgid "invalid value set (missing opening brace): %s" +msgstr "잘못된 값 세트 (여는 중괄호 누락): %s" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "" +msgid "malformed string literal (missing closing quote): %s" +msgstr "잘못된 문자열 리터럴 (닫는 따옴표 누락): %s" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "%s 페이지를 렌더링하는 중에 오류가 발생했습니다.\n원인: %r" +msgid "malformed string literal (missing opening quote): %s" +msgstr "잘못된 문자열 리터럴 (여는 따옴표 누락): %s" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "객체 인벤토리 덤프 중" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "예제" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "%s에서 검색 인덱스 덤프 중" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "예제" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "잘못된 js_file: %r, 무시합니다" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "참고" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "기타 매개변수" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "수신" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path 항목 %r이(가) outdir 안에 있습니다" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "참조" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path 항목 %r이(가) 없습니다" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "경고" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path 항목 %r이(가) outdir 안에 있습니다" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "생성" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path 항목 %r이(가) 없습니다" +msgid "error while formatting signature for %s: %s" +msgstr "%s에 대한 서명을 서식화하는 동안 오류 발생: %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" -msgstr "로고 파일 %r이(가) 존재하지 않습니다" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" -msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" +msgid "Failed to get a function signature for %s: %s" +msgstr "%s에 대한 함수 서명을 가져오지 못했습니다: %s" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r에 대한 기본 인수 값을 해석하지 못했습니다: %s" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수를 찾을 수 없습니다: %s" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%s %s documentation" -msgstr "%s %s 문서" +msgid "Failed to parse type_comment for %r: %s" +msgstr "%r에 대한 type_comment를 해석하지 못했습니다: %s" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r에 \"theme\" 설정이 없습니다" +msgid "error while formatting arguments for %s: %s" +msgstr "%s에 대한 인수를 서식화하는 동안 오류 발생: %s" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r에 \"%s\" 설정이 없습니다" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s에 대한 생성자 서명을 가져오지 못했습니다: %s" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "%s에 대한 메소드 서명을 가져오지 못했습니다: %s" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX 파일은 %(outdir)s에 있습니다." - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\n(pdf)latex을 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make latexpdf'를 사용하십시오)." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "\"latex_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: 문서화 할 %s.%s (%r) 을(를) 결정하지 못했으며, 다음 예외가 발생했습니다:\n%s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "TeX 지원 파일을 복사하는 중" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "추가 파일을 복사하는 중" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s에서 잘못된 __slots__ 가 발견되었습니다. 무시합니다." -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "알 수 없는 설정 키: latex_elements[%r], 무시합니다." +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule %s에 대해 서명 인수 또는 반환 값 주석이 지정됨" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "알 수 없는 테마 옵션: latex_theme_options[%r], 무시합니다." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__은 %r이(가) 아닌 문자열의 목록이어야 합니다 (모듈 %s) -- __all__을 무시합니다" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s에 이미 구역 번호가 할당되었습니다 (중첩된 번호 붙인 toctree?)" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr ":members: 옵션에 언급된 속성이 없습니다: 모듈 %s, 속성 %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "image file not readable: %s" -msgstr "이미지 파일을 읽을 수 없음: %s" +msgid "missing attribute %s in object %s" +msgstr "%s 속성이 %s 객체에 없음" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file %s not readable: %s" -msgstr "이미지 파일 %s을(를) 읽을 수 없음: %s" +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s)의 별칭" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" -msgstr "다운로드 가능 파일을 읽을 수 없음: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "중단되었습니다!" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "순환 toctree 참조가 감지되었으며, 무시합니다: %s <- %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree에 제목이 없는 문서 %r에 대한 참조가 있습니다. 링크가 생성되지 않습니다" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "%s 문서" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "%s 참조" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "알 수 없는 색인 항목 유형 %r" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "사용자 오류인 경우에도 이를 보고하여, 다음에 더 나은 오류 메시지를 제공할 수 있도록 해 주십시오." diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index 3b6bca580f3..f63adb8c662 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 f532555aba0..cdffe62a08f 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: DALIUS DOBRAVOLSKAS , 2010\n" "Language-Team: Lithuanian (http://app.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2700 +397,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[šaltinis]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:518 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentai]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modulio kodas" + +#: ext/viewcode.py:359 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Kodas %s

" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Apžvalga: modulio kodas" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Visi moduliai turintys kodą

" + +#: ext/autosectionlabel.py:52 #, python-format -msgid "Domain %r is not registered" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: environment/__init__.py:952 +#: ext/duration.py:47 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Dėmesio" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Atsargiai" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Pavojinga" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Klaida" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Patarimas" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Svarbu" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Pastaba" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "Taip pat žiūrėkite" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Patarimas" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Įspėjimas" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Padaryti" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (kuris yra " +#: ext/todo.py:166 +msgid "original entry" +msgstr "originalus įrašas" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%Y-%m-%d" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Išnašos" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[paveiksliukas]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indeksas" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Įtaisytieji" - -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modulio lygis" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Dėmesio" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Atsargiai" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pavojinga" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Klaida" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Patarimas" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Svarbu" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Pastaba" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Taip pat žiūrėkite" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Padaryti" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Patarimas" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Įspėjimas" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "originalus įrašas" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" +"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 "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/build.py:150 +msgid "path options" +msgstr "" + +#: cmd/build.py:157 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/duration.py:124 +#: cmd/build.py:357 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[šaltinis]" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumentai]" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modulio kodas" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kodas %s

" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Apžvalga: modulio kodas" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Visi moduliai turintys kodą

" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (itaisytoji funkcija)" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 +#: cmd/quickstart.py:134 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodas)" +msgid "Please enter one of %s." +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasė)" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globalus kintamasis arba konstanta)" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: cmd/quickstart.py:230 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributas)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumentais" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Išmeta" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Grąžinamos reikšmės" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Grąžinamos reikšmės tipas" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" -#: domains/javascript.py:374 +#: cmd/quickstart.py:242 #, python-format -msgid "%s (module)" -msgstr "%s (modulis)" +msgid "Selected root path: %s" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkcija" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metodas" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klasė" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "duomenys" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribudas" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modulis" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktyva)" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rolė)" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktyva" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:304 +msgid "Author name(s)" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rolė" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Pakeista %s versijoje" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Nebepalaikoma nuo %s versijos" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:351 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" +"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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:401 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:134 -#, python-format -msgid "Please enter one of %s." +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:230 +#: cmd/quickstart.py:814 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:242 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "Selected root path: %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Skyriaus autorius: " -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modulio autorius: " -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Kodo autorius: " -#: cmd/quickstart.py:274 -msgid "" -"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 "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autorius: " -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:340 +#: directives/patches.py:71 msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/i18n.py:146 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:378 +#: util/i18n.py:253 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/inventory.py:166 #, python-format -msgid "Creating file %s." +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/osutil.py:131 #, python-format -msgid "File %s already exists, skipping." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:527 +#: util/fileutil.py:76 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:531 +#: util/fileutil.py:89 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:538 +#: util/docfields.py:100 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:573 +#: util/nodes.py:459 +#, python-format 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" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (itaisytoji funkcija)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metodas)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasė)" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globalus kintamasis arba konstanta)" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributas)" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentais" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Išmeta" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Grąžinamos reikšmės" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Grąžinamos reikšmės tipas" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modulis)" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkcija" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metodas" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klasė" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "duomenys" -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribudas" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modulis" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktyva)" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rolė)" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktyva" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rolė" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:810 +#: domains/changeset.py:32 #, python-format -msgid "Invalid template variable: %s" +msgid "Added in version %s" msgstr "" -#: directives/other.py:119 +#: domains/changeset.py:33 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "Changed in version %s" +msgstr "Pakeista %s versijoje" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/changeset.py:34 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Nebepalaikoma nuo %s versijos" -#: directives/other.py:156 +#: domains/changeset.py:35 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "Removed in version %s" msgstr "" -#: directives/other.py:169 +#: builders/changes.py:29 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Skyriaus autorius: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Modulio autorius: " +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Kodo autorius: " +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autorius: " +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Įtaisytieji" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modulio lygis" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:238 #, python-format -msgid "Invalid caption: %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:281 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "all of %d po files" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:303 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:336 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:343 #, python-format -msgid "%b %d, %Y" -msgstr "%Y-%m-%d" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indeksas" - -#: writers/latex.py:768 writers/texinfo.py:646 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Išnašos" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:367 #, python-format -msgid "unimplemented node type: %r" +msgid "%d source files given on command line" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:383 #, python-format -msgid "[image: %s]" +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[paveiksliukas]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:416 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "%d found" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:557 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:564 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:726 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "docnames to write: %s" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:1615 +#: builders/xml.py:29 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:1950 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown index entry type %s found" +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" - -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:258 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:299 +#: builders/linkcheck.py:159 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/inventory.py:166 +#: builders/linkcheck.py:800 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/i18n.py:100 +#: builders/gettext.py:243 #, python-format -msgid "reading error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:113 +#: builders/gettext.py:265 #, python-format -msgid "writing error: %s, %s" +msgid "targets for %d template files" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/i18n.py:253 +#: builders/texinfo.py:41 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/osutil.py:131 -#, python-format +#: builders/texinfo.py:44 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/docutils.py:325 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unknown directive name: %s" +msgid "processing %s" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (kuris yra " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/fileutil.py:76 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/docfields.py:103 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file Makefile: %s" msgstr "" -#: util/rst.py:73 +#: builders/_epub_base.py:223 #, python-format -msgid "default role %s not found" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/nodes.py:462 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/nodes.py:523 +#: builders/_epub_base.py:467 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "cannot write image file %r: %s" msgstr "" -#: util/nodes.py:739 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "tęsinys iš praeito puslapio" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Leidimas" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/manpage.py:37 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:64 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:115 #, python-format -msgid "Unknown image format: %s..." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: builders/latex/__init__.py:118 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Leidimas" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Paslėpti šoninę juostą" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigacija" - -#: themes/basic/layout.html:115 +#: builders/latex/theming.py:90 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Ieškoti tarp %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Apie šiuos dokumentus" - -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Paieška" - -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Autoriaus teisės" +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:114 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:337 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Paskutinis atnaujinimas %(last_updated)s." +msgid "Failed to read build info file: %r" +msgstr "" -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Praeita tema" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "praeita dalis" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Kita tema" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Bendras indeksas" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "kita dalis" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indeksas" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:549 #, python-format -msgid "Index – %(key)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Pilnas indeksas viename puslapyje" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "kitas" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Šis puslapis" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "praeitas" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Rodyti pirminį kodą" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Greitoji paieška" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Pirmyn" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Apžvalga" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksai ir lentelės:" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Pilnas Turinys" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "surašyti visus skyrius ir poskyrius" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Paieškos puslapis" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "ieškoti šiame dokumente" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalus Modulio Indeksas" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "greitas visų modulių pasiekimas" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Bendras indeksas" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "visos funkcijos, klasės ir terminai" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1234 #, python-format -msgid "Search %(docstitle)s" -msgstr "Ieškoti %(docstitle)s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indekso puslapiai pagal raidę" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "gali būti didelis" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Prašome aktyvuoti JavaScript, kad veiktų paieškos\n funkcionalumas." - -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "ieškoti" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Turinys" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Paieškos rezultatai" - -#: themes/basic/static/searchtools.js:134 -msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Paslėpti paieškos rezultatus" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1375 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1380 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1395 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatiškai sugeneruotas pakeitimų %(version)s versijoje sąrašas" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Bibliotekos pakeitimai" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API pakeitimai" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Kiti pakeitimai" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Išplėsti šoninę juostą" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametrai" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Kintamieji" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Sukelia" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3111,81 +3025,26 @@ msgstr "" msgid " (deprecated)" msgstr " (atmestas)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "narys" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipas" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "kintamasis" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametrai" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makrokomanda" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Kintamieji" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Sukelia" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3221,482 +3080,584 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "aiškinamasis terminas" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "gramatinė leksema" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "nuorodos požymis" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "aplinkos kintamasis" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "programos parinktis" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Modulio indeksas" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Paieškos puslapis" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "narys" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "kintamasis" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makrokomanda" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipas" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Turinys" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Ieškoti %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Praeita tema" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "praeita dalis" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Kita tema" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "kita dalis" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Paieška" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Prašome aktyvuoti JavaScript, kad veiktų paieškos\n funkcionalumas." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "ieškoti" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Šis puslapis" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Rodyti pirminį kodą" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Pilnas indeksas viename puslapyje" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Ieškoti tarp %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Apie šiuos dokumentus" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Autoriaus teisės" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Paskutinis atnaujinimas %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Greitoji paieška" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Pirmyn" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Apžvalga" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksai ir lentelės:" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Pilnas Turinys" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "surašyti visus skyrius ir poskyrius" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "ieškoti šiame dokumente" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalus Modulio Indeksas" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "greitas visų modulių pasiekimas" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "visos funkcijos, klasės ir terminai" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indekso puslapiai pagal raidę" -#: ext/apidoc/_cli.py:160 +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "gali būti didelis" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Paslėpti šoninę juostą" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Išplėsti šoninę juostą" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Paslėpti paieškos rezultatus" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Paieškos rezultatai" + +#: themes/basic/static/searchtools.js:134 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatiškai sugeneruotas pakeitimų %(version)s versijoje sąrašas" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Bibliotekos pakeitimai" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API pakeitimai" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Kiti pakeitimai" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "tęsinys iš praeito puslapio" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3745,563 +3706,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indeksas" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "kitas" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "praeitas" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index b377937aa0d..c571ede48d5 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 0edd34a0e39..6cc3ebd77b6 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian (http://app.transifex.com/sphinx-doc/sphinx-1/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,2704 +396,2544 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kods]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:518 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumenti]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Moduļa teksts" + +#: ext/viewcode.py:359 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s izejas teksts

" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Apskats: moduļa teksts" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Visi moduļi, kuriem ir izejas teksti

" + +#: ext/autosectionlabel.py:52 #, python-format -msgid "Domain %r is not registered" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: environment/__init__.py:952 +#: ext/duration.py:47 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Uzmanību" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Uzmanies" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Bīstami" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Kļūda" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Mājiens" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Svarīgi" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Piezīme" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "Skat.arī" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Padoms" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Brīdinājums" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Jāizdara" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (iekš " +#: ext/todo.py:166 +msgid "original entry" +msgstr "sākotnējs ieraksts" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Vēres" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[attēls: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[attēls]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indekss" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Iebūvētie" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Moduļu līmenis" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uzmanību" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Uzmanies" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Bīstami" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Kļūda" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Mājiens" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Svarīgi" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Piezīme" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Skat.arī" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Padoms" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Brīdinājums" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Jāizdara" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "sākotnējs ieraksts" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:124 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid option." +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[kods]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumenti]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Moduļa teksts" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

%s izejas teksts

" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Apskats: moduļa teksts" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Visi moduļi, kuriem ir izejas teksti

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:73 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (iebūvēta funkcija)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metods)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globālais mainīgais vai konstanta)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributs)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumenti" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Izmet" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Atgriež" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Atgriežamais tips" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modulis)" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkcija" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metods" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klase" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dati" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atributs" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modulis" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktīva)" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:224 +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:372 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktīva" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Mainīts versijā %s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Neieteicams no versijas %s" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/changeset.py:35 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Removed in version %s" +msgid "Creating file %s." msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:524 +#, python-format 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" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:542 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Sekcijas autors: " -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Moduļa autors: " -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Koda autors: " -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:209 +msgid "Author: " +msgstr "Autors: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:134 -#, python-format -msgid "Please enter one of %s." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" - -#: cmd/quickstart.py:230 +#: directives/code.py:87 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:218 #, python-format -msgid "Selected root path: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:274 +#: directives/patches.py:71 msgid "" -"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 "" - -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:309 +#: util/i18n.py:253 +#, python-format msgid "" -"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." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:368 +#: util/fileutil.py:76 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:378 +#: util/docfields.py:100 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:397 +#: util/nodes.py:459 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (iebūvēta funkcija)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metods)" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:186 #, python-format -msgid "File %s already exists, skipping." +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globālais mainīgais vai konstanta)" -#: cmd/quickstart.py:520 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s atributs)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenti" -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Izmet" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Atgriež" -#: cmd/quickstart.py:573 -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 "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Atgriežamais tips" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modulis)" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkcija" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metods" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klase" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dati" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atributs" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modulis" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktīva)" + +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" + +#: domains/rst.py:234 +msgid "directive" +msgstr "direktīva" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/rst.py:236 +msgid "role" +msgstr "role" + +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/changeset.py:33 #, python-format -msgid "enable %s extension" +msgid "Changed in version %s" +msgstr "Mainīts versijā %s" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Neieteicams no versijas %s" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Iebūvētie" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Moduļu līmenis" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:810 +#: builders/__init__.py:336 #, python-format -msgid "Invalid template variable: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:343 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:367 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%d source files given on command line" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:383 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Sekcijas autors: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Moduļa autors: " +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Koda autors: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autors: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:500 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:537 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:546 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:557 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:564 #, python-format -msgid "Object named %r not found in include file %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:726 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "docnames to write: %s" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indekss" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Vēres" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/texinfo.py:1303 +#: builders/xml.py:29 #, python-format -msgid "unimplemented node type: %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "[image: %s]" -msgstr "[attēls: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[attēls]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "error writing file %s: %s" msgstr "" -#: writers/html5.py:431 +#: builders/xml.py:103 #, python-format -msgid "numfig_format is not defined for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/html5.py:441 +#: builders/singlehtml.py:35 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/epub3.py:83 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid css_file: %r, ignored" msgstr "" -#: writers/latex.py:1950 +#: builders/text.py:27 #, python-format -msgid "unknown index entry type %s found" +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (iekš " -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/__init__.py:258 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/__init__.py:299 +#: builders/_epub_base.py:467 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/i18n.py:100 +#: builders/_epub_base.py:594 #, python-format -msgid "reading error: %s, %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" + +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "" + +#: builders/_epub_base.py:802 #, python-format -msgid "writing error: %s, %s" +msgid "writing %s file..." msgstr "" -#: util/i18n.py:146 +#: builders/manpage.py:37 #, python-format -msgid "locale_dir %s does not exist" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/i18n.py:244 +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:64 #, python-format -msgid "Invalid Babel locale: %r." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/i18n.py:253 +#: builders/latex/__init__.py:115 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/osutil.py:131 +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/latex/__init__.py:167 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Izlaidums" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: util/docutils.py:325 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "unknown directive name: %s" +msgid "logo file %r does not exist" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:529 #, python-format -msgid "unknown role name: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: util/docutils.py:805 +#: builders/latex/__init__.py:537 #, python-format -msgid "unknown node type: %r" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: util/fileutil.py:89 +#: builders/latex/transforms.py:121 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/docfields.py:103 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "No footnote was found for given reference node %r" msgstr "" -#: util/rst.py:73 +#: builders/latex/theming.py:87 #, python-format -msgid "default role %s not found" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: util/nodes.py:462 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: util/nodes.py:523 +#: builders/html/__init__.py:114 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: util/nodes.py:739 +#: builders/html/__init__.py:337 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "turpinājums no iepriekšējās lappuses" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Vispārējs indekss" + +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indekss" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "nākošais" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "iepriekšējs" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Izlaidums" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:783 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "cannot copy image file '%s': %s" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:807 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:874 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "extension static directory '%s' does not exist" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:880 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: _cli/util/errors.py:207 +#: builders/html/__init__.py:1004 msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:1213 +#, 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 "" -#: _cli/util/errors.py:240 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Savērst sānjoslu" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigācija" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:1276 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Meklēt iekš %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Par šiem dokumentiem" +msgid "dumping search index in %s" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Meklēt" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1361 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1375 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Pēdējas izmaiņas %(last_updated)s." +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1380 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "iepriekšēja tēma" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "iepriekšēja sadaļa" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "nākoša tēma" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "nākoša sadaļa" - -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1395 #, python-format -msgid "Index – %(key)s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Pilns indekss vienā lappusē" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Šī lappuse" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Rādīt izejas tekstu" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Ātra meklēšana" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Izpildīt" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Apskats" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksi un tabulas:" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Pilns saturs" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "rāda visas sekcijas un apakšsekcijas" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Atlases lapa" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "meklēt šajā dokumentācijā" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Vispārējs moduļu indekss" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "ātra piekļuve visiem moduliem" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Vispārējs indekss" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "visas funkcijas, klases un termini" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s meklēšana" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Lappušu indekss pēc burtiem" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "var būt milzīgs" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Lai iespējotu meklēšanu, lūdzu aktivizēt JavaScript." - -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" -msgstr "meklēt" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Saturs" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Atlases rezultāti" - -#: themes/basic/static/searchtools.js:134 -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 "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "" - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr "" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Paslēpt atlases vārdus" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automātiski sagatavots izmaiņu saraksts versijai %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Bibliotēkas izmaiņas" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Izmaiņas iekš C API" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Citas izmaiņas" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Izplest sānjoslu" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" - -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametri" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Mainīgie" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Ceļ" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (moduļī %s)" +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (moduļī %s)" #: domains/python/__init__.py:172 domains/python/__init__.py:366 #: domains/python/__init__.py:426 domains/python/__init__.py:466 @@ -3109,81 +3024,26 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "loceklis" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tips" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "mainīgais" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametri" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makross" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Mainīgie" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Ceļ" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3219,482 +3079,583 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "glosārija termins" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "gramatiskais marķieris" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "atsauces virsraksts" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "apkārtnes mainīgais" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "programmas opcija" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Moduļu indekss" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Atlases lapa" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "loceklis" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "mainīgais" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makross" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tips" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Saturs" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s meklēšana" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "iepriekšēja tēma" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "iepriekšēja sadaļa" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "nākoša tēma" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "nākoša sadaļa" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Meklēt" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Lai iespējotu meklēšanu, lūdzu aktivizēt JavaScript." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "meklēt" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Šī lappuse" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Rādīt izejas tekstu" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Pilns indekss vienā lappusē" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigācija" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Meklēt iekš %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Par šiem dokumentiem" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Pēdējas izmaiņas %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Ātra meklēšana" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Izpildīt" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Apskats" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksi un tabulas:" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Pilns saturs" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "rāda visas sekcijas un apakšsekcijas" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "meklēt šajā dokumentācijā" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Vispārējs moduļu indekss" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "ātra piekļuve visiem moduliem" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "visas funkcijas, klases un termini" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Lappušu indekss pēc burtiem" -#: ext/apidoc/_cli.py:160 +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "var būt milzīgs" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Savērst sānjoslu" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Izplest sānjoslu" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Paslēpt atlases vārdus" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Atlases rezultāti" + +#: themes/basic/static/searchtools.js:134 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automātiski sagatavots izmaiņu saraksts versijai %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Bibliotēkas izmaiņas" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Izmaiņas iekš C API" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Citas izmaiņas" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "turpinājums no iepriekšējās lappuses" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indekss" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "nākošais" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "iepriekšējs" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index 09ebc75bfbe..4696192e40f 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 a0c12c1eeee..bc0ef0de31f 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vasil Vangelovski , 2013\n" "Language-Team: Macedonian (http://app.transifex.com/sphinx-doc/sphinx-1/language/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2676 +397,2632 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "Domain %r is not registered" +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: environment/__init__.py:952 +#: ext/autosectionlabel.py:52 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:154 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/texinfo.py:85 +#: ext/graphviz.py:153 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (во " - -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Вградени" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Ниво на модул" +#: locale/__init__.py:232 +msgid "Error" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +"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 "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/build.py:109 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/imgmath.py:167 -#, python-format +#: cmd/build.py:157 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/viewcode.py:359 +#: cmd/build.py:357 #, python-format -msgid "

Source code for %s

" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (вградена функција)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метод)" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (класа)" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Фрла" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Враќа" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Повратен тип" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: domains/javascript.py:374 +#: cmd/quickstart.py:134 #, python-format -msgid "%s (module)" +msgid "Please enter one of %s." msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "функција" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "класа" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" +#: cmd/quickstart.py:230 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/javascript.py:458 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" + +#: cmd/quickstart.py:325 msgid "" +"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" -"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" +"For a list of supported codes, see\n" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" + +#: cmd/quickstart.py:351 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:382 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:134 -#, python-format -msgid "Please enter one of %s." +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:235 +#: cmd/quickstart.py:797 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:242 +#: cmd/quickstart.py:814 #, python-format -msgid "Selected root path: %s" +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Автор на секцијата:" -#: cmd/quickstart.py:274 -msgid "" -"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 "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Автор на модул:" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Автор на код:" + +#: directives/other.py:209 +msgid "Author: " +msgstr "Автор: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:340 +#: directives/patches.py:71 msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/i18n.py:146 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:378 +#: util/i18n.py:253 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/osutil.py:131 #, python-format -msgid "Creating file %s." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:520 +#: util/fileutil.py:76 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:531 +#: util/docfields.py:100 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:538 +#: util/nodes.py:459 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:573 -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" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (вградена функција)" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s метод)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (класа)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Фрла" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Враќа" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Повратен тип" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "функција" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "класа" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/__init__.py:322 #, python-format -msgid "enable %s extension" +msgid "%s %s" +msgstr "%s %s" + +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:810 +#: builders/changes.py:29 #, python-format -msgid "Invalid template variable: %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:119 +#: builders/changes.py:65 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "no changes in version %s." +msgstr "" + +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "" + +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Вградени" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Ниво на модул" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/changes.py:146 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:230 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:238 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Автор на секцијата:" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Автор на модул:" - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Автор на код:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Автор: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:303 #, python-format -msgid "Invalid caption: %s" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:315 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:336 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:343 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:354 #, python-format -msgid "Object named %r not found in include file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:383 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +msgid "building [%s]: " +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:537 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:546 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:726 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:386 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "error writing file %s: %s" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/xml.py:103 #, python-format -msgid "no Babel option known for language %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1228 +#: builders/epub3.py:83 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "" + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:85 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:299 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "processing %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (во " -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/inventory.py:166 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:113 +#: builders/texinfo.py:218 #, python-format -msgid "writing error: %s, %s" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:146 +#: builders/_epub_base.py:223 #, python-format -msgid "locale_dir %s does not exist" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:436 #, python-format -msgid "Invalid Babel locale: %r." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/i18n.py:253 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:361 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown role name: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/fileutil.py:89 +#: builders/_epub_base.py:802 #, python-format -msgid "Writing evaluated template result to %s" +msgid "writing %s file..." msgstr "" -#: util/docfields.py:103 +#: builders/manpage.py:37 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/nodes.py:462 +#: builders/manpage.py:64 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:523 +#: builders/latex/__init__.py:115 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: util/nodes.py:739 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Симболи" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/__init__.py:537 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/transforms.py:487 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/theming.py:87 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/theming.py:90 #, python-format -msgid "%r reference target not found: %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:207 +#: builders/html/__init__.py:372 +#, python-format msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Главна содржина" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "содржина" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "следна" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "претходна" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:783 #, python-format -msgid "Search within %(docstitle)s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:874 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:880 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" + +#: builders/html/__init__.py:933 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1048 #, python-format -msgid "Index – %(key)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s документација" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Главна содржина" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "Search %(docstitle)s" +msgid "%s() (in module %s)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/python/__init__.py:210 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: domains/python/__init__.py:277 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: domains/python/__init__.py:430 +#, python-format +msgid "%s (%s property)" msgstr "" -#: themes/basic/static/searchtools.js:134 -msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: domains/python/__init__.py:624 +msgid "Python Module Index" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: domains/python/__init__.py:625 +msgid "modules" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: domains/python/__init__.py:703 +msgid "Deprecated" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: domains/python/__init__.py:729 +msgid "exception" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: domains/python/__init__.py:731 +msgid "class method" msgstr "" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/python/__init__.py:732 +msgid "static method" msgstr "" -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" +#: domains/python/__init__.py:734 +msgid "property" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: domains/python/__init__.py:804 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" #: domains/python/_annotations.py:522 @@ -3008,171 +3039,151 @@ msgid "Parameters" msgstr "Параметри" #: domains/python/_object.py:206 -msgid "Variables" -msgstr "" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" +msgid "Variables" msgstr "" -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: domains/python/__init__.py:174 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "%s (built-in variable)" +msgid "environment variable; %s" msgstr "" -#: domains/python/__init__.py:209 +#: domains/std/__init__.py:116 #, python-format -msgid "%s (built-in class)" +msgid "%s; configuration value" msgstr "" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: domains/python/__init__.py:277 +#: domains/std/__init__.py:239 #, python-format -msgid "%s() (%s static method)" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/python/__init__.py:430 +#: domains/std/__init__.py:319 #, python-format -msgid "%s (%s property)" +msgid "%s command line option" msgstr "" -#: domains/python/__init__.py:470 -#, python-format -msgid "%s (type alias in %s)" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/python/__init__.py:625 -msgid "modules" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/python/__init__.py:703 -msgid "Deprecated" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/python/__init__.py:729 -msgid "exception" +#: domains/std/__init__.py:730 +msgid "glossary term" msgstr "" -#: domains/python/__init__.py:731 -msgid "class method" +#: domains/std/__init__.py:731 +msgid "grammar token" msgstr "" -#: domains/python/__init__.py:732 -msgid "static method" +#: domains/std/__init__.py:732 +msgid "reference label" msgstr "" -#: domains/python/__init__.py:734 -msgid "property" +#: domains/std/__init__.py:734 +msgid "environment variable" msgstr "" -#: domains/python/__init__.py:735 -msgid "type alias" +#: domains/std/__init__.py:735 +msgid "program option" msgstr "" -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: domains/std/__init__.py:736 +msgid "document" msgstr "" -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" msgstr "" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: domains/std/__init__.py:858 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/std/__init__.py:1125 #, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "член" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "тип" - -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" msgstr "" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "член" + #: domains/c/__init__.py:778 msgid "variable" msgstr "променлива" @@ -3185,446 +3196,512 @@ msgstr "макро" msgid "struct" msgstr "" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: domains/std/__init__.py:172 -msgid "Type" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: domains/std/__init__.py:182 -msgid "Default" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "тип" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: domains/std/__init__.py:239 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "%s (C++ %s)" msgstr "" -#: domains/std/__init__.py:319 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "%s command line option" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: themes/basic/search.html:35 +msgid "search" +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: domains/std/__init__.py:1124 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "" + +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: domains/std/__init__.py:1138 +#: themes/basic/layout.html:115 #, python-format -msgid "the link has no caption: %s" +msgid "Search within %(docstitle)s" +msgstr "" + +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: domains/std/__init__.py:1157 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid numfig_format: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/std/__init__.py:1453 +#: themes/basic/layout.html:201 #, python-format -msgid "undefined label: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: domains/std/__init__.py:1456 +#: themes/basic/layout.html:204 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, python-format +#: themes/basic/static/searchtools.js:134 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)" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "Failed to remove %s: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "Would create file %s." +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Симболи" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "погледни %s" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "погледни %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3697,609 +3774,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "содржина" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "следна" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "претходна" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s документација" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "погледни %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "погледни %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/nb/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb/LC_MESSAGES/sphinx.mo index 52352a5b117..e2e11fce76d 100644 Binary files a/sphinx/locale/nb/LC_MESSAGES/sphinx.mo and b/sphinx/locale/nb/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/nb/LC_MESSAGES/sphinx.po b/sphinx/locale/nb/LC_MESSAGES/sphinx.po index b8d3ea7c401..370392989ce 100644 --- a/sphinx/locale/nb/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmål (http://app.transifex.com/sphinx-doc/sphinx-1/language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index fc5bb2c0e00..30f72a2c243 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 a8c989b64df..3964f11bcd0 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -1,23 +1,23 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Lars Stramd, 2025 # Njam Dal, 2025 -# Per Christian Gaustad, 2024 +# Per Christian Gaustad, 2024,2026 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Njam Dal, 2025\n" +"Last-Translator: Per Christian Gaustad, 2024,2026\n" "Language-Team: Norwegian Bokmål (Norway) (http://app.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -56,90 +56,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:286 +#: config.py:421 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:292 +#: config.py:475 #, python-format -msgid "The %r theme has too many ancestors" +msgid "No such config value: %r" msgstr "" -#: theming.py:320 +#: config.py:503 #, python-format -msgid "no theme configuration file found in %r" +msgid "Config value %r already present" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:540 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:610 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:357 +#: config.py:632 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:376 +#: config.py:650 config.py:658 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: project.py:72 +#: config.py:664 #, python-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:87 +#: config.py:685 #, python-format -msgid "Ignored unreadable document %r." +msgid "Section %s" +msgstr "" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabell %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -156,16 +231,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -213,7 +288,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -230,7 +305,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -303,7 +378,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -311,12 +386,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -324,2698 +399,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tabell %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kilde]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Obs" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Advarsel" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Fare" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentasjon]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Feil" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modul kildekode" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Hint" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Kildekode for %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Viktig" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Oversikt: modulkildekode" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Merknad" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alle moduler hvor kildekode finnes

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Se også" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tips" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Advarsel" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(i " +#: ext/todo.py:166 +msgid "original entry" +msgstr "opprinnelig oppføring" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%d. %b %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Fotnoter" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[bilde]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Index" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Innebygde" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modulnivå" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Obs" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Advarsel" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Fare" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Feil" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Viktig" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Merknad" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Se også" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tips" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advarsel" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "opprinnelig oppføring" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:124 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid option." +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[kilde]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumentasjon]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modul kildekode" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

Kildekode for %s

" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Oversikt: modulkildekode" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Alle moduler hvor kildekode finnes

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:73 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (innebygd funksjon)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metode)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribut)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argument" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Kaster" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returnere" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Returtype" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funksjon" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metode" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klasse" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attributt" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:224 +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:372 #, python-format -msgid "%s (role)" -msgstr "%s (rolle)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiv" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "rolle" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Endret i version %s" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Frarådet siden version %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:382 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:411 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:531 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:357 +#: cmd/quickstart.py:675 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "enable %s extension" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:134 +#: directives/other.py:119 #, python-format -msgid "Please enter one of %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:230 +#: directives/other.py:169 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Forfatter av avsnitt: " -#: cmd/quickstart.py:242 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Forfatter av modul: " -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Forfatter av kildekode: " -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Forfatter: " -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:298 +#: directives/code.py:237 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:350 +#: util/i18n.py:253 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docutils.py:327 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:407 +#: util/osutil.py:131 +#, python-format msgid "" -"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." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/fileutil.py:76 #, python-format -msgid "Creating file %s." +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/fileutil.py:89 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:520 +#: util/docfields.py:100 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:527 +#: util/nodes.py:459 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:531 +#: util/nodes.py:520 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:573 -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 "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (innebygd funksjon)" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metode)" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasse)" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribut)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argument" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Kaster" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returnere" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Returtype" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funksjon" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metode" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klasse" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" - -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attributt" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:671 +#: domains/javascript.py:458 #, python-format -msgid "enable %s extension" -msgstr "" - -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiv)" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rolle)" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiv" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rolle" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "Lagt til i versjon %s" -#: cmd/quickstart.py:810 +#: domains/changeset.py:33 #, python-format -msgid "Invalid template variable: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Endret i version %s" -#: directives/other.py:119 +#: domains/changeset.py:34 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Frarådet siden version %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/changeset.py:35 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "Removed in version %s" +msgstr "Fjernet i versjon %s" -#: directives/other.py:156 +#: builders/changes.py:29 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:169 +#: builders/changes.py:65 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "no changes in version %s." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Forfatter av avsnitt: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Forfatter av modul: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Forfatter av kildekode: " +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Forfatter: " +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Innebygde" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modulnivå" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:238 #, python-format -msgid "Invalid caption: %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:281 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "all of %d po files" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:303 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:336 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:343 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Index" - -#: writers/latex.py:768 writers/texinfo.py:646 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fotnoter" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:367 #, python-format -msgid "unimplemented node type: %r" +msgid "%d source files given on command line" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:383 #, python-format -msgid "[image: %s]" +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[bilde]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:416 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "%d found" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s lagt til, %s endret, %s fjernet" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:557 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:564 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:726 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "docnames to write: %s" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:1615 +#: builders/xml.py:29 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:1950 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown index entry type %s found" +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:258 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:299 +#: builders/linkcheck.py:159 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: util/inventory.py:147 +#: builders/linkcheck.py:562 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Anchor '%s' not found" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/i18n.py:100 +#: builders/linkcheck.py:800 #, python-format -msgid "reading error: %s, %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/i18n.py:113 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:146 +#: builders/gettext.py:265 #, python-format -msgid "locale_dir %s does not exist" +msgid "targets for %d template files" msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/osutil.py:131 +#: builders/texinfo.py:41 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/docutils.py:325 +#: builders/texinfo.py:85 #, python-format -msgid "unknown directive name: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unknown role name: %s" +msgid "processing %s" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(i " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/fileutil.py:89 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Writing evaluated template result to %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:218 #, python-format -msgid "default role %s not found" +msgid "error writing file Makefile: %s" msgstr "" -#: util/nodes.py:462 +#: builders/_epub_base.py:223 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/nodes.py:523 +#: builders/_epub_base.py:436 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/nodes.py:739 +#: builders/_epub_base.py:467 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "fortsettelse fra forrige side" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "fortsetter på neste side" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Ikke-alfabetisk" - -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Tall" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "side" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Utgivelse" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:594 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/_epub_base.py:802 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "writing %s file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/manpage.py:37 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Utgivelse" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Skjul sidepanelet" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigering" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/transforms.py:121 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Søk blant %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Om disse dokumentene" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Søk" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Opphavsrett" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:90 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:114 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Sist oppdatert %(last_updated)s." +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:337 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Laget med Sphinx %(sphinx_version)s." +msgid "Failed to read build info file: %r" +msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Forrige emne" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "forrige kapittel" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Neste emne" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "neste kapittel" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Hovedindex" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" + +#: builders/html/__init__.py:549 #, python-format -msgid "Index – %(key)s" -msgstr "Indeks – %(key)s" +msgid "Logo of %s" +msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Hele registeret på én side" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "neste" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Denne siden" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "forrige" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Vis kildekode" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Hurtigsøk" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Gå" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Oversikt" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Velkommen! Dette er" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentasjonen for" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "sist oppdatert" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Registre og tabeller" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Fullstendig innholdsfortegnelse" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lister opp alle avsnitt og underavsnitt" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Søkeside" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "søk i denne dokumentasjonen" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalt modulregister" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "snarvei til alle moduler" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Hovedindex" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alla funksjoner, klasser, termer" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Innholdsfortegnelse" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1048 #, python-format -msgid "Search %(docstitle)s" -msgstr "Søk %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Registersider per bokstav" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "kan bli stor" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/search.html:20 +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Vennligst aktiver JavaScript for å skru på søkefunksjonaliteten." +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Søk etter flere ord viser bare treff som inneholder\n  alle ord" - -#: themes/basic/search.html:35 -msgid "search" -msgstr "søk" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Innhold" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Søkeresultat" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Søker" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Forbereder søk …" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", i " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skjul søkeresultat" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Endringer i versjon %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatisk generert liste over endringer i versjon %(version)s" +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Endringer i biblioteket" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Endringer i C-API-et" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Andre endringer" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Utvid sidepanelet" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametere" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabler" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Hever" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3111,81 +3027,26 @@ msgstr "" msgid " (deprecated)" msgstr " (foreldet)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "medlem" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "type" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variabel" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametere" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabler" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Hever" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3221,482 +3082,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "ordliste" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "grammatikk token" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "referanse-etikett" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "miljøvariabel" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "programvalg" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Modulindex" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Søkeside" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "medlem" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabel" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "type" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Innhold" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Innholdsfortegnelse" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Søk %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Forrige emne" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "forrige kapittel" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Neste emne" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "neste kapittel" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Søk" + +#: themes/basic/search.html:20 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 "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Vennligst aktiver JavaScript for å skru på søkefunksjonaliteten." -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Søk etter flere ord viser bare treff som inneholder\n  alle ord" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "søk" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denne siden" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Vis kildekode" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +msgid "Index – %(key)s" +msgstr "Indeks – %(key)s" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Hele registeret på én side" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigering" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Søk blant %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Om disse dokumentene" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Opphavsrett" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" -msgstr "" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Sist oppdatert %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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 "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Laget med Sphinx %(sphinx_version)s." -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hurtigsøk" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Gå" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Oversikt" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Velkommen! Dette er" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentasjonen for" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "sist oppdatert" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Registre og tabeller" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Fullstendig innholdsfortegnelse" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lister opp alle avsnitt og underavsnitt" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "søk i denne dokumentasjonen" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalt modulregister" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "snarvei til alle moduler" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alla funksjoner, klasser, termer" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Registersider per bokstav" -#: ext/apidoc/_cli.py:160 +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan bli stor" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Skjul sidepanelet" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Utvid sidepanelet" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Skjul søkeresultat" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Søkeresultat" + +#: themes/basic/static/searchtools.js:134 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Søker" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Forbereder søk …" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", i " -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Endringer i versjon %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatisk generert liste over endringer i versjon %(version)s" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Endringer i biblioteket" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Endringer i C-API-et" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andre endringer" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "fortsettelse fra forrige side" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "fortsetter på neste side" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Ikke-alfabetisk" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Tall" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "side" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "see %s" +msgstr "se %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see also %s" +msgstr "se også %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3745,563 +3706,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "neste" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "forrige" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "se %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "se også %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index 2df44a69b25..f2904d9f374 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 ed09f02636e..7e420e9780c 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2016\n" "Language-Team: Nepali (http://app.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2698 +398,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[स्रोत]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:518 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Module code" + +#: ext/viewcode.py:359 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Source code for %s

" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "पुनरावलोकन: module code" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

All modules for which code is available

" + +#: ext/autosectionlabel.py:52 #, python-format -msgid "Domain %r is not registered" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: environment/__init__.py:952 +#: ext/duration.py:47 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "ध्यानाकर्षण" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "होसियार " - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "खतरा" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "गलत" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "सङ्केत" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "जरुरी" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "टिप्पणी" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "पनि हेर्नुहोस" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "साबधान" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(in" +#: ext/todo.py:166 +msgid "original entry" +msgstr "मौलिक इन्ट्री" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "फूट्नोट्स" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[चित्र]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "अनुसुची" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "बिइल्टिन्स" - -#: builders/changes.py:81 -msgid "Module level" -msgstr "मडुलको तह" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "ध्यानाकर्षण" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "होसियार " -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "खतरा" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "गलत" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "सङ्केत" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "जरुरी" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "टिप्पणी" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "पनि हेर्नुहोस" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "साबधान" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "मौलिक इन्ट्री" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" +"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 "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/build.py:150 +msgid "path options" +msgstr "" + +#: cmd/build.py:157 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/duration.py:124 +#: cmd/build.py:357 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[स्रोत]" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Module code" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Source code for %s

" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "पुनरावलोकन: module code" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

All modules for which code is available

" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (built-in function)" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 +#: cmd/quickstart.py:134 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s विधी)" +msgid "Please enter one of %s." +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (कक्षा)" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variable or constant)" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: cmd/quickstart.py:230 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribute)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Arguments" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Throws" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returns" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Return type" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" -#: domains/javascript.py:374 +#: cmd/quickstart.py:242 #, python-format -msgid "%s (module)" -msgstr "%s (मडुल)" +msgid "Selected root path: %s" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "फन्क्सन" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "विधी" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "कक्षा" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attribute" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "मडुल" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (निर्देशिक)" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (भूमिका)" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "निर्देशिक" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:304 +msgid "Author name(s)" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "भूमिका" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "भर्सन %s मा बदलिएको" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Deprecated since version %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:351 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" +"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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:401 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:134 -#, python-format -msgid "Please enter one of %s." +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:230 +#: cmd/quickstart.py:814 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:242 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "Selected root path: %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "सेक्सनको लेखक" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "मडुलको लेखक" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Codeको लेखक " -#: cmd/quickstart.py:274 -msgid "" -"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 "" +#: directives/other.py:209 +msgid "Author: " +msgstr "लेखक" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:340 +#: directives/patches.py:71 msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/i18n.py:146 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:378 +#: util/i18n.py:253 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/inventory.py:166 #, python-format -msgid "Creating file %s." +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/osutil.py:131 #, python-format -msgid "File %s already exists, skipping." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:527 +#: util/fileutil.py:76 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:531 +#: util/fileutil.py:89 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:538 +#: util/docfields.py:100 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:573 +#: util/nodes.py:459 +#, python-format 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" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (built-in function)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s विधी)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (कक्षा)" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variable or constant)" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribute)" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Arguments" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Throws" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returns" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Return type" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (मडुल)" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "फन्क्सन" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "विधी" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "कक्षा" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attribute" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "मडुल" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (निर्देशिक)" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (भूमिका)" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "निर्देशिक" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "भूमिका" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:810 +#: domains/changeset.py:32 #, python-format -msgid "Invalid template variable: %s" +msgid "Added in version %s" msgstr "" -#: directives/other.py:119 +#: domains/changeset.py:33 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "Changed in version %s" +msgstr "भर्सन %s मा बदलिएको" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/changeset.py:34 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Deprecated since version %s" -#: directives/other.py:156 +#: domains/changeset.py:35 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "Removed in version %s" msgstr "" -#: directives/other.py:169 +#: builders/changes.py:29 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "सेक्सनको लेखक" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "मडुलको लेखक" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Codeको लेखक " +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "लेखक" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "बिइल्टिन्स" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "मडुलको तह" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:238 #, python-format -msgid "Invalid caption: %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:281 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "all of %d po files" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:303 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:336 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:343 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "अनुसुची" - -#: writers/latex.py:768 writers/texinfo.py:646 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "फूट्नोट्स" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:367 #, python-format -msgid "unimplemented node type: %r" +msgid "%d source files given on command line" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:383 #, python-format -msgid "[image: %s]" +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[चित्र]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:416 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "%d found" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:557 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:564 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:726 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "docnames to write: %s" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:1615 +#: builders/xml.py:29 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:1950 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown index entry type %s found" +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" - -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:258 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:299 +#: builders/linkcheck.py:159 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/inventory.py:166 +#: builders/linkcheck.py:800 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/i18n.py:100 +#: builders/gettext.py:243 #, python-format -msgid "reading error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:113 +#: builders/gettext.py:265 #, python-format -msgid "writing error: %s, %s" +msgid "targets for %d template files" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/i18n.py:253 +#: builders/texinfo.py:41 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/osutil.py:131 -#, python-format +#: builders/texinfo.py:44 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/docutils.py:325 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unknown directive name: %s" +msgid "processing %s" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(in" + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/fileutil.py:76 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/docfields.py:103 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file Makefile: %s" msgstr "" -#: util/rst.py:73 +#: builders/_epub_base.py:223 #, python-format -msgid "default role %s not found" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/nodes.py:462 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/nodes.py:523 +#: builders/_epub_base.py:467 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "cannot write image file %r: %s" msgstr "" -#: util/nodes.py:739 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "अघिल्लो पानासँग जोडीएको" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "रीलीज" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/manpage.py:37 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:64 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:115 #, python-format -msgid "Unknown image format: %s..." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: builders/latex/__init__.py:118 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "रीलीज" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "साइडबर सानो बनाउनुहोस्" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "नेभिगेसन " - -#: themes/basic/layout.html:115 +#: builders/latex/theming.py:87 #, python-format -msgid "Search within %(docstitle)s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "यी डकुमेन्टहरुको बारेमा" - -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "खोज्नुहोस् " - -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "कपिराइट " - -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:90 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:114 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "यो भन्दा अगाडी %(last_updated)s मा अपडेट भएको" +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:337 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "अघिल्लो विषय " - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "अघिल्लो खन्ड" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "पछिल्लो विषय" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "पछिल्लो खन्ड" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:372 #, python-format -msgid "Index – %(key)s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "पुरा अनुसुची एकै पानामा" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "यो पाना" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "सामान्य अनुसुची" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "स्रोत देखाउनुहोस् " +#: builders/html/__init__.py:496 +msgid "index" +msgstr "अनुसुची" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "छिट्टो खोज्नुहोस्" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "जानुहोस्" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "पछिल्लो" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "पुनरावलोकन " +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "अघिल्लो" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "इन्डीसीस्स र तलिका" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "पुरा विषयसूची" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "सबै सेक्सन र सवसेक्सन देखाउनुहोस्" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "पानामा खोज्नुहोस्" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "यो डकुमेन्ट खोज्नुहोस्" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "ग्लोबल मडुल अनुसुची" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "सबै मोदुलेसमा छिटै जानुहोस्" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "सामान्य अनुसुची" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "सबै फन्क्सनस्, कक्षाहरू र टर्मस्" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:954 #, python-format -msgid "Search %(docstitle)s" +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "अक्षर अनुसार अनुसुचीका पाना" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "धेरै ठुलो हुन सक्छ" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/search.html:20 +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "खोज्ने कार्य आगाडी बढाउनको लागि जाभास्कृप्ट चलाईदिनुहोस " +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "खोज्नुहोस्" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "विषयसूची" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "खोजेको नतिजा" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "भर्सन %(version)s मा भएका फरक हरु आफै जेनेरेट भए " +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "लाईब्रेरीका परिवर्तनहरु" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API का परिवर्तनहरु " +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "अरु परिवर्तनहरु " +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "साइडबर ठुलो बनाउनुहोस्" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "चलहरू" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3110,81 +3026,26 @@ msgstr "" msgid " (deprecated)" msgstr "(deprecated)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "सदस्य" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "किसिम" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "चल" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parameters" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "बृहत" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "चलहरू" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Raises" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3220,482 +3081,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "शब्द-अर्थमा भएको" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "grammar token" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "सन्दर्व सामग्री" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "environment variable" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "कार्यक्रमका बिकल्प" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "मडुल अनुसुची" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "पानामा खोज्नुहोस्" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "सदस्य" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "चल" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "बृहत" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" - -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "किसिम" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "विषयसूची" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, python-format +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "अघिल्लो विषय " + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "अघिल्लो खन्ड" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "पछिल्लो विषय" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "पछिल्लो खन्ड" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "खोज्नुहोस् " + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "खोज्ने कार्य आगाडी बढाउनको लागि जाभास्कृप्ट चलाईदिनुहोस " + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "खोज्नुहोस्" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "यो पाना" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "स्रोत देखाउनुहोस् " + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "पुरा अनुसुची एकै पानामा" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "नेभिगेसन " + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" +msgid "Search within %(docstitle)s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "यी डकुमेन्टहरुको बारेमा" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "कपिराइट " + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "यो भन्दा अगाडी %(last_updated)s मा अपडेट भएको" -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "छिट्टो खोज्नुहोस्" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "जानुहोस्" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "पुनरावलोकन " -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "इन्डीसीस्स र तलिका" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "पुरा विषयसूची" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "सबै सेक्सन र सवसेक्सन देखाउनुहोस्" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "यो डकुमेन्ट खोज्नुहोस्" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "ग्लोबल मडुल अनुसुची" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "सबै मोदुलेसमा छिटै जानुहोस्" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "सबै फन्क्सनस्, कक्षाहरू र टर्मस्" -#: ext/apidoc/_cli.py:152 +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "अक्षर अनुसार अनुसुचीका पाना" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "धेरै ठुलो हुन सक्छ" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "साइडबर सानो बनाउनुहोस्" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "साइडबर ठुलो बनाउनुहोस्" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "खोजेको नतिजा" + +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "भर्सन %(version)s मा भएका फरक हरु आफै जेनेरेट भए " + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "लाईब्रेरीका परिवर्तनहरु" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API का परिवर्तनहरु " + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "अरु परिवर्तनहरु " + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "अघिल्लो पानासँग जोडीएको" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "see %s" +msgstr "%s हेर्नुहोस्" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see also %s" +msgstr "%s पनि हेर्नुहोस् " -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3744,563 +3705,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "अनुसुची" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "पछिल्लो" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "अघिल्लो" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "%s हेर्नुहोस्" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "%s पनि हेर्नुहोस् " +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index f93d3657606..ca9f389553e 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 f37a3977f86..1a59de039fa 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -14,14 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" "Language-Team: Dutch (http://app.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -60,90 +60,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, 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" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "configuratiemap bevat geen conf.py bestand (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, 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" +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)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "ongeldig getal %r voor configuratiewaarde %r, wordt genegeerd" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +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" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Configuratiewaarde %r was reeds aangevoerd" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: theming.py:345 theming.py:398 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:349 +#: config.py:610 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Een fout heeft zich voorgedaan in uw configuratiebestand:\n\n%s" -#: theming.py:353 theming.py:401 +#: config.py:632 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:357 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:376 +#: config.py:664 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:72 +#: config.py:685 +#, python-format +msgid "Section %s" +msgstr "Sectie %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Codefragment %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r onbekend, wordt genegeerd." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -160,16 +235,16 @@ msgid "" "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" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -217,7 +292,7 @@ msgstr "Dit project vereist tenminste Sphinx v%s, en kan daarom niet worden gebo msgid "making output directory" msgstr "aanmaken doelmap" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -234,7 +309,7 @@ msgstr "'setup' gedefinieerd in conf.py is niet aanroepbaar (geen Python-callabl msgid "loading translations [%s]... " msgstr "laden van vertalingen [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "klaar" @@ -307,7 +382,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -315,12 +390,12 @@ 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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -328,2677 +403,2633 @@ 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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "seriële verwerking van %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Bouwerklasse %s heeft geen \"name\"-attribuut" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Bouwer %r bestaat reeds (in module %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Bouwernaam %s is niet geregistreerd of beschikbaar via entrypoint" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Bouwernaam %s is niet geregistreerd" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domein %s was reeds geregistreerd" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domein %s nog niet geregistreerd" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser voor %r is reeds geregistreerd" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Broncode-parser voor %s is niet geregistreerd" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, 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." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Oorspronkelijke exceptie:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Kon extensie %s niet importeren" -#: registry.py:554 +#: registry.py:561 #, 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?" -#: registry.py:567 +#: registry.py:574 #, 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." -#: registry.py:579 +#: registry.py:586 #, 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" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "configuratiemap bevat geen conf.py bestand (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, 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)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "ongeldig getal %r voor configuratiewaarde %r, wordt genegeerd" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "instelling %s.%s komt niet voor in de doorzochte thema configuraties" -#: config.py:399 +#: theming.py:139 #, 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" +msgid "unsupported theme option %r given" +msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" +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" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" -msgstr "Configuratiewaarde %r was reeds aangevoerd" +msgid "The %r theme has circular inheritance" +msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Een fout heeft zich voorgedaan in uw configuratiebestand:\n\n%s" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "Sectie %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tabel %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Codefragment %s" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r onbekend, wordt genegeerd." - -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "bronmap is gewijzigd" - -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:404 +#: ext/imgconverter.py:44 +#, python-format msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[broncode]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Let op" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Pas op" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Gevaar" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Fout" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Hint" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Belangrijk" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Notitie" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "Zie ook" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentatie]" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Waarschuwing" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modulebroncode" -#: builders/texinfo.py:41 +#: ext/viewcode.py:359 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "

Source code for %s

" +msgstr "

Broncode voor %s

" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Overzicht: module broncode" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alle modules waarvoor de broncode beschikbaar is

" -#: builders/texinfo.py:85 +#: ext/autosectionlabel.py:52 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 #, python-format -msgid "processing %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (in " - -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/duration.py:124 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:218 +#: ext/duration.py:139 #, python-format -msgid "error writing file Makefile: %s" +msgid "%.3fs %s" msgstr "" -#: builders/manpage.py:37 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Te doen" + +#: ext/todo.py:94 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/manpage.py:64 +#: ext/todo.py:154 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(Het <> bevindt zich in %s, regel %d.)" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: ext/todo.py:166 +msgid "original entry" +msgstr "originele item" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz directive mag niet zowel inhoud als een bestandsnaam argument hebben" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:153 +#, 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" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." -#: builders/gettext.py:243 +#: ext/graphviz.py:287 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:328 #, python-format -msgid "building [%s]: " -msgstr "" +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" -#: builders/gettext.py:265 +#: ext/graphviz.py:339 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:310 -msgid "writing message catalogs... " +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/linkcheck.py:87 +#: ext/graphviz.py:344 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/linkcheck.py:159 +#: ext/graphviz.py:367 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Anchor '%s' not found" +msgid "dot code %r: %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graaf: %s]" + +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graaf]" -#: builders/linkcheck.py:799 +#: ext/extlinks.py:82 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/epub3.py:83 +#: ext/imgmath.py:148 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "ontbrekende '+' of '-' in optie '%s'." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' is geen geldige optie." + +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' is geen geldige pyversion optie" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:158 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" + +#: ext/coverage.py:187 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:260 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:452 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:473 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: ext/coverage.py:492 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:467 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot write image file %r: %s" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "bronmap is gewijzigd" + +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "bestand %r zoals gegeven op de opdrachtregel is niet aanwezig in de bronmap, wordt genegeerd" +msgid "Domain %r is not registered" +msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Voetnoten" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[afbeelding: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[afbeelding]" -#: builders/__init__.py:740 -msgid "preparing documents" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Index" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "onderschrift niet binnen figuur." + +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Builtins" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Moduleniveau" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Let op" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Pas op" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Gevaar" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fout" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Belangrijk" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Notitie" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Zie ook" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Waarschuwing" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "pad naar doelmap" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Te doen" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Het <> bevindt zich in %s, regel %d.)" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "originele item" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz directive mag niet zowel inhoud als een bestandsnaam argument hebben" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "" -#: ext/graphviz.py:153 -#, 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" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, 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" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graaf: %s]" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graaf]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "ontbrekende '+' of '-' in optie '%s'." +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' is geen geldige optie." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "" -#: ext/doctest.py:139 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' is geen geldige pyversion optie" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[broncode]" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documentatie]" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modulebroncode" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

Broncode voor %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Overzicht: module broncode" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Alle modules waarvoor de broncode beschikbaar is

" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/citation.py:92 +#: cmd/quickstart.py:230 #, python-format -msgid "Citation [%s] is not referenced." +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicaatlabel van formule %s, andere in %s" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" -#: domains/math.py:130 writers/latex.py:2500 +#: cmd/quickstart.py:242 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "Selected root path: %s" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ingebouwde functie)" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s methode)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globale variabele of constante)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribuut)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumenten" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Werpt" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returns" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Return type" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (module)" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "functie" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "methode" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Naam van het project" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klasse" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Auteur(s)" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attribuut" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Versie van het project" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "module" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Release van het project" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directive)" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "directive" - -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Veranderd in versie %s" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Bestandsnaam van het hoofddocument (zonder bestandsextensie)" -#: domains/changeset.py:34 +#: cmd/quickstart.py:372 #, python-format -msgid "Deprecated since version %s" -msgstr "Verouderd sinds versie %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Fout: hoofddocumentbestandsnaam %s is reeds aanwezig op het aangewezen pad." -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:401 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 "" - -#: cmd/build.py:100 -msgid "path to documentation source files" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "pad naar doelmap" - -#: cmd/build.py:109 +#: cmd/quickstart.py:411 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Afgerond: een beginstructuur van mappen is aangemaakt." -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:531 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "release van project" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "documenttaal" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "bestandsextensie van bronbestanden" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "bestandsnaam van hoofddocument" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:357 +#: cmd/quickstart.py:675 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "enable %s extension" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "sjabloonmap voor sjabloonbestanden" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:134 +#: directives/other.py:119 #, python-format -msgid "Please enter one of %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:230 +#: directives/other.py:169 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Auteur van deze sectie: " -#: cmd/quickstart.py:242 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Auteur van deze module: " -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Auteur van deze broncode:" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Auteur: " -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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 "" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Ongeldig onderschrift: %s" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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 "" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Gebruik van zowel \"%s\" als \"%s\" opties is niet toegestaan" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:298 +#: directives/code.py:237 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Naam van het project" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Object met naam %r is niet gevonden in include bestand %r" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Auteur(s)" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "\"lineno-match\" kan niet gebruikt worden met een disjuncte set \"lines\"" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Regels %r: geen regels gebruikt uit include-bestand %r" -#: cmd/quickstart.py:309 +#: directives/patches.py:71 msgid "" -"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." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Versie van het project" - -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Release van het project" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:350 +#: util/i18n.py:253 +#, python-format msgid "" -"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." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Bestandsnaam van het hoofddocument (zonder bestandsextensie)" - -#: cmd/quickstart.py:368 +#: util/docutils.py:327 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Fout: hoofddocumentbestandsnaam %s is reeds aanwezig op het aangewezen pad." +msgid "unknown directive name: %s" +msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:407 +#: util/osutil.py:131 +#, python-format msgid "" -"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." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/fileutil.py:76 #, python-format -msgid "Creating file %s." +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/fileutil.py:89 #, python-format -msgid "File %s already exists, skipping." +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Afgerond: een beginstructuur van mappen is aangemaakt." - -#: cmd/quickstart.py:520 +#: util/docfields.py:100 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:527 +#: util/nodes.py:459 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:531 +#: util/nodes.py:520 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:573 -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 "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (ingebouwde functie)" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s methode)" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasse)" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globale variabele of constante)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribuut)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenten" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Werpt" + +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returns" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Return type" + +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (module)" + +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "functie" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "methode" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klasse" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attribuut" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "module" + +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directive)" + +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" + +#: domains/rst.py:234 +msgid "directive" +msgstr "directive" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/rst.py:236 +msgid "role" +msgstr "rol" + +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplicaatlabel van formule %s, andere in %s" + +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "release van project" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "documenttaal" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "bestandsextensie van bronbestanden" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Veranderd in versie %s" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "bestandsnaam van hoofddocument" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Verouderd sinds versie %s" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:671 +#: builders/changes.py:65 #, python-format -msgid "enable %s extension" +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Builtins" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Moduleniveau" + +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "sjabloonmap voor sjabloonbestanden" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:793 +#: builders/__init__.py:343 +#, python-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "bestand %r zoals gegeven op de opdrachtregel is niet aanwezig in de bronmap, wordt genegeerd" -#: cmd/quickstart.py:810 +#: builders/__init__.py:354 #, python-format -msgid "Invalid template variable: %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:367 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%d source files given on command line" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:383 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "building [%s]: " msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Auteur van deze sectie: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Auteur van deze module: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Auteur van deze broncode:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Auteur: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Ongeldig onderschrift: %s" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:500 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:537 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Gebruik van zowel \"%s\" als \"%s\" opties is niet toegestaan" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:546 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:557 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:564 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Object met naam %r is niet gevonden in include bestand %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "\"lineno-match\" kan niet gebruikt worden met een disjuncte set \"lines\"" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:726 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Regels %r: geen regels gebruikt uit include-bestand %r" +msgid "docnames to write: %s" +msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Index" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Voetnoten" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "onderschrift niet binnen figuur." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" -#: writers/texinfo.py:1303 +#: builders/xml.py:103 #, python-format -msgid "unimplemented node type: %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/singlehtml.py:35 #, python-format -msgid "[image: %s]" -msgstr "[afbeelding: %s]" +msgid "The HTML page is in %(outdir)s." +msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[afbeelding]" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/html5.py:441 +#: builders/epub3.py:83 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: writers/latex.py:616 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid css_file: %r, ignored" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: writers/latex.py:1228 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: writers/latex.py:1615 +#: builders/linkcheck.py:159 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "broken link: %s (%s)" msgstr "" -#: writers/latex.py:1950 +#: builders/linkcheck.py:562 #, python-format -msgid "unknown index entry type %s found" +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/inventory.py:166 +#: builders/_epub_base.py:802 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "writing %s file..." msgstr "" -#: util/i18n.py:100 +#: builders/manpage.py:37 #, python-format -msgid "reading error: %s, %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/i18n.py:146 +#: builders/manpage.py:64 #, python-format -msgid "locale_dir %s does not exist" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/i18n.py:244 +#: builders/latex/__init__.py:115 #, python-format -msgid "Invalid Babel locale: %r." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: util/i18n.py:253 -#, python-format +#: builders/latex/__init__.py:118 msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/osutil.py:131 +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/latex/__init__.py:167 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: util/docutils.py:325 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "unknown directive name: %s" +msgid "logo file %r does not exist" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:529 #, python-format -msgid "unknown role name: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: util/docutils.py:805 +#: builders/latex/__init__.py:537 #, python-format -msgid "unknown node type: %r" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: util/fileutil.py:89 +#: builders/latex/transforms.py:121 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: util/docfields.py:103 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "No footnote was found for given reference node %r" msgstr "" -#: util/rst.py:73 +#: builders/latex/theming.py:87 #, python-format -msgid "default role %s not found" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: util/nodes.py:462 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: util/nodes.py:523 +#: builders/html/__init__.py:114 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: util/nodes.py:739 +#: builders/html/__init__.py:337 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "Vervolgd van vorige pagina" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "Vervolgt op volgende pagina" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbolen" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Algemene index" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pagina" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "volgende" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Release" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "vorige" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:783 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot copy image file '%s': %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:807 #, 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" +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:853 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:874 #, python-format -msgid "%r reference target not found: %s" +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: _cli/util/errors.py:246 +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Zijpaneel inklappen" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigatie" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" + +#: builders/html/__init__.py:1276 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Zoeken in %(docstitle)s" +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Over deze documenten" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Zoeken" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1375 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1380 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Laatste aanpassing op %(last_updated)s." +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1395 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Vorig onderwerp" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "vorig hoofdstuk" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Volgend onderwerp" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "volgend hoofdstuk" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1464 #, python-format -msgid "Index – %(key)s" +msgid "%s %s documentation" +msgstr "%s %s documentatie" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Volledige index op één pagina" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Deze pagina" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Broncode weergeven" +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (in module %s)" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Snel zoeken" +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (in module %s)" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Zoek" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (geïntegreerde variabele)" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Overzicht" +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (geïntegreerde klasse)" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Welkom! Dit is" +#: domains/python/__init__.py:210 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klasse in %s)" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "de documentatie voor" +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s klassemethode)" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "laatst bijgewerkt" +#: domains/python/__init__.py:277 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (statische methode van %s)" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indices en tabellen:" +#: domains/python/__init__.py:430 +#, python-format +msgid "%s (%s property)" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Volledige inhoudsopgave" +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "geeft alle secties en subsecties weer" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Python-moduleïndex" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Zoekpagina" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "modules" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "zoeken in deze documentatie" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Verouderd" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globale Module-index" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "exceptie" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "sneltoegang naar alle modules" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "klassemethode" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Algemene index" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "statische methode" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alle functies, klasses en begrippen" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:804 #, python-format -msgid "Search %(docstitle)s" -msgstr "Zoek in %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Index pagineerd per letter" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "kan heel groot zijn" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen." - -#: themes/basic/search.html:28 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "zoeken" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Inhoudsopgave" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Zoekresultaten" - -#: themes/basic/static/searchtools.js:134 -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 "Uw zoekopdracht leverde geen resultaten op. Zorg ervoor dat alle woorden juist zijn gespeld en dat u voldoende categorieën hebt geselecteerd." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Bezig met zoeken" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Zoeken aan het voorbereiden..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", in" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Zoekresultaten verbergen" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Wijzigingen in Versie %(version)s — %(docstitle)s" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatisch gegenereerde lijst van veranderingen in versie %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Veranderingen in de bibliotheek" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Veranderingen in de C-API" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Andere veranderingen" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Zijpaneel uitklappen" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (verouderd)" #: domains/python/_annotations.py:522 msgid "Positional-only parameter separator (PEP 570)" @@ -3021,176 +3052,6 @@ msgstr "Variabelen" msgid "Raises" msgstr "Veroorzaakt" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in module %s)" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (in module %s)" - -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (geïntegreerde variabele)" - -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (geïntegreerde klasse)" - -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasse in %s)" - -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klassemethode)" - -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statische methode van %s)" - -#: domains/python/__init__.py:430 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: domains/python/__init__.py:470 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Python-moduleïndex" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "modules" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Verouderd" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "exceptie" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "klassemethode" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "statische methode" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (verouderd)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Sjabloonparameters" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "member" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "type" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "concept" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" - -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variabele" - -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" - #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format msgid "environment variable; %s" @@ -3225,412 +3086,628 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "woordenlijstterm" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "grammaticatoken" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "verwijzingslabel" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "omgevingsvariabele" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "programmaoptie" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "document" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Module-index" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Zoekpagina" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "onderschrift ontbreekt voor link: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "member" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabele" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Sleutelwoordargumenten" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Verwijzingen" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "type" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Sjabloonparameters" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "Basisklassen: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concept" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Inhoudsopgave" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Zoek in %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Vorig onderwerp" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "vorig hoofdstuk" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Volgend onderwerp" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "volgend hoofdstuk" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Zoeken" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "zoeken" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Deze pagina" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Broncode weergeven" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Volledige index op één pagina" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigatie" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Zoeken in %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Over deze documenten" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Laatste aanpassing op %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Snel zoeken" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Zoek" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Overzicht" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Welkom! Dit is" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "de documentatie voor" -#: ext/apidoc/_cli.py:91 +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "laatst bijgewerkt" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indices en tabellen:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Volledige inhoudsopgave" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "geeft alle secties en subsecties weer" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "zoeken in deze documentatie" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globale Module-index" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "sneltoegang naar alle modules" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alle functies, klasses en begrippen" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index pagineerd per letter" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan heel groot zijn" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Zijpaneel inklappen" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Zijpaneel uitklappen" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Zoekresultaten verbergen" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Zoekresultaten" + +#: themes/basic/static/searchtools.js:134 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Uw zoekopdracht leverde geen resultaten op. Zorg ervoor dat alle woorden juist zijn gespeld en dat u voldoende categorieën hebt geselecteerd." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Bezig met zoeken" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Zoeken aan het voorbereiden..." -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", in" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Wijzigingen in Versie %(version)s — %(docstitle)s" + +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatisch gegenereerde lijst van veranderingen in versie %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Veranderingen in de bibliotheek" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Veranderingen in de C-API" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andere veranderingen" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "Vervolgd van vorige pagina" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "Vervolgt op volgende pagina" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbolen" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pagina" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "bestandsextensie (standaardwaarde: rst)" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "zie %s" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "zie %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: transforms/post_transforms/__init__.py:233 +#, 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" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:291 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "%s is not a directory." -msgstr "%s is geen map." +msgid "Unknown image format: %s..." +msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +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 "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "Bases: %s" +msgstr "Basisklassen: %s" + +#: ext/autosummary/__init__.py:235 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3703,609 +3780,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" -msgstr "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "bestandsextensie (standaardwaarde: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" +msgid "%s is not a directory." +msgstr "%s is geen map." -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "" +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" +msgstr "(in %s)" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "volgende" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "vorige" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: builders/html/__init__.py:928 -msgid "copying extra files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Failed to write build info file: %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:324 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "" - -#: builders/html/__init__.py:1038 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:332 #, 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." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Sleutelwoordargumenten" + +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:185 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1313 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Verwijzingen" + +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" -msgstr "%s %s documentatie" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "zie %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "zie %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/no/LC_MESSAGES/sphinx.mo b/sphinx/locale/no/LC_MESSAGES/sphinx.mo index b8c6a723e4a..912c9435bd8 100644 Binary files a/sphinx/locale/no/LC_MESSAGES/sphinx.mo and b/sphinx/locale/no/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/no/LC_MESSAGES/sphinx.po b/sphinx/locale/no/LC_MESSAGES/sphinx.po index adfc4af0152..1b7f4f7adeb 100644 --- a/sphinx/locale/no/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/no/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian (http://app.transifex.com/sphinx-doc/sphinx-1/language/no/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: no\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index c7bc58591f9..19bfcc2bef3 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 1f37e053571..5ef4f125d55 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -1,11 +1,11 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Adam C , 2023 -# Maciej Olko , 2017-2020 -# Maciej Olko , 2022 +# Maciej Olko, 2017-2020 +# Maciej Olko, 2022,2026 # Michael Gielda , 2014 # Stan Ulbrych, 2025 # Komiya Takeshi , 2018 @@ -14,26 +14,26 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-23 22:51+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Stan Ulbrych, 2025\n" +"Last-Translator: Maciej Olko, 2022,2026\n" "Language-Team: Polish (http://app.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" #: roles.py:205 #, python-format msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +msgstr "Common Vulnerabilities and Exposures; CVE %s" #: roles.py:228 #, python-format msgid "invalid CVE number %s" -msgstr "" +msgstr "niepoprawny numer CVE %s" #: roles.py:250 #, python-format @@ -60,90 +60,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, 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" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "folder konfiguracyjny nie zawiera pliku conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, 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" +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)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "niepoprawna liczba %r dla wartości konfiguracji %r, ignorowanie" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "nie można nadpisać ustawienia konfiguracji %r nie wspieranym typem, ignorowanie" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nieznana wartość konfiguracji %r w nadpisaniu, ignorowanie" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Wartość konfiguracji %r już podana" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "W twoim piku konfiguracyjnym jest błąd składniowy: %s\n" -#: theming.py:345 theming.py:398 +#: config.py:602 +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()" + +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "W twoim piku konfiguracyjnym jest błąd programowalny: \n\n%s" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Section %s" +msgstr "Rozdział %s" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Rys. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"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}`." + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: project.py:87 +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "Nie odnaleziono primary_domain %r, zignorowano." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -160,16 +235,16 @@ msgid "" "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)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -217,7 +292,7 @@ msgstr "Ten projekt potrzebuje Sphinksa w wersji co najmniej %s, dlatego nie mo msgid "making output directory" msgstr "tworzenie katalogu wyjścia" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "podczas ustawiania rozszerzenia %s:" @@ -234,7 +309,7 @@ msgstr "'setup' podany w conf.py nie jest wywoływalny. Prosimy zmienić jego de msgid "loading translations [%s]... " msgstr "ładowanie tłumaczeń [%s]..." -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "gotowe" @@ -307,7 +382,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -315,12 +390,12 @@ 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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -328,1441 +403,1033 @@ 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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "tworzenie serii %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa buildera %s nie ma atrybutu \"name\"" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r już istnieje (w module %s)" -#: registry.py:182 +#: registry.py:184 #, 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" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Builder o nazwie %s jest niezarejestrowany" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domena %s jest już zarejestrowana" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nie została jeszcze zarejestrowana" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type jest już zarejestrowany" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type jest już zarejestrowany" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r jest już zarejestrowany" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser dla %r jest już zarejestrowany" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Parser źródeł dla %s jest nie zarejestrowany" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r już zarejestrowany" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, 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." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Pierwotny wyjątek:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Nie można zaimportować rozszerzenia %s" -#: registry.py:554 +#: registry.py:561 #, 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?" -#: registry.py:567 +#: registry.py:574 #, 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ą." -#: registry.py:579 +#: registry.py:586 #, 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" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "folder konfiguracyjny nie zawiera pliku conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, 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)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "niepoprawna liczba %r dla wartości konfiguracji %r, ignorowanie" - -#: config.py:399 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "nie można nadpisać ustawienia konfiguracji %r nie wspieranym typem, ignorowanie" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:422 +#: theming.py:124 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nieznana wartość konfiguracji %r w nadpisaniu, ignorowanie" +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" -#: config.py:476 +#: theming.py:139 #, python-format -msgid "No such config value: %r" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:504 +#: theming.py:238 #, python-format -msgid "Config value %r already present" -msgstr "Wartość konfiguracji %r już podana" +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" -#: config.py:541 +#: theming.py:258 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:298 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "W twoim piku konfiguracyjnym jest błąd składniowy: %s\n" - -#: config.py:603 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()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "W twoim piku konfiguracyjnym jest błąd programowalny: \n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Rozdział %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Rys. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabela %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listing %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -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}`." +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "Nie odnaleziono primary_domain %r, zignorowano." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "nowa konfiguracja" - -#: environment/__init__.py:90 -msgid "config changed" -msgstr "konfiguracja zmieniona" - -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "rozszerzenie zmienione" - -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "katalog źródłowy został zmieniony" - -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" -msgstr "Domena %r nie jest zarejestrowana" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Uwaga" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Ostrzeżenie" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Niebezpieczeństwo" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Błąd" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Podpowiedź" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Ważne" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Informacja" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "Zobacz także" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Wskazówka" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Ostrzeżenie" - -#: builders/texinfo.py:41 +#: ext/imgconverter.py:44 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Pliki Texinfo znajdują się w %(outdir)s." - -#: builders/texinfo.py:44 msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"Traceback: %s" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "nie znaleziono wartości konfiguracyjnej \"texinfo_documents\"; żadne dokumenty nie zostaną zapisane" - -#: builders/texinfo.py:85 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/imgconverter.py:83 #, python-format -msgid "processing %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "pisanie" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[źródło]" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (w " +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentacja]" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "kopiowanie obrazków..." +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kod modułu" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/viewcode.py:359 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

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

" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Przeglądanie: kod modułu" -#: builders/texinfo.py:218 +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" + +#: ext/autosectionlabel.py:52 #, python-format -msgid "error writing file Makefile: %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/manpage.py:37 +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "duplicate label %s, other instance in %s" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/manpage.py:64 +#: ext/duration.py:47 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Strona HTML jest w %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/gettext.py:243 +#: ext/duration.py:139 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%.3fs %s" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "building [%s]: " +msgid "TODO entry found: %s" msgstr "" -#: builders/gettext.py:265 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "targets for %d template files" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> znajduje się w pliku %s, w linii %d.)" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "wczytywanie szablonów... " +#: ext/todo.py:166 +msgid "original entry" +msgstr "oryginalny wpis" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "" +#: ext/graphviz.py:138 +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" -#: builders/linkcheck.py:87 +#: ext/graphviz.py:153 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +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ł" -#: builders/linkcheck.py:159 -#, python-format -msgid "broken link: %s (%s)" -msgstr "zepsuty odnośnik: %s (%s)" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorujemy dyrektywę „graphviz” bez treści." -#: builders/linkcheck.py:561 +#: ext/graphviz.py:287 #, python-format -msgid "Anchor '%s' not found" -msgstr "Nie znaleziono kotwicy '%s'" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/linkcheck.py:799 +#: ext/graphviz.py:328 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +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" -#: builders/epub3.py:83 +#: ext/graphviz.py:339 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Plik ePub znajduje się w %(outdir)s." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "" - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[wykres: %s]" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[wykres]" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/imgmath.py:362 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "nieprawidłowy css_file: %r, zignorowano" +msgid "inline latex %r: %s" +msgstr "" -#: builders/xml.py:29 +#: ext/doctest.py:118 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Pliki XML znajdują się w %(outdir)s." +msgid "missing '+' or '-' in '%s' option." +msgstr "brak '+' lub '-' w opcji '%s'." -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/doctest.py:124 #, python-format -msgid "error writing file %s: %s" -msgstr "błąd zapisu pliku %s: %s" +msgid "'%s' is not a valid option." +msgstr "'%s' nie jest prawidłową opcją." -#: builders/xml.py:103 +#: ext/doctest.py:139 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Pliki pseudo-XML są w %(outdir)s." +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' nie jest prawidłową opcją pyversion." -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/_epub_base.py:436 +#: ext/doctest.py:297 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/_epub_base.py:467 +#: ext/doctest.py:451 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/_epub_base.py:594 +#: ext/doctest.py:568 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "nieznany mimetype dla %s, ignoruję" - -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "" - -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/_epub_base.py:802 +#: ext/coverage.py:48 #, python-format -msgid "writing %s file..." -msgstr "pisanie pliku %s..." +msgid "invalid regex %r in %s" +msgstr "nieprawidłowe wyrażenie regularne %r w %s" -#: builders/text.py:27 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Pliki tekstowe są w %(outdir)s." +msgid "module %s could not be imported: %s" +msgstr "moduł %s nie mógł zostać zaimportowany: %s" -#: builders/__init__.py:229 +#: ext/coverage.py:148 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/__init__.py:237 +#: ext/coverage.py:158 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "budowanie [mo]:" - -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "pisanie wyjścia..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" -#: builders/__init__.py:280 +#: ext/coverage.py:187 #, python-format -msgid "all of %d po files" -msgstr "wszystkie z %d plików po" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "nieprawidłowe wyrażenie regularne %r w coverage_c_regexes" -#: builders/__init__.py:302 +#: ext/coverage.py:260 #, python-format -msgid "targets for %d po files that are specified" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/__init__.py:314 +#: ext/coverage.py:452 #, python-format -msgid "targets for %d po files that are out of date" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "wsztstkie pliki źródłowe" - -#: builders/__init__.py:335 +#: ext/coverage.py:473 #, python-format -msgid "file %r given on command line does not exist, " +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/__init__.py:342 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "plik %r podany w wierszu poleceń nie znajduje się w katalogu źródłowym, ignoruję" - -#: builders/__init__.py:353 +#: ext/coverage.py:492 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/__init__.py:366 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "%d source files given on command line" -msgstr "%d plików źródłowych podano w wierszu poleceń" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: builders/__init__.py:382 -#, python-format -msgid "targets for %d source files that are out of date" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/__init__.py:415 +#: transforms/__init__.py:258 #, python-format -msgid "%d found" -msgstr "znaleziono %d" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "nic nie znaleziono" - -#: builders/__init__.py:424 -msgid "pickling environment" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/__init__.py:499 -#, python-format -msgid "%s added, %s changed, %s removed" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: transforms/i18n.py:289 +#, python-brace-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/__init__.py:545 -#, python-format +#: transforms/i18n.py:339 +#, python-brace-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:556 -#, python-format +#: transforms/i18n.py:361 +#, python-brace-format msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +#: environment/__init__.py:89 +msgid "new config" +msgstr "nowa konfiguracja" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "konfiguracja zmieniona" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "rozszerzenie zmienione" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "katalog źródłowy został zmieniony" -#: builders/__init__.py:743 -msgid "copying assets" +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/changes.py:29 +#: environment/__init__.py:355 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/changes.py:65 +#: environment/__init__.py:361 #, python-format -msgid "no changes in version %s." -msgstr "brak zmian w wersji %s." - -#: builders/changes.py:67 -msgid "writing summary file..." +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Wbudowane" - -#: builders/changes.py:81 -msgid "Module level" -msgstr "Poziom modułu" - -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "kopiowanie plików źródłowych..." - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: ext/coverage.py:48 +#: environment/__init__.py:518 #, python-format -msgid "invalid regex %r in %s" -msgstr "nieprawidłowe wyrażenie regularne %r w %s" +msgid "Failed to scan documents in %s: %r" +msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "module %s could not be imported: %s" -msgstr "moduł %s nie mógł zostać zaimportowany: %s" +msgid "Domain %r is not registered" +msgstr "Domena %r nie jest zarejestrowana" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: environment/__init__.py:952 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: ext/coverage.py:187 +#: writers/latex.py:387 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "nieprawidłowe wyrażenie regularne %r w coverage_c_regexes" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: ext/coverage.py:260 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "no Babel option known for language %r" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: ext/coverage.py:473 +#: writers/latex.py:617 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Przypisy" -#: ext/todo.py:94 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "TODO entry found: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> znajduje się w pliku %s, w linii %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "oryginalny wpis" - -#: ext/imgconverter.py:44 -#, python-format +#: writers/latex.py:1199 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: writers/latex.py:1229 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: ext/imgconverter.py:83 +#: writers/latex.py:1618 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "dimension unit %s is invalid. Ignored." +msgstr "%s" + +#: writers/latex.py:1954 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: ext/graphviz.py:138 -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" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Nieprawidłowy math_eqref_format: %r" -#: ext/graphviz.py:153 +#: writers/manpage.py:289 writers/text.py:971 #, 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ł" +msgid "[image: %s]" +msgstr "[obraz: %s]" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorujemy dyrektywę „graphviz” bez treści." +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[obraz]" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Indeks" -#: ext/graphviz.py:328 -#, 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" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "" -#: ext/graphviz.py:339 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "unimplemented node type: %r" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: ext/graphviz.py:367 +#: writers/html5.py:446 #, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgid "numfig_format is not defined for %s" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#: writers/html5.py:456 #, python-format -msgid "dot code %r: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[wykres: %s]" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[wykres]" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "brak '+' lub '-' w opcji '%s'." +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uwaga" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nie jest prawidłową opcją." +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Ostrzeżenie" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' nie jest prawidłową opcją pyversion." +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Niebezpieczeństwo" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Błąd" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Podpowiedź" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Ważne" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Informacja" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Zobacz także" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Wskazówka" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Ostrzeżenie" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:74 +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 "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/duration.py:117 +#: cmd/build.py:109 msgid "" -"====================== total reading duration ==========================" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/build.py:114 +msgid "general options" +msgstr "ogólne opcje" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/duration.py:136 +#: cmd/build.py:131 msgid "" -"====================== slowest reading durations =======================" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "zapisz wszystkie pliki (domyślnie: zapisz tylko nowe i zmienione pliki)" + +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[źródło]" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumentacja]" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Kod modułu" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

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

" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "zastąp ustawienie w pliku konfiguracyjnym" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Przeglądanie: kod modułu" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "przekaż wartość do szablonów HTML" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Cytat [%s] nie ma odniesienia." +#: cmd/build.py:212 +msgid "console output options" +msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "zduplikowana etykieta równania %s, inne wystąpienie w %s" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "zwiększ szczegółowość (może być powtórzone)" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Nieprawidłowy math_eqref_format: %r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funkcja wbudowana)" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasa)" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (zmienna globalna lub stała)" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atrybut)" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "zapisz ostrzeżenia (i błędy) do podanego pliku" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumenty" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "zamień ostrzeżenia na błędy" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Wyrzuca" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Zwraca" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Typ zwracany" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (moduł)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkcja" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metoda" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klasa" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dane" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atrybut" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "moduł" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (dyrektywa)" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rola)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "dyrektywa" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "rola" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr " Dodane w wersji %s" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Zmienione w wersji %s" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Niezalecane od wersji %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" - -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "" - -#: cmd/build.py:74 -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 "" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "" - -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "" - -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" - -#: cmd/build.py:114 -msgid "general options" -msgstr "ogólne opcje" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" - -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "zapisz wszystkie pliki (domyślnie: zapisz tylko nowe i zmienione pliki)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "" - -#: cmd/build.py:150 -msgid "path options" -msgstr "" - -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "zastąp ustawienie w pliku konfiguracyjnym" - -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "przekaż wartość do szablonów HTML" - -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" - -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: cmd/build.py:212 -msgid "console output options" -msgstr "" - -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "zwiększ szczegółowość (może być powtórzone)" - -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "" - -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "" - -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "" - -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" - -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" - -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "zapisz ostrzeżenia (i błędy) do podanego pliku" - -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "zamień ostrzeżenia na błędy" - -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "" - -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "" - -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" #: cmd/build.py:325 msgid "cannot combine -a option and filenames" @@ -1866,54 +1533,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "Ścieżka root dla dokumentacji" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 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." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart nie nadpisze istniejących projektów Sphinx." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Wprowadź, prosimy, nową ścieżkę root (lub tylko Enter, aby wyjść)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Rozdziel katalogi source i build (y/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Prefiks nazw dla katalogów templates i static" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Nazwa projektu" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Nazwisko autora" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1922,15 +1589,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Wersja projektu" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Wydanie projektu" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1940,21 +1607,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Język projektu" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Sufiks pliku źródłowego" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1962,91 +1629,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart nie nadpisze istniejącego pliku." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Wskaż, które z następujących rozszerzeń Sphinx powinny być włączone:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Stworzyć Makefile? (y/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "Tworzenie pliku %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "Plik %s już istnieje, pomijam." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Zakończono: Utworzono początkową strukturę katalogów." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2056,131 +1723,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "tryb cichy" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Podstawowe opcje projektu" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "nazwa projektu" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "nazwiska autorów" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "wersja projektu" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "" -#: cmd/quickstart.py:652 +#: cmd/quickstart.py:656 msgid "document language" msgstr "język dokumentu" -#: cmd/quickstart.py:655 +#: cmd/quickstart.py:659 msgid "source file suffix" msgstr "rozszerzenie pliku źródłowego" -#: cmd/quickstart.py:658 +#: cmd/quickstart.py:662 msgid "master document name" msgstr "nazwa głównego dokumentu" -#: cmd/quickstart.py:661 +#: cmd/quickstart.py:665 msgid "use epub" msgstr "" -#: cmd/quickstart.py:664 +#: cmd/quickstart.py:668 msgid "Extension options" msgstr "Opcje rozszerzeń" -#: cmd/quickstart.py:671 +#: cmd/quickstart.py:675 #, python-format msgid "enable %s extension" msgstr "włącz rozszerzenie %s" -#: cmd/quickstart.py:678 +#: cmd/quickstart.py:682 msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:681 +#: cmd/quickstart.py:685 msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:687 +#: cmd/quickstart.py:691 msgid "create makefile" msgstr "utwórz plik makefile" -#: cmd/quickstart.py:693 +#: cmd/quickstart.py:697 msgid "do not create makefile" msgstr "nie twórz pliku makefile" -#: cmd/quickstart.py:700 +#: cmd/quickstart.py:704 msgid "create batchfile" msgstr "twórz plik wsadowy" -#: cmd/quickstart.py:706 +#: cmd/quickstart.py:710 msgid "do not create batchfile" msgstr "nie twórz pliku wsadowego" -#: cmd/quickstart.py:715 +#: cmd/quickstart.py:719 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 msgid "Project templating" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:731 +#: cmd/quickstart.py:735 msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:767 +#: cmd/quickstart.py:771 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:786 +#: cmd/quickstart.py:790 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:793 +#: cmd/quickstart.py:797 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: cmd/quickstart.py:810 +#: cmd/quickstart.py:814 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -2229,12 +1896,6 @@ msgstr "" msgid ".. hlist content is not a list" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" - #: directives/code.py:66 msgid "non-whitespace stripped by dedent" msgstr "" @@ -2244,298 +1905,93 @@ msgstr "" msgid "Invalid caption: %s" msgstr "Nieprawidłowy podpis: %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: directives/code.py:216 +#: directives/code.py:218 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Nie można użyć jednocześnie opcji \"%s\" i \"%s\"" -#: directives/code.py:231 +#: directives/code.py:233 #, python-format msgid "Include file '%s' not found or reading it failed" msgstr "" -#: directives/code.py:235 +#: directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file '%s' seems to be wrong, try " "giving an :encoding: option" msgstr "" -#: directives/code.py:276 +#: directives/code.py:278 #, python-format msgid "Object named %r not found in include file %r" msgstr "Nie znaleziono obiektu o nazwie %r w pliku include %r" -#: directives/code.py:309 +#: directives/code.py:311 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "Nie można użyć „lineno-match” z rozłącznym zbiorem „lines”" -#: directives/code.py:314 +#: directives/code.py:316 #, 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" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Indeks" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Przypisy" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "" - -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "" - -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[obraz: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[obraz]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" - -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "" - -#: writers/html5.py:441 +#: util/rst.py:73 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" - -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" - -#: writers/html5.py:558 -msgid "Link to this table" +msgid "default role %s not found" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: util/i18n.py:100 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" - -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" - -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" - -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +msgid "reading error: %s, %s" +msgstr "błąd odczytu: %s, %s" -#: writers/latex.py:386 +#: util/i18n.py:113 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "writing error: %s, %s" +msgstr "błąd zapisu: %s, %s" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: util/i18n.py:146 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +msgid "locale_dir %s does not exist" msgstr "" -#: writers/latex.py:616 +#: util/i18n.py:244 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "" - -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgid "Invalid Babel locale: %r." msgstr "" -#: writers/latex.py:1228 +#: util/i18n.py:253 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: writers/latex.py:1615 +#: util/docutils.py:327 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "%s" - -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" - -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" - -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" - -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" - -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" - -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" - -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" - -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" - -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" - -#: _cli/__init__.py:231 -msgid "" -msgstr "" - -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" - -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:149 -msgid "no translated elements!" +msgid "unknown directive name: %s" msgstr "" -#: transforms/__init__.py:258 +#: util/docutils.py:363 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "unknown role name: %s" msgstr "" -#: transforms/__init__.py:299 +#: util/docutils.py:815 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +msgid "unknown node type: %r" msgstr "" #: util/inventory.py:147 @@ -2548,33 +2004,6 @@ msgstr "" msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "błąd odczytu: %s, %s" - -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "błąd zapisu: %s, %s" - -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" - -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - #: util/osutil.py:131 #, python-format msgid "" @@ -2582,29 +2011,14 @@ msgid "" "data)." msgstr "" -#: util/display.py:82 +#: util/display.py:78 msgid "skipped" msgstr "pominięte" -#: util/display.py:87 +#: util/display.py:83 msgid "failed" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "" - -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" -msgstr "" - -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" -msgstr "" - #: util/fileutil.py:76 #, python-format msgid "" @@ -2617,771 +2031,1577 @@ msgstr "" msgid "Writing evaluated template result to %s" msgstr "" -#: util/docfields.py:103 +#: util/docfields.py:100 #, python-format msgid "" "Problem in %s domain: field is supposed to use role '%s', but that role is " "not in the domain." msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: util/nodes.py:462 +#: util/nodes.py:459 #, python-format msgid "" "%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " "instead." msgstr "" -#: util/nodes.py:523 +#: util/nodes.py:520 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: util/nodes.py:739 +#: util/nodes.py:738 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "kontynuacja poprzedniej strony" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "ciąg dalszy na następnej stronie" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funkcja wbudowana)" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Niealfabetyczny" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbole" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasa)" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Liczby" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (zmienna globalna lub stała)" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "strona" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atrybut)" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Wydanie" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenty" -#: transforms/post_transforms/images.py:79 +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Wyrzuca" + +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Zwraca" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Typ zwracany" + +#: domains/javascript.py:374 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "%s (module)" +msgstr "%s (moduł)" -#: transforms/post_transforms/images.py:96 +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkcja" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metoda" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klasa" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dane" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atrybut" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "moduł" + +#: domains/javascript.py:458 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: domains/__init__.py:322 #, python-format -msgid "Unknown image format: %s..." -msgstr "Nieznany format obrazka: %s..." - -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: transforms/post_transforms/__init__.py:233 +#: domains/rst.py:131 domains/rst.py:190 #, 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" +msgid "%s (directive)" +msgstr "%s (dyrektywa)" -#: transforms/post_transforms/__init__.py:291 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "%s:%s reference target not found: %s" +msgid ":%s: (directive option)" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: domains/rst.py:224 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "%s (role)" +msgstr "%s (rola)" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: domains/rst.py:234 +msgid "directive" +msgstr "dyrektywa" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: domains/rst.py:236 +msgid "role" +msgstr "rola" + +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "zduplikowana etykieta równania %s, inne wystąpienie w %s" + +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Cytat [%s] nie ma odniesienia." + +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr " Dodane w wersji %s" + +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Zmienione w wersji %s" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Niezalecane od wersji %s" + +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "brak zmian w wersji %s." + +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Wbudowane" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Poziom modułu" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "kopiowanie plików źródłowych..." + +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Zwiń pasek boczny" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "budowanie [mo]:" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Nawigacja" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "pisanie wyjścia..." -#: themes/basic/layout.html:115 +#: builders/__init__.py:281 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Szukaj pośród %(docstitle)s" +msgid "all of %d po files" +msgstr "wszystkie z %d plików po" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O tych dokumentach" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Szukaj" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "wsztstkie pliki źródłowe" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/__init__.py:336 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "file %r given on command line does not exist, " +msgstr "" -#: themes/basic/layout.html:201 +#: builders/__init__.py:343 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ostatnia modyfikacja %(last_updated)s." +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "plik %r podany w wierszu poleceń nie znajduje się w katalogu źródłowym, ignoruję" -#: themes/basic/layout.html:204 +#: builders/__init__.py:354 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Poprzedni temat" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d plików źródłowych podano w wierszu poleceń" + +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "znaleziono %d" + +#: builders/__init__.py:418 +msgid "none found" +msgstr "nic nie znaleziono" + +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" + +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" + +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" + +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" + +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "" + +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" + +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "" + +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" + +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Pliki XML znajdują się w %(outdir)s." + +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "błąd zapisu pliku %s: %s" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Pliki pseudo-XML są w %(outdir)s." + +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Strona HTML jest w %(outdir)s." + +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "pisanie" + +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "" + +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Plik ePub znajduje się w %(outdir)s." + +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "" + +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "nieprawidłowy css_file: %r, zignorowano" + +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Pliki tekstowe są w %(outdir)s." + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "zepsuty odnośnik: %s (%s)" + +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Nie znaleziono kotwicy '%s'" + +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "wczytywanie szablonów... " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "" + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Pliki Texinfo znajdują się w %(outdir)s." + +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "nie znaleziono wartości konfiguracyjnej \"texinfo_documents\"; żadne dokumenty nie zostaną zapisane" + +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" + +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (w " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "kopiowanie obrazków..." + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" + +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" + +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" + +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "" + +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" + +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" + +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "nieznany mimetype dla %s, ignoruję" + +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" + +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "" + +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "pisanie pliku %s..." + +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Pliki LaTeX znajdują się w %(outdir)s." + +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "nie znaleziono wartości konfiguracyjnej \"latex_documents\"; żadne dokumenty nie zostaną zapisane" + +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznanego dokumentu %s" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Wydanie" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" + +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" + +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" + +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Strony HTML są w %(outdir)s." + +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" + +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indeks ogólny" + +#: builders/html/__init__.py:496 +msgid "index" +msgstr "indeks" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "" + +#: builders/html/__init__.py:578 +msgid "next" +msgstr "dalej" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "wstecz" + +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" + +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" + +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" + +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "kopiowanie plików do pobrania..." + +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" + +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" + +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" + +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "nie można skopiować pliku statycznego %r" + +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "nie można skopiować dodatkowego pliku %r" + +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: builders/html/__init__.py:1213 +#, 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 "" + +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" + +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Wystąpił błąd podczas renderowania strony %s.\nPowód: %r" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" + +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "nieprawidłowy js_file: %r, zignorowano" + +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Podano nieznany math_renderer %r." + +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" + +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "plik favicon %r nie istnieje" + +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" + +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s - dokumentacja" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" + +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" + +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (w module %s)" + +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (w module %s)" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "poprzedni rozdział" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (zmienna wbudowana)" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Następny temat" +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (klasa wbudowana)" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "następny rozdział" +#: domains/python/__init__.py:210 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klasa w module %s)" -#: themes/basic/genindex-single.html:26 +#: domains/python/__init__.py:275 #, python-format -msgid "Index – %(key)s" -msgstr "Indeks – %(key)s" +msgid "%s() (%s class method)" +msgstr "%s() (%s metoda klasy)" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Cały indeks na jednej stronie" +#: domains/python/__init__.py:277 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s metoda statyczna)" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ta strona" +#: domains/python/__init__.py:430 +#, python-format +msgid "%s (%s property)" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Pokaż źródło" +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Szybkie wyszukiwanie" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Indeks modułów Pythona" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Szukaj" +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "moduły" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Przegląd" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Niezalecane" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Witaj! To jest" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "wyjątek" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentacja do" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "metoda klasy" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "ostatnio aktualizowana" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "statyczna metoda" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksy i tablice:" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Kompletny spis treści" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "wszystkie rozdziały i podrozdziały" +#: domains/python/__init__.py:804 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Wyszukiwanie" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "przeszukaj tę dokumentację" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (niezalecane)" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalny indeks modułów" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "szybki dostęp do wszystkich modułów" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indeks ogólny" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametry" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "wszystkie funkcje, klasy, terminy" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Zmienne" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Spis treści" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Wyrzuca" -#: themes/basic/opensearch.xml:4 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Search %(docstitle)s" -msgstr "Przeszukaj %(docstitle)s" +msgid "environment variable; %s" +msgstr "zmienna środowiskowa; %s" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Strony indeksu alfabetycznie" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "może być ogromny" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Typ" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Aby umożliwić wyszukiwanie, proszę włączyć JavaScript." +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: themes/basic/search.html:28 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "szukaj" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Treść" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Wyniki wyszukiwania" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "" -#: themes/basic/static/searchtools.js:134 -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 "Twoje wyszukiwanie nie dało żadnych wyników. Upewnij się, że wszystkie słowa są wpisane prawidłowo i że wybrałeś dostateczną ilość kategorii." +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Wyszukiwanie" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "termin glosariusza" + +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "symbol gramatyki" + +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "etykieta odsyłacza" + +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "zmienna środowiskowa" + +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "opcja programu" + +#: domains/std/__init__.py:736 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Indeks modułów" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Inicjalizacja wyszukiwania..." +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Wyszukiwanie" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", w " +#: domains/std/__init__.py:858 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Ukryj wyniki wyszukiwania" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:1125 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Zmiany w wersji %(version)s — %(docstitle)s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: domains/std/__init__.py:1139 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "the link has no caption: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: domains/std/__init__.py:1154 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatycznie wygenerowana lista zmian w wersji %(version)s" +msgid "invalid numfig_format: %s (%r)" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Zmiany w bibliotekach" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Zmiany w C API" +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Inne zmiany" +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Rozwiń pasek boczny" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametry" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "pole" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Zmienne" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "zmienna" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Wyrzuca" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (w module %s)" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (w module %s)" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unia" -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (zmienna wbudowana)" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: domains/python/__init__.py:209 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (klasa wbudowana)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasa w module %s)" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "typ" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s metoda klasy)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s metoda statyczna)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametry szablonu" -#: domains/python/__init__.py:430 +#: domains/cpp/__init__.py:302 #, python-format -msgid "%s (%s property)" +msgid "%s (C++ %s)" msgstr "" -#: domains/python/__init__.py:470 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Indeks modułów Pythona" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncepcja" -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "moduły" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Niezalecane" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Treść" -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "wyjątek" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Spis treści" -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "metoda klasy" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Przeszukaj %(docstitle)s" -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "statyczna metoda" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Poprzedni temat" -#: domains/python/__init__.py:734 -msgid "property" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "poprzedni rozdział" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Następny temat" -#: domains/python/__init__.py:804 -#, python-format +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "następny rozdział" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Szukaj" + +#: themes/basic/search.html:20 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Aby umożliwić wyszukiwanie, proszę włączyć JavaScript." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: domains/python/__init__.py:974 +#: themes/basic/search.html:35 +msgid "search" +msgstr "szukaj" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ta strona" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Pokaż źródło" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Indeks – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Cały indeks na jednej stronie" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Nawigacja" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Szukaj pośród %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O tych dokumentach" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (niezalecane)" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Ostatnia modyfikacja %(last_updated)s." -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: themes/basic/layout.html:204 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametry szablonu" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Szybkie wyszukiwanie" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Szukaj" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "unia" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Przegląd" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "pole" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Witaj! To jest" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "typ" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentacja do" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "koncepcja" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "ostatnio aktualizowana" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksy i tablice:" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Kompletny spis treści" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "wszystkie rozdziały i podrozdziały" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "przeszukaj tę dokumentację" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalny indeks modułów" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "szybki dostęp do wszystkich modułów" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "zmienna" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "wszystkie funkcje, klasy, terminy" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Strony indeksu alfabetycznie" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "może być ogromny" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "zmienna środowiskowa; %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Zwiń pasek boczny" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Rozwiń pasek boczny" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "Typ" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Ukryj wyniki wyszukiwania" -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Wyniki wyszukiwania" -#: domains/std/__init__.py:239 -#, python-format +#: themes/basic/static/searchtools.js:134 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Twoje wyszukiwanie nie dało żadnych wyników. Upewnij się, że wszystkie słowa są wpisane prawidłowo i że wybrałeś dostateczną ilość kategorii." -#: domains/std/__init__.py:319 +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Wyszukiwanie" + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Inicjalizacja wyszukiwania..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", w " + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s command line option" -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Zmiany w wersji %(version)s — %(docstitle)s" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatycznie wygenerowana lista zmian w wersji %(version)s" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Zmiany w bibliotekach" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Zmiany w C API" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termin glosariusza" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Inne zmiany" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "symbol gramatyki" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "kontynuacja poprzedniej strony" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etykieta odsyłacza" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "ciąg dalszy na następnej stronie" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "zmienna środowiskowa" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Niealfabetyczny" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opcja programu" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbole" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Liczby" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Indeks modułów" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "strona" -#: domains/std/__init__.py:857 +#: environment/collectors/asset.py:98 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" - -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +msgid "image file not readable: %s" msgstr "" -#: domains/std/__init__.py:1124 +#: environment/collectors/asset.py:126 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "image file %s not readable: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: environment/collectors/asset.py:165 #, python-format -msgid "the link has no caption: %s" +msgid "download file not readable: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: domains/std/__init__.py:1157 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "invalid numfig_format: %s" -msgstr "" +msgid "see %s" +msgstr "zobacz %s" -#: domains/std/__init__.py:1453 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "see also %s" +msgstr "zobacz także %s" -#: domains/std/__init__.py:1456 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "unknown index entry type %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/toctree.py:378 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Przykład" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Przykłady" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argumenty Nazwane" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Uwagi" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Pozostałe parametry" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referencje" +#: transforms/post_transforms/__init__.py:233 +#, 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" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "Klasy bazowe: %s" +msgid "Unknown image format: %s..." +msgstr "Nieznany format obrazka: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3398,241 +3618,98 @@ msgstr "" #: ext/autodoc/_legacy_class_based/_documenters.py:239 #: ext/autodoc/_names.py:45 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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 "" - -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" - -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" - -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "" - -#: ext/apidoc/_cli.py:28 -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 "" - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "maksymalna głębokość submodułów wyświetlanych w spisie treści (domyślnie: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "nadpisz istniejące pliki" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "wykonaj skrypt bez tworzenia plików" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "nie twórz pliku spisu treści" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "rozszerzenie pliku (domyślnie: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "enable %s extension, used when --full is given" +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 "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_names.py:89 #, python-format -msgid "%s is not a directory." -msgstr "%s nie jest katalogiem." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "Bases: %s" +msgstr "Klasy bazowe: %s" -#: ext/apidoc/_extension.py:140 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: ext/apidoc/_extension.py:257 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3705,129 +3782,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "failed to import object %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" + +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" + +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" + +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" + +#: ext/apidoc/_generate.py:66 #, python-format +msgid "Would create file %s." +msgstr "" + +#: ext/apidoc/_cli.py:28 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +"\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 "" + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "maksymalna głębokość submodułów wyświetlanych w spisie treści (domyślnie: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "nadpisz istniejące pliki" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "wykonaj skrypt bez tworzenia plików" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "nie twórz pliku spisu treści" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" + +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "rozszerzenie pliku (domyślnie: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:135 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: ext/intersphinx/_load.py:297 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s nie jest katalogiem." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3869,445 +4032,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "błąd podczas formatowania argumentów dla %s: %s" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:61 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "brakujący atrybut %s w obiekcie %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" - -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Strony HTML są w %(outdir)s." - -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "indeks" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "dalej" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "wstecz" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "" - -#: builders/html/__init__.py:783 -#, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "kopiowanie plików do pobrania..." - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "" - -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:906 -msgid "copying static files" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "nie można skopiować pliku statycznego %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy extra file %r" -msgstr "nie można skopiować dodatkowego pliku %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Failed to write build info file: %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:324 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:411 #, 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." +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumenty Nazwane" + +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Wystąpił błąd podczas renderowania strony %s.\nPowód: %r" - -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1313 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "nieprawidłowy js_file: %r, zignorowano" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Przykład" + +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Przykłady" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Uwagi" + +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Pozostałe parametry" + +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Podano nieznany math_renderer %r." +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referencje" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "logo file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "favicon file %r does not exist" -msgstr "plik favicon %r nie istnieje" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%s %s documentation" -msgstr "%s %s - dokumentacja" +msgid "error while formatting arguments for %s: %s" +msgstr "błąd podczas formatowania argumentów dla %s: %s" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Pliki LaTeX znajdują się w %(outdir)s." - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "nie znaleziono wartości konfiguracyjnej \"latex_documents\"; żadne dokumenty nie zostaną zapisane" - -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznanego dokumentu %s" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgid "missing attribute %s in object %s" +msgstr "brakujący atrybut %s w obiekcie %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "zobacz %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "zobacz także %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo index eff76c3bf65..b774199237c 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 09a4f6e58dc..dce9ab684c6 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://app.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,970 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,482 +3079,583 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3743,563 +3704,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index 8ae151d497c..fed465256b0 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 0972d5e0047..ffe05a96a38 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -13,14 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Rafael Fontenelle , 2019-2025\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: pt_BR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -59,91 +59,166 @@ msgstr "Número de PEP inválido %s" msgid "invalid RFC number %s" msgstr "Número de RFC inválido %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Nome de analisador léxico Pygments %r não é conhecido" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "As seções de configuração de tema diferentes de [theme] e [options] não são suportadas (tentei obter um valor de %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "Lexar literal_block %r como \"%s\" resultou em um erro no token: %r. Tentando novamente no modo relaxado." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "a configuração %s.%s ocorre em nenhuma das configurações de tema pesquisadas" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "o diretório de configuração não contém um arquivo conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "sem suporte à opção de tema %r fornecida" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' deve ser '0' ou '1', obteve '%s'" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "o arquivo %r no caminho de tema não é um arquivo zip válido ou contém nenhum tema" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "não foi possível sobrescrever a configuração do dicionário %r ignorando (use %r para definir elementos individuais)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "nenhum tema chamado %r encontrado (faltando theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "número inválido %r para valor de configuração %r, ignorando" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "O tema %r tem uma hierarquia circular" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "não é possível sobrescrever a configuração %r com tipo sem suporte, ignorando" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuração desconhecido %r na sobrescrita, ignorando" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Valor de configuração inexistente: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Valor da configuração %r já presente" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "O tema %r herda de %r, que não é um tema carregado. Temas carregados são: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "não é possível armazenar em cache o valor de configuração não serializável com pickle: %r (porque contém uma função, classe ou objeto de módulo)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Valor de configuração inválido encontrado: 'language = None'. Atualize sua configuração para um código de idioma válido. Voltando para 'en' (inglês)." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "O tema %r tem muitos ancestrais" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Há um erro de sintaxe em seu arquivo de configuração: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "O arquivo de configuração (ou um dos módulos que ele importa) chamou sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "nenhum arquivo de configuração de tema encontrado em %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Há um erro de programável em seu arquivo de configuração:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "o tema %r não tem a tabela “theme”" +msgid "Failed to convert %r to a frozenset" +msgstr "Falha ao converter %r em um frozenset" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "A tabela \"[theme]\" do tema %r não é uma tabela" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Convertendo `source_suffix = %r` para `source_suffix = %r`." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "O tema %r deve definir a configuração \"theme.inherit\"." +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "O valor de configuração `source_suffix' espera um dicionário, uma string ou uma lista de strings. Em vez disso, obteve \"%r\" (digite %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "A tabela \"[options]\" do tema %r não é uma tabela" +msgid "Section %s" +msgstr "Seção %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "A configuração \"theme.pygments_style\" deve ser uma tabela. Dica: \"%s\"" +msgid "Fig. %s" +msgstr "Fig. %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Listagem %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "vários arquivos encontrados para o documento \"%s\": %s\nUse %r para a construção." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "O valor da configuração “{name}” deve ser um entre {candidates}, mas “{current}” é fornecido." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; esperava {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; o padrão é “{default.__name__}”." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "Ignorado documento ilegível %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r não encontrado, ignorado." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx agora usa \"index\" como o documento mestre por padrão. Para manter o comportamento pré-2.0, defina \"master_doc = 'contents'\"." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "O suporte para codificações fonte diferentes de UTF-8 está descontinuado e será removido no Sphinx 10. Comente em https://github.com/sphinx-doc/sphinx/issues/13665 se isso causar algum problema." #: extension.py:58 #, python-format @@ -159,17 +234,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Este projeto precisa da extensão %s pelo menos na versão %s e, portanto, não pode ser construído com a versão carregada (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Nome de analisador léxico Pygments %r não é conhecido" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "vários arquivos encontrados para o documento \"%s\": %s\nUse %r para a construção." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "Lexar literal_block %r como \"%s\" resultou em um erro no token: %r. Tentando novamente no modo relaxado." +msgid "Ignored unreadable document %r." +msgstr "Ignorado documento ilegível %r." #: events.py:92 #, python-format @@ -216,7 +291,7 @@ msgstr "Este projeto precisa de pelo menos Sphinx v%s e, portanto, não pode ser msgid "making output directory" msgstr "criando o diretório de saída" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "enquanto definia a extensão %s:" @@ -233,7 +308,7 @@ msgstr "“setup”, conforme definido atualmente em conf.py, não é um invocá msgid "loading translations [%s]... " msgstr "carregando traduções [%s]… " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "feito" @@ -306,7 +381,7 @@ msgstr "diretiva %r já está registrada e não será substituída" msgid "role %r is already registered and will not be overridden" msgstr "papel %r já está registrado e não será substituído" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -314,12 +389,12 @@ msgid "" "explicit" msgstr "a extensão %s não declara se é segura para leitura em paralelo, supondo que não seja – peça ao autor da extensão para verificar e torná-la explícita" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "a extensão %s não é segura para leitura em paralelo" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -327,1302 +402,894 @@ msgid "" "explicit" msgstr "a extensão %s não declara se é segura para escrita em paralelo, supondo que não seja – peça ao autor da extensão para verificar e torná-la explícita" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "a extensão %s não é segura para escrita em paralelo" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "fazendo serial %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Classe de construtor %s possui nenhum atributo “name”" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Construtor %r já existe (no módulo %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Nome do construtor %s não registrado ou disponível através do ponto de entrada" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Nome do construtor %s não registrado" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domínio %s já registrado" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domínio %s ainda não registrado" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "A diretiva %r já está registrada para o domínio %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "O papel %r já está registrado para o domínio %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "O índice %r já está registrado para o domínio %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "O object_type %r já está registrado" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "O crossref_type %r já está registrado" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r já está registrado" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r já está registrado" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Analisador de fonte para %s não registrado" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Tradutor para %r já existe" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs para add_node() deve ser uma tupla de função (visit, depart): %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r já registrado" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "renderizador matemático %s já está registrado" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "a extensão %r já foi mesclada com Sphinx desde a versão %s; esta extensão é ignorada." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Extensão original:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Não foi possível importar a extensão %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "a extensão %r possui nenhuma função setup(); é realmente um módulo de extensão do Sphinx?" -#: registry.py:567 +#: registry.py:574 #, 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 "A extensão %s usada por este projeto precisa de pelo menos Sphinx v%s e, portanto, não pode ser construída com esta versão." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "a extensão %r retornou um objeto não suportado de sua função setup(); deve retornar None ou um dicionário de metadados" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` não é um tipo de arquivo válido para %r." -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "o diretório de configuração não contém um arquivo conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "'%s' deve ser '0' ou '1', obteve '%s'" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "não foi possível sobrescrever a configuração do dicionário %r ignorando (use %r para definir elementos individuais)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "número inválido %r para valor de configuração %r, ignorando" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "As seções de configuração de tema diferentes de [theme] e [options] não são suportadas (tentei obter um valor de %r)." -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "não é possível sobrescrever a configuração %r com tipo sem suporte, ignorando" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "a configuração %s.%s ocorre em nenhuma das configurações de tema pesquisadas" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuração desconhecido %r na sobrescrita, ignorando" +msgid "unsupported theme option %r given" +msgstr "sem suporte à opção de tema %r fornecida" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "Valor de configuração inexistente: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "o arquivo %r no caminho de tema não é um arquivo zip válido ou contém nenhum tema" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "Valor da configuração %r já presente" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "nenhum tema chamado %r encontrado (faltando theme.toml?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "não é possível armazenar em cache o valor de configuração não serializável com pickle: %r (porque contém uma função, classe ou objeto de módulo)" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "Valor de configuração inválido encontrado: 'language = None'. Atualize sua configuração para um código de idioma válido. Voltando para 'en' (inglês)." +msgid "The %r theme has circular inheritance" +msgstr "O tema %r tem uma hierarquia circular" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Há um erro de sintaxe em seu arquivo de configuração: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "O arquivo de configuração (ou um dos módulos que ele importa) chamou sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "O tema %r herda de %r, que não é um tema carregado. Temas carregados são: %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Há um erro de programável em seu arquivo de configuração:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "O tema %r tem muitos ancestrais" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "Falha ao converter %r em um frozenset" +msgid "no theme configuration file found in %r" +msgstr "nenhum arquivo de configuração de tema encontrado em %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Convertendo `source_suffix = %r` para `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" +msgstr "o tema %r não tem a tabela “theme”" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "O valor de configuração `source_suffix' espera um dicionário, uma string ou uma lista de strings. Em vez disso, obteve \"%r\" (digite %s)." +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "A tabela \"[theme]\" do tema %r não é uma tabela" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Seção %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "O tema %r deve definir a configuração \"theme.inherit\"." -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "A tabela \"[options]\" do tema %r não é uma tabela" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabela %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "A configuração \"theme.pygments_style\" deve ser uma tabela. Dica: \"%s\"" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listagem %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Uso:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "O valor da configuração “{name}” deve ser um entre {candidates}, mas “{current}” é fornecido." +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPÇÕES] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; esperava {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr " O gerador de documentação Sphinx." -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; o padrão é “{default.__name__}”." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Comandos:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r não encontrado, ignorado." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Opções" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "Sphinx agora usa \"index\" como o documento mestre por padrão. Para manter o comportamento pré-2.0, defina \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Para mais informações, visite https://www.sphinx-doc.org/pt-br/master/man/." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "O suporte para codificações fonte diferentes de UTF-8 está descontinuado e será removido no Sphinx 10. Comente em https://github.com/sphinx-doc/sphinx/issues/13665 se isso causar algum problema." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erro: {1}\nExecute '{0} --help' para informações" -#: environment/__init__.py:89 -msgid "new config" -msgstr "nova configuração" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr " Gerencia documentação com Sphinx" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "configuração alterada" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Mostra a versão e sai." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "extensões alteradas" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Mostra esta mensagem e sai" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "a versão do ambiente de construção não é a atual" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Logging" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "diretório de fontes foi alterado" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Aumenta a verbosidade (pode ser repetido)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "A configuração foi alterada (1 opção: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Só imprime erros e avisos." -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "A configuração foi alterada (%d opções: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Nenhuma saída" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "A configuração foi alterada (%d opções: %s, ...)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Este ambiente é incompatível com o construtor selecionado, por favor escolha outro diretório de doctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Veja 'sphinx --help'.\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Falha ao procurar documentos em %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "Não é possível executar o comando de conversão de imagem %r. 'sphinx.ext.imgconverter' requer ImageMagick por padrão. Verifique se ele está instalado ou defina a opção 'image_converter' para um comando de conversão personalizado.\n\nRastreamento: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "O domínio %r ainda não está registrado" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "o documento não está incluído em nenhum toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "toctree autorreferenciada encontrada. Ignorado." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert encerrado com erro:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "o documento é referenciado em vários toctrees: %s, selecionando: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "comando de conversão %r não pode ser executado, verifique a configuração image_converter" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Atenção" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[código-fonte]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Cuidado" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "realçando código de módulo… " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Perigo" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentos]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Erro" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Código do módulo" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Dica" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Código-fonte para %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Importante" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Visão geral: código do módulo" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Nota" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Ver também" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "a seção \"%s\" fica rotulada como \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Dica" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "rótulo duplicada %s, outra instância em %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Aviso" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Link para esta equação" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Os arquivos Texinfo estão em %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "A duração da leitura %.3fs excedeu a duração limite %.3fs" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExecute \"make\" nesse diretório para executá-los com makeinfo\n(use \"make info\" aqui para fazer isso automaticamente)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "nenhuma valor de configuração “texinfo_documents” encontrado; nenhum documento será escrito" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "o valor da configuração “texinfo_documents” faz referência a documento desconhecido %s" +"====================== total reading duration ==========================" +msgstr "====================== duração total da leitura ==========================" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "processando %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "escrevendo" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "Tempo total da leitura de %d arquivo%s: %dm %.3fs" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "resolvendo referências…" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "=================== durações de leitura mais lentas ====================" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (em " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "%.3fs %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "copiando imagens… " +#: ext/todo.py:61 +msgid "Todo" +msgstr "Por fazer" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "não foi possível copiar arquivo de imagem %r: %s" +msgid "TODO entry found: %s" +msgstr "Entrada de “TODO” encontrada: %s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "copiando arquivos de suporte Texinfo" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "erro ao escrever o arquivo Makefile: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(A <> está localizada na %s, linha %d.)" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "As páginas de manual estão em %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "nenhum valor de configuração “man_pages” encontrado; nenhuma página de manual será escrita" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "A diretiva de Graphviz não pode ter conteúdo e argumento de nome de arquivo" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "o valor da configuração “man_pages” faz referência a um documento desconhecido %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Arquivo externo de Graphviz %r não encontrado ou sua leitura falhou" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "A página HTML está em %(outdir)s." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando diretiva “graphviz” sem conteúdo." -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "montando documento único" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "O caminho do executável graphviz_dot deve ser definido! %r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "escrevendo arquivos adicionais" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "comando de DOT %r não pode ser executado (necessário para a saída do graphviz), verifique a configuração do graphviz_dot" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "O construtor fictício não gera arquivos." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "DOT encerrado com erro:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Os catálogos de mensagens estão em %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "DOT não produziu um arquivo de saída:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "construindo [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format deve ser “png” ou “svg”, mas é %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "alvos para os %d arquivos de modelo" +msgid "dot code %r: %s" +msgstr "código DOT %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "lendo modelos… " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfico: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "escrevendo catálogos de mensagens… " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfico]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Procure por quaisquer erros na saída acima ou em %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "O link codificado %r pode ser substituído por um extlink (tente usar %r)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "link quebrado: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "o comando LaTeX %r não pode ser executado (necessário para exibir matemáticas), verifique a configuração imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Âncora “%s” não encontrada" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "o comando %s %r não pode ser executado (necessário para exibir matemáticas), verifique a configuração imgmath_%s" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "linkcheck_allowed_redirects. Esperava um dicionário." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "exibe latex %r: %s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Falha ao compilar regex em linkcheck_allowed_redirects: %r %s" +msgid "inline latex %r: %s" +msgstr "latex em linha %r: %s" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "O arquivo ePub está em %(outdir)s." +msgid "missing '+' or '-' in '%s' option." +msgstr "faltando “+” ou “-” na opção “%s”." -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "escrevendo o arquivo nav.xhtml..." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "“%s” não é uma opção válida." -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "o valor da configuração “epub_language” (ou “language”) não deve estar vazio para EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "“%s” não é uma opção de pyversion válida" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "o valor da configuração “epub_uid” deve ser XML NAME para EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "Tipo de TestCode inválido" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "o valor da configuração “epub_title” (ou “html_title”) não deve estar vazio para EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Teste de doctests nos fontes finalizada, confira os resultados em %(outdir)s/output.txt." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "o valor da configuração “epub_author” não deve estar vazio para EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "nenhum código/saída no bloco %s em %s:%s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "o valor da configuração “epub_contributor” não deve estar vazio para EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignorando código de doctest inválido: %r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "o valor da configuração “epub_description” não deve estar vazio para EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "regex inválida %r em %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "o valor da configuração “epub_publisher” não deve estar vazio para EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "o módulo %s não pôde ser importado: %s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "o valor da configuração “epub_copyright” (ou “copyright”) não deve estar vazio para EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "os seguintes módulos estão documentados, mas não foram especificados em coverage_modules: %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "o valor da configuração “epub_identifier” não deve estar vazio para EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "os seguintes módulos estão especificados em coverage_modules, mas não foram documentados: %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "Teste de cobertura nos fontes finalizada, confira os resultados em %(outdir)s{sep}python.txt." -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file inválido: %r, ignorado" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "regex inválida %r em coverage_c_regexes" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Os arquivos XML estão em %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "api c não documentada: %s [%s] no arquivo %s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "erro ao escrever o arquivo %s: %s" +msgid "undocumented python function: %s :: %s" +msgstr "função python não documentada: %s :: %s" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Os arquivos pseudo-XML estão em %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "classe python não documentada: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "método python não documentado: %s :: %s :: %s" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "não foi possível ler o arquivo de imagem %r: copiando-o" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "não foi possível escrever arquivo de imagem %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "não foi possível calcular o progresso da tradução!" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow não encontrado – copiando arquivos de imagem" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "nenhum elemento traduzido!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "escrevendo o arquivo mimetype..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "Um índice de 4 colunas encontrado. Pode ser um erro de extensões que você usa: %r" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "escrevendo o arquivo META-INF/container.xml..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Nota de rodapé [%s] não é referenciada." -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "escrevendo o arquivo content.opf..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "Nota de rodapé [*] não é referenciada." -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipo mime desconhecido para %s, ignorando" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Nota de rodapé [#] não é referenciada." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "o nodo tem um nível inválido" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referências de nota de rodapé inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "escrevendo o arquivo toc.ncx..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "escrevendo arquivo %s…" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referências de citação inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Os arquivos texto estão em %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referências de termo inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "uma imagem adequada para o construtor %s não encontrada: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" +msgstr "nova configuração" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "uma imagem adequada para o construtor %s não encontrada: %s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "configuração alterada" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "construindo [mo]: " +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "extensões alteradas" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "escrevendo saída… " +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "a versão do ambiente de construção não é a atual" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "todos os %d arquivos po" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "diretório de fontes foi alterado" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" -msgstr "alvos para %d arquivos po que estão especificados" +msgid "The configuration has changed (1 option: %r)" +msgstr "A configuração foi alterada (1 opção: %r)" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "alvos para %d arquivos po que estão desatualizados" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "todos os arquivos-fonte" +msgid "The configuration has changed (%d options: %s)" +msgstr "A configuração foi alterada (%d opções: %s)" -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "arquivo %r fornecido na linha de comando não existe," +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "A configuração foi alterada (%d opções: %s, ...)" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "o arquivo %r fornecido na linha de comando não está dentro do diretório fonte, ignorando" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Este ambiente é incompatível com o construtor selecionado, por favor escolha outro diretório de doctree." -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "o arquivo %r fornecido na linha de comando não é um documento válido, ignorando" +msgid "Failed to scan documents in %s: %r" +msgstr "Falha ao procurar documentos em %s: %r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "%d arquivos-fonte dados na linha de comando" +msgid "Domain %r is not registered" +msgstr "O domínio %r ainda não está registrado" -#: builders/__init__.py:382 +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "o documento não está incluído em nenhum toctree" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "toctree autorreferenciada encontrada. Ignorado." + +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "alvos para %d arquivos fonte que estão desatualizados" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "o documento é referenciado em vários toctrees: %s, selecionando: %s <- %s" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "procurando por arquivos agora desatualizados… " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r desconhecido para a classe %r" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "%d encontrado" +msgid "no Babel option known for language %r" +msgstr "nenhuma opção Babel conhecida para o idioma %r" -#: builders/__init__.py:417 -msgid "none found" -msgstr "nenhum encontrado" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: grande demais, ignorado." -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "tornando um ambiente pickle" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "modelo %s não encontrado; carregando do legado %s em vez disso" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "verificando consistência" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "título do documento não é um nó único em Text" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "nenhum alvo está desatualizado." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "nó de título encontrado não na section, topic, table, admonition ou sidebar" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "atualizando ambiente: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Notas de rodapé" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s adicionado(s), %s alterado(s), %s removido(s)" +msgid "unsupported rubric heading level: %s" +msgstr "nível de cabeçalho de rubric não suportado: %s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "O Sphinx não consegue carregar o documento mestre (%s) porque ele corresponde a um padrão de exclusão embutido %r. Mova seu documento mestre para um local diferente." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns e opção :widths: foram fornecidas. :widths: foi ignorada." -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "O Sphinx não consegue carregar o documento mestre (%s) porque ele corresponde a um padrão de exclusão especificado no conf.py, %r. Remova este padrão do conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "Foi fornecido o colspec %s, que parece usar sintaxe tabular. Mas esta tabela não pode ser renderizada como uma tabela; o colspec fornecido será ignorado." -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "O Sphinx não consegue carregar o documento mestre (%s) porque ele não está incluído no include_patterns = %r personalizado. Certifique-se de que um padrão em include_patterns corresponda ao documento mestre." +msgid "dimension unit %s is invalid. Ignored." +msgstr "a unidade de dimensão %s é inválida. Ignorada." -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "O Sphinx não consegue carregar o documento mestre (%s). O documento mestre deve estar no diretório fonte ou em um subdiretório dele." +msgid "unknown index entry type %s found" +msgstr "tipo desconhecido de entrada de índice %s encontrado" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "lendo fontes… " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format inválido: %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "docnames para escrever: %s" +msgid "[image: %s]" +msgstr "[imagem: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "nenhum docname para escrever!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[imagem]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "preparando documentos" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Índice" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "copiando ativos" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "legenda não dentro de uma imagem." -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "O arquivo de visão geral está em %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "tipo de nó não implementado: %r" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "nenhuma alteração na versão %s." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Link para esta definição" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "escrevendo arquivo de resumo…" +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format não está definido para %s" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Internos" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Quaisquer IDs não atribuídos ao nó %s" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Nível do Módulo" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Link para este termo" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "copiando arquivos-fonte…" - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "não foi possível ler %r para criação do changelog" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "regex inválida %r em %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "o módulo %s não pôde ser importado: %s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "os seguintes módulos estão documentados, mas não foram especificados em coverage_modules: %s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "os seguintes módulos estão especificados em coverage_modules, mas não foram documentados: %s" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "Teste de cobertura nos fontes finalizada, confira os resultados em %(outdir)s{sep}python.txt." - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "regex inválida %r em coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "api c não documentada: %s [%s] no arquivo %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "função python não documentada: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe python não documentada: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "método python não documentado: %s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "O link codificado %r pode ser substituído por um extlink (tente usar %r)" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Por fazer" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Entrada de “TODO” encontrada: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(A <> está localizada na %s, linha %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada original" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "Não é possível executar o comando de conversão de imagem %r. 'sphinx.ext.imgconverter' requer ImageMagick por padrão. Verifique se ele está instalado ou defina a opção 'image_converter' para um comando de conversão personalizado.\n\nRastreamento: %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert encerrado com erro:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "comando de conversão %r não pode ser executado, verifique a configuração image_converter" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "A diretiva de Graphviz não pode ter conteúdo e argumento de nome de arquivo" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Arquivo externo de Graphviz %r não encontrado ou sua leitura falhou" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando diretiva “graphviz” sem conteúdo." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "O caminho do executável graphviz_dot deve ser definido! %r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "comando de DOT %r não pode ser executado (necessário para a saída do graphviz), verifique a configuração do graphviz_dot" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "DOT encerrado com erro:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "DOT não produziu um arquivo de saída:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "graphviz_output_format deve ser “png” ou “svg”, mas é %r" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "código DOT %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gráfico]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "o comando LaTeX %r não pode ser executado (necessário para exibir matemáticas), verifique a configuração imgmath_latex" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "o comando %s %r não pode ser executado (necessário para exibir matemáticas), verifique a configuração imgmath_%s" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "exibe latex %r: %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex em linha %r: %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Link para esta equação" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "faltando “+” ou “-” na opção “%s”." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "“%s” não é uma opção válida." - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "“%s” não é uma opção de pyversion válida" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "Tipo de TestCode inválido" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Teste de doctests nos fontes finalizada, confira os resultados em %(outdir)s/output.txt." - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "nenhum código/saída no bloco %s em %s:%s" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando código de doctest inválido: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "a seção \"%s\" fica rotulada como \"%s\"" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "rótulo duplicada %s, outra instância em %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "A duração da leitura %.3fs excedeu a duração limite %.3fs" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "====================== duração total da leitura ==========================" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "Tempo total da leitura de %d arquivo%s: %dm %.3fs" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "=================== durações de leitura mais lentas ====================" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "%.3fs %s" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[código-fonte]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "realçando código de módulo… " - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documentos]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Código do módulo" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Código-fonte para %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Visão geral: código do módulo" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citação duplicada %s, outra instância em %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "citação [%s] não é referenciada." - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "rótulo duplicado da equação %s, outra instância em %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format inválido: %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (função interna)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (método %s)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variável global ou constante)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo %s)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumentos" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Lança" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Retorna" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo de retorno" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (módulo)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "função" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "método" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "classe" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dado" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Link para este cabeçalho" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atributo" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Link para esta tabela" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "módulo" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Link para este código" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "descrição duplicada de %s de %s, outro %s em %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Link para esta imagem" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (diretiva)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Link para este toctree" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opção diretiva)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Não foi possível obter o tamanho da imagem. A opção :scale: foi ignorada." -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (papel)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenção" -#: domains/rst.py:234 -msgid "directive" -msgstr "diretiva" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cuidado" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "opção diretiva" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" -#: domains/rst.py:236 -msgid "role" -msgstr "papel" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descrição duplicada de %s %s, outra instância em %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Dica" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "Adicionado na versão %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Alterado na versão %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Descontinuado desde a versão %s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver também" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "Removido na versão %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Dica" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Aviso" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "número de tarefas deve ser um número positivo" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "Para mais informações, visite ." @@ -1865,54 +1532,54 @@ msgstr "Insira o caminho raiz para a documentação." msgid "Root path for the documentation" msgstr "Caminho raiz para a documentação" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Erro: um conf.py existente foi encontrado no caminho raiz selecionado." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart não vai sobrescrever projetos Sphinx existentes." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Insira um novo caminho raiz (ou pressione Enter para sair)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "Você tem duas opções para definir o diretório de construção para a saída\nSphinx. Você pode usar um diretório \"_build\" no caminho raiz ou separar\nos diretórios de \"origem\" e \"construção\" no caminho raiz." -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Separar os diretórios de origem e de construção (y/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "Dentro do diretório raiz, mais dois diretórios serão criados; \"_templates\"\npara modelos HTML personalizados e \"_static\" para folhas de estilo (CSS)\npersonalizadas e outros arquivos estáticos. Você pode inserir outro prefixo\n(como \".\") para substituir o sublinhado." -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Prefixo do nome para o diretório de modelos e de arquivos estáticos" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "O nome do projeto vai aparecer em vários lugares na documentação construída." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Nome do projeto" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Nome(s) de autor(es)" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1921,15 +1588,15 @@ msgid "" "just set both to the same value." msgstr "O Sphinx tem a noção de uma \"versão\" e um \"lançamento\" para o software.\nCada versão pode ter vários lançamentos. Por exemplo, para Python a\nversão é algo como 2.5 ou 3.0, enquanto o lançamento é algo como 2.5.1\nou 3.0a1. Se você não precisa dessa estrutura dupla, apenas defina ambos\ncom o mesmo valor." -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Versão do projeto" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Lançamento do projeto" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1939,21 +1606,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "Se os documentos forem escritos em um idioma diferente do inglês, você\npode selecionar um idioma aqui pelo seu código de idioma. O Sphinx,\nentão, traduzirá o texto gerado para esse idioma.\n\nPara obter uma lista dos códigos suportados, consulte\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Idioma do projeto" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "O sufixo do nome de arquivo para arquivos fonte. Normalmente, isso é\n\".txt\" ou \".rst\". Apenas arquivos com este sufixo são considerados\ndocumentos." -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Sufixo de arquivos-fonte" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1961,91 +1628,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "Um documento é especial por ser considerado o nó superior da \"árvore de\nconteúdo\", ou seja, é a raiz da estrutura hierárquica dos documentos.\nNormalmente, isso é \"index\", mas se o documento \"index\" for um modelo\npersonalizado, você também poderá configurá-lo para outro nome de arquivo." -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "Nome do seu documento mestre (sem sufixo)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "Erro: o arquivo mestre %s já foi encontrado no caminho raiz selecionado." -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart não vai sobrescrever o arquivo existente." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "Insira um novo nome de arquivo, ou renomeie o arquivo existente e pressione Enter" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indique qual das seguintes extensões do Sphinx devem ser habilitadas:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Nota: imgmath e mathjax não podem ser habilitados ao mesmo tempo. imgmath foi desmarcado." -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "Um Makefile e um arquivo de comando do Windows podem ser gerados para você,\npara que você só precise executar, p.ex., \"make html\" em vez de invocar o\nsphinx-build diretamente." -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Criar um Makefile? (y/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "Criar um arquivo de comando do Windows? (y/n)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "Criando o arquivo %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "O arquivo %s já existe, ignorando." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Finalizado: uma estrutura de diretório inicial foi criada." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "Agora você deve preencher seu arquivo mestre %s e criar outros arquivos-fonte\nda documentação. " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Use o Makefile para construir os documentos, assim:\n make construtor" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "Use o comando sphinx-build para construir os documentos, assim:\n sphinx-build -b construtor %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "sendo “construtor” um dos construtores aceitos, p.ex., html, latex ou linkcheck." -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2055,971 +1722,1219 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nGera os arquivos necessários para um projeto Sphinx.\n\nO sphinx-quickstart é uma ferramenta interativa que faz algumas perguntas\nsobre o seu projeto e gera um diretório de documentação completo e um\nMakefile de amostra para ser usado com o sphinx-build.\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "modo silencioso" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "raiz do projeto" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "Opção Estrutura" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "se especificado, separa diretórios de fonte e de construção" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "se especificado, cria o dir de construção sob o dir fonte" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "substituto para ponto em _templates etc." -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Opções básicas do projeto" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "nome do projeto" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "nomes de autores" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "versão do projeto" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "versão do projeto" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "lançamento do projeto" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "idioma dos documentos" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "sufixo de arquivos-fonte" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "nome do documento mestre" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "usa epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Opções extensão" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "habilita a extensão %s" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "habilita extensões arbitrárias" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Criação de Makefile e arquivo Batch" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "cria makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "não cria makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "cria arquivo batch" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "não cria arquivo batch" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "usa modo make para Makefile/make.bat" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Modelo de projeto" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "diretório para arquivos de modelos" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "define uma variável modelo" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "“quiet” está especificada, mas “project” ou “author” não foi." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Erro: o caminho especificado não é um diretório, ou arquivos sphinx já existem." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart só gera em um diretório vazio. Especifique um novo caminho raiz." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variável de modelo inválida: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "o padrão de glob do toctree %r não correspondeu a nenhum documento." + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contém referência ao documento excluído %r" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contém referência ao documento inexistente %r" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "entrada duplicada encontrada no toctree: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor da seção: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor do módulo: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor do código: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. conteúdo acks não está na lista" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. conteúdo hlist não está na lista" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "espaços não em branco eliminados por dedent" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Legenda inválida: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "especificação de número de linha está fora da faixa(1-%d): %r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Não é possível usar as opções “%s” e “%s” juntas" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "Arquivo incluído '%s' não encontrado ou sua leitura falhou" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "A codificação %r usada para ler o arquivo incluído '%s' parece estar errada, tente passar uma opção :encoding:" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "O objeto chamado %r não foi encontrado no arquivo incluído %r" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Não é possível usar “lineo-match” com um conjunto separado de “lines”" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Especificação de linha %r: nenhuma linha obtida do arquivo incluído %r" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "A opção \":file:\" para a diretiva csv-table agora reconhece um caminho absoluto como um caminho relativo do diretório de fontes. Por favor, atualize seu documento." + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "papel padrão %s não encontrado" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "erro de leitura: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "erro de escrita: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s não existe" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "Localidade de Babel inválida: %r." + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Formato de data inválido. Envolva a string com aspas simples se desejar emiti-la diretamente: %s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "nome de diretiva desconhecido: %s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "nome de papel desconhecido: %s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "tipo de nó desconhecido: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "inventário <%s> contém definições duplicadas de %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventário <%s> contém várias definições para %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "Cancelada a tentativa de cópia de %s para %s (o caminho de destino possui dados existentes)." + +#: util/display.py:78 +msgid "skipped" +msgstr "ignorado" + +#: util/display.py:83 +msgid "failed" +msgstr "falhou" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "Cancelada a tentativa de cópia do modelo renderizado %s para %s (o caminho de destino possui dados existentes)." + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Escrevendo resultado do modelo avaliado para %s" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "lançamento do projeto" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problema no domínio %s: o campo deveria usar o papel \"%s\", mas esse papel não está no domínio." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "idioma dos documentos" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r não é mais suportsdo para entradas de índice (da entrada %r). Use \"pair: %s\"." -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "sufixo de arquivos-fonte" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contém referência ao arquivo inexistente %r" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "nome do documento mestre" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "usa epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (função interna)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Opções extensão" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (método %s)" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" -msgstr "habilita a extensão %s" +msgid "%s() (class)" +msgstr "%s() (classe)" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "habilita extensões arbitrárias" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variável global ou constante)" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Criação de Makefile e arquivo Batch" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atributo %s)" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "cria makefile" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentos" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "não cria makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Lança" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "cria arquivo batch" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Retorna" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "não cria arquivo batch" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo de retorno" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "usa modo make para Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (módulo)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Modelo de projeto" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "função" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "diretório para arquivos de modelos" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "método" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "define uma variável modelo" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "classe" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "“quiet” está especificada, mas “project” ou “author” não foi." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dado" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Erro: o caminho especificado não é um diretório, ou arquivos sphinx já existem." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atributo" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart só gera em um diretório vazio. Especifique um novo caminho raiz." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "módulo" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variável de modelo inválida: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "descrição duplicada de %s de %s, outro %s em %s" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "o padrão de glob do toctree %r não correspondeu a nenhum documento." +msgid "%s %s" +msgstr "%s %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contém referência ao documento excluído %r" +msgid "%s (directive)" +msgstr "%s (diretiva)" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contém referência ao documento inexistente %r" +msgid ":%s: (directive option)" +msgstr ":%s: (opção diretiva)" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrada duplicada encontrada no toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor da seção: " +msgid "%s (role)" +msgstr "%s (papel)" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor do módulo: " +#: domains/rst.py:234 +msgid "directive" +msgstr "diretiva" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor do código: " +#: domains/rst.py:235 +msgid "directive-option" +msgstr "opção diretiva" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: domains/rst.py:236 +msgid "role" +msgstr "papel" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. conteúdo acks não está na lista" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descrição duplicada de %s %s, outra instância em %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. conteúdo hlist não está na lista" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "rótulo duplicado da equação %s, outra instância em %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "A opção \":file:\" para a diretiva csv-table agora reconhece um caminho absoluto como um caminho relativo do diretório de fontes. Por favor, atualize seu documento." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citação duplicada %s, outra instância em %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "espaços não em branco eliminados por dedent" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "citação [%s] não é referenciada." -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" -msgstr "Legenda inválida: %s" +msgid "Added in version %s" +msgstr "Adicionado na versão %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "especificação de número de linha está fora da faixa(1-%d): %r" +msgid "Changed in version %s" +msgstr "Alterado na versão %s" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Não é possível usar as opções “%s” e “%s” juntas" +msgid "Deprecated since version %s" +msgstr "Descontinuado desde a versão %s" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "Arquivo incluído '%s' não encontrado ou sua leitura falhou" +msgid "Removed in version %s" +msgstr "Removido na versão %s" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "A codificação %r usada para ler o arquivo incluído '%s' parece estar errada, tente passar uma opção :encoding:" +msgid "The overview file is in %(outdir)s." +msgstr "O arquivo de visão geral está em %(outdir)s." -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "O objeto chamado %r não foi encontrado no arquivo incluído %r" +msgid "no changes in version %s." +msgstr "nenhuma alteração na versão %s." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Não é possível usar “lineo-match” com um conjunto separado de “lines”" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "escrevendo arquivo de resumo…" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Especificação de linha %r: nenhuma linha obtida do arquivo incluído %r" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Internos" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nível do Módulo" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "copiando arquivos-fonte…" + +#: builders/changes.py:146 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +msgid "could not read %r for changelog creation" +msgstr "não foi possível ler %r para criação do changelog" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Índice" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "uma imagem adequada para o construtor %s não encontrada: %s (%s)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "nó de título encontrado não na section, topic, table, admonition ou sidebar" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "uma imagem adequada para o construtor %s não encontrada: %s" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas de rodapé" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "construindo [mo]: " -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "legenda não dentro de uma imagem." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "escrevendo saída… " -#: writers/texinfo.py:1303 +#: builders/__init__.py:281 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipo de nó não implementado: %r" +msgid "all of %d po files" +msgstr "todos os %d arquivos po" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:303 #, python-format -msgid "[image: %s]" -msgstr "[imagem: %s]" +msgid "targets for %d po files that are specified" +msgstr "alvos para %d arquivos po que estão especificados" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[imagem]" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "alvos para %d arquivos po que estão desatualizados" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Link para esta definição" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "todos os arquivos-fonte" -#: writers/html5.py:431 +#: builders/__init__.py:336 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format não está definido para %s" +msgid "file %r given on command line does not exist, " +msgstr "arquivo %r fornecido na linha de comando não existe," -#: writers/html5.py:441 +#: builders/__init__.py:343 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Quaisquer IDs não atribuídos ao nó %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "o arquivo %r fornecido na linha de comando não está dentro do diretório fonte, ignorando" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Link para este termo" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "o arquivo %r fornecido na linha de comando não é um documento válido, ignorando" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Link para este cabeçalho" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d arquivos-fonte dados na linha de comando" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Link para esta tabela" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "alvos para %d arquivos fonte que estão desatualizados" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "nível de cabeçalho de rubric não suportado: %s" +msgid "building [%s]: " +msgstr "construindo [%s]: " -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Link para este código" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "procurando por arquivos agora desatualizados… " -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Link para esta imagem" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d encontrado" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Link para este toctree" +#: builders/__init__.py:418 +msgid "none found" +msgstr "nenhum encontrado" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Não foi possível obter o tamanho da imagem. A opção :scale: foi ignorada." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "tornando um ambiente pickle" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r desconhecido para a classe %r" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "verificando consistência" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" -msgstr "nenhuma opção Babel conhecida para o idioma %r" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "nenhum alvo está desatualizado." -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: grande demais, ignorado." +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "atualizando ambiente: " -#: writers/latex.py:616 +#: builders/__init__.py:500 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "modelo %s não encontrado; carregando do legado %s em vez disso" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "título do documento não é um nó único em Text" +msgid "%s added, %s changed, %s removed" +msgstr "%s adicionado(s), %s alterado(s), %s removido(s)" -#: writers/latex.py:1198 +#: builders/__init__.py:537 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns e opção :widths: foram fornecidas. :widths: foi ignorada." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "O Sphinx não consegue carregar o documento mestre (%s) porque ele corresponde a um padrão de exclusão embutido %r. Mova seu documento mestre para um local diferente." -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "Foi fornecido o colspec %s, que parece usar sintaxe tabular. Mas esta tabela não pode ser renderizada como uma tabela; o colspec fornecido será ignorado." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "O Sphinx não consegue carregar o documento mestre (%s) porque ele corresponde a um padrão de exclusão especificado no conf.py, %r. Remova este padrão do conf.py." -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "a unidade de dimensão %s é inválida. Ignorada." +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "O Sphinx não consegue carregar o documento mestre (%s) porque ele não está incluído no include_patterns = %r personalizado. Certifique-se de que um padrão em include_patterns corresponda ao documento mestre." -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "tipo desconhecido de entrada de índice %s encontrado" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Uso:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPÇÕES] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr " O gerador de documentação Sphinx." - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Comandos:" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "O Sphinx não consegue carregar o documento mestre (%s). O documento mestre deve estar no diretório fonte ou em um subdiretório dele." -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opções" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lendo fontes… " -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Para mais informações, visite https://www.sphinx-doc.org/pt-br/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames para escrever: %s" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: erro: {1}\nExecute '{0} --help' para informações" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "nenhum docname para escrever!" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Gerencia documentação com Sphinx" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "preparando documentos" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Mostra a versão e sai." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "copiando ativos" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Mostra esta mensagem e sai" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Os arquivos XML estão em %(outdir)s." -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "erro ao escrever o arquivo %s: %s" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Aumenta a verbosidade (pode ser repetido)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Os arquivos pseudo-XML estão em %(outdir)s." -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Só imprime erros e avisos." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "A página HTML está em %(outdir)s." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Nenhuma saída" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "montando documento único" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "escrevendo" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Veja 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "escrevendo arquivos adicionais" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referências de nota de rodapé inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "O arquivo ePub está em %(outdir)s." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "escrevendo o arquivo nav.xhtml..." -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referências de citação inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "o valor da configuração “epub_language” (ou “language”) não deve estar vazio para EPUB3" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referências de termo inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "o valor da configuração “epub_uid” deve ser XML NAME para EPUB3" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "não foi possível calcular o progresso da tradução!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "o valor da configuração “epub_title” (ou “html_title”) não deve estar vazio para EPUB3" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "nenhum elemento traduzido!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "o valor da configuração “epub_author” não deve estar vazio para EPUB3" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "Um índice de 4 colunas encontrado. Pode ser um erro de extensões que você usa: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "o valor da configuração “epub_contributor” não deve estar vazio para EPUB3" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Nota de rodapé [%s] não é referenciada." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "o valor da configuração “epub_description” não deve estar vazio para EPUB3" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "Nota de rodapé [*] não é referenciada." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "o valor da configuração “epub_publisher” não deve estar vazio para EPUB3" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Nota de rodapé [#] não é referenciada." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "o valor da configuração “epub_copyright” (ou “copyright”) não deve estar vazio para EPUB3" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "inventário <%s> contém definições duplicadas de %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "o valor da configuração “epub_identifier” não deve estar vazio para EPUB3" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "inventário <%s> contém várias definições para %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" -msgstr "erro de leitura: %s, %s" +msgid "invalid css_file: %r, ignored" +msgstr "css_file inválido: %r, ignorado" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" -msgstr "erro de escrita: %s, %s" +msgid "The text files are in %(outdir)s." +msgstr "Os arquivos texto estão em %(outdir)s." -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s não existe" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "O construtor fictício não gera arquivos." -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "Localidade de Babel inválida: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Procure por quaisquer erros na saída acima ou em %(outdir)s/output.txt" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Formato de data inválido. Envolva a string com aspas simples se desejar emiti-la diretamente: %s" +msgid "broken link: %s (%s)" +msgstr "link quebrado: %s (%s)" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "Cancelada a tentativa de cópia de %s para %s (o caminho de destino possui dados existentes)." - -#: util/display.py:82 -msgid "skipped" -msgstr "ignorado" - -#: util/display.py:87 -msgid "failed" -msgstr "falhou" +msgid "Anchor '%s' not found" +msgstr "Âncora “%s” não encontrada" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "nome de diretiva desconhecido: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Esperava um dicionário." -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" -msgstr "nome de papel desconhecido: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Falha ao compilar regex em linkcheck_allowed_redirects: %r %s" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" -msgstr "tipo de nó desconhecido: %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "Os catálogos de mensagens estão em %(outdir)s." -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "Cancelada a tentativa de cópia do modelo renderizado %s para %s (o caminho de destino possui dados existentes)." +msgid "targets for %d template files" +msgstr "alvos para os %d arquivos de modelo" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "Escrevendo resultado do modelo avaliado para %s" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "lendo modelos… " -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problema no domínio %s: o campo deveria usar o papel \"%s\", mas esse papel não está no domínio." +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "escrevendo catálogos de mensagens… " -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" -msgstr "papel padrão %s não encontrado" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Os arquivos Texinfo estão em %(outdir)s." -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "%r não é mais suportsdo para entradas de índice (da entrada %r). Use \"pair: %s\"." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nExecute \"make\" nesse diretório para executá-los com makeinfo\n(use \"make info\" aqui para fazer isso automaticamente)." -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contém referência ao arquivo inexistente %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "nenhuma valor de configuração “texinfo_documents” encontrado; nenhum documento será escrito" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "o valor da configuração “texinfo_documents” faz referência a documento desconhecido %s" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continuação da página anterior" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "processando %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continua na próxima página" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "resolvendo referências…" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Não alfabético" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (em " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copiando imagens… " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "não foi possível copiar arquivo de imagem %r: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "página" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copiando arquivos de suporte Texinfo" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "erro ao escrever o arquivo Makefile: %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Não foi possível obter imagem remota: %s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Não foi possível obter imagem remota: %s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "não foi possível ler o arquivo de imagem %r: copiando-o" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imagem desconhecido: %s…" +msgid "cannot write image file %r: %s" +msgstr "não foi possível escrever arquivo de imagem %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "Não foi possível determinar o texto reserva para a referência cruzada. Pode ser um bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow não encontrado – copiando arquivos de imagem" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "mais de um alvo localizado para “any” referência cruzada %r: poderia ser %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "escrevendo o arquivo mimetype..." -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:alvo de referência %s não encontrado: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "escrevendo o arquivo META-INF/container.xml..." -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "alvo de referência %r não encontrado: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "escrevendo o arquivo content.opf..." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Interrompido!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "tipo mime desconhecido para %s, ignorando" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "Erro de marcação reStructuredText!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "o nodo tem um nível inválido" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "Erro de codificação!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "escrevendo o arquivo toc.ncx..." -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "Erro de recursão!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "escrevendo arquivo %s…" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "Isso pode acontecer com arquivos fonte muito grandes ou profundamente aninhados. Você pode aumentar cuidadosamente o limite de recursão padrão do Python de 1.000 em conf.py com, por exemplo:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "As páginas de manual estão em %(outdir)s." -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "Iniciando depurador:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "nenhum valor de configuração “man_pages” encontrado; nenhuma página de manual será escrita" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "O traceback completo foi salvo em:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "o valor da configuração “man_pages” faz referência a um documento desconhecido %s" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "Para relatar este erro aos desenvolvedores, por favor abra uma issue em . Obrigado!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Os arquivos LaTeX estão em %(outdir)s." -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Por favor, relate isso também se houver um erro do usuário, para que uma mensagem de erro melhor possa ser fornecida na próxima vez." - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Recolher painel lateral" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nExecute \"make\" nesse diretório para executá-los com (pdf)latex\n(use \"make latexpdf\" aqui para fazer isso automaticamente)." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegação" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "nenhuma valor da configuração “latex_documents” encontrado; nenhum documento será escrito" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Pesquisar dentro de %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "o valor da configuração “latex_documents” faz referência a um documento desconhecido %s" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Sobre esses documentos" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Release" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Buscar" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copiando arquivos de suporte TeX" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copiando arquivos adicionais" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "o arquivo logo %r não existe" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última atualização em %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Chave configuração desconhecida: latex_elements[%r], ignorado." -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Criada usando Sphinx %(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opção de tema desconhecida: latex_theme_options[%r], ignorada." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tópico anterior" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Falha ao obter um docname!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítulo anterior" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "Falha ao obter o docname para a fonte %r!" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Próximo tópico" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "Nenhuma nota de rodapé foi encontrada para o nó de referência %r" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "próximo capítulo" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r não possui a configuração \"theme\"" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "Índice – %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r não possui a configuração \"%s\"" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Índice completo em página única" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "As páginas HTML estão em %(outdir)s." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Essa Página" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Falha ao ler o arquivo de informações de construção: %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Exibir Fonte" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info incompatível, copiando .buildinfo para .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Busca rápida" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "construindo [html]: " -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "o modelo %s foi alterado desde a construção anterior, todos os documentos serão reconstruídos" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Visão geral" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice Geral" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Bem Vindo! É isso aí." +#: builders/html/__init__.py:496 +msgid "index" +msgstr "índice" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "documentação para" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Logo de %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "última atualização" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "próximo" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índices e Tabelas:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "anterior" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tabela Completa dos Conteúdos" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "gerando índices" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "Listar todas seções e subseções" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "escrevendo páginas adicionais" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Página de Busca" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "não foi possível copiar arquivo de imagem '%s': %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "Buscar nessa documentação" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "copiando arquivos baixáveis… " -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índice Global de Módulos" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "não foi possível copiar o arquivo baixável %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acesso rápido para todos os módulos" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Falha ao copiar um arquivo no diretório \"static\" do tema: %s: %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índice Geral" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas funções, classes, termos" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Falha ao copiar um arquivo em html_static_file: %s: %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Tabela de Conteúdo" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "copiando arquivos estáticos" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar em %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "não foi possível copiar o arquivo estático %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Páginas de índice por letra" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "copiando arquivos extras" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pode ser enorme" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "não foi possível copiar o arquivo extra %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Falha ao escrever o arquivo de informações de construção: %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Pesquisando por várias palavras só mostra correspondências\nque contêm todas as palavras." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "buscar" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "não foi possível carregar o índice de pesquisa, mas nem todos os documentos serão construídos: o índice ficará incompleto." -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Conteúdos" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "a página %s corresponde a dois padrões em html_sidebars: %r e %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Resultados da Busca" +#: builders/html/__init__.py:1213 +#, python-format +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "ocorreu um erro Unicode ao renderizar a página %s. Verifique se todos os valores de configuração que contêm conteúdo não ASCII são strings Unicode." -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "Sua busca não encontrou nenhum documento. Por favor, confirme se todas as palavras estão grafadas corretamente e se você selecionou categorias suficientes." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "O tema '%s' não oferece suporte a esta versão do Sphinx, porque ele usa o campo 'style' em modelos HTML, que foi descontinuado no Sphinx 5.1 e removido no Sphinx 7.0. O tema deve ser atualizado para usar o campo 'styles' em vez disso. Veja https://www.sphinx-doc.org/pt-br/master/development/html_themes/templating.html#styles" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "Pesquisa concluída, encontrada uma página que correspondendo à consulta da pesquisa." -msgstr[1] "Pesquisa finalizada, encontradas ${resultCount} páginas correspondendo à consulta da pesquisa." -msgstr[2] "Pesquisa finalizada, encontradas ${resultCount} páginas correspondendo à consulta da pesquisa." +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ocorreu um erro ao renderizar a página %s.\nMotivo: %r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Buscando" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "despejando inventário de objetos" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Preparando a busca..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "despejando índice de pesquisa em %s" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", em " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file inválido: %r, ignorado" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Esconder Resultados da Busca" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Muitos math_renders estão registrados, mas nenhum math_renderer está selecionado." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Modificações na versão %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer desconhecido %r é fornecido." -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Lista de alterações na versão %(version)s, gerada automaticamente" +msgid "html_extra_path entry %r does not exist" +msgstr "a entrada de html_extra_path %r não existe" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Alterações na biblioteca" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "entrada de html_static_path %r está posicionada dento de outdir" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Alterações na API C" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "a entrada de html_static_path %r não existe" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Outras alterações" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "o arquivo favicon %r não existe" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir painel lateral" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Os valores em 'html_sidebars' devem ser uma lista de strings. Pelo menos um padrão possui um valor de string: %s. Mude para `html_sidebars = %r`." -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "Separador de parâmetros somente-posicionais (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 não encontra mais suporte no Sphinx. (\"html4_writer=True\" detectado nas opções de configuração)" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "Separador de parâmetros somente-nomeados (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Documentação %s %s" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parâmetros" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "falha ao ler o arquivo quebrado de informações de construção (versão desconhecida)" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variáveis" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "falha ao ler o arquivo quebrado de informações de construção: (entrada de configuração ausente)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Levanta" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "falha ao ler o arquivo quebrado de informações de construção: (entrada de tags ausente)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3095,101 +3010,46 @@ msgstr "método estático" msgid "property" msgstr "propriedade" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "apelido de tipo" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "descrição duplicada de objeto de %s, outra instância em %s, use :no-index: para um deles" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "mais de um alvo localizado para referência cruzada %r: %s" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (descontinuado)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Declaração C++ duplicada, também definida em %s:%s.\nA declaração é '.. cpp:%s:: %s'." - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parâmetros do Modelo" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Valores de retorno" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "união" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membro" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipo" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "conceito" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerador" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "parâmetro de função" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "parâmetro de modelo" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "apelido de tipo" + +#: domains/python/__init__.py:804 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Declaração C duplicada, também definida em %s:%s.\nA declaração é '.. c:%s:: %s'." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "descrição duplicada de objeto de %s, outra instância em %s, use :no-index: para um deles" -#: domains/c/__init__.py:211 +#: domains/python/__init__.py:974 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "mais de um alvo localizado para referência cruzada %r: %s" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variável" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (descontinuado)" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de parâmetros somente-posicionais (PEP 570)" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "struct" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de parâmetros somente-nomeados (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parâmetros" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variáveis" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Levanta" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3225,483 +3085,584 @@ msgstr "%s opção de linha de comando" msgid "command line option" msgstr "opção de linha de comando" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "um termo de glossário deve ser precedido por uma linha vazia" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "termos de glossário não devem ser separados por linhas vazias" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "o glossário parece estar mal formatado, confira o recuo" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "Glossário de Termos" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "termo gramatical" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "marca referencial" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variável de ambiente" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "opção do programa" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "documento" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Índice do Módulo" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Página de Busca" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "descrição duplicada de %s de %s, outra instância em %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig está desabilitado. :numref: é ignorado." -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "Falha ao criar uma referência cruzada. Qualquer número não foi atribuído: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "o link não possui legenda: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format inválido: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format inválido: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "rótulo não definido: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "Falha ao criar uma referência cruzada. Título ou legenda não encontrado: %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "valor inválido definido (faltando chave de fechamento): %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "valor inválido definido (faltando chave de abertura): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Declaração C duplicada, também definida em %s:%s.\nA declaração é '.. c:%s:: %s'." -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "string literal malformada (faltando aspas de fechamento): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valores de retorno" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "string literal malformada (faltando aspas de abertura): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Exemplo" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variável" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Exemplos" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argumentos de Palavras-chave" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Notas" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "união" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Outros Parâmetros" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Recebe" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerador" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referências" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Avisos" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parâmetro de função" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parâmetros do Modelo" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" -msgstr "Um objeto simulado foi detectado: %r" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" -msgstr "apelido de %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Declaração C++ duplicada, também definida em %s:%s.\nA declaração é '.. cpp:%s:: %s'." -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "conceito" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parâmetro de modelo" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Conteúdos" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Tabela de Conteúdo" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Bases: %s" -msgstr "Base: %s" +msgid "Search %(docstitle)s" +msgstr "Buscar em %(docstitle)s" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tópico anterior" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Próximo tópico" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "próximo capítulo" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Buscar" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Pesquisando por várias palavras só mostra correspondências\nque contêm todas as palavras." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "buscar" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Essa Página" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Exibir Fonte" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor inválido para a opção member-order: %s" +msgid "Index – %(key)s" +msgstr "Índice – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índice completo em página única" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegação" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Pesquisar dentro de %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre esses documentos" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor inválido para a opção class-doc-from: %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "assinatura inválida para auto%s (%r)" +msgid "Last updated on %(last_updated)s." +msgstr "Última atualização em %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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 "não sei qual módulo importar para documentação automática %r (tente colocar uma diretiva “module” ou “currentmodule” no documento ou forneça um nome explícito para o módulo)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Criada usando Sphinx %(sphinx_version)s." -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "argumentos de assinatura dados para automodule: '%s'" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca rápida" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "anotação de retorno dada para automodule: '%s'" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "“::” no nome de automodule não faz sentido" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Visão geral" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "Falha ao remover %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Bem Vindo! É isso aí." -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Criaria o arquivo %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "documentação para" -#: ext/apidoc/_cli.py:28 -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 "\nProcura recursivamente em módulos e pacotes Python e cria um\narquivo reST com diretivas automodule por pacote no .\n\nOs s podem ser padrões de arquivo e/ou diretório que serão\nexcluídos da geração.\n\nNota: Por padrão, este script não substituirá os arquivos já criados." +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última atualização" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "caminho para o módulo a ser documentado" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índices e Tabelas:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "padrões de diretório e/ou arquivo no estilo fnmatch para excluir da geração" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tabela Completa dos Conteúdos" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "diretório para colocar toda a saída" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "Listar todas seções e subseções" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "profundidade máxima de submódulos para mostrar no TOC (padrão: 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "Buscar nessa documentação" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobrescreve arquivos existentes" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índice Global de Módulos" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "segue links simbólicos. Poderoso quando combinado com collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acesso rápido para todos os módulos" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "escreve o script sem criar arquivos" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas funções, classes, termos" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "coloca a documentação para cada módulo em sua própria página" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Páginas de índice por letra" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inclui módulos “_private”" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nome de arquivo da tabela de conteúdo (padrão: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Recolher painel lateral" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "não cria um arquivo de tabela de conteúdo" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir painel lateral" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "não cria títulos para os pacotes de módulo/pacote (p.ex., quando as docstrings já os contêm)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Esconder Resultados da Busca" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "coloca documentação de módulo antes da documentação do submódulo" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Resultados da Busca" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpreta caminhos de módulos de acordo com a especificação de espaços de nomes implícitos PEP-0420" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Sua busca não encontrou nenhum documento. Por favor, confirme se todas as palavras estão grafadas corretamente e se você selecionou categorias suficientes." -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "Lista de opções separadas por vírgulas para passar para a diretiva automodule (ou usar SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "Pesquisa concluída, encontrada uma página que correspondendo à consulta da pesquisa." +msgstr[1] "Pesquisa finalizada, encontradas ${resultCount} páginas correspondendo à consulta da pesquisa." +msgstr[2] "Pesquisa finalizada, encontradas ${resultCount} páginas correspondendo à consulta da pesquisa." -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "sufixo dos arquivos (padrão: rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Buscando" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Remove os arquivos existentes no diretório de saída que não foram gerados" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Preparando a busca..." -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "gera um projeto completo com sphinx-quickstart" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", em " -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "acrescenta module_path a sys.path, usando quando --full é fornecido" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Modificações na versão %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nome do projeto (padrão nome do módulo raiz)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "autor(e)s do projeto, usado quando --full é fornecido" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista de alterações na versão %(version)s, gerada automaticamente" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "versão do projeto, usado quando --full é fornecido" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Alterações na biblioteca" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "lançamento do projeto, usado quando --full é fornecido, padrão é --doc-version" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Alterações na API C" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opções de extensão" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Outras alterações" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continuação da página anterior" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continua na próxima página" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Não alfabético" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "habilita extensões arbitrárias, usadas quando --full é fornecido" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" -#: ext/apidoc/_cli.py:240 +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "página" + +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "habilita a extensão %s, usada quando --full é fornecido" +msgid "image file not readable: %s" +msgstr "arquivo de imagem não legível: %s" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." -msgstr "%s não é um diretório." +msgid "image file %s not readable: %s" +msgstr "arquivo de imagem %s não legível: %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "Executando apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "arquivo de download não legível: %s" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "item apidoc_modules %i deve ser um dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s já tem números de seção atribuídos (toctree numerada aninhada?)" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "item apidoc_modules %i deve ter uma chave \"path\"" +msgid "see %s" +msgstr "veja %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "item apidoc_modules %i \"path\" deve ser uma string" +msgid "see also %s" +msgstr "veja também %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "item apidoc_modules %i \"path\" não é uma pasta existente: %s" +msgid "unknown index entry type %r" +msgstr "tipo desconhecido de entrada de índice %r" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "item apidoc_modules %i deve ter uma chave \"destination\"" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "referências circulares à toctree detectadas, ignorando: %s <- %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "item apidoc_modules %i \"destination\" deve ser uma string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree contém referência ao documento %r que não possui título: nenhum link será gerado" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "item apidoc_modules %i \"destination\" deveria ser uma caminho relativo" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contém referência ao documento não incluído %r" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "item apidoc_modules %i não consegue criar o diretório de destino: %s" +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree contém referência a documento inexistente %r" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "Não foi possível determinar o texto reserva para a referência cruzada. Pode ser um bug." + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "item apidoc_modules %i \"%s\" deve ser um int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "mais de um alvo localizado para “any” referência cruzada %r: poderia ser %s" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "item apidoc_modules %i \"%s\" deve ser um booleano" +msgid "%s:%s reference target not found: %s" +msgstr "%s:alvo de referência %s não encontrado: %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "item apidoc_modules %i tem chaves inesperadas: %s" +msgid "%r reference target not found: %s" +msgstr "alvo de referência %r não encontrado: %s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "item apidoc_modules %i \"%s\" deve ser uma sequência" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Não foi possível obter imagem remota: %s [%s]" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "item apidoc_modules %i \"%s\" deve conter strings" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Não foi possível obter imagem remota: %s [%d]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary: falhou em determinar %r a ser documentado, a seguinte exceção foi levantada:\n%s" +msgid "Unknown image format: %s..." +msgstr "Formato de imagem desconhecido: %s…" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] gerando autosummary para: %s" +msgid "invalid value for member-order option: %s" +msgstr "valor inválido para a opção member-order: %s" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] escrevendo em %s" +msgid "invalid value for class-doc-from option: %s" +msgstr "valor inválido para a opção class-doc-from: %s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] falha ao importar %s\nPossíveis dicas:\n%s" +msgid "invalid signature for auto%s (%r)" +msgstr "assinatura inválida para auto%s (%r)" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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 "\nGera ReStructuredText usando diretivas de resumo automático.\n\nsphinx-autogen é um frontend para sphinx.ext.autosummary.generate.\nEle gera os arquivos reStructuredText a partir de diretivas autosummary\ncontidas nos arquivos de entrada fornecidos.\n\nO formato da diretiva autosummary está documentado no módulo Python\n``sphinx.ext.autosummary`` e pode ser lido usando:\n\n pydoc sphinx.ext.autosummary\n" - -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "arquivos-fonte para gerar arquivos rST" +"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 "não sei qual módulo importar para documentação automática %r (tente colocar uma diretiva “module” ou “currentmodule” no documento ou forneça um nome explícito para o módulo)" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "diretório para colocar toda a saída" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "argumentos de assinatura dados para automodule: '%s'" -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:93 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "sufixo padrão para arquivos (padrão: %(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "anotação de retorno dada para automodule: '%s'" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "“::” no nome de automodule não faz sentido" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "diretório de modelos personalizado (padrão: %(default)s)" +msgid "A mocked object is detected: %r" +msgstr "Um objeto simulado foi detectado: %r" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "documenta membros importados (padrão: %(default)s)" +msgid "alias of %s" +msgstr "apelido de %s" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documenta exatamente os membros no módulo atributo __all__. (padrão: %(default)s)" +msgid "Bases: %s" +msgstr "Base: %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3749,563 +3710,607 @@ msgid "" " contain .rst. Skipped." msgstr "autosummary gera arquivos .rst internamente. Mas seu source_suffix não contém .rst. Ignorado." -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "Identificador de projeto intersphinx `%r` inválido em intersphinx_mapping. Os identificadores do projeto devem ser strings não vazias." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "autosummary: falhou em determinar %r a ser documentado, a seguinte exceção foi levantada:\n%s" + +#: ext/autosummary/generate.py:630 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] gerando autosummary para: %s" + +#: ext/autosummary/generate.py:634 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] escrevendo em %s" + +#: ext/autosummary/generate.py:679 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] falha ao importar %s\nPossíveis dicas:\n%s" + +#: ext/autosummary/generate.py:877 +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 "\nGera ReStructuredText usando diretivas de resumo automático.\n\nsphinx-autogen é um frontend para sphinx.ext.autosummary.generate.\nEle gera os arquivos reStructuredText a partir de diretivas autosummary\ncontidas nos arquivos de entrada fornecidos.\n\nO formato da diretiva autosummary está documentado no módulo Python\n``sphinx.ext.autosummary`` e pode ser lido usando:\n\n pydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "arquivos-fonte para gerar arquivos rST" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "Valor inválido `%r` em intersphinx_mapping[%r]. Esperava-se uma tupla ou lista de dois elementos." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "diretório para colocar toda a saída" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:915 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "Valor inválido `%r` em intersphinx_mapping[%r]. Os valores devem ser um par (URI alvo, locais de inventário)." +msgid "default suffix for files (default: %(default)s)" +msgstr "sufixo padrão para arquivos (padrão: %(default)s)" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:923 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "Valor de URI alvo inválido `%r` em intersphinx_mapping[%r][0]. Os URIs alvo devem ser strings exclusivas e não vazias." +msgid "custom template directory (default: %(default)s)" +msgstr "diretório de modelos personalizado (padrão: %(default)s)" -#: ext/intersphinx/_load.py:103 +#: ext/autosummary/generate.py:931 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "Valor de URI alvo inválido `%r` em intersphinx_mapping[%r][0]. Os URIs alvo devem ser exclusivos (outra instância em intersphinx_mapping[%r])." +msgid "document imported members (default: %(default)s)" +msgstr "documenta membros importados (padrão: %(default)s)" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "Valor de locais de inventário inválido `%r` em intersphinx_mapping[%r][1]. Os locais de inventário devem ser strings não vazias ou None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "documenta exatamente os membros no módulo atributo __all__. (padrão: %(default)s)" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configuração de `intersphinx_mapping` inválida (1 erro)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Remove os arquivos existentes no diretório de saída que não foram gerados" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configuração de `intersphinx_mapping` inválida (%s erros)." +msgid "Failed to remove %s: %s" +msgstr "Falha ao remover %s: %s" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "Uma entrada intersphinx_mapping inválida foi adicionada após a normalização." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Executando apidoc" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "carregando inventário intersphinx '%s' de %s ..." - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "encontrados alguns problemas com alguns dos inventários, mas eles tem alternativas em funcionamento:" +msgid "apidoc_modules item %i must be a dict" +msgstr "item apidoc_modules %i deve ser um dict" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" -msgstr "falha ao alcançar todos os inventários com os seguintes problemas:\n%s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "item apidoc_modules %i deve ter uma chave \"path\"" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "o inventário intersphinx foi movido: %s -> %s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "item apidoc_modules %i \"path\" deve ser uma string" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "(in %s %s)" -msgstr "(em %s %s)" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "item apidoc_modules %i \"path\" não é uma pasta existente: %s" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "(in %s)" -msgstr "(em %s)" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "item apidoc_modules %i deve ter uma chave \"destination\"" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "Inventário '%s': correspondências duplicadas encontradas para %s:%s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "item apidoc_modules %i \"destination\" deve ser uma string" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "Inventário '%s': várias correspondências encontradas para %s:%s" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "item apidoc_modules %i \"destination\" deveria ser uma caminho relativo" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "inventário para referência cruzada externa não encontrado: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "item apidoc_modules %i não consegue criar o diretório de destino: %s" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "sufixo inválido de referência cruzada externa: %r" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "item apidoc_modules %i \"%s\" deve ser um int" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "domínio para referência cruzada externa não encontrado: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "item apidoc_modules %i \"%s\" deve ser um booleano" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "alvo da referência externa %s:%s não encontrado: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "item apidoc_modules %i tem chaves inesperadas: %s" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "erro ao formatar assinatura para %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "item apidoc_modules %i \"%s\" deve ser uma sequência" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "Ignorando __all__ inválido no módulo %s: %r" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "item apidoc_modules %i \"%s\" deve conter strings" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Falha ao obter uma assinatura de função para %s: %s" +msgid "Would create file %s." +msgstr "Criaria o arquivo %s." -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Falha ao atualizar a assinatura para %r: parâmetro não encontrado: %s" +#: ext/apidoc/_cli.py:28 +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 "\nProcura recursivamente em módulos e pacotes Python e cria um\narquivo reST com diretivas automodule por pacote no .\n\nOs s podem ser padrões de arquivo e/ou diretório que serão\nexcluídos da geração.\n\nNota: Por padrão, este script não substituirá os arquivos já criados." -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Falha ao analisar type_comment para %r: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "caminho para o módulo a ser documentado" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "__slots__ inválido encontrado em %s. Ignorado." +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "padrões de diretório e/ou arquivo no estilo fnmatch para excluir da geração" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "erro ao formatar argumentos para %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "diretório para colocar toda a saída" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Falha ao obter uma assinatura de construtor para %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "profundidade máxima de submódulos para mostrar no TOC (padrão: 4)" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Falha ao obter uma assinatura de método para %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobrescreve arquivos existentes" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "Falha ao obter uma assinatura para %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "segue links simbólicos. Poderoso quando combinado com collective.recipe.omelette." -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Falha ao analisar um valor de argumento padrão para %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "escreve o script sem criar arquivos" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "o atributo %s está listado em :members:, mas está faltando pois não foi encontrado no objeto %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "coloca a documentação para cada módulo em sua própria página" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclui módulos “_private”" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nome de arquivo da tabela de conteúdo (padrão: modules)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "não cria um arquivo de tabela de conteúdo" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: falhou em determinar %s.%s (%r) a ser documentado, a seguinte exceção foi levantada:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "não cria títulos para os pacotes de módulo/pacote (p.ex., quando as docstrings já os contêm)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "argumentos de assinatura ou anotação de retorno fornecidos para automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "coloca documentação de módulo antes da documentação do submódulo" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ deve ser uma lista de strings, não %r (no módulo %s) -- ignorando __all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpreta caminhos de módulos de acordo com a especificação de espaços de nomes implícitos PEP-0420" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Lista de opções separadas por vírgulas para passar para a diretiva automodule (ou usar SPHINX_APIDOC_OPTIONS)." -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "faltando atributo %s no objeto %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufixo dos arquivos (padrão: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "apelido de TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "gera um projeto completo com sphinx-quickstart" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "falha ao ler o arquivo quebrado de informações de construção (versão desconhecida)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "acrescenta module_path a sys.path, usando quando --full é fornecido" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "falha ao ler o arquivo quebrado de informações de construção: (entrada de configuração ausente)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nome do projeto (padrão nome do módulo raiz)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "falha ao ler o arquivo quebrado de informações de construção: (entrada de tags ausente)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autor(e)s do projeto, usado quando --full é fornecido" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "As páginas HTML estão em %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "versão do projeto, usado quando --full é fornecido" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Falha ao ler o arquivo de informações de construção: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "lançamento do projeto, usado quando --full é fornecido, padrão é --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "build_info incompatível, copiando .buildinfo para .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opções de extensão" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "construindo [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "habilita extensões arbitrárias, usadas quando --full é fornecido" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "o modelo %s foi alterado desde a construção anterior, todos os documentos serão reconstruídos" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "índice" +msgid "enable %s extension, used when --full is given" +msgstr "habilita a extensão %s, usada quando --full é fornecido" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "Logo de %s" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "próximo" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "anterior" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "gerando índices" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "escrevendo páginas adicionais" +msgid "%s is not a directory." +msgstr "%s não é um diretório." -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "não foi possível copiar arquivo de imagem '%s': %s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "copiando arquivos baixáveis… " +msgid "(in %s %s)" +msgstr "(em %s %s)" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "não foi possível copiar o arquivo baixável %r: %s" +msgid "(in %s)" +msgstr "(em %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "Falha ao copiar um arquivo no diretório \"static\" do tema: %s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "Inventário '%s': correspondências duplicadas encontradas para %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Falha ao copiar um arquivo em html_static_file: %s: %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "Inventário '%s': várias correspondências encontradas para %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "copiando arquivos estáticos" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "inventário para referência cruzada externa não encontrado: %r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "não foi possível copiar o arquivo estático %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "sufixo inválido de referência cruzada externa: %r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "copiando arquivos extras" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "domínio para referência cruzada externa não encontrado: %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "não foi possível copiar o arquivo extra %r" +msgid "external %s:%s reference target not found: %s" +msgstr "alvo da referência externa %s:%s não encontrado: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Falha ao escrever o arquivo de informações de construção: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Identificador de projeto intersphinx `%r` inválido em intersphinx_mapping. Os identificadores do projeto devem ser strings não vazias." -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "não foi possível carregar o índice de pesquisa, mas nem todos os documentos serão construídos: o índice ficará incompleto." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Valor inválido `%r` em intersphinx_mapping[%r]. Esperava-se uma tupla ou lista de dois elementos." -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "a página %s corresponde a dois padrões em html_sidebars: %r e %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Valor inválido `%r` em intersphinx_mapping[%r]. Os valores devem ser um par (URI alvo, locais de inventário)." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "ocorreu um erro Unicode ao renderizar a página %s. Verifique se todos os valores de configuração que contêm conteúdo não ASCII são strings Unicode." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "Valor de URI alvo inválido `%r` em intersphinx_mapping[%r][0]. Os URIs alvo devem ser strings exclusivas e não vazias." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "O tema '%s' não oferece suporte a esta versão do Sphinx, porque ele usa o campo 'style' em modelos HTML, que foi descontinuado no Sphinx 5.1 e removido no Sphinx 7.0. O tema deve ser atualizado para usar o campo 'styles' em vez disso. Veja https://www.sphinx-doc.org/pt-br/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "Valor de URI alvo inválido `%r` em intersphinx_mapping[%r][0]. Os URIs alvo devem ser exclusivos (outra instância em intersphinx_mapping[%r])." -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ocorreu um erro ao renderizar a página %s.\nMotivo: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "Valor de locais de inventário inválido `%r` em intersphinx_mapping[%r][1]. Os locais de inventário devem ser strings não vazias ou None." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "despejando inventário de objetos" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuração de `intersphinx_mapping` inválida (1 erro)." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "despejando índice de pesquisa em %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuração de `intersphinx_mapping` inválida (%s erros)." + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Uma entrada intersphinx_mapping inválida foi adicionada após a normalização." -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file inválido: %r, ignorado" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "carregando inventário intersphinx '%s' de %s ..." -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Muitos math_renders estão registrados, mas nenhum math_renderer está selecionado." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "encontrados alguns problemas com alguns dos inventários, mas eles tem alternativas em funcionamento:" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer desconhecido %r é fornecido." +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "falha ao alcançar todos os inventários com os seguintes problemas:\n%s" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "o inventário intersphinx foi movido: %s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumentos de Palavras-chave" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" +msgid "invalid value set (missing closing brace): %s" +msgstr "valor inválido definido (faltando chave de fechamento): %s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "a entrada de html_extra_path %r não existe" +msgid "invalid value set (missing opening brace): %s" +msgstr "valor inválido definido (faltando chave de abertura): %s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "entrada de html_static_path %r está posicionada dento de outdir" +msgid "malformed string literal (missing closing quote): %s" +msgstr "string literal malformada (faltando aspas de fechamento): %s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "a entrada de html_static_path %r não existe" +msgid "malformed string literal (missing opening quote): %s" +msgstr "string literal malformada (faltando aspas de abertura): %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "o arquivo logo %r não existe" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Exemplo" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "o arquivo favicon %r não existe" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Exemplos" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "Os valores em 'html_sidebars' devem ser uma lista de strings. Pelo menos um padrão possui um valor de string: %s. Mude para `html_sidebars = %r`." +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notas" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 não encontra mais suporte no Sphinx. (\"html4_writer=True\" detectado nas opções de configuração)" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Outros Parâmetros" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Documentação %s %s" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Recebe" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r não possui a configuração \"theme\"" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referências" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r não possui a configuração \"%s\"" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Avisos" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Falha ao obter um docname!" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Yields" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "Falha ao obter o docname para a fonte %r!" +msgid "error while formatting signature for %s: %s" +msgstr "erro ao formatar assinatura para %s: %s" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "Nenhuma nota de rodapé foi encontrada para o nó de referência %r" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "Ignorando __all__ inválido no módulo %s: %r" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Os arquivos LaTeX estão em %(outdir)s." - -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nExecute \"make\" nesse diretório para executá-los com (pdf)latex\n(use \"make latexpdf\" aqui para fazer isso automaticamente)." +msgid "Failed to get a function signature for %s: %s" +msgstr "Falha ao obter uma assinatura de função para %s: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "nenhuma valor da configuração “latex_documents” encontrado; nenhum documento será escrito" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Falha ao analisar um valor de argumento padrão para %r: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "o valor da configuração “latex_documents” faz referência a um documento desconhecido %s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Falha ao atualizar a assinatura para %r: parâmetro não encontrado: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "copiando arquivos de suporte TeX" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Falha ao analisar type_comment para %r: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "copiando arquivos adicionais" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "erro ao formatar argumentos para %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Chave configuração desconhecida: latex_elements[%r], ignorado." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Falha ao obter uma assinatura de construtor para %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opção de tema desconhecida: latex_theme_options[%r], ignorada." +msgid "Failed to get a method signature for %s: %s" +msgstr "Falha ao obter uma assinatura de método para %s: %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s já tem números de seção atribuídos (toctree numerada aninhada?)" +msgid "Failed to get a signature for %s: %s" +msgstr "Falha ao obter uma assinatura para %s: %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "arquivo de imagem não legível: %s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "o atributo %s está listado em :members:, mas está faltando pois não foi encontrado no objeto %r" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "arquivo de imagem %s não legível: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: falhou em determinar %s.%s (%r) a ser documentado, a seguinte exceção foi levantada:\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "arquivo de download não legível: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "__slots__ inválido encontrado em %s. Ignorado." -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referências circulares à toctree detectadas, ignorando: %s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumentos de assinatura ou anotação de retorno fornecidos para automodule %s" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree contém referência ao documento %r que não possui título: nenhum link será gerado" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ deve ser uma lista de strings, não %r (no módulo %s) -- ignorando __all__" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree contém referência ao documento não incluído %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "toctree contém referência a documento inexistente %r" +msgid "missing attribute %s in object %s" +msgstr "faltando atributo %s no objeto %s" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "veja %s" +msgid "alias of TypeVar(%s)" +msgstr "apelido de TypeVar(%s)" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "veja também %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrompido!" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipo desconhecido de entrada de índice %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Erro de marcação reStructuredText!" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Erro de codificação!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Erro de recursão!" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Isso pode acontecer com arquivos fonte muito grandes ou profundamente aninhados. Você pode aumentar cuidadosamente o limite de recursão padrão do Python de 1.000 em conf.py com, por exemplo:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Iniciando depurador:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "O traceback completo foi salvo em:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Para relatar este erro aos desenvolvedores, por favor abra uma issue em . Obrigado!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Por favor, relate isso também se houver um erro do usuário, para que uma mensagem de erro melhor possa ser fornecida na próxima vez." diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index 7e0494233e2..0b51c1ec943 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 625358ad0d7..627433248da 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2016\n" "Language-Team: Portuguese (Portugal) (http://app.transifex.com/sphinx-doc/sphinx-1/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: pt_PT\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2699 +398,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[código fonte]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:518 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentos]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Código do módulo" + +#: ext/viewcode.py:359 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Código fonte de %s

" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Visão geral: código do módulo" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" + +#: ext/autosectionlabel.py:52 #, python-format -msgid "Domain %r is not registered" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: environment/__init__.py:952 +#: ext/duration.py:47 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Atenção" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Cuidado" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Perigo" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Erro" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Dica" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Importante" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Nota" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "Veja também" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Dica" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Aviso" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Por fazer" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (em " +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfico: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfico]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:492 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/xml.py:29 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%b %d, %Y" +msgstr "%d %b, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:103 +#: transforms/__init__.py:258 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:223 +#: transforms/__init__.py:300 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:350 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:355 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:361 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:518 #, python-format -msgid "all of %d po files" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "targets for %d po files that are specified" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line does not exist, " +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:342 +#: writers/latex.py:387 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:353 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:617 #, python-format -msgid "targets for %d source files that are out of date" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:417 -msgid "none found" -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Notas de rodapé" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:499 +#: writers/latex.py:1954 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:536 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:545 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "[image: %s]" +msgstr "[imagem: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[imagem]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Índice" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:556 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:725 +#: writers/html5.py:456 #, python-format -msgid "docnames to write: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Internos" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Módulos" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenção" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cuidado" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Dica" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Veja também" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Dica" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Aviso" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Por fazer" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada original" - -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gráfico]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:139 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[código fonte]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documentos]" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Código do módulo" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" -msgstr "

Código fonte de %s

" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Visão geral: código do módulo" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:73 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (função interna)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (método %s)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variável global ou constante)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo %s)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Parâmetros" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Gera" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Retorno" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo de retorno" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (módulo)" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "função" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "método" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "classe" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dados" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atributo" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "módulo" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (papel)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "directiva" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "papel" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Alterado na versão %s" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto desde a versão %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:372 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:382 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:411 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:531 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:357 +#: cmd/quickstart.py:675 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "enable %s extension" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:134 +#: directives/other.py:119 #, python-format -msgid "Please enter one of %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:230 +#: directives/other.py:169 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor da secção: " -#: cmd/quickstart.py:242 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor do módulo: " -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor do código: " -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:298 +#: directives/code.py:237 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:350 +#: util/i18n.py:253 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docutils.py:327 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:407 +#: util/osutil.py:131 +#, python-format msgid "" -"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." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/fileutil.py:76 #, python-format -msgid "Creating file %s." +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/fileutil.py:89 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:520 +#: util/docfields.py:100 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:527 +#: util/nodes.py:459 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:531 +#: util/nodes.py:520 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:573 -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 "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (função interna)" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (método %s)" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variável global ou constante)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atributo %s)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parâmetros" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Gera" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Retorno" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo de retorno" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (módulo)" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "função" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "método" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "classe" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" - -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dados" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atributo" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "módulo" -#: cmd/quickstart.py:671 +#: domains/javascript.py:458 #, python-format -msgid "enable %s extension" -msgstr "" - -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directiva)" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (papel)" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "directiva" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "papel" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:810 +#: domains/changeset.py:33 #, python-format -msgid "Invalid template variable: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Alterado na versão %s" -#: directives/other.py:119 +#: domains/changeset.py:34 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Obsoleto desde a versão %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/changeset.py:35 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "Removed in version %s" msgstr "" -#: directives/other.py:156 +#: builders/changes.py:29 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:169 +#: builders/changes.py:65 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "no changes in version %s." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor da secção: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor do módulo: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor do código: " +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Internos" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Módulos" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:238 #, python-format -msgid "Invalid caption: %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:281 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "all of %d po files" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:303 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:336 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:343 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Índice" - -#: writers/latex.py:768 writers/texinfo.py:646 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas de rodapé" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:367 #, python-format -msgid "unimplemented node type: %r" +msgid "%d source files given on command line" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:383 #, python-format -msgid "[image: %s]" -msgstr "[imagem: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[imagem]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "numfig_format is not defined for %s" +msgid "building [%s]: " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:416 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "%d found" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:557 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:564 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:726 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "docnames to write: %s" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:1615 +#: builders/xml.py:29 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:1950 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown index entry type %s found" +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:258 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:299 +#: builders/linkcheck.py:159 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: util/inventory.py:147 +#: builders/linkcheck.py:562 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Anchor '%s' not found" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/i18n.py:100 +#: builders/linkcheck.py:800 #, python-format -msgid "reading error: %s, %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/i18n.py:113 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:146 +#: builders/gettext.py:265 #, python-format -msgid "locale_dir %s does not exist" +msgid "targets for %d template files" msgstr "" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/osutil.py:131 +#: builders/texinfo.py:41 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/docutils.py:325 +#: builders/texinfo.py:85 #, python-format -msgid "unknown directive name: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/docutils.py:361 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "unknown role name: %s" +msgid "processing %s" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (em " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/fileutil.py:89 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Writing evaluated template result to %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:218 #, python-format -msgid "default role %s not found" +msgid "error writing file Makefile: %s" msgstr "" -#: util/nodes.py:462 +#: builders/_epub_base.py:223 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/nodes.py:523 +#: builders/_epub_base.py:436 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/nodes.py:739 +#: builders/_epub_base.py:467 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continuação da página anterior" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Versão" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:802 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "writing %s file..." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/manpage.py:37 #, python-format -msgid "Unknown image format: %s..." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/manpage.py:64 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Versão" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Recolher painel lateral" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegação" - -#: themes/basic/layout.html:115 +#: builders/latex/transforms.py:121 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Pesquisar dentro de %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Sobre estes documentos" - -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Pesquisar" - -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/transforms.py:487 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:87 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualização em %(last_updated)s." +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tópico anterior" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítulo anterior" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Próximo tópico" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "próximo capítulo" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:372 #, python-format -msgid "Index – %(key)s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Índice completo numa página" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice Geral" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta Página" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "índice" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Exibir Fonte" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Pesquisa rápida" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "próximo" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "anterior" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Visão geral" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Bem Vindo(a)! Esta é" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "a documentação de" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "última actualização" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índices e tabelas:" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tabela de Conteúdos Completa" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "Listar todas as secções e subsecções" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Página de Pesquisa" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "Pesquisar esta documentação" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índice Global de Módulos" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acesso rápido a todos os módulos" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índice Geral" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas as funções, classes, termos" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1048 #, python-format -msgid "Search %(docstitle)s" -msgstr "Pesquisar %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Paginas de índice por letra" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pode ser enorme" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/search.html:20 +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa." +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "pesquisar" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Conteúdo" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Resultados da Pesquisa" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format 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 "A sua pesquisa não encontrou nenhum documento. Por favor, confirme que todas as palavras estão escritas corretamente e que selecionou categorias suficientes." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "A Pesquisar" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "A preparar a pesquisa..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", em" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Esconder Resultados da Pesquisa" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Lista de alterações gerada automaticamente na versão %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Alterações na biblioteca" +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Alterações na API C" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Outras alterações" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir painel lateral" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parâmetros" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Documentação %s %s" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variáveis" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Levanta" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3111,81 +3026,26 @@ msgstr "" msgid " (deprecated)" msgstr " (obsoleto)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membro" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tipo" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variável" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parâmetros" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variáveis" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Levanta" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3221,412 +3081,629 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "Termo de glossário" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "token de gramática" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "rótulo de referência" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variável de ambiente" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "opção de programa" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Índice de Módulos" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Página de Pesquisa" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variável" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Conteúdo" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Pesquisar %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tópico anterior" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Próximo tópico" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "próximo capítulo" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Pesquisar" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "pesquisar" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta Página" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Exibir Fonte" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índice completo numa página" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegação" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Pesquisar dentro de %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre estes documentos" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Última actualização em %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pesquisa rápida" -#: ext/apidoc/_cli.py:50 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Visão geral" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Bem Vindo(a)! Esta é" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "a documentação de" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última actualização" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índices e tabelas:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tabela de Conteúdos Completa" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "Listar todas as secções e subsecções" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "Pesquisar esta documentação" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índice Global de Módulos" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acesso rápido a todos os módulos" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas as funções, classes, termos" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Paginas de índice por letra" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Recolher painel lateral" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir painel lateral" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Esconder Resultados da Pesquisa" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Resultados da Pesquisa" + +#: themes/basic/static/searchtools.js:134 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "A sua pesquisa não encontrou nenhum documento. Por favor, confirme que todas as palavras estão escritas corretamente e que selecionou categorias suficientes." -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "A Pesquisar" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "A preparar a pesquisa..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", em" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista de alterações gerada automaticamente na versão %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Alterações na biblioteca" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Alterações na API C" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Outras alterações" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continuação da página anterior" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "ver %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "ver também %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3699,609 +3776,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "índice" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "próximo" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "anterior" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Documentação %s %s" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "ver %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "ver também %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo index c499abb7717..6eda381fe76 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 84ba52d4654..29f886ac0a0 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Razvan Stefanescu , 2015-2017\n" "Language-Team: Romanian (http://app.transifex.com/sphinx-doc/sphinx-1/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:286 +#: config.py:421 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:292 +#: config.py:475 #, python-format -msgid "The %r theme has too many ancestors" +msgid "No such config value: %r" msgstr "" -#: theming.py:320 +#: config.py:503 #, python-format -msgid "no theme configuration file found in %r" +msgid "Config value %r already present" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:540 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:349 +#: config.py:598 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:610 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:357 +#: config.py:632 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:376 +#: config.py:650 config.py:658 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: project.py:72 +#: config.py:664 #, python-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:87 +#: config.py:685 #, python-format -msgid "Ignored unreadable document %r." +msgid "Section %s" +msgstr "" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabelul %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Cod %s" + +#: config.py:797 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "Proiectul necesită minim Sphinx v%s și de aceea nu poate fi construit msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2699 +398,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:599 +#: theming.py:312 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:611 +#: theming.py:340 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:633 +#: theming.py:365 theming.py:418 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:369 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:686 +#: theming.py:377 #, python-format -msgid "Section %s" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabelul %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Cod %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Atenție" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[sursă]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Avertisment" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Pericol" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentație]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Eroare" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codul modulului" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Sugestie" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Codul sursă pentru %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Important" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Prezentare generală: codul modulului" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Notă" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Toate modulele pentru care este disponibil codul sursă

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Vezi și" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Sfat" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Atenționare" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "De făcut" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(în" +#: ext/todo.py:166 +msgid "original entry" +msgstr "înregistrarea inițială" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[grafic: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafic]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:492 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/xml.py:29 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:103 +#: transforms/__init__.py:258 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:223 +#: transforms/__init__.py:300 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:350 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:355 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:361 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:518 #, python-format -msgid "all of %d po files" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "targets for %d po files that are specified" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line does not exist, " +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:342 +#: writers/latex.py:387 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:353 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:617 #, python-format -msgid "targets for %d source files that are out of date" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:417 -msgid "none found" -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Note de subsol" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:499 +#: writers/latex.py:1954 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:536 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:545 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "[image: %s]" +msgstr "[figura: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[figură]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Index" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:556 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:725 +#: writers/html5.py:456 #, python-format -msgid "docnames to write: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Integrate" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Nivelul modul" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenție" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Avertisment" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pericol" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Eroare" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Sugestie" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Notă" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vezi și" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Sfat" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Atenționare" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/build.py:74 +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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:158 -#, python-format +#: cmd/build.py:109 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:157 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "De făcut" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "înregistrarea inițială" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[grafic: %s]" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[grafic]" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "" -#: ext/imgmath.py:148 +#: cmd/build.py:357 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/duration.py:47 +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:134 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "Please enter one of %s." msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/duration.py:124 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: cmd/quickstart.py:230 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: ext/duration.py:136 +#: cmd/quickstart.py:235 msgid "" -"====================== slowest reading durations =======================" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: ext/duration.py:139 +#: cmd/quickstart.py:242 #, python-format -msgid "%.3fs %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[sursă]" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[documentație]" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Codul modulului" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Codul sursă pentru %s

" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Prezentare generală: codul modulului" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Toate modulele pentru care este disponibil codul sursă

" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funcție integrată)" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metoda %s)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (clasă)" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabilă globală sau constantă)" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumente" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Generează" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Întoarce" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipul întors" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funcție" +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metodă" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "clasă" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (directivă)" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "directivă" - -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/rst.py:262 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:32 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Added in version %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Schimbat în versiunea %s" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" -#: domains/changeset.py:34 +#: cmd/quickstart.py:524 #, python-format -msgid "Deprecated since version %s" -msgstr "Învechit începând cu versiunea %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:535 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:577 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" +"Generate required files for a Sphinx project.\n" "\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autorul secțiunii:" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autorul modulului:" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autorul codului:" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor:" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "" - -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" - -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" - -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" - -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:274 +#: directives/patches.py:71 msgid "" -"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 "" - -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:309 +#: util/i18n.py:253 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:316 -msgid "Project version" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:350 +#: util/osutil.py:131 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:368 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:378 +#: util/fileutil.py:76 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:397 +#: util/docfields.py:100 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:407 +#: util/nodes.py:459 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "" - -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/nodes.py:520 #, python-format -msgid "Creating file %s." +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/nodes.py:738 #, python-format -msgid "File %s already exists, skipping." +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funcție integrată)" -#: cmd/quickstart.py:520 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (metoda %s)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (clasă)" -#: cmd/quickstart.py:531 +#: domains/javascript.py:188 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (variabilă globală sau constantă)" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: cmd/quickstart.py:573 -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 "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumente" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Generează" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Întoarce" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipul întors" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funcție" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metodă" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "clasă" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directivă)" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/rst.py:234 +msgid "directive" +msgstr "directivă" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:671 +#: domains/rst.py:236 +msgid "role" +msgstr "rol" + +#: domains/rst.py:262 #, python-format -msgid "enable %s extension" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Schimbat în versiunea %s" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Învechit începând cu versiunea %s" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Integrate" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nivelul modul" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:810 +#: builders/changes.py:146 #, python-format -msgid "Invalid template variable: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:230 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:238 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autorul secțiunii:" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autorul modulului:" - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autorul codului:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:336 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:343 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:354 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:367 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:383 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Object named %r not found in include file %r" +msgid "building [%s]: " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:416 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%d found" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: builders/__init__.py:418 +msgid "none found" +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Index" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Note de subsol" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:500 #, python-format -msgid "unimplemented node type: %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:537 #, python-format -msgid "[image: %s]" -msgstr "[figura: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[figură]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:546 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:557 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:103 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/singlehtml.py:35 #, python-format -msgid "no Babel option known for language %r" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:85 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:299 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "processing %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(în" + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/inventory.py:147 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:100 +#: builders/texinfo.py:218 #, python-format -msgid "reading error: %s, %s" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:223 #, python-format -msgid "writing error: %s, %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:146 +#: builders/_epub_base.py:436 #, python-format -msgid "locale_dir %s does not exist" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:467 #, python-format -msgid "Invalid Babel locale: %r." +msgid "cannot write image file %r: %s" msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:325 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown directive name: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/fileutil.py:76 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "writing %s file..." msgstr "" -#: util/fileutil.py:89 +#: builders/manpage.py:37 #, python-format -msgid "Writing evaluated template result to %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:64 #, python-format -msgid "default role %s not found" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:462 +#: builders/latex/__init__.py:115 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:167 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continuare din pagina precedentă" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Versiune" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboluri" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Versiune" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:487 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/theming.py:87 #, python-format -msgid "Unknown image format: %s..." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:114 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:337 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:372 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Index General" + +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" + +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "următor" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "precedent" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Ascundere bară laterală" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigare" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:948 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Caută în %(docstitle)s" +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Despre aceste documente" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Căutare" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Drepturi de autor" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1213 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +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 "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:1226 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ultima actualizare la %(last_updated)s." +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Subiectul precedent" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capitolul precedent" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Subiectul următor" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "capitolul următor" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1361 #, python-format -msgid "Index – %(key)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Index complet" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Această Pagină" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Vezi Sursa" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Căutare rapidă" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Caută" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Prezentare generală" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Bine ai venit! Acesta este" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "documentația pentru" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "ultima actualizare" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indici și tabele:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Cuprinsul Complet" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lista tuturor secțiunilor si a subsecțiunilor" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Pagină de Căutare" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "caută în această documentație" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Index Module Globale" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acces rapid la toate modulele" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Index General" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "toate funcțiile, clasele, termenii" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "" - -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1435 #, python-format -msgid "Search %(docstitle)s" -msgstr "Caută %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indexează paginile dupa literă" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "poate fi extrem de mare" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Activează JavaScript pentru a permite\nfuncția de căutare." - -#: themes/basic/search.html:28 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "căutare" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Cuprins" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Rezultatele Căutării" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1448 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 "Căutarea nu a identificat nici un document. Te rog să te asiguri că toate cuvintele sunt scrise corect și că ai selectat suficiente categorii." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Căutare" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Se pregătește căutarea..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", în" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Ascunde Rezultatele Căutării" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1464 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Lista de schimbări generată automat pentru versiunea %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Schimbări în bibliotecă" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Schimbări în API C" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Alte schimbări" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandare bară laterală" +msgid "%s %s documentation" +msgstr "%s %s documentație" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametrii" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabile" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Generează" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3111,522 +3026,684 @@ msgstr "" msgid " (deprecated)" msgstr "(învechit)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametrii" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabile" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "membru" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Generează" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tip" +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "variabilă de mediu; %s" -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enumerator" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/std/__init__.py:239 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/c/__init__.py:211 +#: domains/std/__init__.py:319 #, python-format -msgid "%s (C %s)" +msgid "%s command line option" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variabilă" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" - -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "variabilă de mediu; %s" - -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" - -#: domains/std/__init__.py:239 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "" - -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "termen de glosar" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "element de gramatică" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "etichetă de referință" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "variabilă de mediu" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "opțiune a programului" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Index al modulelor" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pagină de Căutare" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membru" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabilă" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enumerator" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tip" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Cuprins" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Caută %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Subiectul precedent" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capitolul precedent" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Subiectul următor" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "capitolul următor" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Căutare" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Activează JavaScript pentru a permite\nfuncția de căutare." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:35 +msgid "search" +msgstr "căutare" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Această Pagină" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Vezi Sursa" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Index complet" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigare" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Caută în %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Despre aceste documente" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Drepturi de autor" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Ultima actualizare la %(last_updated)s." -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Căutare rapidă" -#: ext/apidoc/_cli.py:50 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Caută" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Prezentare generală" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Bine ai venit! Acesta este" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "documentația pentru" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "ultima actualizare" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indici și tabele:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Cuprinsul Complet" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lista tuturor secțiunilor si a subsecțiunilor" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "caută în această documentație" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Index Module Globale" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acces rapid la toate modulele" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "toate funcțiile, clasele, termenii" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexează paginile dupa literă" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "poate fi extrem de mare" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Ascundere bară laterală" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandare bară laterală" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Ascunde Rezultatele Căutării" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Rezultatele Căutării" + +#: themes/basic/static/searchtools.js:134 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Căutarea nu a identificat nici un document. Te rog să te asiguri că toate cuvintele sunt scrise corect și că ai selectat suficiente categorii." -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Căutare" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Se pregătește căutarea..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", în" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista de schimbări generată automat pentru versiunea %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Schimbări în bibliotecă" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Schimbări în API C" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Alte schimbări" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continuare din pagina precedentă" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboluri" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "vezi %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "vezi și %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3699,609 +3776,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "următor" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "precedent" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentație" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "vezi %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "vezi și %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.js b/sphinx/locale/ru/LC_MESSAGES/sphinx.js index cc9a2bae4f7..d19d140e811 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.js @@ -2,7 +2,7 @@ Documentation.addTranslations({ "locale": "ru", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© %(copyright_prefix)s %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "© %(copyright_prefix)s %(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", @@ -37,10 +37,10 @@ Documentation.addTranslations({ "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 one page matching the search query.": [ - "", - "", - "", - "" + "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e ${resultCount} \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.", + "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e ${resultCount} \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.", + "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e ${resultCount} \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.", + "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e ${resultCount} \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", diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index 81c63b5d1f0..ed3502975b1 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 5f191d8a598..d4c1135f35f 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -1,9 +1,10 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Alex Salikov , 2019 +# Daniil Kolesnikov, 2026 # Dmitry Shachnev , 2013 # Dunaevsky Maxim , 2024 # ferm32 , 2014,2016,2019 @@ -11,20 +12,20 @@ # Il'ya , 2022 # Konstantin Molchanov , 2016 # PyHedgehog , 2015,2017 -# Евгений Ярыкин , 2024 -# Евгений Ярыкин , 2024 +# 9ccede35e81c2d8637cc703d7c241109_47681a7, 2024 +# 9ccede35e81c2d8637cc703d7c241109_47681a7, 2024,2026 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-23 22:51+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Dunaevsky Maxim , 2024\n" +"Last-Translator: Daniil Kolesnikov, 2026\n" "Language-Team: Russian (http://app.transifex.com/sphinx-doc/sphinx-1/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -63,91 +64,166 @@ msgstr "неправильный номер PEP %s" msgid "invalid RFC number %s" msgstr "неправильный номер RFC %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Неизвестный лексер Pygments %r" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "Разделы конфигурации темы, отличные от [theme] и [option], не поддерживаются (попытка получения значения из %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "Разбор literal_block %r как \"%s\" завершилось ошибкой на токене: %r. Перезапуск в relaxed mode." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "параметр %s.%s не встречается ни в одной из найденных настроек тем" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "в конфигурационной папке нет файла conf.py file (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "указана неподдерживаемая опция темы %r" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' должен быть '0' или '1', дано '%s'" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "файл %r указанной темы не является корректным ZIP-архивов или не содержит тему" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "не удалось переопределить настройку словаря %r, пропускается (используйте %r для установки значений отдельных элементов)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "не найдена тема %r (потерян theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "недопустимое число %r для настройки %r, пропускается" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "Тема %r имеет циклическое наследование" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "не удалось переопределить настройку %r с неподдерживаемым типом, пропускается" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "неизвестное значение параметра конфигурации %r в переопределении, пропускается" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Нет такого значения конфигурации: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Ключ конфигурации %r уже существует" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "Тема %r наследуется от темы %r, которая не загружена. Загруженные темы: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Обнаружено некорректное значение настройки: 'language = None'. Обновите настройки, указав корректный код языка. Откат к 'en' (English)." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "У темы %r слишком много предков" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Синтаксическая ошибка в вашем файле конфигурации: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "файл конфигурации темы не найден в %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "тема %r не имеет таблицы \"theme\"" +msgid "Failed to convert %r to a frozenset" +msgstr "Не удалось преобразовать %r в frozenset" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "В теме %r \"[theme]\" не является таблицей" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Преобразование `source_suffix = %r` в `source_suffix = %r`." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "В теме %r должна быть определена настройка \"theme.inherit\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "Значением настройки `source_suffix' может быть словарь, строка или список строк. Вместо этого указано значение `%r' (тип %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "В теме %r \"[options]\" не является таблицей" +msgid "Section %s" +msgstr "Раздел %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "Настройка \"theme.pygments_style\" должна быть таблицей. Подсказка: \"%s\"" +msgid "Fig. %s" +msgstr "Рис. %s" -#: project.py:72 +#: config.py:687 #, python-format +msgid "Table %s" +msgstr "Таблица %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Список %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "найдено несколько файлов для документа \"%s\": %s\nДля сборки используется %r ." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Для настройки `{name}` возможны значения {candidates}, но указано `{current}`." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Значение настройки `{name}' имеет тип `{current.__name__}'; ожидается {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Значение настройки `{name}' имеет тип `{current.__name__}', приведено к значению по умолчанию `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "Пропущен нечитаемый документ %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r не найден, пропускается." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "Поддержка кодировок исходных файлов, отличных от UTF-8, устарела и будет удалена в Sphinx 10. Пожалуйста, прокомментируйте это по адресу https://github.com/sphinx-doc/sphinx/issues/13665 если это вызывает проблемы." #: extension.py:58 #, python-format @@ -163,17 +239,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Проекту требуется расширение %s версии не ниже %s, и, следовательно, он не может быть собран с загруженной версией (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Неизвестный лексер Pygments %r" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "найдено несколько файлов для документа \"%s\": %s\nДля сборки используется %r ." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "Разбор literal_block %r как \"%s\" завершилось ошибкой на токене: %r. Перезапуск в relaxed mode." +msgid "Ignored unreadable document %r." +msgstr "Пропущен нечитаемый документ %r." #: events.py:92 #, python-format @@ -220,7 +296,7 @@ msgstr "Проект требует версию Sphinx не ниже v%s и н msgid "making output directory" msgstr "создание целевого каталога" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "при настройку расширения %s:" @@ -237,7 +313,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "загрузка переводов [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "готово" @@ -303,14 +379,14 @@ msgstr "узел класса %r уже зарегистрирован, его #: application.py:1113 #, python-format msgid "directive %r is already registered and will not be overridden" -msgstr "" +msgstr "директива %r уже зарегистрирована и не будет переопределена" #: application.py:1139 application.py:1167 #, python-format msgid "role %r is already registered and will not be overridden" -msgstr "" +msgstr "роль %r уже зарегистрирована и не будет переопределена" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -318,12 +394,12 @@ msgid "" "explicit" msgstr "расширение %s не определено как безопасное для параллельного чтения; если вы полагаете что это не так - пожалуйста, попросите автора проверить и явно указать это" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "расширение %s не безопасно для параллельного чтения" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -331,1302 +407,894 @@ msgid "" "explicit" msgstr "расширение %s не объявлено как безопасное для параллельное записи; если вы считаете что это не так - пожалуйста, попросите автора проверить и явно указать это" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "расширение %s не безопасно использует параллельную записи" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Отсутствует аттрибут \"name\" у класса сборщика %s." -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Сборщик %r уже существует (в модуле %s)." -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Сборщик %s не зарегистрирован явно или через ресурсы пакетов." -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Сборщик %s не зарегистрирован." -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "домен %s уже зарегистрирован" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "домен %s не зарегистрирован" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Директива %r уже зарегистрирована в домене %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Роль %r уже зарегистрирована в домене %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Индекс %r уже зарегистрирован в домене %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r уже зарегистрирован" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type уже зарегистрирован" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r уже зарегистрирован" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser для %r уже зарегистрирован" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Парсер исходного кода %s не зарегистрирован" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Перевод для %r уже существует" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs для функции add_node() должны быть кортежем (visit, depart): %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r уже зарегистрирован" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "Движок отрисовки math %s уже зарегистрирован" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "расширение %r является частью Sphinx начиная с версии %s; это расширение игнорируется." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Изначальное исключение:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Не удалось загрузить расширение %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "расширение %r не определяет функцию setup(); это действительно модуль расширения Sphinx?" -#: registry.py:567 +#: registry.py:574 #, 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, поэтому он не может быть собран с этой версией." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "расширение %r вернуло неподдерживаемый объект из функции setup() function; оно должно вернуть None или словарь метаданных" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` не является корректным типом файла для %r." -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "в конфигурационной папке нет файла conf.py file (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "не удалось переопределить настройку словаря %r, пропускается (используйте %r для установки значений отдельных элементов)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "недопустимое число %r для настройки %r, пропускается" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "Разделы конфигурации темы, отличные от [theme] и [option], не поддерживаются (попытка получения значения из %r)." -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "не удалось переопределить настройку %r с неподдерживаемым типом, пропускается" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "параметр %s.%s не встречается ни в одной из найденных настроек тем" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "неизвестное значение параметра конфигурации %r в переопределении, пропускается" +msgid "unsupported theme option %r given" +msgstr "указана неподдерживаемая опция темы %r" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "Нет такого значения конфигурации: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "файл %r указанной темы не является корректным ZIP-архивов или не содержит тему" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "Ключ конфигурации %r уже существует" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "не найдена тема %r (потерян theme.toml?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "Обнаружено некорректное значение настройки: 'language = None'. Обновите настройки, указав корректный код языка. Откат к 'en' (English)." +msgid "The %r theme has circular inheritance" +msgstr "Тема %r имеет циклическое наследование" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Синтаксическая ошибка в вашем файле конфигурации: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "Тема %r наследуется от темы %r, которая не загружена. Загруженные темы: %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "У темы %r слишком много предков" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "no theme configuration file found in %r" +msgstr "файл конфигурации темы не найден в %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Преобразование `source_suffix = %r` в `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" +msgstr "тема %r не имеет таблицы \"theme\"" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "Значением настройки `source_suffix' может быть словарь, строка или список строк. Вместо этого указано значение `%r' (тип %s)." +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "В теме %r \"[theme]\" не является таблицей" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Раздел %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "В теме %r должна быть определена настройка \"theme.inherit\"" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Рис. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "В теме %r \"[options]\" не является таблицей" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Таблица %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "Настройка \"theme.pygments_style\" должна быть таблицей. Подсказка: \"%s\"" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Список %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Использование:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Для настройки `{name}` возможны значения {candidates}, но указано `{current}`." +msgid "{0} [OPTIONS] []" +msgstr "{0} [ОПЦИИ] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Значение настройки `{name}' имеет тип `{current.__name__}'; ожидается {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "Генератор документации Sphinx." -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Значение настройки `{name}' имеет тип `{current.__name__}', приведено к значению по умолчанию `{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Команды:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r не найден, пропускается." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Опции" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Для получения дополнительной информации посетите https://www.sphinx-doc.org/en/master/man/." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: ошибка: {1}\nВыполните '{0} --help' для получения информации" -#: environment/__init__.py:89 -msgid "new config" -msgstr "новая конфигурация" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "Управление документацией со Sphinx." -#: environment/__init__.py:90 -msgid "config changed" -msgstr "конфигурация изменена" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Показать версию и выйти." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "расширения изменились" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Показать это сообщение и выйти." -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "версия окружения сборки отличается от текущей" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Журналирование" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "каталог исходных файлов изменился" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Увеличить подробность (можно указать несколько раз)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "Конфигурация изменилась (1 опция: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Выводить только ошибки и предупреждения." -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "Конфигурация изменилась (%d опций: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "Конфигурация изменилась (%d опций: %s, ...)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Это окружение несовместимо с выбранным сборщиком, пожалуйста, выберите другой каталог doctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "См. 'sphinx --help'.\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Ошибка сканирования документов в %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "Не удалось запустить команду преобразования изображений %r. По умолчанию для 'sphinx.ext.imgconverter' требуется ImageMagick. Убедитесь, что он установлен, или укажите в опции 'image_converter' собственную команду преобразования.\n\nВывод: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Домен %r не зарегистрирован" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "документ не включен ни в одно оглавление" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "найдено оглавление, ссылающееся на само себя. Пропускается." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "преобразование выполнено с ошибкой:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "команда преобразования %r не может быть запущена, проверьте настройку image_converter" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Внимание" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[исходный код]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Осторожно" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "подсветка кода модуля... " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Опасно" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[документация]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Ошибка" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Код модуля" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Подсказка" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

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

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Важно" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Обзор: исходный код модуля" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Примечание" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "См. также" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "секция \"%s\" отмечена как \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Совет" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "повтоярющаяся метка %s, другой экземпляр в %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Предупреждение" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Ссылка на эту формулу" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Файлы Texinfo находятся в %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "не найдено значение настройки \"texinfo_documents\"; документы не были записаны" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "значение настройки \"texinfo_documents\" указывает на несуществующий документ %s" - -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "обработка %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "запись" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "разрешение ссылок..." +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (в " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "копирование изображений..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "План" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "Не получается скопировать файл изображения %r: %s" +msgid "TODO entry found: %s" +msgstr "найдена запись TODO: %s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "копирование файлов поддержки Texinfo" +#: ext/todo.py:152 +msgid "<>" +msgstr "<<исходная запись>>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "ошибка записи Makefile: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<Исходная запись>> находится в %s, строка %d.)" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Страницы руководств находятся в %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "исходный элемент" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "не найдено значение настройки \"man_pages\"; страницы руководств не были записаны" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "В директиве graphviz нельзя одновременно использовать аргументы content и filename" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "Значение параметра \"man_pages\" ссылается на неизвестный документ %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Внешний файл Graphviz %r не найден или недоступен для чтения" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Страница HTML находится в %(outdir)s." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Пропускается директива \"graphviz\" без содержимого." -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "сборка единого документа" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "Путь к исполняемому файлу graphviz_dot должен быть задан! %r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "запись дополнительных файлов" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "команда dot %r не может быть выполнена (требуется для graphviz output), проверьте настройки graphviz_dot" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Глупый сборщик не генерирует файлы." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Каталоги сообщений находятся в %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "сборка [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format должен быть 'png' или 'svg', а не %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "цели для %d файлов шаблонов" +msgid "dot code %r: %s" +msgstr "код dot %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "чтение шаблонов..." +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[иллюстрация: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "запись каталогов сообщений... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[иллюстрация]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "прямая ссылка %r должна быть заменена на extlink (попробуйте использовать %r)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "сломанная ссылка: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Команда LaTeX %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Якорь '%s' не найден" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "Команда %s %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_%s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Ошибка компиляции регулярного выражения в linkcheck_allowed_redirects: %r %s" +msgid "display latex %r: %s" +msgstr "отображение latex %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Файл ePub находится в %(outdir)s." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "запись файла nav.xhtml..." +msgid "inline latex %r: %s" +msgstr "встроенный LaTeX %r: %s" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "настройка \"epub_language\" (или \"language\") должна быть не пустой при использовании EPUB3" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "не указан '+' или '-' в опции '%s'." -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "значение настройки \"epub_uid\" должно быть равно XML NAME для EPUB3" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' — некорректная опция." -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "значение настройки \"epub_title\" (или \"html_title\") должно быть не пустым для EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' некорректная опция pyversion" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_author\" должно быть не пустым для EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "неправильный тип TestCode" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_contributor\" должно быть не пустым для EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Тестирование doctests в исходном каталоге завершено, посмотрите результаты в %(outdir)s/output.txt." -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_description\" должно быть не пустым для EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_publisher\" должно быть не пустым для EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "пропускается некорректный код doctest: %r" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "значение настройки \"epub_copyright\" (или \"copyright\") должно быть не пустым для EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "некорректное регулярное выражение %r в %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_identifier\" должно быть не пустым для EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "модуль %s не может быть импортирован: %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "значение настройки \"version\" должно быть не пустым для EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "следующие модули документированы но не указаны в coverage_modules: %s" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:158 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "некорректный css_file: %r, пропускается" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "следующие модули указаны в coverage_modules но не документированы: %s" -#: builders/xml.py:29 +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" + +#: ext/coverage.py:187 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Файлы XML находятся в %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" +msgstr "некорректное регулярное выражение %r в coverage_c_regexes" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:260 #, python-format -msgid "error writing file %s: %s" -msgstr "ошибка записи файла %s: %s" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "недокументированный C API: %s [%s] в файле %s" -#: builders/xml.py:103 +#: ext/coverage.py:452 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Файлы pseudo-XML находятся в %(outdir)s." +msgid "undocumented python function: %s :: %s" +msgstr "недокументированная функция Python: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:473 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "найден повторяющийся элемент оглавления: %s" +msgid "undocumented python class: %s :: %s" +msgstr "недокументированный класс Python: %s :: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:492 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "Не получается считать файл изображение %r: скопируйте его" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "недокументированный метод Python: %s :: %s :: %s" -#: builders/_epub_base.py:467 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot write image file %r: %s" -msgstr "Не получается записать файл изображения %r: %s" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow не найден - копирование файлов изображений" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "не удалось рассчитать прогресс перевода!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "запись файла mimetype..." - -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "запись файла META-INF/container.xml..." +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "нет переведённых элементов!" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "запись файла content.opf..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "Найден четырёхстолбцовый индекс. Это может быть ошибкой используемого вами расширения: %r" -#: builders/_epub_base.py:594 +#: transforms/__init__.py:300 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "неизвестный mimetype для %s, пропускается" +msgid "Footnote [%s] is not referenced." +msgstr "Сссылка на сноску [%s] не определена." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "неправильный уровень узла" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "Ссылка на сноску [*] не определена." -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "запись файла toc.ncx..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Ссылка на сноску [#] отсутствует." -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "записывается %s файл..." +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивые ссылки на сноску в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Текстовые файлы находятся в %(outdir)s." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "противоречивые ссылки в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "подходящий образ для сборщика %s не найден: %s (%s)" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивые ссылки на цитату в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "подходящий образ для сборщика %s не найден: %s" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивая ссылка на термин в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "сборка [mo]:" +#: environment/__init__.py:89 +msgid "new config" +msgstr "новая конфигурация" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "запись вывода..." +#: environment/__init__.py:90 +msgid "config changed" +msgstr "конфигурация изменена" + +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "расширения изменились" -#: builders/__init__.py:280 +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "версия окружения сборки отличается от текущей" + +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "каталог исходных файлов изменился" + +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" -msgstr "все из %d po-файлов" +msgid "The configuration has changed (1 option: %r)" +msgstr "Конфигурация изменилась (1 опция: %r)" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" -msgstr "цели для %d файлов PO указаны" +msgid "The configuration has changed (%d options: %s)" +msgstr "Конфигурация изменилась (%d опций: %s)" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "цели для %d файлов PO устарели" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "Конфигурация изменилась (%d опций: %s, ...)" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "все исходные файлы" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Это окружение несовместимо с выбранным сборщиком, пожалуйста, выберите другой каталог doctree." -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "файл %r, указанный в аргументах командной строки, не существует," +msgid "Failed to scan documents in %s: %r" +msgstr "Ошибка сканирования документов в %s: %r" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "файл %r, переданный в командной строке, не найден в исходном каталоге, пропускается" +msgid "Domain %r is not registered" +msgstr "Домен %r не зарегистрирован" + +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "документ не включен ни в одно оглавление" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "найдено оглавление, ссылающееся на само себя. Пропускается." -#: builders/__init__.py:353 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "файл %r, переданный в командной строке, не является корректным документом, пропускается" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:366 +#: writers/latex.py:387 #, python-format -msgid "%d source files given on command line" -msgstr "%d исходных файлов передано в командной строке" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "неизвестный %r toplevel_sectioning для класса %r" -#: builders/__init__.py:382 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "цели для %d не обновлённых исходных файлов" +msgid "no Babel option known for language %r" +msgstr "неизвестная опция Babel для языка %r" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "ищем файлы, устаревшие на данный момент... " +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "слишком большое значение :maxdepth:, пропускается." -#: builders/__init__.py:415 +#: writers/latex.py:617 #, python-format -msgid "%d found" -msgstr "%d найден" +msgid "template %s not found; loading from legacy %s instead" +msgstr "шаблон %s не найден; вместо этого загружается унаследованный %s" -#: builders/__init__.py:417 -msgid "none found" -msgstr "ничего не найдено" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "заголовок документа не является одиночным Text node" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "проверка целостности" - -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "нет устаревших целей." - -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "обновление окружения:" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Сноски" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s добавлено, %s изменено, %s удалено" +msgid "unsupported rubric heading level: %s" +msgstr "неподдерживаемый уровень заголовка рубрики: %s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "Sphinx не может загрузить основной документ (%s) потому что он соответствует встроенному шаблону исключений %r. Пожалуйста, переместите свой основной документ в другое расположение." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "заданы tabularcolumns и опция :widths:. :widths: пропускается." -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "Sphinx не может загрузить основной документ (%s), потому что он соответствует шаблону исключений, указанному в conf.py, %r. Пожалуйста, удалите этот шаблон из conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "Sphinx не может загрузить основной документ (%s), потому что он не включен ни в один из настроенных include_patterns = %r. Убедитесь, что шаблон в include_patterns соответствует основному документу." +msgid "dimension unit %s is invalid. Ignored." +msgstr "неправильная единица измерения %s. Пропускается." -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "Sphinx не удалось загрузить основной документ (%s). Основной документ должен размещаться внутри исходного каталога или в одном из его подкаталогов." +msgid "unknown index entry type %s found" +msgstr "найдена запись неизвестного типа индекса %s" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "чтение исходных файлов..." +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Неправильный math_eqref_format: %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "названия документов для записи: %s" +msgid "[image: %s]" +msgstr "[рисунок: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[рисунок]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "подготовка документов" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Алфавитный указатель" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "копирование материалов" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "заголовок не внутри иллюстрации." -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Обзорный файл находится в %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "нереализованный тип узла: %r" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "нет изменений в версии %s." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Ссылка на это определение" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "запись итогового файла..." +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format не определён для %s" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Встроенные функции" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Любые ID не разрешены для узла %s" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Модуль" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Ссылка на этот термин" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "копирование исходных файлов..." +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Ссылка на этот заголовок" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "не удалось прочитать %r для создания журнала изменений" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "некорректное регулярное выражение %r в %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "модуль %s не может быть импортирован: %s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "следующие модули документированы но не указаны в coverage_modules: %s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "некорректное регулярное выражение %r в coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "недокументированный C API: %s [%s] в файле %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "недокументированная функция Python: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "недокументированный класс Python: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "недокументированный метод Python: %s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "прямая ссылка %r должна быть заменена на extlink (попробуйте использовать %r)" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "План" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "найдена запись TODO: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<<исходная запись>>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<<Исходная запись>> находится в %s, строка %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "исходный элемент" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "Не удалось запустить команду преобразования изображений %r. По умолчанию для 'sphinx.ext.imgconverter' требуется ImageMagick. Убедитесь, что он установлен, или укажите в опции 'image_converter' собственную команду преобразования.\n\nВывод: %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "преобразование выполнено с ошибкой:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "команда преобразования %r не может быть запущена, проверьте настройку image_converter" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "В директиве graphviz нельзя одновременно использовать аргументы content и filename" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Внешний файл Graphviz %r не найден или недоступен для чтения" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Пропускается директива \"graphviz\" без содержимого." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "Путь к исполняемому файлу graphviz_dot должен быть задан! %r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "команда dot %r не может быть выполнена (требуется для graphviz output), проверьте настройки graphviz_dot" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "код dot %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[иллюстрация: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[иллюстрация]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Команда LaTeX %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_latex" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "Команда %s %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_%s" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "отображение latex %r: %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "встроенный LaTeX %r: %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Ссылка на эту формулу" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "не указан '+' или '-' в опции '%s'." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' — некорректная опция." - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' некорректная опция pyversion" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "неправильный тип TestCode" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Тестирование doctests в исходном каталоге завершено, посмотрите результаты в %(outdir)s/output.txt." - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "пропускается некорректный код doctest: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "секция \"%s\" отмечена как \"%s\"" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "повтоярющаяся метка %s, другой экземпляр в %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[исходный код]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "подсветка кода модуля... " - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[документация]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Код модуля" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

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

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Обзор: исходный код модуля" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "повторное цитирование %s, другой экземпляр в %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Ссылка на цитату [%s] отсутствует." - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "повторяющаяся метка уравнения %s, также используется в %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Неправильный math_eqref_format: %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (встроенная функция)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (метод %s)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (класс)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (глобальная переменная или константа)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (атрибут %s)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Аргументы" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Бросает исключение" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Результат" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Тип результата" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (модуль)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "функция" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "метод" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "класс" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "данные" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "атрибут" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Ссылка на эту таблицу" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "модуль" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Ссылка на этот код" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "повтор описания %s для %s, другое %s в %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Ссылка на это изображение" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (директива)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Ссылка на это оглавление" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (опция директивы)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Не удалось получить размеры изображения. Опция :scale: пропускается." -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (роль)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Внимание" -#: domains/rst.py:234 -msgid "directive" -msgstr "директива" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Осторожно" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Опасно" -#: domains/rst.py:236 -msgid "role" -msgstr "роль" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Ошибка" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "повторное описание %s %s, другой экземпляр в %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Подсказка" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "Добавлено в версии %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Важно" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Изменено в версии %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Примечание" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Устарело, начиная с версии %s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "См. также" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "Удалено в версии %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Совет" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Предупреждение" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "номер задания должен быть положительным числом" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "Для получения дополнительной информации посетите ." @@ -1774,7 +1442,7 @@ msgstr "Невозможно совмещать ключ -a и названия #: cmd/build.py:357 #, python-format msgid "cannot open warning file '%s': %s" -msgstr "" +msgstr "Не получается открыть файл с предупреждениями '%s': %s" #: cmd/build.py:376 msgid "-D option argument must be in the form name=value" @@ -1869,54 +1537,54 @@ msgstr "Введите корневой путь для документации msgid "Root path for the documentation" msgstr "Корневой каталог документации" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Ошибка: по указанному корневому пути уже существует conf.py." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart не будет перезаписывать существующие проекты Sphinx." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Пожалуйста, укажите новый корневой путь (или нажмите Enter для выхода)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Разделить каталоги исходных файлов и результатов сборки (y/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "Внутри корневого каталога могут быт ьсозданы 2 каталога; \"_templates\"\nдля собственных шаблонов HTML и \"_static\" для таблиц стилей и других статичных\nфайлов. Вы можете ввести другой префикс (например, \".\") для замены знака подчёркивания." -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Префикс имен каталогов с шаблонами и статикой" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "Название проекта будет встречаться в нескольких местах рабочей документации." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Название проекта" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Имя(ена) автора(ов)" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1925,15 +1593,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx использует понятия \"версия\" и \"релиз\" для \nпрограммного обеспечения. Каждая версия может иметь несколько релизов. Например, для\nPyhon версии выглядят как 2.5 или 3.0, при этом релизы\nвыглядят как 2.5.1 или 3.0a1. Если вам не нужна двойная структура,\nпросто используйте одно и то же значение для обоих параметров." -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Версия проекта" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Релиз проекта" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1943,21 +1611,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "Если для написания документации используется язык, отличный от английского,\nвы можете указать его здесь, выбрав нужный код языка. Затем Sphinx переведёт генерируемый текст на этот язык.\n\nДля получения списка поддерживаемых кодов см.\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Язык проекта" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "Расширение исходных файлов. Как правило, это \".txt\"\nили \".rst\". Только файлы с указанным расширением считаются документами." -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Суффикс исходный файлов" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1965,91 +1633,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "Название основного документа (без суффикса)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "Ошибка: основной файл %s уже существует в корневом каталоге по указанному пути." -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart не перезапишет существующий файл." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "Введите имя нового файла, или переименуйте существующий файл и нажмите Enter" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Укажите, какие из расширений Sphinx должны быть включены:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Примечание: imgmath и mathjax не могут быть включены одновременно. imgmath выключен." -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "Makefile и командный файл Windows могут быть сгенерированы,\nчтобы вы могли выполнять `make html' вместо прямого вызова\nsphinx-build." -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Создать Makefile? (y/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "Создать файл команд Windows? (y/n)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "Создание файла %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "Файл %s уже существует, пропускаем." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Завершено: Исходная структура каталогов создана." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "Теперь вам нужно заполнить свой основной файл %s и создать другие\nисходные файлы документации. " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Используйте Makefile для сборки документации, например:\n make builder" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "Используйте команду sphinx-build для сборки документации, например:\n sphinx-build -b builder %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "где \"builder\" - один из поддерживаемых сборщиков, например, html, latex или linkcheck." -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2059,131 +1727,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nГенерирует необходимые файлы для проекта Sphinx.\n\nsphinx-quickstart это интерактивный инструмент, который задаст вам несколько вопросов о вашем\nпроекте и затем полностью сгенерирует каталог документации и пример\nMakefile для использования со sphinx-build.\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "тихий режим" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "корень проекта" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "Опции структуры" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "если указано, разделить исходный и целевой каталоги" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "если указано, разместить целевой каталог в исходном" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "замена точки в _templates и т. п." -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Основные настройки проекта" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "название проекта" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "имена авторов" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "версия проекта" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "релиз проекта" -#: cmd/quickstart.py:652 +#: cmd/quickstart.py:656 msgid "document language" msgstr "язык документа" -#: cmd/quickstart.py:655 +#: cmd/quickstart.py:659 msgid "source file suffix" msgstr "суффикс исходных файлов" -#: cmd/quickstart.py:658 +#: cmd/quickstart.py:662 msgid "master document name" msgstr "название основного документа" -#: cmd/quickstart.py:661 +#: cmd/quickstart.py:665 msgid "use epub" msgstr "использовать epub" -#: cmd/quickstart.py:664 +#: cmd/quickstart.py:668 msgid "Extension options" msgstr "Опции расширения" -#: cmd/quickstart.py:671 +#: cmd/quickstart.py:675 #, python-format msgid "enable %s extension" msgstr "включить расширение %s" -#: cmd/quickstart.py:678 +#: cmd/quickstart.py:682 msgid "enable arbitrary extensions" msgstr "включить произвольные расширения" -#: cmd/quickstart.py:681 +#: cmd/quickstart.py:685 msgid "Makefile and Batchfile creation" msgstr "Создание Makefile и Batchfile" -#: cmd/quickstart.py:687 +#: cmd/quickstart.py:691 msgid "create makefile" msgstr "создать Makefile" -#: cmd/quickstart.py:693 +#: cmd/quickstart.py:697 msgid "do not create makefile" msgstr "не создавать Makefile" -#: cmd/quickstart.py:700 +#: cmd/quickstart.py:704 msgid "create batchfile" msgstr "создать batchfile" -#: cmd/quickstart.py:706 +#: cmd/quickstart.py:710 msgid "do not create batchfile" msgstr "не создавать batchfile" -#: cmd/quickstart.py:715 +#: cmd/quickstart.py:719 msgid "use make-mode for Makefile/make.bat" msgstr "использовать make-mode для Makefile/make.bat" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 msgid "Project templating" msgstr "Шаблонизация проекта" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 msgid "template directory for template files" msgstr "каталог шаблонов для файлов шаблонов" -#: cmd/quickstart.py:731 +#: cmd/quickstart.py:735 msgid "define a template variable" msgstr "определить переменную шаблона" -#: cmd/quickstart.py:767 +#: cmd/quickstart.py:771 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "указано \"quiet\", но \"project\" или \"author\" не заданы." -#: cmd/quickstart.py:786 +#: cmd/quickstart.py:790 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "Ошибка: указанный путь не является каталогом или файлы Sphinx в нём уже существуют." -#: cmd/quickstart.py:793 +#: cmd/quickstart.py:797 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "sphinx-quickstart генерирует только в пустой каталог. Пожалуйста, укажите новый корневой путь." -#: cmd/quickstart.py:810 +#: cmd/quickstart.py:814 #, python-format msgid "Invalid template variable: %s" msgstr "Неправильная переменная шаблона: %s" @@ -2232,12 +1900,6 @@ msgstr "содержимое .. acks не является списком" msgid ".. hlist content is not a list" msgstr "содержимое .. hlist не является списком" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "Опция \":file:\" директивы csv-table теперь рассчитывает абсолютный путь относительно исходного каталога. Пожалуйста, обновите свой документ." - #: directives/code.py:66 msgid "non-whitespace stripped by dedent" msgstr "" @@ -2247,784 +1909,1037 @@ msgstr "" msgid "Invalid caption: %s" msgstr "Неправильный заголовок: %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "указанный номер строки находится за границами диапазона(1-%d): %r" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Нельзя одновременно использовать опции \"%s\" и \"%s\"" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Нельзя одновременно использовать опции \"%s\" и \"%s\"" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "Включаемый файл \"%s\" не найден или его чтение завершилось неудачей" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "Кодировка %r, используемая для чтения включенного файла '%s', кажется неправильной, попробуйте указать параметр :encoding:" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Объект с названием %r не найден в подключенном файле %r" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Указаны строки %r: ни одна строка не вставлена из файла %r" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "Опция \":file:\" директивы csv-table теперь рассчитывает абсолютный путь относительно исходного каталога. Пожалуйста, обновите свой документ." + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "роль по умолчанию %s не найдена" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "ошибка чтения: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "ошибка записи: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s не существует" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Неправильный формат даты. Оберните строку в одинарные кавычки, если хоитет вывести её \"как есть\": %s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "неизвестное имя директивы: %s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "неизвестное имя роли: %s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "неизвестный тип узла: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "инвентарь <%s> содержит повторяющиеся определения %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "инвентарь <%s> содержит множество определений для %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "пропущено" + +#: util/display.py:83 +msgid "failed" +msgstr "сбой" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Запись результатов обработки шаблона в %s" + +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Проблема в домене %s: предполагается, что в поле должна использоваться роль '%s', но этой роли нет в домене." + +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r больше не поддерживается для записей индекса (из записи %r). Вместо этого используйте 'pair: %s'." + +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "оглавление содержит ссылку на несуществующий файл %r" + +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "исключение при вычислении значения директивы only: %s" + +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (встроенная функция)" + +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (метод %s)" + +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (класс)" + +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (глобальная переменная или константа)" + +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (атрибут %s)" + +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Аргументы" + +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Бросает исключение" + +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Результат" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Тип результата" + +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (модуль)" + +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "функция" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "метод" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "класс" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "данные" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "атрибут" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "модуль" -#: directives/code.py:231 +#: domains/javascript.py:458 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "повтор описания %s для %s, другое %s в %s" -#: directives/code.py:235 +#: domains/__init__.py:322 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: directives/code.py:276 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Объект с названием %r не найден в подключенном файле %r" - -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgid "%s (directive)" +msgstr "%s (директива)" -#: directives/code.py:314 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Указаны строки %r: ни одна строка не вставлена из файла %r" +msgid ":%s: (directive option)" +msgstr ":%s: (опция директивы)" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: domains/rst.py:224 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Алфавитный указатель" +msgid "%s (role)" +msgstr "%s (роль)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "директива" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Сноски" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "опция директивы" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "заголовок не внутри иллюстрации." +#: domains/rst.py:236 +msgid "role" +msgstr "роль" -#: writers/texinfo.py:1303 +#: domains/rst.py:262 #, python-format -msgid "unimplemented node type: %r" -msgstr "нереализованный тип узла: %r" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "повторное описание %s %s, другой экземпляр в %s" -#: writers/manpage.py:288 writers/text.py:971 +#: domains/math.py:73 #, python-format -msgid "[image: %s]" -msgstr "[рисунок: %s]" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "повторяющаяся метка уравнения %s, также используется в %s" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[рисунок]" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "повторное цитирование %s, другой экземпляр в %s" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Ссылка на это определение" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Ссылка на цитату [%s] отсутствует." -#: writers/html5.py:431 +#: domains/changeset.py:32 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format не определён для %s" +msgid "Added in version %s" +msgstr "Добавлено в версии %s" -#: writers/html5.py:441 +#: domains/changeset.py:33 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Любые ID не разрешены для узла %s" +msgid "Changed in version %s" +msgstr "Изменено в версии %s" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Ссылка на этот термин" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Устарело, начиная с версии %s" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Ссылка на этот заголовок" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "Удалено в версии %s" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Ссылка на эту таблицу" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Обзорный файл находится в %(outdir)s." -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/changes.py:65 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "неподдерживаемый уровень заголовка рубрики: %s" +msgid "no changes in version %s." +msgstr "нет изменений в версии %s." -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Ссылка на этот код" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "запись итогового файла..." -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Ссылка на это изображение" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Встроенные функции" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Ссылка на это оглавление" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Модуль" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Не удалось получить размеры изображения. Опция :scale: пропускается." +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "копирование исходных файлов..." -#: writers/latex.py:386 +#: builders/changes.py:146 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "неизвестный %r toplevel_sectioning для класса %r" +msgid "could not read %r for changelog creation" +msgstr "не удалось прочитать %r для создания журнала изменений" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:230 #, python-format -msgid "no Babel option known for language %r" -msgstr "неизвестная опция Babel для языка %r" - -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "слишком большое значение :maxdepth:, пропускается." +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "подходящий образ для сборщика %s не найден: %s (%s)" -#: writers/latex.py:616 +#: builders/__init__.py:238 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "шаблон %s не найден; вместо этого загружается унаследованный %s" +msgid "a suitable image for %s builder not found: %s" +msgstr "подходящий образ для сборщика %s не найден: %s" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "заголовок документа не является одиночным Text node" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "сборка [mo]:" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "заданы tabularcolumns и опция :widths:. :widths: пропускается." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "запись вывода..." -#: writers/latex.py:1228 +#: builders/__init__.py:281 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" +msgid "all of %d po files" +msgstr "все из %d po-файлов" -#: writers/latex.py:1615 +#: builders/__init__.py:303 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "неправильная единица измерения %s. Пропускается." +msgid "targets for %d po files that are specified" +msgstr "цели для %d файлов PO указаны" -#: writers/latex.py:1950 +#: builders/__init__.py:315 #, python-format -msgid "unknown index entry type %s found" -msgstr "найдена запись неизвестного типа индекса %s" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Использование:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [ОПЦИИ] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "Генератор документации Sphinx." - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Команды:" +msgid "targets for %d po files that are out of date" +msgstr "цели для %d файлов PO устарели" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Опции" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "все исходные файлы" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Для получения дополнительной информации посетите https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "файл %r, указанный в аргументах командной строки, не существует," -#: _cli/__init__.py:171 -#, python-brace-format +#: builders/__init__.py:343 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: ошибка: {1}\nВыполните '{0} --help' для получения информации" +"file %r given on command line is not under the source directory, ignoring" +msgstr "файл %r, переданный в командной строке, не найден в исходном каталоге, пропускается" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "Управление документацией со Sphinx." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "файл %r, переданный в командной строке, не является корректным документом, пропускается" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Показать версию и выйти." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d исходных файлов передано в командной строке" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Показать это сообщение и выйти." +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "цели для %d не обновлённых исходных файлов" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Журналирование" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "сборка [%s]: " -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Увеличить подробность (можно указать несколько раз)" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "ищем файлы, устаревшие на данный момент... " -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Выводить только ошибки и предупреждения." +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d найден" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/__init__.py:418 +msgid "none found" +msgstr "ничего не найдено" + +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "проверка целостности" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "См. 'sphinx --help'.\n" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "нет устаревших целей." -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "противоречивые ссылки на сноску в переведённом сообщении. Оригинал: {0}, перевод: {1}" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "обновление окружения:" + +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s добавлено, %s изменено, %s удалено" -#: transforms/i18n.py:275 -#, python-brace-format +#: builders/__init__.py:537 +#, python-format msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "противоречивые ссылки в переведённом сообщении. Оригинал: {0}, перевод: {1}" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx не может загрузить основной документ (%s) потому что он соответствует встроенному шаблону исключений %r. Пожалуйста, переместите свой основной документ в другое расположение." -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/__init__.py:546 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "противоречивые ссылки на цитату в переведённом сообщении. Оригинал: {0}, перевод: {1}" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx не может загрузить основной документ (%s), потому что он соответствует шаблону исключений, указанному в conf.py, %r. Пожалуйста, удалите этот шаблон из conf.py." -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/__init__.py:557 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "противоречивая ссылка на термин в переведённом сообщении. Оригинал: {0}, перевод: {1}" - -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "не удалось рассчитать прогресс перевода!" - -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "нет переведённых элементов!" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx не может загрузить основной документ (%s), потому что он не включен ни в один из настроенных include_patterns = %r. Убедитесь, что шаблон в include_patterns соответствует основному документу." -#: transforms/__init__.py:258 +#: builders/__init__.py:564 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "Найден четырёхстолбцовый индекс. Это может быть ошибкой используемого вами расширения: %r" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx не удалось загрузить основной документ (%s). Основной документ должен размещаться внутри исходного каталога или в одном из его подкаталогов." + +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "чтение исходных файлов..." -#: transforms/__init__.py:299 +#: builders/__init__.py:726 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Сссылка на сноску [%s] не определена." +msgid "docnames to write: %s" +msgstr "названия документов для записи: %s" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "Ссылка на сноску [*] не определена." +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "нет названий документов для записи!" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Ссылка на сноску [#] отсутствует." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "подготовка документов" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "инвентарь <%s> содержит повторяющиеся определения %s" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "копирование материалов" -#: util/inventory.py:166 +#: builders/xml.py:29 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "инвентарь <%s> содержит множество определений для %s" +msgid "The XML files are in %(outdir)s." +msgstr "Файлы XML находятся в %(outdir)s." -#: util/i18n.py:100 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "reading error: %s, %s" -msgstr "ошибка чтения: %s, %s" +msgid "error writing file %s: %s" +msgstr "ошибка записи файла %s: %s" -#: util/i18n.py:113 +#: builders/xml.py:103 #, python-format -msgid "writing error: %s, %s" -msgstr "ошибка записи: %s, %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Файлы pseudo-XML находятся в %(outdir)s." -#: util/i18n.py:146 +#: builders/singlehtml.py:35 #, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s не существует" +msgid "The HTML page is in %(outdir)s." +msgstr "Страница HTML находится в %(outdir)s." -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "сборка единого документа" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Неправильный формат даты. Оберните строку в одинарные кавычки, если хоитет вывести её \"как есть\": %s" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "запись" -#: util/osutil.py:131 +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "запись дополнительных файлов" + +#: builders/epub3.py:83 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +msgid "The ePub file is in %(outdir)s." +msgstr "Файл ePub находится в %(outdir)s." -#: util/display.py:82 -msgid "skipped" -msgstr "пропущено" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "запись файла nav.xhtml..." -#: util/display.py:87 -msgid "failed" -msgstr "сбой" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "настройка \"epub_language\" (или \"language\") должна быть не пустой при использовании EPUB3" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "значение настройки \"epub_uid\" должно быть равно XML NAME для EPUB3" + +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "значение настройки \"epub_title\" (или \"html_title\") должно быть не пустым для EPUB3" + +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_author\" должно быть не пустым для EPUB3" + +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_contributor\" должно быть не пустым для EPUB3" + +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_description\" должно быть не пустым для EPUB3" + +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_publisher\" должно быть не пустым для EPUB3" + +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "значение настройки \"epub_copyright\" (или \"copyright\") должно быть не пустым для EPUB3" + +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_identifier\" должно быть не пустым для EPUB3" + +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "значение настройки \"version\" должно быть не пустым для EPUB3" -#: util/docutils.py:361 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "invalid css_file: %r, ignored" +msgstr "некорректный css_file: %r, пропускается" -#: util/docutils.py:805 +#: builders/text.py:27 #, python-format -msgid "unknown node type: %r" -msgstr "неизвестный тип узла: %r" +msgid "The text files are in %(outdir)s." +msgstr "Текстовые файлы находятся в %(outdir)s." -#: util/fileutil.py:76 +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Глупый сборщик не генерирует файлы." + +#: builders/linkcheck.py:87 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/fileutil.py:89 +#: builders/linkcheck.py:159 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "Запись результатов обработки шаблона в %s" +msgid "broken link: %s (%s)" +msgstr "сломанная ссылка: %s (%s)" -#: util/docfields.py:103 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Проблема в домене %s: предполагается, что в поле должна использоваться роль '%s', но этой роли нет в домене." +msgid "Anchor '%s' not found" +msgstr "Якорь '%s' не найден" -#: util/rst.py:73 +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:800 #, python-format -msgid "default role %s not found" -msgstr "роль по умолчанию %s не найдена" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Ошибка компиляции регулярного выражения в linkcheck_allowed_redirects: %r %s" -#: util/nodes.py:462 +#: builders/gettext.py:243 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +msgid "The message catalogs are in %(outdir)s." +msgstr "Каталоги сообщений находятся в %(outdir)s." -#: util/nodes.py:523 +#: builders/gettext.py:265 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "оглавление содержит ссылку на несуществующий файл %r" +msgid "targets for %d template files" +msgstr "цели для %d файлов шаблонов" + +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "чтение шаблонов..." -#: util/nodes.py:739 +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "запись каталогов сообщений... " + +#: builders/texinfo.py:41 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "исключение при вычислении значения директивы only: %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Файлы Texinfo находятся в %(outdir)s." -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "продолжение с предыдущей страницы" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "продолжается на следующей странице" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "не найдено значение настройки \"texinfo_documents\"; документы не были записаны" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Не-алфавитный" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "значение настройки \"texinfo_documents\" указывает на несуществующий документ %s" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Символы" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "обработка %s" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Числа" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "разрешение ссылок..." -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "страница" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (в " -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Выпуск" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "копирование изображений..." -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Не удалось получить изображение из внешнего источника: %s [%s]" +msgid "cannot copy image file %r: %s" +msgstr "Не получается скопировать файл изображения %r: %s" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Не удалось получить изображение из внешнего источника: %s [%d]" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "копирование файлов поддержки Texinfo" -#: transforms/post_transforms/images.py:143 +#: builders/texinfo.py:218 #, python-format -msgid "Unknown image format: %s..." -msgstr "Неизвестный формат изображения: %s..." - -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +msgid "error writing file Makefile: %s" +msgstr "ошибка записи Makefile: %s" -#: transforms/post_transforms/__init__.py:233 +#: builders/_epub_base.py:223 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "для перекрёстной ссылки 'any' найдено больше одной цели %r: должно быть %s" +msgid "duplicated ToC entry found: %s" +msgstr "найден повторяющийся элемент оглавления: %s" -#: transforms/post_transforms/__init__.py:291 +#: builders/_epub_base.py:436 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s цель перекрёстной ссылки не найдена: %s" +msgid "cannot read image file %r: copying it instead" +msgstr "Не получается считать файл изображение %r: скопируйте его" -#: transforms/post_transforms/__init__.py:297 +#: builders/_epub_base.py:467 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r цель перекрёстной ссылки не найдена: %s" +msgid "cannot write image file %r: %s" +msgstr "Не получается записать файл изображения %r: %s" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Прервано!" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow не найден - копирование файлов изображений" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "запись файла mimetype..." -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "запись файла META-INF/container.xml..." -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "запись файла content.opf..." -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "неизвестный mimetype для %s, пропускается" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "неправильный уровень узла" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "Полный журнал будет сохранен в:" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "запись файла toc.ncx..." -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "Чтобы сообщить об этой ошибке разработчикам, пожалуйста, откройте запрос в . Спасибо!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "записывается %s файл..." -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Страницы руководств находятся в %(outdir)s." -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Свернуть боковую панель" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "не найдено значение настройки \"man_pages\"; страницы руководств не были записаны" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Навигация" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "Значение параметра \"man_pages\" ссылается на неизвестный документ %s" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:115 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Поиск в документе «%(docstitle)s»" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Файлы LaTeX находятся в %(outdir)s." -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Об этих документах" +#: builders/latex/__init__.py:118 +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\n(используйте `make latexpdf' здесь, чтобы сделать это автоматически)." -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Поиск" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "не найдено значение настройки \"latex_documents\"; документы не будут записаны" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Авторские права" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "значение настройки \"latex_documents\" ссылается на неизвестный документ %s" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Выпуск" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "копирование файлов поддержки TeX" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "копирование дополнительных файлов" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +msgid "logo file %r does not exist" +msgstr "файл логотипа %r не существует" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Обновлено: %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Неизвестный ключ конфигурации: latex_elements[%r], пропускается." -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Создано с использованием Sphinx %(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Неизвестная опция темы: latex_theme_options[%r], пропускается." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Предыдущий раздел" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Ошибка получения названия документа!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "предыдущая глава" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "Сбой получения названия документа для источника %r!" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Следующий раздел" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "Не найдена сноска для указанного узла %r" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "следующая глава" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r не имеет настройки \"theme\"" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "Индекс – %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r не имеет настройки \"%s\"" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Полный алфавитный указатель на одной странице" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Страницы HTML находятся в %(outdir)s." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Эта страница" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Ошибка чтения при сборке файла info: %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Исходный текст" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "несоответствие build_info, копирование .buildinfo в .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Быстрый поиск" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "сборка [html]: " -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Искать" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "шаблон %s был изменён с момента предыдущей сборки, все документы будут пересобраны" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Обзор" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Алфавитный указатель" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Добро пожаловать! Это" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "указатель" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "документация" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Логотип %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "последнее изменение" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "вперёд" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Таблицы и указатели:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "назад" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Полное оглавление" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "генерация индексов" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "список всех разделов и подразделов" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "запись дополнительных страниц" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Поиск" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "не удалось скопировать файл изображения '%s': %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "поиск в документации" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "копирование загружаемых файлов..." -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Алфавитный указатель модулей" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "не удалось скопировать загружаемый файл %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "сводный список всех модулей" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Ошибка копирования файла в каталог 'static' темы: %s: %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Алфавитный указатель" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "все функции, классы, переменные и константы" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Ошибка копирования файла в html_static_file: %s: %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Оглавление" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "копирование файлов статики" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Поиск в документе «%(docstitle)s»" +msgid "cannot copy static file %r" +msgstr "не удалось копировать файл статики %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Указатели по буквам алфавита" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "копирование дополнительных файлов" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "может быть очень большим" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "не удалось скопировать дополнительный файл %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Для работы поиска включите JavaScript в браузере." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Ошибка записи при сборке файла info: %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Поиск по нескольким словам отображает только результаты,\n содержащие все слова." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "искать" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Содержание" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "страница %s соответствует двум шаблонам в html_sidebars: %r и %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Результаты поиска" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "По вашему поиску не найдено ни одного документа. Проверьте, что все слова написаны без ошибок, и что вы выбрали достаточно категорий." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ошибка при рендере страницы %s.\nПричина: %r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Идёт поиск" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "выгрузка объекта инвентаря" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Подготовка поиска…" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", в" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "некорректный js_file: %r, пропускается" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Снять выделение" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Зарегистрировано несколько math_renderers. Однако, ни один math_renderer не выбран." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Изменения в версии %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "Передан неизвестный math_renderer %r ." -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "элемент html_extra_path %r размещён внутри целевого каталога" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Автоматически созданный список изменений в версии %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Изменения в библиотеке" +msgid "html_extra_path entry %r does not exist" +msgstr "элемент html_extra_path %r не существует" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Изменения в API C" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "элемент html_static_path %r размещён внутри целевого каталога" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Другие изменения" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "элемент html_static_path %r не существует" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Развернуть боковую панель" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "Файл favicon %r не существует" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Значения в 'html_sidebars' должны быть списком строк. По крайней мере один шаблон имеет строковое значение: %s. Замените на `html_sidebars = %r`." -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 больше не поддерживается Sphinx. (строка \"html4_writer=True\" обнаружена в настройках)" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Параметры" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Документация %s %s" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Переменные" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "ошибка чтения файла сборки info (неизвестная версия)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Исключение" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "сбой при чтении файла info для сломанной сборки (пропущено значение настройки)" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "ошибка чтения сломанной сборки файла info (отсутствует запись tags)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3120,81 +3035,26 @@ msgstr "найдено больше одной цели для перекрёс msgid " (deprecated)" msgstr "(использование не рекомендуется)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Повторная декларация C++, также определено как %s:%s.\nДекларация в '.. cpp:%s:: %s'." - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Параметры шаблона" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Возвращаемые значения" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "объединение" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "поле" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "тип" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "концепт" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "перечисляемый тип" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "перечислитель" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "параметр функции" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "параметр шаблона" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Повторная декларация C, также определено как %s:%s.\nДекларация в '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "переменная" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Параметры" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "макрос" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Переменные" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "структура" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Исключение" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3230,483 +3090,585 @@ msgstr "%s опция командной строки" msgid "command line option" msgstr "опция командной строки" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "перед термином глоссария должна быть пустая строка" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "термины в глоссарии должны отделяться друг от друга пустой строкой" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "глоссарий, по-видимому, неправильно отформатирован, проверьте отступы" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "термин глоссария" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "токен грамматики" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "текст ссылки" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "переменная окружения" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "опция программы" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "документ" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Состав модуля" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Поиск" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "duplicate %s description of %s, other instance in %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig выключен. :numref: пропускается." -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "Ошибка создания перекрёстной ссылки. Какой-либо номер не присвоен: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "ссылка без заголовка: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "неправильный numfig_format: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "неправильный numfig_format: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "неопределённая метка: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "Ошибка создания перекрёстной ссылки. Заголовок или подзаголовок не найдены: %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "задано неправильное значение (пропущена закрывающая скобка): %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "задано неправильное значение (пропущена открывающая скобка): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Повторная декларация C, также определено как %s:%s.\nДекларация в '.. c:%s:: %s'." -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Возвращаемые значения" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "поле" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "переменная" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "макрос" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "структура" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "объединение" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "перечисляемый тип" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "перечислитель" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "тип" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "параметр функции" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Параметры шаблона" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "неправильный строковый литерал (пропущена закрывающая кавычка): %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/napoleon/docstring.py:199 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "неправильный стороковый литерал (пропущена открывающая кавычка): %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Повторная декларация C++, также определено как %s:%s.\nДекларация в '.. cpp:%s:: %s'." -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Пример" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "концепт" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Примеры" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "параметр шаблона" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Именованные аргументы" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Содержание" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Заметки" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Оглавление" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Другие параметры" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Поиск в документе «%(docstitle)s»" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Получает" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Предыдущий раздел" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Ссылки" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "предыдущая глава" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Следующий раздел" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "следующая глава" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Поиск" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Для работы поиска включите JavaScript в браузере." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Поиск по нескольким словам отображает только результаты,\n содержащие все слова." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "искать" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Предупрждения" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Эта страница" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Исходный текст" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "Index – %(key)s" +msgstr "Индекс – %(key)s" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" -msgstr "псевдоним для %s" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Полный алфавитный указатель на одной странице" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "Базовые классы: %s" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Навигация" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/layout.html:115 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "некорректное значение для опции member-order: %s" +msgid "Search within %(docstitle)s" +msgstr "Поиск в документе «%(docstitle)s»" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Об этих документах" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Авторские права" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "некорректное значение для опции for class-doc-from: %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "неправильная сигнатура для auto%s (%r)" +msgid "Last updated on %(last_updated)s." +msgstr "Обновлено: %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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 "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Создано с использованием Sphinx %(sphinx_version)s." -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Быстрый поиск" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Искать" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" в названии автомодуля не имеет смысла" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Обзор" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "Ошибка удаления %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Добро пожаловать! Это" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Нужно создать файл %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "документация" -#: ext/apidoc/_cli.py:28 -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 "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "последнее изменение" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "путь к модулю в документе" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Таблицы и указатели:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "стиль fnmatch для шаблонов файлов и/или каталогов для исключения из генерации" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Полное оглавление" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "каталог для размещения всего вывода" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "список всех разделов и подразделов" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "максимальная глубина субмодулей для отображения в оглавлении (по умолчанию: 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "поиск в документации" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "перезаписать существующие файлы" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Алфавитный указатель модулей" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "следовать по символическим ссылкам. Эффективно сочетается с collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "сводный список всех модулей" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "запуск сценария без создания файлов" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "все функции, классы, переменные и константы" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "разместить документацию каждого модуля на его собственной странице" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Указатели по буквам алфавита" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "включая модули \"_private\"" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "может быть очень большим" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "имя файла с оглавлением (по умолчанию: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Свернуть боковую панель" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "не создавать файл с оглавлением" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Развернуть боковую панель" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "не создавать заголовки для модулей/пакета пакетов (например, если docstrings уже содержат их)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Снять выделение" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "разместить документацию модуля перед документацией подмодуля" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Результаты поиска" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "По вашему поиску не найдено ни одного документа. Проверьте, что все слова написаны без ошибок, и что вы выбрали достаточно категорий." -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "Поиск завершён, найдено ${resultCount} страница, удовлетворяющих запросу." +msgstr[1] "Поиск завершён, найдено ${resultCount} страницы, удовлетворяющих запросу." +msgstr[2] "Поиск завершён, найдено ${resultCount} страниц, удовлетворяющих запросу." +msgstr[3] "Поиск завершён, найдено ${resultCount} страниц, удовлетворяющих запросу." + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Идёт поиск" + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Подготовка поиска…" + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", в" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Изменения в версии %(version)s — %(docstitle)s" + +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Автоматически созданный список изменений в версии %(version)s" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "расширение файла (по умолчанию: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Изменения в библиотеке" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Удалить из целевого каталога файлы, которые не были сгенерированы" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Изменения в API C" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "генерация полного проекта с помощью sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Другие изменения" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "добавить module_path в sys.path, используется совместно с --full" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "продолжение с предыдущей страницы" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "название проекта (по умолчанию: название корневого модуля)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "продолжается на следующей странице" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "автор(ы) проекта, используется совместно с --full" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Не-алфавитный" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "версия проекта, используется совместно с --full" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Символы" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "релиз проекта, используется совместно с --full, по умолчанию --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Числа" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "опции расширения" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "страница" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "нечитаемое изображение: %s" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "файл изображения %s не читается: %s" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." -msgstr "%s не каталог." +msgid "download file not readable: %s" +msgstr "загружаемый файл не читается: %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "see %s" +msgstr "см. %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see also %s" +msgstr "также см. %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "unknown index entry type %r" +msgstr "неизвестная запись типа индекса %r" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "обнаружены циклические ссылки в оглавлении, пропускается: %s <- %s" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "оглавление содержит ссылку на документ %r, у которого нет заголовка: ссылка не будет сгенерирована" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree содержит ссылку на не включенный документ %r" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "для перекрёстной ссылки 'any' найдено больше одной цели %r: должно быть %s" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s цель перекрёстной ссылки не найдена: %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "%r reference target not found: %s" +msgstr "%r цель перекрёстной ссылки не найдена: %s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Не удалось получить изображение из внешнего источника: %s [%s]" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Не удалось получить изображение из внешнего источника: %s [%d]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "Неизвестный формат изображения: %s..." -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] генерация autosummary для: %s" +msgid "invalid value for member-order option: %s" +msgstr "некорректное значение для опции member-order: %s" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] запись в %s" +msgid "invalid value for class-doc-from option: %s" +msgstr "некорректное значение для опции for class-doc-from: %s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] ошибка импорта %s.\nВозможные подсказки:\n%s" +msgid "invalid signature for auto%s (%r)" +msgstr "неправильная сигнатура для auto%s (%r)" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "исходные файлы для генерации файлов rST для" - -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "каталог для размещения всех файлов вывода" - -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:89 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "расширение файлов по умолчанию (по умолчанию: %(default)s)" +msgid "signature arguments given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_names.py:93 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "собственный каталог шаблонов (по умолчанию: %(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" в названии автомодуля не имеет смысла" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +msgid "alias of %s" +msgstr "псевдоним для %s" + +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 +#, python-format +msgid "Bases: %s" +msgstr "Базовые классы: %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3754,563 +3716,607 @@ msgid "" " contain .rst. Skipped." msgstr "autosummary генерирует внутри файлы .rst . Но ваш source_suffix не содержит .rst. Пропускается." -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "Неправильный идентификатор проекта intersphinx `%r` d intersphinx_mapping. Идентификаторы проектов должны быть непустыми строками." - -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "Неправильное значение `%r` в intersphinx_mapping[%r]. Ожидается кортеж или список из двух элементов." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "Неправильное значение `%r` в intersphinx_mapping[%r]. Значения должны быть парами (целевой URI, расположение инвентаря)." +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] генерация autosummary для: %s" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "Некорректное значение целевого URL `%r` в intersphinx_mapping[%r][0]. Целевые URI должны быть уникальными не пустыми строками." +msgid "[autosummary] writing to %s" +msgstr "[autosummary] запись в %s" -#: ext/intersphinx/_load.py:103 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "Неправильный целевой URI `%r` в intersphinx_mapping[%r][0]. Целевые URI должны быть уникальными (другой экземпляр в intersphinx_mapping[%r])." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] ошибка импорта %s.\nВозможные подсказки:\n%s" -#: ext/intersphinx/_load.py:122 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"\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 "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Некорректная настройка `intersphinx_mapping` (1 ошибка)." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "исходные файлы для генерации файлов rST для" -#: ext/intersphinx/_load.py:135 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Некорректная конфигурация `intersphinx_mapping` (%s ошибок)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "каталог для размещения всех файлов вывода" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "После нормализации была добьавлена некорректная запись intersphinx_mapping." +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "расширение файлов по умолчанию (по умолчанию: %(default)s)" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:923 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "загрузка инвентаря intersphinx '%s' из %s ..." +msgid "custom template directory (default: %(default)s)" +msgstr "собственный каталог шаблонов (по умолчанию: %(default)s)" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Удалить из целевого каталога файлы, которые не были сгенерированы" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "инвентарь intersphinx перемещён: %s -> %s" +msgid "Failed to remove %s: %s" +msgstr "Ошибка удаления %s: %s" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Запуск apidoc" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "(in %s %s)" -msgstr "" +msgid "apidoc_modules item %i must be a dict" +msgstr "apidoc_modules элемент %i должен быть словарём" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s)" -msgstr "(в %s)" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "apidoc_modules элемент %i должен иметь ключ 'path'" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "инвентарь '%s': найден повтор для %s:%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "apidoc_modules элемент %i 'path' должен быть строкой" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "инвентарь '%s': найдено несколько совпадений для %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "apidoc_modules элемент %i 'path' не существует в директирии: %s" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "инвентарь для внешних перекрёстных ссылок не найден: %r" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "apidoc_modules элемент %i должен иметь ключ 'destination'" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "неправильный суффикс перекрёстной ссылки: %r" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "apidoc_modules элемент %i 'destination' должен быть строкой" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "домен для внешней перекрёстной ссылки не найден: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "ошибка при форматировании сигнатуры для %s: %s" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "apidoc_modules элемент %i '%s' должен быть целым числом" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Ошибка получения сигнатуры функции для %s: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "apidoc_modules элемент %i имеет неизвестные ключи: %s" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Ошибка обновления сигнатуры для %r: параметр не найден: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "apidoc_modules элемент %i '%s' должен быть последовательностью" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Ошибка разбора type_comment для %r: %s" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "apidoc_modules элемент %i '%s' должен содержать строки" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Некорректные __slots__ найдены в %s. Пропускается." +msgid "Would create file %s." +msgstr "Нужно создать файл %s." -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "ошибка форматирования аргументов для %s: %s" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Ошибка получения сигнатуры конструктора для %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "путь к модулю в документе" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Ошибка получения сигнатуры метода для %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "стиль fnmatch для шаблонов файлов и/или каталогов для исключения из генерации" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "каталог для размещения всего вывода" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Ошибка разбора значения по умолчанию для аргумента %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "максимальная глубина субмодулей для отображения в оглавлении (по умолчанию: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "перезаписать существующие файлы" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "следовать по символическим ссылкам. Эффективно сочетается с collective.recipe.omelette." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "запуск сценария без создания файлов" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "разместить документацию каждого модуля на его собственной странице" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "включая модули \"_private\"" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "имя файла с оглавлением (по умолчанию: modules)" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "не создавать файл с оглавлением" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "не создавать заголовки для модулей/пакета пакетов (например, если docstrings уже содержат их)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "разместить документацию модуля перед документацией подмодуля" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "пропущен атрибут упомянутый в опции :members:: модуль %s, атрибут %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "не указан атрибут %s в объекте %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "расширение файла (по умолчанию: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "псевдоним для TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "генерация полного проекта с помощью sphinx-quickstart" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "ошибка чтения файла сборки info (неизвестная версия)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "добавить module_path в sys.path, используется совместно с --full" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "сбой при чтении файла info для сломанной сборки (пропущено значение настройки)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "название проекта (по умолчанию: название корневого модуля)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "ошибка чтения сломанной сборки файла info (отсутствует запись tags)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "автор(ы) проекта, используется совместно с --full" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Страницы HTML находятся в %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "версия проекта, используется совместно с --full" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Ошибка чтения при сборке файла info: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "релиз проекта, используется совместно с --full, по умолчанию --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "несоответствие build_info, копирование .buildinfo в .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "опции расширения" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "сборка [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "шаблон %s был изменён с момента предыдущей сборки, все документы будут пересобраны" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "указатель" +msgid "enable %s extension, used when --full is given" +msgstr "включено расширение %s, используется совместно с --full" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "Логотип %s" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "вперёд" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "назад" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "генерация индексов" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "запись дополнительных страниц" +msgid "%s is not a directory." +msgstr "%s не каталог." -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "не удалось скопировать файл изображения '%s': %s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "копирование загружаемых файлов..." +msgid "(in %s %s)" +msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "не удалось скопировать загружаемый файл %r: %s" +msgid "(in %s)" +msgstr "(в %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "Ошибка копирования файла в каталог 'static' темы: %s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "инвентарь '%s': найден повтор для %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Ошибка копирования файла в html_static_file: %s: %r" - -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "копирование файлов статики" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "инвентарь '%s': найдено несколько совпадений для %s:%s" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "cannot copy static file %r" -msgstr "не удалось копировать файл статики %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "копирование дополнительных файлов" +msgid "inventory for external cross-reference not found: %r" +msgstr "инвентарь для внешних перекрёстных ссылок не найден: %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy extra file %r" -msgstr "не удалось скопировать дополнительный файл %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "неправильный суффикс перекрёстной ссылки: %r" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_resolve.py:407 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Ошибка записи при сборке файла info: %r" +msgid "domain for external cross-reference not found: %r" +msgstr "домен для внешней перекрёстной ссылки не найден: %r" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "страница %s соответствует двум шаблонам в html_sidebars: %r и %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Неправильный идентификатор проекта intersphinx `%r` d intersphinx_mapping. Идентификаторы проектов должны быть непустыми строками." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:72 #, 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 "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Неправильное значение `%r` в intersphinx_mapping[%r]. Ожидается кортеж или список из двух элементов." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Неправильное значение `%r` в intersphinx_mapping[%r]. Значения должны быть парами (целевой URI, расположение инвентаря)." -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ошибка при рендере страницы %s.\nПричина: %r" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "Некорректное значение целевого URL `%r` в intersphinx_mapping[%r][0]. Целевые URI должны быть уникальными не пустыми строками." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "выгрузка объекта инвентаря" +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "Неправильный целевой URI `%r` в intersphinx_mapping[%r][0]. Целевые URI должны быть уникальными (другой экземпляр в intersphinx_mapping[%r])." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "dumping search index in %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Некорректная настройка `intersphinx_mapping` (1 ошибка)." + +#: ext/intersphinx/_load.py:135 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "некорректный js_file: %r, пропускается" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Некорректная конфигурация `intersphinx_mapping` (%s ошибок)." -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Зарегистрировано несколько math_renderers. Однако, ни один math_renderer не выбран." +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "После нормализации была добьавлена некорректная запись intersphinx_mapping." -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Передан неизвестный math_renderer %r ." +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "загрузка инвентаря intersphinx '%s' из %s ..." + +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" -#: builders/html/__init__.py:1365 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "элемент html_extra_path %r размещён внутри целевого каталога" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "" -#: builders/html/__init__.py:1370 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "элемент html_extra_path %r не существует" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "инвентарь intersphinx перемещён: %s -> %s" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "элемент html_static_path %r размещён внутри целевого каталога" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Именованные аргументы" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "элемент html_static_path %r не существует" +msgid "invalid value set (missing closing brace): %s" +msgstr "задано неправильное значение (пропущена закрывающая скобка): %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "logo file %r does not exist" -msgstr "файл логотипа %r не существует" +msgid "invalid value set (missing opening brace): %s" +msgstr "задано неправильное значение (пропущена открывающая скобка): %s" -#: builders/html/__init__.py:1412 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "favicon file %r does not exist" -msgstr "Файл favicon %r не существует" +msgid "malformed string literal (missing closing quote): %s" +msgstr "неправильный строковый литерал (пропущена закрывающая кавычка): %s" -#: builders/html/__init__.py:1425 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "Значения в 'html_sidebars' должны быть списком строк. По крайней мере один шаблон имеет строковое значение: %s. Замените на `html_sidebars = %r`." +msgid "malformed string literal (missing opening quote): %s" +msgstr "неправильный стороковый литерал (пропущена открывающая кавычка): %s" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 больше не поддерживается Sphinx. (строка \"html4_writer=True\" обнаружена в настройках)" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Пример" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "документация %s %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Примеры" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r не имеет настройки \"theme\"" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Заметки" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r не имеет настройки \"%s\"" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Другие параметры" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Ошибка получения названия документа!" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Получает" -#: builders/latex/transforms.py:121 +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Ссылки" + +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Предупрждения" + +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "" + +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "Сбой получения названия документа для источника %r!" +msgid "error while formatting signature for %s: %s" +msgstr "ошибка при форматировании сигнатуры для %s: %s" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "Не найдена сноска для указанного узла %r" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "Игнорируется неправильный __all__ в модуле %s: %r" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Файлы LaTeX находятся в %(outdir)s." +msgid "Failed to get a function signature for %s: %s" +msgstr "Ошибка получения сигнатуры функции для %s: %s" -#: builders/latex/__init__.py:118 -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\n(используйте `make latexpdf' здесь, чтобы сделать это автоматически)." +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Ошибка разбора значения по умолчанию для аргумента %r: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "не найдено значение настройки \"latex_documents\"; документы не будут записаны" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Ошибка обновления сигнатуры для %r: параметр не найден: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "значение настройки \"latex_documents\" ссылается на неизвестный документ %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Ошибка разбора type_comment для %r: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "копирование файлов поддержки TeX" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "ошибка форматирования аргументов для %s: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "копирование дополнительных файлов" +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Ошибка получения сигнатуры конструктора для %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Неизвестный ключ конфигурации: latex_elements[%r], пропускается." +msgid "Failed to get a method signature for %s: %s" +msgstr "Ошибка получения сигнатуры метода для %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Неизвестная опция темы: latex_theme_options[%r], пропускается." +msgid "Failed to get a signature for %s: %s" +msgstr "Не удалось получить сигнатуру для %s: %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file not readable: %s" -msgstr "нечитаемое изображение: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "image file %s not readable: %s" -msgstr "файл изображения %s не читается: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Некорректные __slots__ найдены в %s. Пропускается." -#: environment/collectors/asset.py:165 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "download file not readable: %s" -msgstr "загружаемый файл не читается: %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "обнаружены циклические ссылки в оглавлении, пропускается: %s <- %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ должен быть списком строк, а не %r (в модуле %s) - __all__ игнорируется" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "оглавление содержит ссылку на документ %r, у которого нет заголовка: ссылка не будет сгенерирована" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "пропущен атрибут упомянутый в опции :members:: модуль %s, атрибут %s" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree содержит ссылку на не включенный документ %r" +msgid "missing attribute %s in object %s" +msgstr "не указан атрибут %s в объекте %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" +msgid "alias of TypeVar(%s)" +msgstr "псевдоним для TypeVar(%s)" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "см. %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Прервано!" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "также см. %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Ошибка разметки reStructuredText!" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "неизвестная запись типа индекса %r" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Ошибка декодирования!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Ошибка рекурсии!" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Это может произойти с очень большими или глубоко вложенными исходными файлами. Вы можете осторожно увеличить предел рекурсии Python по умолчанию до 1000 в conf.py, например, следующим образом:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Запуск отладчика:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "Полный журнал будет сохранен в:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Чтобы сообщить об этой ошибке разработчикам, пожалуйста, откройте запрос в . Спасибо!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Пожалуйста, также сообщите об этом, если это была ошибка пользователя, чтобы в следующий раз можно было предоставить более точное сообщение об ошибке." diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index 07b38c471ba..fd36ff90722 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 6aef2ccb7d9..f4ed7fa6d76 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: callkalpa , 2013\n" "Language-Team: Sinhala (http://app.transifex.com/sphinx-doc/sphinx-1/language/si/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2697 +397,2538 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" + +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/viewcode.py:359 #, python-format -msgid "Domain %r is not registered" +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: environment/__init__.py:952 +#: ext/autosectionlabel.py:52 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" - -#: locale/__init__.py:229 -msgid "Attention" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "දෝෂය" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "හැඟවීම" - -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "සටහන" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "මෙයද බලන්න" - -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "අනතුරු ඇඟවීම" - -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "කිරීමට තිබෙන" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" +msgstr "[image: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[image]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "දෝෂය" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "හැඟවීම" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "සටහන" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: locale/__init__.py:236 +msgid "See also" +msgstr "මෙයද බලන්න" + +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "කිරීමට තිබෙන" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "අනතුරු ඇඟවීම" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:74 +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 "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:109 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/build.py:157 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graph]" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/duration.py:47 +#: cmd/build.py:357 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[source]" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:127 +msgid "Please enter some text." msgstr "" -#: domains/math.py:130 writers/latex.py:2500 +#: cmd/quickstart.py:134 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "Please enter one of %s." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/javascript.py:186 +#: cmd/quickstart.py:230 #, python-format -msgid "%s() (class)" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 +#: cmd/quickstart.py:242 #, python-format -msgid "%s (%s attribute)" +msgid "Selected root path: %s" msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "ක්‍රියාව" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "දත්ත" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:302 +msgid "Project name" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:304 +msgid "Author name(s)" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "%s වෙළුමේ වෙනස් කල" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:372 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:382 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:411 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:531 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:577 +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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:357 +#: cmd/quickstart.py:675 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "enable %s extension" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:134 +#: directives/other.py:119 #, python-format -msgid "Please enter one of %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:230 +#: directives/other.py:169 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: cmd/quickstart.py:242 -#, python-format -msgid "Selected root path: %s" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "කේත ලේඛක:" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "ලේඛක:" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:298 +#: directives/code.py:237 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:350 +#: util/i18n.py:253 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/docutils.py:327 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:407 +#: util/osutil.py:131 +#, python-format msgid "" -"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." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/fileutil.py:76 #, python-format -msgid "Creating file %s." +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/fileutil.py:89 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:520 +#: util/docfields.py:100 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:527 +#: util/nodes.py:459 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:531 +#: util/nodes.py:520 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:573 -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" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "ක්‍රියාව" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "දත්ත" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/rst.py:224 #, python-format -msgid "enable %s extension" +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "%s වෙළුමේ වෙනස් කල" + +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "" + +#: builders/changes.py:146 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:230 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:169 +#: builders/__init__.py:238 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "කේත ලේඛක:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "ලේඛක:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:336 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:343 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:354 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:367 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:383 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Object named %r not found in include file %r" +msgid "building [%s]: " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:416 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%d found" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:500 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[image]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:537 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:546 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:726 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:29 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "no Babel option known for language %r" +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:616 +#: builders/singlehtml.py:35 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:83 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:41 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/inventory.py:147 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "processing %s" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "writing error: %s, %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/i18n.py:146 +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:218 #, python-format -msgid "locale_dir %s does not exist" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:223 #, python-format -msgid "Invalid Babel locale: %r." +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:253 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/osutil.py:131 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "cannot write image file %r: %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:805 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown node type: %r" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/docfields.py:103 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "writing %s file..." msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/nodes.py:523 +#: builders/manpage.py:64 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:115 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "සංකේත" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "නිකුත් කිරීම" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "නිකුත් කිරීම" - -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:537 #, python-format -msgid "Unknown image format: %s..." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/transforms.py:121 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/theming.py:87 #, python-format -msgid "%r reference target not found: %s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "ඊළඟ" + +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "පෙර" + +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ගමන් කිරීම" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:783 #, python-format -msgid "Search within %(docstitle)s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "මෙම ලේඛණ ගැන" - -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "සොයන්න" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:853 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:874 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:880 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "පෙර මාතෘකාව" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "පෙර පරිච්ඡේදය" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "ඊළඟ මාතෘකාව" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "ඊළඟ පරිච්ඡේදය" - -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "මෙම පිටුව" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "මූලය පෙන්වන්න" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "ඉක්මන් සෙවුම" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "යන්න" - -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "අවසන්වරට යාවත්කාල කල" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "සම්පූර්ණ පටුන" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "සෙවුම් පිටුව" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1323 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s සොයන්න" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "විශාල විය හැක" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "සොයන්න" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "අන්තර්ගතය" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "සෙවුම් ප්‍රතිඵල" - -#: themes/basic/static/searchtools.js:134 -msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "සොයමින්..." - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "සෙවුම සූදානම් කරමින්...." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1400 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1422 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "favicon file %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1435 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "පුස්තකාල වෙනස්කම්" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API වෙනස්කම්" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "වෙනත් වෙනස්කම්" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s ලේඛණය" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "පරාමිතීන්" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "විචල්‍ය" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3109,80 +3025,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "පරාමිතීන්" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "විචල්‍ය" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "සාමාජික" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "වර්ගය" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" - -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "විචල්‍යය" - -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "මැක්‍රෝ" - -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3219,412 +3080,628 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "සෙවුම් පිටුව" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "සාමාජික" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "විචල්‍යය" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "මැක්‍රෝ" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "වර්ගය" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "අන්තර්ගතය" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "alias of %s" +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s සොයන්න" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "පෙර මාතෘකාව" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "පෙර පරිච්ඡේදය" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "ඊළඟ මාතෘකාව" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "ඊළඟ පරිච්ඡේදය" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "සොයන්න" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "සොයන්න" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "මෙම පිටුව" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "මූලය පෙන්වන්න" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Bases: %s" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ගමන් කිරීම" + +#: themes/basic/layout.html:115 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Search within %(docstitle)s" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "මෙම ලේඛණ ගැන" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "ඉක්මන් සෙවුම" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "යන්න" + +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "අවසන්වරට යාවත්කාල කල" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "සම්පූර්ණ පටුන" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "විශාල විය හැක" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "සෙවුම් ප්‍රතිඵල" + +#: themes/basic/static/searchtools.js:134 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "සොයමින්..." + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "සෙවුම සූදානම් කරමින්...." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "පුස්තකාල වෙනස්කම්" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API වෙනස්කම්" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "වෙනත් වෙනස්කම්" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "සංකේත" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:160 +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "%s බලන්න" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "%s ද බලන්න" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "" + +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "%s is not a directory." +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 "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: ext/apidoc/_extension.py:257 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3697,609 +3774,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" - -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" - -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "ඊළඟ" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "පෙර" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:103 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s ලේඛණය" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "%s බලන්න" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "%s ද බලන්න" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index 5ea13ec5e7f..3b3857798e5 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 4beab5e58c9..a524780ee60 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Slavko , 2013-2019,2021\n" "Language-Team: Slovak (http://app.transifex.com/sphinx-doc/sphinx-1/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -56,90 +56,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Neznáme meno lexera Pygments %r" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, 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" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "konfiguračný priečinok neobsahuje súbor conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "zadaná nepodporovaná voľba témy %r" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, 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" +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)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "neplatný počet %r pre konfiguračnú hodnotu %r, ignorované" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "nemožno prepísať konfiguračné nastavenie %r s nepodporovaným typom, ignorované" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Konfiguračná hodnota %r už existuje" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Vo svojom konfiguračnom súbore máte chybu: %s\n" -#: theming.py:345 theming.py:398 +#: config.py:602 +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()" + +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "V konfiguračnom súbore je programová chyba:\n\n%s" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Section %s" +msgstr "Sekcia %s" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Obr. %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabuľka %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Výpis %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Konfiguračná hodnota `{name}` má byť jedno z {candidates}, ale je zadané `{current}`." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Konfiguračná hodnota `{name}' má typ `{current.__name__}'; očakávané {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Konfiguračná hodnota `{name}' má typ `{current.__name__}', predvolene `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nenájdená, ignorované." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -156,16 +231,16 @@ msgid "" "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)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Neznáme meno lexera Pygments %r" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -213,7 +288,7 @@ msgstr "Tento projekt vyžaduje aspoň Sphinx v%s a preto s touto verziou nemô msgid "making output directory" msgstr "vytváranie výstupnej zložky" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "pri nastavovaní rozšírenia %s:" @@ -230,7 +305,7 @@ msgstr "'setup' definovaný v conf.py nie je funkciou. Prosím, upravte jeho def msgid "loading translations [%s]... " msgstr "načítanie prekladov [%s]…" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "hotovo" @@ -303,7 +378,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -311,12 +386,12 @@ 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" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "rozšírenie %s nie je bezpečné pre paralelné zostavenie" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -324,3060 +399,3205 @@ 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" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "rozšírenie %s nie je bezpečné pre paralelné zostavenie" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "sériové spracovanie %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Trieda builder %s nemá atribút „name”" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r už existuje (v module %s)" -#: registry.py:182 +#: registry.py:184 #, 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" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Builder s menom %s nie je registrovaný" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "doména %s už je zaregistrovaná" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "doména %s ešte nie je zaregistrovaná" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Direktíva %r už je registrovaná v doméne %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Rola %r už je registrovaná v doméne %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Index %r už je registrovaný v doméne %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr " object_type %r už je registrovaný" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r už je registrovaný" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r už je registrovaný" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pre %r už je registrovaný" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Analyzátor pre %s nie je registrovaný" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Translator pre %r už existuje" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r už je registrovaný" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, 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é." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Pôvodná výnimka:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Nemožno importovať rozšírenie %s" -#: registry.py:554 +#: registry.py:561 #, 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?" -#: registry.py:567 +#: registry.py:574 #, 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." -#: registry.py:579 +#: registry.py:586 #, 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" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "konfiguračný priečinok neobsahuje súbor conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, 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)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "neplatný počet %r pre konfiguračnú hodnotu %r, ignorované" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "nastavenie %s.%s nenájdené v žiadnom z nastavení témy" -#: config.py:399 +#: theming.py:139 #, 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é" +msgid "unsupported theme option %r given" +msgstr "zadaná nepodporovaná voľba témy %r" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" +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" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" -msgstr "Konfiguračná hodnota %r už existuje" +msgid "The %r theme has circular inheritance" +msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Vo svojom konfiguračnom súbore máte chybu: %s\n" - -#: config.py:603 -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()" +msgid "no theme configuration file found in %r" +msgstr "" -#: config.py:611 +#: theming.py:365 theming.py:418 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "V konfiguračnom súbore je programová chyba:\n\n%s" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" -#: config.py:633 +#: theming.py:369 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:373 theming.py:421 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:665 +#: theming.py:377 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:686 +#: theming.py:396 #, python-format -msgid "Section %s" -msgstr "Sekcia %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Obr. %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tabuľka %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Výpis %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Konfiguračná hodnota `{name}` má byť jedno z {candidates}, ale je zadané `{current}`." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Konfiguračná hodnota `{name}' má typ `{current.__name__}'; očakávané {permitted}." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" + +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Konfiguračná hodnota `{name}' má typ `{current.__name__}', predvolene `{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nenájdená, ignorované." - -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "nová konfigurácia" - -#: environment/__init__.py:90 -msgid "config changed" -msgstr "zmenená konfigurácia" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "zmenené rozšírenie" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "prostredie zostavenia nie je aktuálne" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "zdrojový adresár zmenený" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:404 +#: ext/imgconverter.py:44 +#, python-format msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Toto prostredie nie je kompatibilné zo zvoleným zostavovačom, prosím, zvoľte iný adresár doctree." +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Zlyhalo skenovanie dokumentov v %s: %r" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert skončil chybou:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "Doména %r nie je zaregistrovaná" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "dokument nie je zahrnutý v žiadnom strome obsahu" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "príkaz convert %r nemožno spustiť, skontrolujte nastavenie image_converter" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "nájdený na seba odkazujúci strom obsahu. Ignorované." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[zdroj]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "zvýrazňovanie syntaxe kódu modulu... " -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Výstraha" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumenty]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Upozornenie" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kód modulu" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Nebezpečné" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Zdrojový kód %s

" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Chyba" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Prehľad: kód modulu" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Rada" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Dôležité" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Poznámka" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "duplicitná menovka %s, ďalší výskyt v %s" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Viď aj" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tip" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Varovanie" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Súbory Texinfo sú v %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nSpustite v tomto adresári 'make' na ich spustenie pomocou makeinfo\n(použite tu 'make info' aby to bolo spustené automaticky)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "nebola nájdená konfiguračná voľba „texinfo_documents”; dokumenty nebudú zapísané" +"====================== slowest reading durations =======================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "konfiguračná voľba „texinfo_documents” odkazuje na neznámy dokument %s" +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "ToDo" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" -msgstr "spracovanie %s" +msgid "TODO entry found: %s" +msgstr "Nájdená položka TODO: %s" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "zapisovanie" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "riešenie odkazov…" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> je umiestnená v %s, riadok %d.)" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(v" +#: ext/todo.py:166 +msgid "original entry" +msgstr "pôvodná položka" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "kopírovanie obrázkov…" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Direktíva graphviz nemôže mať naraz argumenty content a filename" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "nemožno kopírovať súbor obrázka %r: %s" - -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "kopírovanie podporných súborov Texinfo" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Externý súbor Graphviz %r nebol nájdený alebo zlyhalo jeho čítanie" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "chyba zápisu súboru Makefile: %s" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorovaná direktíva „graphviz” bez obsahu." -#: builders/manpage.py:37 +#: ext/graphviz.py:287 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Manuálové stránky sú v %(outdir)s." - -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "nebola nájdená konfiguračná voľba „man_pages”; manuálové stránky nebudú zapísané" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:328 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "konfiguračná voľba „man_pages” odkazuje na neznámy dokument %s" +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" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:339 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Stránky HTML sú v %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "zostavovanie spoločného dokumentu" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "zapisovanie dodatočných súborov" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Zostavovač dummy negeneruje žiadne súbory." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot skončil chybou:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalógy správ sú v %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot nevytvoril výstupný súbor:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "zostavovanie [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "" +msgid "dot code %r: %s" +msgstr "kód dot %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "čítanie šablón… " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "zapisovanie katalógov správ…" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graf]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Hľadajte akékoľvek chyby v predošlom výstupe alebo v %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "poškodený odkaz: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Nemožno spustiť príkaz LaTeX %r (potrebný na zobrazenie math), skontrolujte nastavenia imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Kotva „%s” nenájdená" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "display latex %r: %s" +msgstr "zobrazený latex %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Súbory ePub sú v %(outdir)s." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "zapisovanie súboru nav.xhtml..." - -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_language” (alebo „language”) nesmie byť prázdna pri EPUB3" +msgid "inline latex %r: %s" +msgstr "vnorený latex %r: %s" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "konfiguračná hodnota „epub_uid” má byť XML NAME pre EPUB3" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "chýbajúce „+” alebo „-” vo voľbe „%s”." -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_title” (alebo „html_title”) nesmie byť prázdna pri EPUB3" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' nie je platná voľba." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_author” nesmie byť prázdna pri EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "„%s” nie je platná voľba pyversion" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_contributor” nesmie byť prázdna pri EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "neplatný typ TestCode" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_description” nesmie byť prázdna pri EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_publisher” nesmie byť prázdna pri EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_copyright” (alebo „copyright”) nesmie byť prázdna pri EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_identifier” nesmie byť prázdna pri EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "neplatný regulárny výraz %r v %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "modul %s nemožno importovať: %s" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:148 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "neplatný css_file: %r, ignorovaný" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:158 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Súbory XML sú v %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" + +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:187 #, python-format -msgid "error writing file %s: %s" -msgstr "chyba zápisu súboru %s: %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "neplatný regulárny výraz %r v coverage_c_regexes" -#: builders/xml.py:103 +#: ext/coverage.py:260 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Súbory pseudo-XML sú v %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "nedokumentované API C: %s [%s] v súbore %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:452 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "nájdená duplicitná položka Obsahu: %s" +msgid "undocumented python function: %s :: %s" +msgstr "nedokumentovaná funkcia Python: %s :: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:473 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "nemožno čítať súbor obrázku %r: jeho kopírovanie namiesto toho" +msgid "undocumented python class: %s :: %s" +msgstr "nedokumentovaná trieda Python: %s :: %s" -#: builders/_epub_base.py:467 +#: ext/coverage.py:492 #, python-format -msgid "cannot write image file %r: %s" -msgstr "nemožno zapísať súbor obrázka %r: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "nedokumentovaná metóda Python: %s :: %s :: %s" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow nenájdené – kopírovanie súborov obrázkov" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%d. %b %Y" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "zapisovanie súboru mimetype…" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "zapisovanie súboru META-INF/container.xml…" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "zapisovanie súboru content.opf..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: builders/_epub_base.py:594 +#: transforms/__init__.py:300 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "neznámy typ MIME pre %s, ignorovaný" +msgid "Footnote [%s] is not referenced." +msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "zapisovanie súboru toc.ncx..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Poznámka pod čiarou [#] nie je odkazovaná." -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "zapisovanie súboru %s…" - -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Textové súbory sú v %(outdir)s." +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s (%s)" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "zostavenie [mo]: " +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "zápis výstupu…" +#: environment/__init__.py:89 +msgid "new config" +msgstr "nová konfigurácia" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "všetky z %d súborov po" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "zmenená konfigurácia" -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "ciele pre %d po súborov, ktoré boli zadané" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "zmenené rozšírenie" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "ciele pre %d po súborov, ktoré sú zastarané" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "prostredie zostavenia nie je aktuálne" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "všetky zdrojové súbory" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "zdrojový adresár zmenený" -#: builders/__init__.py:335 +#: environment/__init__.py:350 #, python-format -msgid "file %r given on command line does not exist, " +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:355 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "súbor %r zadaný v príkazovom riadku nie je v zdrojovom adresári, ignorujem" +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:353 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "%d zdrojové súbory zadané v príkazovom riadku" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Toto prostredie nie je kompatibilné zo zvoleným zostavovačom, prosím, zvoľte iný adresár doctree." -#: builders/__init__.py:382 +#: environment/__init__.py:518 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "ciele pre %d zdrojových súborov, ktoré sú zastarané" - -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "hľadanie zastaraných súborov…" +msgid "Failed to scan documents in %s: %r" +msgstr "Zlyhalo skenovanie dokumentov v %s: %r" -#: builders/__init__.py:415 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d found" -msgstr "%d nájdené" - -#: builders/__init__.py:417 -msgid "none found" -msgstr "nenájdené" +msgid "Domain %r is not registered" +msgstr "Doména %r nie je zaregistrovaná" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "ukladanie prostredia" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "dokument nie je zahrnutý v žiadnom strome obsahu" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "kontrolovanie konzistencie" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "nájdený na seba odkazujúci strom obsahu. Ignorované." -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "žiadne ciele nie sú zastarané." +#: environment/__init__.py:952 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "aktualizácia prostredia:" +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: builders/__init__.py:499 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s pridané, %s zmenené, %s odstránené" +msgid "no Babel option known for language %r" +msgstr "žiadna známa voľba Babel pre jazyk %r" + +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "príliš veľké :maxdepth:, ignorované." -#: builders/__init__.py:536 +#: writers/latex.py:617 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:545 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "názov dokumentu nie je jeden uzol Text" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Poznámky pod čiarou" + +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "sú zadané obe, tabularcolumns aj voľba :widths:. :widths: je ignorované." + +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "čítanie zdrojov…" - -#: builders/__init__.py:725 +#: writers/latex.py:1618 #, python-format -msgid "docnames to write: %s" -msgstr "mená dokumentov na zapísanie: %s" - -#: builders/__init__.py:727 -msgid "no docnames to write!" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "príprava dokumentov" - -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/latex.py:1954 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: builders/changes.py:29 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Súbor prehľadu je v %(outdir)s." +msgid "Invalid math_eqref_format: %r" +msgstr "neplatný math_eqref_format: %r" -#: builders/changes.py:65 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "no changes in version %s." -msgstr "žiadne zmeny vo verzii %s." - -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "zapisovanie súboru prehľadu…" +msgid "[image: %s]" +msgstr "[obrázok: %s]" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Zabudované funkcie" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[obrázok]" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Úroveň modulu" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Index" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "kopírovanie zdrojových súborov…" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "titulok nie je vo vnútri figure." -#: builders/changes.py:146 +#: writers/texinfo.py:1306 #, python-format -msgid "could not read %r for changelog creation" -msgstr "nemožno čítať %r na vytvorenie položky záznamu zmien" +msgid "unimplemented node type: %r" +msgstr "neimplementovaný typ uzla: %r" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "neplatný regulárny výraz %r v %s" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 +#: writers/html5.py:446 #, python-format -msgid "module %s could not be imported: %s" -msgstr "modul %s nemožno importovať: %s" +msgid "numfig_format is not defined for %s" +msgstr "nie je definovaný numfig_format pre %s" -#: ext/coverage.py:148 +#: writers/html5.py:456 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Any IDs not assigned for %s node" +msgstr "Žiadne ID nie je priradené uzlu %s" + +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "neplatný regulárny výraz %r v coverage_c_regexes" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "nedokumentované API C: %s [%s] v súbore %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "nedokumentovaná funkcia Python: %s :: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "nedokumentovaná trieda Python: %s :: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Nemožno získať veľkosť obrázku. voľba :scale: je ignorovaná." -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "nedokumentovaná metóda Python: %s :: %s :: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Výstraha" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Upozornenie" -#: ext/todo.py:61 -msgid "Todo" -msgstr "ToDo" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nebezpečné" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Nájdená položka TODO: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Chyba" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Rada" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> je umiestnená v %s, riadok %d.)" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Dôležité" -#: ext/todo.py:166 -msgid "original entry" -msgstr "pôvodná položka" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Poznámka" -#: ext/imgconverter.py:44 -#, python-format +#: locale/__init__.py:236 +msgid "See also" +msgstr "Viď aj" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varovanie" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "počet úloh musí byť kladné číslo" + +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "" + +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" +"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 "\nGeneruje dokumentáciu zo zdrojových súborov.\n\nsphinx-build generuje dokumentáciu zo súborov v SOURCEDIR a umiestni ju\nv OUTPUTDIR. Konfiguračné voľby hľadá v 'conf.py' v SOURCEDIR.\nNa generovanie súborov šablón, vrátane 'conf.py' možno použiť nástroj\n'sphinx-quickstart'\n\nsphinx-build dokáže vytvoriť dokumentáciu v rôznych formátoch. Formát je\nzvolený zadaním mena zostavovača v príkazovom riadku; predvolene\nHTML. Zostavovače môžu vykonávať aj iné úlohy, ktoré súvisia so spracovaním\ndokuemntácie.\n\nPredvolene je zostavené všetko, čo bolo zmenené. Výstup len zvolených súborov\nmôže byť zostavený zadaním jednotlivých mien súborov.\n" + +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "cesta k zdrojovým súborom dokumentácie" + +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "cesta k výstupnej zložke" + +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:114 +msgid "general options" +msgstr "všeobecné voľby" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:131 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert skončil chybou:\n[stderr]\n%r\n[stdout]\n%r" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: ext/imgconverter.py:83 +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "zapísať všetky súbory (predvolene: zapísať len nové a zmenené súbory)" + +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "nepoužívať uložené prostredie, vždy čítať všetky súbory" + +#: cmd/build.py:150 +msgid "path options" +msgstr "" + +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" + +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "prepíše nastavenie konfiguračného súboru" + +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "pošle hodnotu do šablón HTML" + +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "voľby výstupu konzoly" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "zvýšiť rozvláčnosť (možno opakovať)" + +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "žiadny výstup, len upozornenia na stderr" + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "vôbec žiadny výstup, ani upozornenia" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "generovať farebný výstup (predvolene: automaticky detegovať)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "negenerovať farebný výstup (predvolene: automaticky detegovať)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "zapísať varovania (a chyby) do zadaného súboru" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "prepnúť upozornenia na chyby" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "pri výnimke zobraziť úplné chybové hlásenie" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "pri výnimke spustiť Pdb" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "nemožno kombinovať voľbu -a a mená súborov" + +#: cmd/build.py:357 #, 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" +msgid "cannot open warning file '%s': %s" +msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Direktíva graphviz nemôže mať naraz argumenty content a filename" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "argument voľby -D musí byť v tvare meno=hodnota" -#: ext/graphviz.py:153 +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "argument voľby -A musí byť v tvare meno=hodnota" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "automaticky vložiť dokumentačné reťazce z modulov" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "automaticky testovať kúsky kódu v blokoch dokumentačných reťazcov" + +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "prepojenie medzi dokumentáciou Sphinx rôznych modulov" + +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "písať položky „todo”, ktoré môžu byť zobrazené alebo skryté pri zostavení" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "zahrnúť math, spracované ako obrázky PNG alebo SVG" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "zahrnúť math, spracované prehliadačom pomocou MathJax" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "podmienečné zahrnutie obsahu na základe konfiguračných volieb" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "zahrnúť odkazy na zdrojový kód dokumentovaných objektov Python" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "vytvoriť súbor .nojekyll na publikovanie dokumentu na GitHub" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "Prosím, zadajte platnú cestu." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Prosím, zadajte nejaký text." + +#: cmd/quickstart.py:134 #, 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" +msgid "Please enter one of %s." +msgstr "Prosím, zadajte jedno z 1%s." -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorovaná direktíva „graphviz” bez obsahu." +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Prosím, zadajte buď 'y' alebo 'n'." -#: ext/graphviz.py:287 +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Prosím, zadajte príponu súboru, napr. '.rst' alebo '.txt'." + +#: cmd/quickstart.py:230 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Vitajte v nástroji Sphinx %s quickstart." + +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:242 #, python-format +msgid "Selected root path: %s" +msgstr "Zvolená cesta koreňa: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "Zadajte cestu koreňa tejto dokumentácie." + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "Cesta koreňa dokumentácie" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Chyba: nájdený existujúci conf.py v zadanej ceste koreňa." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart neprepíše existujúce projekty Sphinx." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Prosím, zadajte novú cestu koreňa (alebo len Enter na skončenie)" + +#: cmd/quickstart.py:275 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" +"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 "Sú dve možnosti umiestnenia adresára zostavenia s výstupom Sphinx.\nMôžete použiť buď adresár „_build” v koreni alebo môžete mať oddelené\nadresáre „source” a „build” v ceste koreňa." -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Oddeliť zdrojový a výstupný adresár (y/n)" + +#: cmd/quickstart.py:288 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot skončil chybou:\n[stderr]\n%r\n[stdout]\n%r" +"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 "V koreňovom adresári budú vytvorená dva ďalšie adresáre; \"_templates\"\npre vlastné šablóny HTML a \"_static\" pre vlastné CSS a iné statické súbory\nMôžete zadať inú predponu (napr. „.”), ktorá nahradí podčiarkovník." -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Predpona mena adresárov templates a static" + +#: cmd/quickstart.py:299 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot nevytvoril výstupný súbor:\n[stderr]\n%r\n[stdout]\n%r" +"The project name will occur in several places in the built documentation." +msgstr "Meno projektu bude na viacerých miestach zostavenej dokumentácie." -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Názov projektu" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "kód dot %r: %s" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Meno(á) autora(ov)" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" +#: cmd/quickstart.py:310 +msgid "" +"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 má predstavu o \"version\" a \"release\" softvéru. Každá\nverzia môže mať viacero vydaní. Napríklad, pre Python je verzia\nniečo ako 2.5 alebo 3.0, zatiaľčo vydanie je niečo ako 2.5.1\nalebo 3.0a1. Ak nepotrebuje dvojitú štruktúru, jednoducho nastavte\noboje na rovnakú hodnotu." -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graf]" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Verzia projektu" -#: ext/imgmath.py:148 -#, python-format +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Vydanie projektu" + +#: cmd/quickstart.py:325 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Nemožno spustiť príkaz LaTeX %r (potrebný na zobrazenie math), skontrolujte nastavenia imgmath_latex" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "Ak má byť dokumentácia písaná v inom ako Anglickom jazyku,\nmôžete tu zvoliť jazyk pomocou jeho kódu. Sphinx bude potom\nprekladať text, ktorý generuje, do tohoto jazyka.\n\nZoznam podporovaných jazykov nájdete na\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: ext/imgmath.py:167 -#, python-format +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Jazyk projektu" + +#: cmd/quickstart.py:341 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "Prípona mena zdrojových súborov. Zvyčajne to je buď „.txt”\nalebo „.rst”. Len súbory s touto príponou sú považované za dokumenty." -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "zobrazený latex %r: %s" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Prípona zdrojových súborov" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "vnorený latex %r: %s" +#: cmd/quickstart.py:351 +msgid "" +"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 "Jeden dokument je špeciálny v tom, že je považovaný za vrcholový uzol\n„stromu obsahu”, čiže je to koreň hierarchickej štruktúry dokumentov.\nBežne to je „index”, ale ak je Váš „index” vlastnou šablónou, môžete\npoužiť aj iné meno súboru." -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Meno hlavného dokumentu (bez prípony)" -#: ext/doctest.py:118 +#: cmd/quickstart.py:372 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "chýbajúce „+” alebo „-” vo voľbe „%s”." +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Chyba: nájdený existujúci hlavný súbor %s v zadanej ceste koreňa." -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nie je platná voľba." +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart neprepíše existujúci súbor." -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "„%s” nie je platná voľba pyversion" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Prosím, zadajte nové meno súboru alebo premenujte existujúci súbor a stlačte Enter" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "neplatný typ TestCode" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Informuje, ktoré z nasledujúcich rozšírení Sphinx majú byť zapnuté:" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:401 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Pozor: imgmath a mathjax nemožno zapnúť naraz. výber imgmath bol zrušený." -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +#: cmd/quickstart.py:411 +msgid "" +"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 "Súbory Makefile a príkazový súbor Windows môže byť pre Vás vygenerovaný\ntakže stačí spustiť napr. len `make html' namiesto priameho spúšťania sphinx-build." -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Vytvoriť Makefile? (y/n)" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Vytvoriť príkazový súbor Windows? (y/n) " -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "duplicitná menovka %s, ďalší výskyt v %s" +msgid "Creating file %s." +msgstr "Vytváranie súboru %s." -#: ext/duration.py:47 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +msgid "File %s already exists, skipping." +msgstr "Súbor %s už existuje, preskočené." -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Dokončené: Počiatočná štruktúra adresára bola vytvorená." -#: ext/duration.py:124 +#: cmd/quickstart.py:524 #, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Teraz môže vyplniť svoj hlavný súbor %s a vytvoriť ostatné zdrojové súbory\ndokumentácie. " -#: ext/duration.py:136 +#: cmd/quickstart.py:531 msgid "" -"====================== slowest reading durations =======================" -msgstr "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Na zostavenie dokumentácie použite Makefile, napr.:\n make builder" -#: ext/duration.py:139 +#: cmd/quickstart.py:535 #, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[zdroj]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "zvýrazňovanie syntaxe kódu modulu... " +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "Na zostavenie dokumentácie použite príkaz sphinx-build, napr.:\n sphinx-build -b builder %s %s" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumenty]" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "kde „builder” je jeden z podporovaných formátov, napr. html, latex alebo linkcheck." -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Kód modulu" +#: cmd/quickstart.py:577 +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 "\nGenereuje požadované súbory projektu Sphinx.\n\nsphinx-quickstart je interaktívny nástroj, ktorý kladie niekoľko otázok o Vašom\nprojekte a potom generuje kompletný adresár dokumentácie a vzorový\nMakefile, na použitie so sphinx-build.\n" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Zdrojový kód %s

" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "tichý režim" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Prehľad: kód modulu" +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "koreň projektu" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Voľby štruktúry" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "duplicitná citácia %s, ďalší výskyt v %s" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "ak je zadané, oddeliť zdrojový a výstupný adresár" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citácia [%s] nie je odkazovaná." +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "ak je zadané, vytvoriť výstupný adresár v zdrojovom" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicitná menovka vzorca %s, ďalší výskyt v %s" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "náhrada za bodku v _templates apod." -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "neplatný math_eqref_format: %r" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Základné voľby projektu" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (zabudovaná funkcia)" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "názov projektu" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metóda %s)" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "mená autorov" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (trieda)" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "verzia projektu" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globálna premenná alebo konštanta)" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "vydanie projektu" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribút %s)" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "jazyk dokumentácie" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumenty" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "prípona zdrojových súborov" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Vyvoláva" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "meno hlavného dokumentu" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Vracia" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "použiť epub" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Návratový typ" +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Voľby rozšírenia" -#: domains/javascript.py:374 +#: cmd/quickstart.py:675 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" +msgid "enable %s extension" +msgstr "zapnúť rozšírenie %s" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkcia" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "zapnúť konkrétne rozšírenia" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metóda" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Vytvorenie Makefile a Batchfile" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "trieda" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "vytvoriť makefile" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dáta" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "nevytvoriť makefile" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribút" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "vytvoriť batchfile" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "nevytvoriť batchfile" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicitný %s popis %s, ďalší výskyt%s v %s" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "použiť režim make pre Makefile/make.bat" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktíva)" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Šablóny projektu" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "%s (voľba direktívy)" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "adresár šablóny pre súbory šablóny" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rola)" +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "definovať premennú šablóny" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktíva" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "bolo zadané „quiet”, ale nebol zadaný „project” alebo „author”." -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Chyba: zadaná cesta nie je adresár alebo súbory sphinx už existujú." -#: domains/rst.py:236 -msgid "role" -msgstr "rola" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart generuje len do prázdneho adresára. Prosím, zadajte novú cestu koreňa." -#: domains/rst.py:262 +#: cmd/quickstart.py:814 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "duplicitný popis %s %s, ďalší výskyt v %s" +msgid "Invalid template variable: %s" +msgstr "Neplatná premenná šablóny: %s" -#: domains/changeset.py:32 +#: directives/other.py:119 #, python-format -msgid "Added in version %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: domains/changeset.py:33 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "Changed in version %s" -msgstr "Zmenené vo verzii %s" +msgid "toctree contains reference to excluded document %r" +msgstr "strom obsahu obsahuje odkaz na vylúčený dokument %r" -#: domains/changeset.py:34 +#: directives/other.py:156 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastarané od verzie %s" +msgid "toctree contains reference to nonexisting document %r" +msgstr "strom obsahu obsahuje odkaz na neexistujúci dokument %r" -#: domains/changeset.py:35 +#: directives/other.py:169 #, python-format -msgid "Removed in version %s" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "počet úloh musí byť kladné číslo" - -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor sekcie:" -#: cmd/build.py:74 -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 "\nGeneruje dokumentáciu zo zdrojových súborov.\n\nsphinx-build generuje dokumentáciu zo súborov v SOURCEDIR a umiestni ju\nv OUTPUTDIR. Konfiguračné voľby hľadá v 'conf.py' v SOURCEDIR.\nNa generovanie súborov šablón, vrátane 'conf.py' možno použiť nástroj\n'sphinx-quickstart'\n\nsphinx-build dokáže vytvoriť dokumentáciu v rôznych formátoch. Formát je\nzvolený zadaním mena zostavovača v príkazovom riadku; predvolene\nHTML. Zostavovače môžu vykonávať aj iné úlohy, ktoré súvisia so spracovaním\ndokuemntácie.\n\nPredvolene je zostavené všetko, čo bolo zmenené. Výstup len zvolených súborov\nmôže byť zostavený zadaním jednotlivých mien súborov.\n" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor modulu:" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "cesta k zdrojovým súborom dokumentácie" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor kódu:" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "cesta k výstupnej zložke" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor:" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "všeobecné voľby" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "zapísať všetky súbory (predvolene: zapísať len nové a zmenené súbory)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "nepoužívať uložené prostredie, vždy čítať všetky súbory" - -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Neplatný popis: %s" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "špecifikácia čísla riadku je mimo rozsahu (1-%d): %r" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Nemožno použiť obe voľby „%s” a „%s”" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "prepíše nastavenie konfiguračného súboru" - -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pošle hodnotu do šablón HTML" - -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: directives/code.py:278 +#, 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" -#: cmd/build.py:212 -msgid "console output options" -msgstr "voľby výstupu konzoly" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Nemožno použiť „lineno-match” s rozdelenou množinou „lines”" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "zvýšiť rozvláčnosť (možno opakovať)" +#: directives/code.py:316 +#, 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" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "žiadny výstup, len upozornenia na stderr" +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "voľba \":file:\" direktívy csv-table teraz rozpoznáva absolútnu cestu ako relatívnu k zdrojovému adresáru. Prosím, aktualizujte svoj dokument." -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "vôbec žiadny výstup, ani upozornenia" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "predvolená rola %s nenájdená" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "generovať farebný výstup (predvolene: automaticky detegovať)" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "chyba čítania: %s, %s" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "negenerovať farebný výstup (predvolene: automaticky detegovať)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "chyba zápisu: %s: %s" -#: cmd/build.py:252 -msgid "warning control options" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "zapísať varovania (a chyby) do zadaného súboru" - -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "prepnúť upozornenia na chyby" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "pri výnimke zobraziť úplné chybové hlásenie" +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Neplatný formát dátumu. Použije jednoduché úvodzovky, ak ho chcete priamo vo výstupe: %s" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "pri výnimke spustiť Pdb" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "nemožno kombinovať voľbu -a a mená súborov" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "neznámy typ uzla: %r" -#: cmd/build.py:357 +#: util/inventory.py:147 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "argument voľby -D musí byť v tvare meno=hodnota" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "argument voľby -A musí byť v tvare meno=hodnota" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "automaticky vložiť dokumentačné reťazce z modulov" +#: util/display.py:78 +msgid "skipped" +msgstr "preskočené" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "automaticky testovať kúsky kódu v blokoch dokumentačných reťazcov" +#: util/display.py:83 +msgid "failed" +msgstr "zlyhalo" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "prepojenie medzi dokumentáciou Sphinx rôznych modulov" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "písať položky „todo”, ktoré môžu byť zobrazené alebo skryté pri zostavení" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "zahrnúť math, spracované ako obrázky PNG alebo SVG" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "zahrnúť math, spracované prehliadačom pomocou MathJax" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "strom obsahu obsahuje neexistujúci súbor %r" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "podmienečné zahrnutie obsahu na základe konfiguračných volieb" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "zahrnúť odkazy na zdrojový kód dokumentovaných objektov Python" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (zabudovaná funkcia)" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "vytvoriť súbor .nojekyll na publikovanie dokumentu na GitHub" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metóda %s)" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "Prosím, zadajte platnú cestu." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (trieda)" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Prosím, zadajte nejaký text." +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globálna premenná alebo konštanta)" -#: cmd/quickstart.py:134 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "Please enter one of %s." -msgstr "Prosím, zadajte jedno z 1%s." +msgid "%s (%s attribute)" +msgstr "%s (atribút %s)" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Prosím, zadajte buď 'y' alebo 'n'." +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenty" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Prosím, zadajte príponu súboru, napr. '.rst' alebo '.txt'." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Vyvoláva" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Vitajte v nástroji Sphinx %s quickstart." +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Vracia" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Návratový typ" -#: cmd/quickstart.py:242 +#: domains/javascript.py:374 #, python-format -msgid "Selected root path: %s" -msgstr "Zvolená cesta koreňa: %s" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "Zadajte cestu koreňa tejto dokumentácie." +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "Cesta koreňa dokumentácie" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkcia" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Chyba: nájdený existujúci conf.py v zadanej ceste koreňa." +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metóda" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart neprepíše existujúce projekty Sphinx." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "trieda" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Prosím, zadajte novú cestu koreňa (alebo len Enter na skončenie)" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dáta" -#: cmd/quickstart.py:274 -msgid "" -"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 "Sú dve možnosti umiestnenia adresára zostavenia s výstupom Sphinx.\nMôžete použiť buď adresár „_build” v koreni alebo môžete mať oddelené\nadresáre „source” a „build” v ceste koreňa." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribút" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "Oddeliť zdrojový a výstupný adresár (y/n)" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:287 -msgid "" -"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 "V koreňovom adresári budú vytvorená dva ďalšie adresáre; \"_templates\"\npre vlastné šablóny HTML a \"_static\" pre vlastné CSS a iné statické súbory\nMôžete zadať inú predponu (napr. „.”), ktorá nahradí podčiarkovník." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "duplicitný %s popis %s, ďalší výskyt%s v %s" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "Predpona mena adresárov templates a static" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "Meno projektu bude na viacerých miestach zostavenej dokumentácie." +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktíva)" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Názov projektu" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr "%s (voľba direktívy)" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Meno(á) autora(ov)" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rola)" -#: cmd/quickstart.py:309 -msgid "" -"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 má predstavu o \"version\" a \"release\" softvéru. Každá\nverzia môže mať viacero vydaní. Napríklad, pre Python je verzia\nniečo ako 2.5 alebo 3.0, zatiaľčo vydanie je niečo ako 2.5.1\nalebo 3.0a1. Ak nepotrebuje dvojitú štruktúru, jednoducho nastavte\noboje na rovnakú hodnotu." +#: domains/rst.py:234 +msgid "directive" +msgstr "direktíva" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Verzia projektu" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Vydanie projektu" +#: domains/rst.py:236 +msgid "role" +msgstr "rola" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "Ak má byť dokumentácia písaná v inom ako Anglickom jazyku,\nmôžete tu zvoliť jazyk pomocou jeho kódu. Sphinx bude potom\nprekladať text, ktorý generuje, do tohoto jazyka.\n\nZoznam podporovaných jazykov nájdete na\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "duplicitný popis %s %s, ďalší výskyt v %s" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Jazyk projektu" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplicitná menovka vzorca %s, ďalší výskyt v %s" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "Prípona mena zdrojových súborov. Zvyčajne to je buď „.txt”\nalebo „.rst”. Len súbory s touto príponou sú považované za dokumenty." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "duplicitná citácia %s, ďalší výskyt v %s" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Prípona zdrojových súborov" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citácia [%s] nie je odkazovaná." -#: cmd/quickstart.py:350 -msgid "" -"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 "Jeden dokument je špeciálny v tom, že je považovaný za vrcholový uzol\n„stromu obsahu”, čiže je to koreň hierarchickej štruktúry dokumentov.\nBežne to je „index”, ale ak je Váš „index” vlastnou šablónou, môžete\npoužiť aj iné meno súboru." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Meno hlavného dokumentu (bez prípony)" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Zmenené vo verzii %s" -#: cmd/quickstart.py:368 +#: domains/changeset.py:34 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Chyba: nájdený existujúci hlavný súbor %s v zadanej ceste koreňa." +msgid "Deprecated since version %s" +msgstr "Zastarané od verzie %s" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart neprepíše existujúci súbor." +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Prosím, zadajte nové meno súboru alebo premenujte existujúci súbor a stlačte Enter" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Súbor prehľadu je v %(outdir)s." -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Informuje, ktoré z nasledujúcich rozšírení Sphinx majú byť zapnuté:" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "žiadne zmeny vo verzii %s." -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Pozor: imgmath a mathjax nemožno zapnúť naraz. výber imgmath bol zrušený." +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "zapisovanie súboru prehľadu…" -#: cmd/quickstart.py:407 -msgid "" -"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 "Súbory Makefile a príkazový súbor Windows môže byť pre Vás vygenerovaný\ntakže stačí spustiť napr. len `make html' namiesto priameho spúšťania sphinx-build." +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Zabudované funkcie" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Vytvoriť Makefile? (y/n)" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Úroveň modulu" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Vytvoriť príkazový súbor Windows? (y/n) " +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "kopírovanie zdrojových súborov…" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: builders/changes.py:146 #, python-format -msgid "Creating file %s." -msgstr "Vytváranie súboru %s." +msgid "could not read %r for changelog creation" +msgstr "nemožno čítať %r na vytvorenie položky záznamu zmien" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: builders/__init__.py:230 #, python-format -msgid "File %s already exists, skipping." -msgstr "Súbor %s už existuje, preskočené." - -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Dokončené: Počiatočná štruktúra adresára bola vytvorená." +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s (%s)" -#: cmd/quickstart.py:520 +#: builders/__init__.py:238 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "Teraz môže vyplniť svoj hlavný súbor %s a vytvoriť ostatné zdrojové súbory\ndokumentácie. " +msgid "a suitable image for %s builder not found: %s" +msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Na zostavenie dokumentácie použite Makefile, napr.:\n make builder" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "zostavenie [mo]: " -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "Na zostavenie dokumentácie použite príkaz sphinx-build, napr.:\n sphinx-build -b builder %s %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "zápis výstupu…" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "kde „builder” je jeden z podporovaných formátov, napr. html, latex alebo linkcheck." +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "všetky z %d súborov po" -#: cmd/quickstart.py:573 -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 "\nGenereuje požadované súbory projektu Sphinx.\n\nsphinx-quickstart je interaktívny nástroj, ktorý kladie niekoľko otázok o Vašom\nprojekte a potom generuje kompletný adresár dokumentácie a vzorový\nMakefile, na použitie so sphinx-build.\n" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "ciele pre %d po súborov, ktoré boli zadané" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "tichý režim" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "ciele pre %d po súborov, ktoré sú zastarané" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "koreň projektu" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "všetky zdrojové súbory" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "Voľby štruktúry" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "ak je zadané, oddeliť zdrojový a výstupný adresár" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "súbor %r zadaný v príkazovom riadku nie je v zdrojovom adresári, ignorujem" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "ak je zadané, vytvoriť výstupný adresár v zdrojovom" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "náhrada za bodku v _templates apod." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d zdrojové súbory zadané v príkazovom riadku" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "Základné voľby projektu" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "ciele pre %d zdrojových súborov, ktoré sú zastarané" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "názov projektu" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "zostavovanie [%s]: " -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "mená autorov" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "hľadanie zastaraných súborov…" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "verzia projektu" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d nájdené" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "vydanie projektu" +#: builders/__init__.py:418 +msgid "none found" +msgstr "nenájdené" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "jazyk dokumentácie" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "ukladanie prostredia" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "prípona zdrojových súborov" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "kontrolovanie konzistencie" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "meno hlavného dokumentu" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "žiadne ciele nie sú zastarané." -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "použiť epub" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "aktualizácia prostredia:" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Voľby rozšírenia" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s pridané, %s zmenené, %s odstránené" -#: cmd/quickstart.py:671 +#: builders/__init__.py:537 #, python-format -msgid "enable %s extension" -msgstr "zapnúť rozšírenie %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "zapnúť konkrétne rozšírenia" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Vytvorenie Makefile a Batchfile" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "vytvoriť makefile" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "nevytvoriť makefile" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "čítanie zdrojov…" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "vytvoriť batchfile" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "mená dokumentov na zapísanie: %s" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "nevytvoriť batchfile" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "použiť režim make pre Makefile/make.bat" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "príprava dokumentov" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Šablóny projektu" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "adresár šablóny pre súbory šablóny" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Súbory XML sú v %(outdir)s." -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "definovať premennú šablóny" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "chyba zápisu súboru %s: %s" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "bolo zadané „quiet”, ale nebol zadaný „project” alebo „author”." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Súbory pseudo-XML sú v %(outdir)s." -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Chyba: zadaná cesta nie je adresár alebo súbory sphinx už existujú." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Stránky HTML sú v %(outdir)s." -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart generuje len do prázdneho adresára. Prosím, zadajte novú cestu koreňa." +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "zostavovanie spoločného dokumentu" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Neplatná premenná šablóny: %s" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "zapisovanie" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "zapisovanie dodatočných súborov" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/epub3.py:83 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "strom obsahu obsahuje odkaz na vylúčený dokument %r" +msgid "The ePub file is in %(outdir)s." +msgstr "Súbory ePub sú v %(outdir)s." -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "strom obsahu obsahuje odkaz na neexistujúci dokument %r" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "zapisovanie súboru nav.xhtml..." -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_language” (alebo „language”) nesmie byť prázdna pri EPUB3" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor sekcie:" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "konfiguračná hodnota „epub_uid” má byť XML NAME pre EPUB3" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor modulu:" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_title” (alebo „html_title”) nesmie byť prázdna pri EPUB3" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor kódu:" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_author” nesmie byť prázdna pri EPUB3" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor:" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_contributor” nesmie byť prázdna pri EPUB3" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_description” nesmie byť prázdna pri EPUB3" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_publisher” nesmie byť prázdna pri EPUB3" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "voľba \":file:\" direktívy csv-table teraz rozpoznáva absolútnu cestu ako relatívnu k zdrojovému adresáru. Prosím, aktualizujte svoj dokument." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_copyright” (alebo „copyright”) nesmie byť prázdna pri EPUB3" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_identifier” nesmie byť prázdna pri EPUB3" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Neplatný popis: %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "špecifikácia čísla riadku je mimo rozsahu (1-%d): %r" +msgid "invalid css_file: %r, ignored" +msgstr "neplatný css_file: %r, ignorovaný" -#: directives/code.py:216 +#: builders/text.py:27 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Nemožno použiť obe voľby „%s” a „%s”" +msgid "The text files are in %(outdir)s." +msgstr "Textové súbory sú v %(outdir)s." + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Zostavovač dummy negeneruje žiadne súbory." -#: directives/code.py:231 +#: builders/linkcheck.py:87 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Hľadajte akékoľvek chyby v predošlom výstupe alebo v %(outdir)s/output.txt" -#: directives/code.py:235 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "broken link: %s (%s)" +msgstr "poškodený odkaz: %s (%s)" -#: directives/code.py:276 +#: builders/linkcheck.py:562 #, 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" +msgid "Anchor '%s' not found" +msgstr "Kotva „%s” nenájdená" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Nemožno použiť „lineno-match” s rozdelenou množinou „lines”" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: directives/code.py:314 +#: builders/linkcheck.py:800 #, 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" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/gettext.py:243 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Index" +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalógy správ sú v %(outdir)s." -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Poznámky pod čiarou" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "titulok nie je vo vnútri figure." +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "čítanie šablón… " -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "neimplementovaný typ uzla: %r" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "zapisovanie katalógov správ…" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/texinfo.py:41 #, python-format -msgid "[image: %s]" -msgstr "[obrázok: %s]" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Súbory Texinfo sú v %(outdir)s." -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[obrázok]" +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nSpustite v tomto adresári 'make' na ich spustenie pomocou makeinfo\n(použite tu 'make info' aby to bolo spustené automaticky)." -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "nebola nájdená konfiguračná voľba „texinfo_documents”; dokumenty nebudú zapísané" -#: writers/html5.py:431 +#: builders/texinfo.py:85 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "nie je definovaný numfig_format pre %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "konfiguračná voľba „texinfo_documents” odkazuje na neznámy dokument %s" -#: writers/html5.py:441 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Žiadne ID nie je priradené uzlu %s" +msgid "processing %s" +msgstr "spracovanie %s" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "riešenie odkazov…" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(v" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "kopírovanie obrázkov…" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "nemožno kopírovať súbor obrázka %r: %s" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "kopírovanie podporných súborov Texinfo" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "chyba zápisu súboru Makefile: %s" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Nemožno získať veľkosť obrázku. voľba :scale: je ignorovaná." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "nájdená duplicitná položka Obsahu: %s" -#: writers/latex.py:386 +#: builders/_epub_base.py:436 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "nemožno čítať súbor obrázku %r: jeho kopírovanie namiesto toho" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/_epub_base.py:467 #, python-format -msgid "no Babel option known for language %r" -msgstr "žiadna známa voľba Babel pre jazyk %r" +msgid "cannot write image file %r: %s" +msgstr "nemožno zapísať súbor obrázka %r: %s" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "príliš veľké :maxdepth:, ignorované." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow nenájdené – kopírovanie súborov obrázkov" + +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "zapisovanie súboru mimetype…" + +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "zapisovanie súboru META-INF/container.xml…" + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "zapisovanie súboru content.opf..." -#: writers/latex.py:616 +#: builders/_epub_base.py:594 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "neznámy typ MIME pre %s, ignorovaný" -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "názov dokumentu nie je jeden uzol Text" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "sú zadané obe, tabularcolumns aj voľba :widths:. :widths: je ignorované." +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "zapisovanie súboru toc.ncx..." -#: writers/latex.py:1228 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" +msgid "writing %s file..." +msgstr "zapisovanie súboru %s…" -#: writers/latex.py:1615 +#: builders/manpage.py:37 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgid "The manual pages are in %(outdir)s." +msgstr "Manuálové stránky sú v %(outdir)s." + +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "nebola nájdená konfiguračná voľba „man_pages”; manuálové stránky nebudú zapísané" -#: writers/latex.py:1950 +#: builders/manpage.py:64 #, python-format -msgid "unknown index entry type %s found" -msgstr "" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "konfiguračná voľba „man_pages” odkazuje na neznámy dokument %s" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Súbory LaTeX sú v %(outdir)s." -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nSpustite v tomto adresári 'make' na ich spustenie pomocou (pdf)latex\n(použite tu 'make latexpdf' aby to bolo spustené automaticky)." -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "nebola nájdená konfiguračná voľba „latex_documents”; dokmenty nebudú zapísané" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokument %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Vydanie" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "kopírovanie podporných súborov Tex" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "kopírovanie dodatočných súborov" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "súbor loga %r neexistuje" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Neznámy konfiguračný kľúč: latex_elements[%r], ignorovaný." -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Neznáma voľba témy: latex_theme_options[%r], ignorovaná." -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r nemá nastavenia „theme”" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "téma %r nemá nastavenie „1%s”" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Stránky HTML sú v %(outdir)s." -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Čítanie súboru zostavenia info zlyhalo: %r" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:372 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Všeobecný index" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:549 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Logo of %s" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." +#: builders/html/__init__.py:578 +msgid "next" +msgstr "ďalší" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "predošlý" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Poznámka pod čiarou [#] nie je odkazovaná." +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "generovanie indexov" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "zapisovanie dodatočných stránok" -#: util/inventory.py:166 +#: builders/html/__init__.py:783 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "chyba čítania: %s, %s" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "kopírovanie súborov na stiahnutie…" -#: util/i18n.py:113 +#: builders/html/__init__.py:807 #, python-format -msgid "writing error: %s, %s" -msgstr "chyba zápisu: %s: %s" +msgid "cannot copy downloadable file %r: %s" +msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" -#: util/i18n.py:146 +#: builders/html/__init__.py:853 #, python-format -msgid "locale_dir %s does not exist" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: util/i18n.py:244 +#: builders/html/__init__.py:874 #, python-format -msgid "Invalid Babel locale: %r." +msgid "extension static directory '%s' does not exist" msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Neplatný formát dátumu. Použije jednoduché úvodzovky, ak ho chcete priamo vo výstupe: %s" - -#: util/osutil.py:131 +#: builders/html/__init__.py:880 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "preskočené" - -#: util/display.py:87 -msgid "failed" -msgstr "zlyhalo" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Kopírovanie súboru v html_static_file zlyhalo: %s: %r" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "kopírovanie statických súborov" -#: util/docutils.py:361 +#: builders/html/__init__.py:933 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "cannot copy static file %r" +msgstr "nemožno kopírovať statický súbor %r" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" -msgstr "neznámy typ uzla: %r" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "kopírovanie extra súborov" -#: util/fileutil.py:76 +#: builders/html/__init__.py:948 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "cannot copy extra file %r" +msgstr "nemožno kopírovať extra súbor %r" -#: util/fileutil.py:89 +#: builders/html/__init__.py:954 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "Failed to write build info file: %r" +msgstr "Zápis súboru zostavenia info zlyhal: %r" -#: util/docfields.py:103 -#, python-format +#: builders/html/__init__.py:1004 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "index hľadania nemožno načítať, ale nebudú zostavované všetky dokumenty, takže index nebude kompletný." -#: util/rst.py:73 +#: builders/html/__init__.py:1048 #, python-format -msgid "default role %s not found" -msgstr "predvolená rola %s nenájdená" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "stránka %s vyhovuje dvom vzorom v html_sidebars: %r a %r" -#: util/nodes.py:462 +#: builders/html/__init__.py:1213 #, python-format msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" - -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "strom obsahu obsahuje neexistujúci súbor %r" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "pri spracovaní stránky %s nastala chyba Unicode. Prosím, zaistite, že všetky konfiguračné hodnoty, ktoré obsahujú nieASCII hodnotu sú reťazce Unicode." -#: util/nodes.py:739 +#: builders/html/__init__.py:1226 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "pokračovanie z predošlej strany" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "pokračuje na ďalšej strane" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Nastala chyba pri spracovaní stránky %s.\nPríčina: %r" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboly" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "generovanie inventára objektov…" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Čísla" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "generovanie indexu hľadania v %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "strana" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "neplatné js_file: %r, ignorované" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Vydanie" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Zaregistrovaných je viac math_renderer, ale žiadny nie je zvolený." -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:1361 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Nemožno získať vzdialený obrázok: %s [%s]" +msgid "Unknown math_renderer %r is given." +msgstr "Zdaný neznámy math_renderer %r." -#: transforms/post_transforms/images.py:96 +#: builders/html/__init__.py:1375 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Nemožno získať vzdialený obrázok: %s [%d]" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "položka html_extra_path %r je umiestnené vo vnútri výstupného adresára" -#: transforms/post_transforms/images.py:143 +#: builders/html/__init__.py:1380 #, python-format -msgid "Unknown image format: %s..." -msgstr "Neznámy formát obrázku: %s..." - -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "položka „html_extra_path entry” %r neexistuje" -#: transforms/post_transforms/__init__.py:233 +#: builders/html/__init__.py:1395 #, 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" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "položka html_static_path %r je umiestnené vo vnútri výstupného adresára" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "položka „html_static_path” %r neexistuje" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:1422 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r cieľ odkazu nenájdený: %s" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Prerušené!" +msgid "favicon file %r does not exist" +msgstr "súbor favicon %r neexistuje" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Dokumentácia %s %s" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/python/__init__.py:105 domains/python/__init__.py:270 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (v module %s)" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Prosím, nahláste to, i keď to bola chyba používateľa, aby mohla byť nabudúce poskytnutá lepšia chybová správa." +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (v module %s)" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Zbaliť bočný panel" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (zabudovaná premenná)" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigácia" +#: domains/python/__init__.py:209 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (zabudovaná trieda)" -#: themes/basic/layout.html:115 +#: domains/python/__init__.py:210 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Hľadať v %(docstitle)s" +msgid "%s (class in %s)" +msgstr "%s (trieda v %s)" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O dokumentácii" +#: domains/python/__init__.py:275 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (metóda triedy %s)" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Hľadať" +#: domains/python/__init__.py:277 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (statická metóda %s)" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Autorské právo" +#: domains/python/__init__.py:430 +#, python-format +msgid "%s (%s property)" +msgstr "%s (vlastnosť %s)" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: domains/python/__init__.py:470 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%s (type alias in %s)" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Naposledy aktualizované %(last_updated)s." +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Index modulov Python" -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Vytvorené pomocou Sphinx %(sphinx_version)s." +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "moduly" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Predošlá téma" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Zastarané" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "predošlá kapitola" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "výnimka" + +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "metóda triedy" + +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "statická metóda" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Ďalšia téma" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "vlastnosť" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "ďalšia kapitola" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: domains/python/__init__.py:804 #, python-format -msgid "Index – %(key)s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Celý index na jednej strane" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Táto stránka" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Zobraziť zdroj" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "nájdený viac ako jeden cieľ krížového odkazu %r: %s" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Rýchle hľadanie" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (zastarané)" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "OK" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Prehľad" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Vitajte! Toto je" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametre" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentácia" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Premenné" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "posledná aktualizácia" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Vyzdvihuje" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indexy a tabuľky" +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "premenná prostredia; %s" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Celkový obsah" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "zoznam všetkých sekcií a podsekcií" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Stránka hľadania" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "hľadať v tejto dokumentácii" +#: domains/std/__init__.py:239 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Nesprávny popis voľby %r, má vyzerať ako „opt”, „-opt argumenty”, „--opt argumenty”, „/opt argumenty” alebo „+opt argumenty”" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Celkový index modulov" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s voľba príkazového riadka" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "rýchly prístup ku všetkým modulom" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "voľba príkazového riadka" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Všeobecný index" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "položke glosára musí predchádzať prázdny riadok" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "všetky funkcie, triedy, termíny" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "položky glosára nesmú byť oddelené prázdnymi riadkami" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Obsah" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "glosár vyzerá byť zle naformátovaný, skontrolujte odsadenie" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Hľadať v %(docstitle)s" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "termín glosára" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indexové stránky po písmenách" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "jazykový token" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "môže byť rozsiahle" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "menovka odkazu" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Prosím, na zapnutie funkcie hľadania,aktivujte\nJavaScript ." +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "premenná prostredia" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Hľadanie viacerých slov vracia len zhody, ktoré obsahujú\n všetky slová." +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "voľba programu" -#: themes/basic/search.html:35 -msgid "search" -msgstr "hľadať" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "dokument" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Obsah" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Index modulov" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Výsledky hľadania" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Stránka hľadania" -#: themes/basic/static/searchtools.js:134 -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 "Vášmu hľadaniu nezodpovedá žiadny dokument. Prosím, skontrolujte, že všetky zadané slová sú správne napísané a že ste zvolili vhodné kategórie." +#: domains/std/__init__.py:858 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicitný %s popis %s, ďalší výskyt v %s" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig je vypnutý, :numref: je ignorované." -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Hľadanie" +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "Zlyhalo vytvorenie krížového odkazu. Nie je priradené žiadne číslo: %s" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Príprava hľadania..." +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "odkaz nemá popisok: %s" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", v " +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "neplatný numfig_format: %s (%r)" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skryť výsledky hľadania" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "neplatný numfig_format: %s" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:1454 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Zmeny vo verzii %(version)s — %(docstitle)s" +msgid "undefined label: %r" +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: domains/std/__init__.py:1457 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: domains/c/__init__.py:211 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaticky generovaný zoznam zmien vo verzii %(version)s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Zmeny knižnice" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Duplicitná deklarácia C, definovaná aj v %s:%s.\nDeklarácia je '.. c:%s:: %s'." -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Zmeny API C" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ostatné zmeny" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "člen" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Rozbaliť bočný panel" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "premenná" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametre" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Premenné" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerátor" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Vyzdvihuje" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "typ" -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (v module %s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parameter funkcie" -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (v module %s)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametre šablóny" -#: domains/python/__init__.py:174 +#: domains/cpp/__init__.py:302 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (zabudovaná premenná)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: domains/python/__init__.py:209 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "%s (built-in class)" -msgstr "%s (zabudovaná trieda)" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Duplicitná deklarácia C++, definovaná aj v %s:%s.\nDeklarácia je '.. cpp:%s:: %s'." -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (trieda v %s)" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncept" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (metóda triedy %s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parameter šablóny" -#: domains/python/__init__.py:277 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statická metóda %s)" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Obsah" -#: domains/python/__init__.py:430 -#, python-format -msgid "%s (%s property)" -msgstr "%s (vlastnosť %s)" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Obsah" -#: domains/python/__init__.py:470 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "Hľadať v %(docstitle)s" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Index modulov Python" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Predošlá téma" -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "moduly" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "predošlá kapitola" -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Zastarané" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Ďalšia téma" -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "výnimka" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "ďalšia kapitola" -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "metóda triedy" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Hľadať" -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "statická metóda" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Prosím, na zapnutie funkcie hľadania,aktivujte\nJavaScript ." -#: domains/python/__init__.py:734 -msgid "property" -msgstr "vlastnosť" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Hľadanie viacerých slov vracia len zhody, ktoré obsahujú\n všetky slová." -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "hľadať" -#: domains/python/__init__.py:804 +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Táto stránka" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Zobraziť zdroj" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "Index – %(key)s" msgstr "" -#: domains/python/__init__.py:974 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Celý index na jednej strane" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigácia" + +#: themes/basic/layout.html:115 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "nájdený viac ako jeden cieľ krížového odkazu %r: %s" +msgid "Search within %(docstitle)s" +msgstr "Hľadať v %(docstitle)s" -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (zastarané)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O dokumentácii" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Autorské právo" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Duplicitná deklarácia C++, definovaná aj v %s:%s.\nDeklarácia je '.. cpp:%s:: %s'." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametre šablóny" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Naposledy aktualizované %(last_updated)s." -#: domains/cpp/__init__.py:302 +#: themes/basic/layout.html:204 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Vytvorené pomocou Sphinx %(sphinx_version)s." -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Rýchle hľadanie" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "OK" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "člen" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Prehľad" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "typ" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Vitajte! Toto je" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentácia" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "koncept" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "posledná aktualizácia" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indexy a tabuľky" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerátor" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Celkový obsah" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "parameter funkcie" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "zoznam všetkých sekcií a podsekcií" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "parameter šablóny" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "hľadať v tejto dokumentácii" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Duplicitná deklarácia C, definovaná aj v %s:%s.\nDeklarácia je '.. c:%s:: %s'." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Celkový index modulov" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "rýchly prístup ku všetkým modulom" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "premenná" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "všetky funkcie, triedy, termíny" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexové stránky po písmenách" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "môže byť rozsiahle" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" -msgstr "premenná prostredia; %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Zbaliť bočný panel" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Rozbaliť bočný panel" -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Skryť výsledky hľadania" -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Výsledky hľadania" -#: domains/std/__init__.py:239 -#, python-format +#: themes/basic/static/searchtools.js:134 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Nesprávny popis voľby %r, má vyzerať ako „opt”, „-opt argumenty”, „--opt argumenty”, „/opt argumenty” alebo „+opt argumenty”" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s voľba príkazového riadka" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Vášmu hľadaniu nezodpovedá žiadny dokument. Prosím, skontrolujte, že všetky zadané slová sú správne napísané a že ste zvolili vhodné kategórie." -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "voľba príkazového riadka" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "položke glosára musí predchádzať prázdny riadok" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Hľadanie" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "položky glosára nesmú byť oddelené prázdnymi riadkami" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Príprava hľadania..." -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "glosár vyzerá byť zle naformátovaný, skontrolujte odsadenie" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", v " -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termín glosára" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Zmeny vo verzii %(version)s — %(docstitle)s" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "jazykový token" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "menovka odkazu" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automaticky generovaný zoznam zmien vo verzii %(version)s" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "premenná prostredia" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Zmeny knižnice" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "voľba programu" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Zmeny API C" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostatné zmeny" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Index modulov" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "pokračovanie z predošlej strany" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicitný %s popis %s, ďalší výskyt v %s" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "pokračuje na ďalšej strane" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig je vypnutý, :numref: je ignorované." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "Zlyhalo vytvorenie krížového odkazu. Nie je priradené žiadne číslo: %s" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboly" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" -msgstr "odkaz nemá popisok: %s" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Čísla" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "neplatný numfig_format: %s (%r)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "strana" -#: domains/std/__init__.py:1157 +#: environment/collectors/asset.py:98 #, python-format -msgid "invalid numfig_format: %s" -msgstr "neplatný numfig_format: %s" +msgid "image file not readable: %s" +msgstr "súbor obrázku nemožno čítať: %s" -#: domains/std/__init__.py:1453 +#: environment/collectors/asset.py:126 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "image file %s not readable: %s" +msgstr " Súbor obrázku %s nemožno čítať: %s" -#: domains/std/__init__.py:1456 +#: environment/collectors/asset.py:165 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "download file not readable: %s" +msgstr "súbor na stiahnutie nemožno čítať: %s" -#: ext/napoleon/docstring.py:178 +#: environment/collectors/toctree.py:257 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "neplatná hodnota množiny (chýba koncová zátvorka): %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s už je priradené číslo sekcie (vnorený číslovaný strom obsahu?)" -#: ext/napoleon/docstring.py:185 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "neplatná hodnota množiny (chýba začiatočná zátvorka): %s" +msgid "see %s" +msgstr "viď %s" -#: ext/napoleon/docstring.py:192 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "neplatná textová konštanta (chýba koncová úvodzovka): %s" +msgid "see also %s" +msgstr "viď aj %s" -#: ext/napoleon/docstring.py:199 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "neplatná textová konštanta (chýba začiatočná úvodzovka): %s" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Príklad" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Príklady" +msgid "unknown index entry type %r" +msgstr "neznámy typ položky indexu %r" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argumenty kľúčových slov" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "zistený cirkulárny odkaz stromu obsahu, ignorované: %s <- %s" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Poznámky" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "strom obsahu obsahuje odkaz na dokument %r, ktorý nemá názov, odkaz nebude generovaný" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Ostatné parametre" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Varovania" +#: transforms/post_transforms/__init__.py:233 +#, 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" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "%r reference target not found: %s" +msgstr "%r cieľ odkazu nenájdený: %s" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "alias of %s" -msgstr "alias pre %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Nemožno získať vzdialený obrázok: %s [%s]" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Bases: %s" -msgstr "Základ: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Nemožno získať vzdialený obrázok: %s [%d]" + +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Neznámy formát obrázku: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3421,214 +3641,71 @@ msgstr "" msgid "\"::\" in automodule name doesn't make sense" msgstr "„::” v automodule nedáva zmysel" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "" - -#: ext/apidoc/_cli.py:28 -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 "" - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "cesta k dokumentovanému modulu" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "adresár umiestnenia výstupu" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "maximálna hĺbka submodulov, ktorá má byť zobrazená v obsahu (predvolene: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "prepísať existujúce súbory" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "nasledovať symbolické odkazy. Vhodné v kombinácii s collective.recipe.omelette." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "spustí skript bez vytvorenia súborov" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "umiestniť dokumentáciu každého modulu vo vlastnej stránke" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "zahrnúť ”_súkromné” moduly" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "meno súboru obsahu (predvolene: modules)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "nevytvárať súbor obsahu" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "vložiť dokumentáciu modulu pred dokumentáciou submodulu" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpretovať cesty modulov v zmysle implicitnej špecifikácie menných priestorov PEP-0420" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "prípona súboru (predvolene: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "generovať úplný projekt pomocou sphinx-quickstart" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "pripojiť module_path do sys.path, použité pri --full" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "meno projektu (predvolene: meno koreňového modulu)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "autor(i) projektu, použité pri --full" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "verzia projektu, použité pri --full" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "vydanie projektu, použité pri --full, predvolene --doc-version" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "voľby rozšírenia" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s nie je adresár." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" - -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" - -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "alias of %s" +msgstr "alias pre %s" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "Bases: %s" +msgstr "Základ: %s" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "Autosummary s popiskom vyžaduje voľbu :toctree: , ignorované." + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "zlyhal import objektu %s" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: súbor nenájdený: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3701,129 +3778,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "Autosummary s popiskom vyžaduje voľbu :toctree: , ignorované." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" -msgstr "zlyhal import objektu %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: súbor nenájdený: %s" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/apidoc/_cli.py:28 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "nastali problémy s niektorými inventármi, ale boli nájdené funkčné alternatívy:" +"\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 "" + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "cesta k dokumentovanému modulu" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "adresár umiestnenia výstupu" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "maximálna hĺbka submodulov, ktorá má byť zobrazená v obsahu (predvolene: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "prepísať existujúce súbory" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "nasledovať symbolické odkazy. Vhodné v kombinácii s collective.recipe.omelette." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "spustí skript bez vytvorenia súborov" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "umiestniť dokumentáciu každého modulu vo vlastnej stránke" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "zahrnúť ”_súkromné” moduly" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "meno súboru obsahu (predvolene: modules)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "nevytvárať súbor obsahu" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "vložiť dokumentáciu modulu pred dokumentáciou submodulu" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpretovať cesty modulov v zmysle implicitnej špecifikácie menných priestorov PEP-0420" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" + +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "prípona súboru (predvolene: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "generovať úplný projekt pomocou sphinx-quickstart" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "pripojiť module_path do sys.path, použité pri --full" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "meno projektu (predvolene: meno koreňového modulu)" + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autor(i) projektu, použité pri --full" + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "verzia projektu, použité pri --full" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "vydanie projektu, použité pri --full, predvolene --doc-version" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "voľby rozšírenia" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "inventár intersphinx bol presunutý: %s -> %s" +msgid "%s is not a directory." +msgstr "%s nie je adresár." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3865,445 +4028,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Neplatné __slots__ nájdené v %s. Ignorované." - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "chyba formátovania argumentov %s: %s" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Zlyhalo spracovanie predvolenej hodnoty argumentu %r: %s" - -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:61 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ má byť zoznam reťazcov, nie %r (v module %s) -- ignorované __all__" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:94 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "chýbajúci atribút spomenutý vo voľbe :members: : modul %s, atribút %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "chýba atribút %s objektu %s" - -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias pre TypeVar(%s)" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" - -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Stránky HTML sú v %(outdir)s." - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Čítanie súboru zostavenia info zlyhalo: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "ďalší" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "predošlý" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "generovanie indexov" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "zapisovanie dodatočných stránok" - -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "kopírovanie súborov na stiahnutie…" - -#: builders/html/__init__.py:807 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" - -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:871 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Kopírovanie súboru v html_static_file zlyhalo: %s: %r" - -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "kopírovanie statických súborov" - -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" -msgstr "nemožno kopírovať statický súbor %r" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "kopírovanie extra súborov" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "nemožno kopírovať extra súbor %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "nastali problémy s niektorými inventármi, ale boli nájdené funkčné alternatívy:" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Zápis súboru zostavenia info zlyhal: %r" - -#: builders/html/__init__.py:994 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "index hľadania nemožno načítať, ale nebudú zostavované všetky dokumenty, takže index nebude kompletný." +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "stránka %s vyhovuje dvom vzorom v html_sidebars: %r a %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "inventár intersphinx bol presunutý: %s -> %s" -#: builders/html/__init__.py:1204 -#, python-format -msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "pri spracovaní stránky %s nastala chyba Unicode. Prosím, zaistite, že všetky konfiguračné hodnoty, ktoré obsahujú nieASCII hodnotu sú reťazce Unicode." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumenty kľúčových slov" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "" +msgid "invalid value set (missing closing brace): %s" +msgstr "neplatná hodnota množiny (chýba koncová zátvorka): %s" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Nastala chyba pri spracovaní stránky %s.\nPríčina: %r" - -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "generovanie inventára objektov…" +msgid "invalid value set (missing opening brace): %s" +msgstr "neplatná hodnota množiny (chýba začiatočná zátvorka): %s" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "dumping search index in %s" -msgstr "generovanie indexu hľadania v %s" +msgid "malformed string literal (missing closing quote): %s" +msgstr "neplatná textová konštanta (chýba koncová úvodzovka): %s" -#: builders/html/__init__.py:1313 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "neplatné js_file: %r, ignorované" +msgid "malformed string literal (missing opening quote): %s" +msgstr "neplatná textová konštanta (chýba začiatočná úvodzovka): %s" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Zaregistrovaných je viac math_renderer, ale žiadny nie je zvolený." +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Príklad" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Zdaný neznámy math_renderer %r." +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Príklady" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "položka html_extra_path %r je umiestnené vo vnútri výstupného adresára" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Poznámky" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "položka „html_extra_path entry” %r neexistuje" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Ostatné parametre" + +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "" + +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "" + +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Varovania" + +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "položka html_static_path %r je umiestnené vo vnútri výstupného adresára" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "položka „html_static_path” %r neexistuje" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "logo file %r does not exist" -msgstr "súbor loga %r neexistuje" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "favicon file %r does not exist" -msgstr "súbor favicon %r neexistuje" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Zlyhalo spracovanie predvolenej hodnoty argumentu %r: %s" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%s %s documentation" -msgstr "Dokumentácia %s %s" +msgid "error while formatting arguments for %s: %s" +msgstr "chyba formátovania argumentov %s: %s" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r nemá nastavenia „theme”" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "téma %r nemá nastavenie „1%s”" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Súbory LaTeX sú v %(outdir)s." - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nSpustite v tomto adresári 'make' na ich spustenie pomocou (pdf)latex\n(použite tu 'make latexpdf' aby to bolo spustené automaticky)." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "nebola nájdená konfiguračná voľba „latex_documents”; dokmenty nebudú zapísané" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokument %s" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "kopírovanie podporných súborov Tex" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "kopírovanie dodatočných súborov" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Neplatné __slots__ nájdené v %s. Ignorované." -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Neznámy konfiguračný kľúč: latex_elements[%r], ignorovaný." +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Neznáma voľba témy: latex_theme_options[%r], ignorovaná." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ má byť zoznam reťazcov, nie %r (v module %s) -- ignorované __all__" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s už je priradené číslo sekcie (vnorený číslovaný strom obsahu?)" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "chýbajúci atribút spomenutý vo voľbe :members: : modul %s, atribút %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "image file not readable: %s" -msgstr "súbor obrázku nemožno čítať: %s" +msgid "missing attribute %s in object %s" +msgstr "chýba atribút %s objektu %s" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file %s not readable: %s" -msgstr " Súbor obrázku %s nemožno čítať: %s" +msgid "alias of TypeVar(%s)" +msgstr "alias pre TypeVar(%s)" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" -msgstr "súbor na stiahnutie nemožno čítať: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Prerušené!" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "zistený cirkulárny odkaz stromu obsahu, ignorované: %s <- %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "strom obsahu obsahuje odkaz na dokument %r, ktorý nemá názov, odkaz nebude generovaný" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "viď %s" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "viď aj %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "neznámy typ položky indexu %r" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Prosím, nahláste to, i keď to bola chyba používateľa, aby mohla byť nabudúce poskytnutá lepšia chybová správa." diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index aa91f949677..53f7ece2bf4 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 61a68fa5b26..db3b32aa458 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (http://app.transifex.com/sphinx-doc/sphinx-1/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,2700 +396,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:952 +#: ext/viewcode.py:359 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Pozor" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Previdno" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Nevarno" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Napaka" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Nasvet" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Pomembno" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Opomba" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Poglej Tudi" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Nasvet" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Opozorilo" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (v " +#: ext/todo.py:166 +msgid "original entry" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Opombe" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[slika]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Abecedni seznam" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Vgrajeni deli" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Nivo modula" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Pozor" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Previdno" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nevarno" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Napaka" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Nasvet" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Pomembno" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Opomba" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Poglej Tudi" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Nasvet" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Opozorilo" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:157 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:124 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid option." +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:127 +msgid "Please enter some text." msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" +#: cmd/quickstart.py:134 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/quickstart.py:230 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (vgrajene funkcije)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (razred)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribut)" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Vrne" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Vrne tip" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funkcija" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "razred" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: cmd/quickstart.py:372 #, python-format -msgid ":%s: (directive option)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/changeset.py:33 +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Changed in version %s" -msgstr "Spremenjeno v verziji %s" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Zastarelo od verzije %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +msgid "Creating file %s." msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "%s %s" +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:531 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:109 +#: cmd/quickstart.py:577 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"\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 "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Avtor sekcije: " -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Avtor modula: " -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:209 +msgid "Author: " +msgstr "Avtor: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:87 #, python-format -msgid "Please enter one of %s." +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:233 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:235 +#: directives/code.py:237 +#, python-format msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:278 #, python-format -msgid "Selected root path: %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" - -#: cmd/quickstart.py:274 -msgid "" -"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." +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:298 +#: util/i18n.py:253 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "" - -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "" - -#: cmd/quickstart.py:303 -msgid "Author name(s)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:340 +#: util/osutil.py:131 +#, python-format msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "" - -#: cmd/quickstart.py:344 -msgid "Source file suffix" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:368 +#: util/fileutil.py:76 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:378 +#: util/docfields.py:100 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:397 +#: util/nodes.py:459 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:407 -msgid "" -"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." +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (vgrajene funkcije)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:186 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s() (class)" +msgstr "%s() (razred)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:520 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s atribut)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:531 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Vrne" -#: cmd/quickstart.py:573 -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 "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Vrne tip" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funkcija" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "razred" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:628 -msgid "project name" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/math.py:73 #, python-format -msgid "enable %s extension" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "" - -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" - -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Spremenjeno v verziji %s" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastarelo od verzije %s" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Vgrajeni deli" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Nivo modula" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/other.py:119 +#: builders/changes.py:146 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:230 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:238 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Avtor sekcije: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Avtor modula: " - -#: directives/other.py:207 -msgid "Code author: " +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Avtor: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:336 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:343 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:354 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:367 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:383 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Object named %r not found in include file %r" +msgid "building [%s]: " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:416 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%d found" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Abecedni seznam" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Opombe" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[slika]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:500 #, python-format -msgid "numfig_format is not defined for %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:537 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:29 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "no Babel option known for language %r" +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:616 +#: builders/singlehtml.py:35 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:83 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:41 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:44 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:299 +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:85 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (v " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/inventory.py:166 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:113 +#: builders/texinfo.py:218 #, python-format -msgid "writing error: %s, %s" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:146 +#: builders/_epub_base.py:223 #, python-format -msgid "locale_dir %s does not exist" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:436 #, python-format -msgid "Invalid Babel locale: %r." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/i18n.py:253 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:361 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown role name: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/fileutil.py:89 +#: builders/_epub_base.py:802 #, python-format -msgid "Writing evaluated template result to %s" +msgid "writing %s file..." msgstr "" -#: util/docfields.py:103 +#: builders/manpage.py:37 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:64 #, python-format -msgid "default role %s not found" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:462 +#: builders/latex/__init__.py:115 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:118 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:167 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "nadaljevanje iz prejšnje strani" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Izdaja" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Izdaja" - -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/transforms.py:487 #, python-format -msgid "Unknown image format: %s..." +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/theming.py:90 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/html/__init__.py:114 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/html/__init__.py:337 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Splošni abecedni seznam" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "abecedni seznam" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "naprej" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "nazaj" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigacija" - -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:783 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Išči med %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O dokumentih" - -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Išči" +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Vse pravice pridržane" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:807 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:853 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zadnjič posodobljeno %(last_updated)s." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:874 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Prejšnja tema" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "prejšnje poglavje" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Naslednja tema" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "naslednje poglavje" - -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:880 #, python-format -msgid "Index – %(key)s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Poln indeks na eni strani" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Trenutna stran" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Prikaži izvorno kodo" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Hitro iskanje" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Potrdi" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Pregled" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Kazalo in seznami:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Popoln Seznam Vsebine" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "prikazi vse sekcije in podsekcije" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Iskalnik" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "išči po dokumentaciji" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Splošen seznam modulov" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "hiter dostop do vseh modulov" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Splošni abecedni seznam" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "vse funkcije, razredi, izrazi" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:954 #, python-format -msgid "Search %(docstitle)s" -msgstr "Išči %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indeksiraj strani po črki" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "lahko je veliko" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript." +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "išči" - -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Rezultati Iskanja" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skrij resultate iskanja" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Avtomatsko generiran seznam sprememb v verziji %(version)s" +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Spremembe knjižnice" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API spremembe" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ostale spremembe" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametri" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Sproži izjemo" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3110,81 +3024,26 @@ msgstr "" msgid " (deprecated)" msgstr " (zastarelo)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "član" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "tip" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametri" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Sproži izjemo" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3220,482 +3079,584 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "okoljska spremenljivka" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Seznam modulov" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Iskalnik" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "član" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tip" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "A mocked object is detected: %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "alias of %s" +msgid "Search %(docstitle)s" +msgstr "Išči %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Prejšnja tema" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "prejšnje poglavje" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Naslednja tema" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "naslednje poglavje" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Išči" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/search.html:35 +msgid "search" +msgstr "išči" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Trenutna stran" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Prikaži izvorno kodo" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Bases: %s" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Poln indeks na eni strani" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" + +#: themes/basic/layout.html:115 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Išči med %(docstitle)s" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O dokumentih" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Vse pravice pridržane" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Zadnjič posodobljeno %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hitro iskanje" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Potrdi" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Pregled" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Kazalo in seznami:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Popoln Seznam Vsebine" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "prikazi vse sekcije in podsekcije" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "išči po dokumentaciji" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Splošen seznam modulov" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "hiter dostop do vseh modulov" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "vse funkcije, razredi, izrazi" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksiraj strani po črki" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "lahko je veliko" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Skrij resultate iskanja" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Rezultati Iskanja" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Avtomatsko generiran seznam sprememb v verziji %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Spremembe knjižnice" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API spremembe" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostale spremembe" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "nadaljevanje iz prejšnje strani" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3744,563 +3705,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "abecedni seznam" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "naprej" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "nazaj" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index e8e5825e9d9..ac20aa2d51d 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -1,21 +1,21 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# FIRST AUTHOR , 2025. +# FIRST AUTHOR , 2026. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Sphinx 9.0.4\n" +"Project-Id-Version: Sphinx 9.1.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-04 06:45+0000\n" +"POT-Creation-Date: 2026-08-23 22:51+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" #: roles.py:205 #, python-format @@ -52,90 +52,166 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes" -" are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called " +"sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a " +"list of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but " +"`{current}` is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep " +"pre-2.0 behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -152,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -209,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -226,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -299,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -307,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -320,1307 +396,891 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it" " should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes" +" are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called " -"sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a " -"list of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but " -"`{current}` is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep " -"pre-2.0 behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' " +"requires ImageMagick by default. Ensure it is installed, or set the " +"'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose" -" another doctree directory." -msgstr "" - -#: environment/__init__.py:518 +#: ext/imgconverter.py:83 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:117 +msgid "====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/duration.py:136 +msgid "====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:139 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%.3fs %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:154 #, python-format -msgid "processing %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:287 #, python-format -msgid "cannot copy image file %r: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:339 #, python-format -msgid "error writing file Makefile: %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:344 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/extlinks.py:82 +#, python-format +msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:243 +#: ext/imgmath.py:167 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"%s command %r cannot be run (needed for math display), check the " +"imgmath_%s setting" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:326 #, python-format -msgid "building [%s]: " +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:362 #, python-format -msgid "targets for %d template files" +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:139 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:159 -#, python-format -msgid "broken link: %s (%s)" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:297 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:568 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:48 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:224 +#: ext/coverage.py:148 +#, python-format msgid "" -"conf value \"epub_language\" (or \"language\") should not be empty for " -"EPUB3" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:235 +#: ext/coverage.py:172 +#, python-brace-format, python-format msgid "" -"conf value \"epub_title\" (or \"html_title\") should not be empty for " -"EPUB3" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "" -"conf value \"epub_copyright\" (or \"copyright\")should not be empty for " -"EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 -#, python-format -msgid "invalid css_file: %r, ignored" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:258 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: transforms/__init__.py:300 #, python-format -msgid "error writing file %s: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated:" +" {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:350 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:355 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:361 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose" +" another doctree directory." msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format -msgid "file %r given on command line is not under the source directory, ignoring" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:382 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "targets for %d source files that are out of date" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1199 +msgid "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1229 #, python-format -msgid "%d found" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this " +"table can not be rendered as a tabulary; the given colspec will be " +"ignored." msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:1954 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:499 -#, python-format -msgid "%s added, %s changed, %s removed" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a " -"different location." +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:545 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from" -" conf.py." +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not " -"included in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:563 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document " -"must be within the source directory or a subdirectory of it." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' " -"requires ImageMagick by default. Ensure it is installed, or set the " -"'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the " -"imgmath_%s setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1868,1164 +1528,1421 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: cmd/quickstart.py:275 +msgid "" +"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 "" + +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: cmd/quickstart.py:288 +msgid "" +"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 "" + +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: cmd/quickstart.py:299 +msgid "The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:310 +msgid "" +"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 "" + +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-" +"language." +msgstr "" + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" + +#: cmd/quickstart.py:351 +msgid "" +"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 "" + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root " +"path." +msgstr "" + +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:382 +msgid "Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has" +" been deselected." +msgstr "" + +#: cmd/quickstart.py:411 +msgid "" +"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 "" + +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other " +"documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:577 +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 "" + +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:771 msgid "" -"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." +"\"quiet\" is specified, but any of \"project\" or \"author\" is not " +"specified." msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: cmd/quickstart.py:790 +msgid "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:298 -msgid "The project name will occur in several places in the built documentation." +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a " +"new root path." msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-" -"language." +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:368 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root " -"path." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:378 -msgid "Please enter a new file name, or rename the existing file and press Enter" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has" -" been deselected." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:407 +#: directives/code.py:237 +#, python-format msgid "" -"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." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: directives/code.py:316 #, python-format -msgid "Creating file %s." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path" +" as a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:520 +#: util/i18n.py:100 #, python-format -msgid "" -"You should now populate your master file %s and create other " -"documentation\n" -"source files. " +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:531 +#: util/i18n.py:146 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:573 +#: util/i18n.py:253 +#, python-format 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 "" - -#: cmd/quickstart.py:592 -msgid "quiet mode" +"Invalid date format. Quote the string by single quote if you want to " +"output it directly: %s" msgstr "" -#: cmd/quickstart.py:602 -msgid "project root" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:605 -msgid "Structure options" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:631 -msgid "author names" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination " +"path has existing data)." msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role " +"is not in the domain." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: " +"%s' instead." msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:184 domains/python/__init__.py:279 #, python-format -msgid "enable %s extension" +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:767 -msgid "" -"\"quiet\" is specified, but any of \"project\" or \"author\" is not " -"specified." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:786 -msgid "Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a " -"new root path." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: directives/other.py:119 +#: domains/javascript.py:458 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/__init__.py:322 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s %s" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path" -" as a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this " -"table can not be rendered as a tabulary; the given colspec will be " -"ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a " +"different location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from" +" conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not " +"included in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document " +"must be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated:" -" {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/epub3.py:224 msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"conf value \"epub_language\" (or \"language\") should not be empty for " +"EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "" +"conf value \"epub_title\" (or \"html_title\") should not be empty for " +"EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "" +"conf value \"epub_copyright\" (or \"copyright\")should not be empty for " +"EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to " -"output it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination " -"path has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role " -"is not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: " -"%s' instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a" -" bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py" -" with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the" +" index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses " +"the 'style' field in HTML templates, which was was deprecated in Sphinx " +"5.1 and removed in Sphinx 7.0. The theme must be updated to use the " +"'styles' field instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words " -"are spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern" +" has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected " +"in configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3122,63 +3039,143 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "environment variable; %s" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: domains/cpp/__init__.py:302 +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" + +#: domains/std/__init__.py:239 #, python-format -msgid "%s (C++ %s)" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\"," +" \"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/cpp/__init__.py:946 -msgid "concept" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" +#: domains/std/__init__.py:730 +msgid "glossary term" msgstr "" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" +#: domains/std/__init__.py:731 +msgid "grammar token" msgstr "" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/std/__init__.py:732 +msgid "reference label" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "" + +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "" + +#: domains/std/__init__.py:736 +msgid "document" +msgstr "" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "" + +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/std/__init__.py:858 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1125 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: domains/std/__init__.py:1139 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: domains/std/__init__.py:1454 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" #: domains/c/__init__.py:211 @@ -3186,6 +3183,21 @@ msgstr "" msgid "%s (C %s)" msgstr "" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + #: domains/c/__init__.py:778 msgid "variable" msgstr "" @@ -3198,447 +3210,511 @@ msgstr "" msgid "struct" msgstr "" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 -#, python-format -msgid "environment variable; %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: domains/std/__init__.py:116 -#, python-format -msgid "%s; configuration value" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: domains/std/__init__.py:172 -msgid "Type" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: domains/std/__init__.py:182 -msgid "Default" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: domains/std/__init__.py:239 +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\"," -" \"--opt args\", \"/opt args\" or \"+opt args\"" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: domains/std/__init__.py:319 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "%s command line option" +msgid "Search %(docstitle)s" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "" + +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: domains/std/__init__.py:857 +#: themes/basic/layout.html:115 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Search within %(docstitle)s" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: domains/std/__init__.py:1138 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "the link has no caption: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: domains/std/__init__.py:1153 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: domains/std/__init__.py:1157 +#: themes/basic/layout.html:204 #, python-format -msgid "invalid numfig_format: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 ext/autodoc/_names.py:53 -#: ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "return annotation given for automodule: '%s'" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Failed to remove %s: %s" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "fnmatch-style file and/or directory patterns to exclude from generation" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no " +"link will be generated" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a" +" bug." msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "%s is not a directory." +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_legacy_class_based/_documenters.py:239 ext/autodoc/_names.py:45 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 ext/autodoc/_names.py:53 +#: ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must be a dict" +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 "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with " +"%r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does " +"not contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3714,611 +3790,540 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with " -"%r." -msgstr "" - -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does " -"not contain .rst. Skipped." -msgstr "" - -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. " -"Project identifiers must be non-empty strings." -msgstr "" - -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element " -"tuple or list." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target " -"URI, inventory locations) pair." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had " -"working alternatives:" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in" -" object %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following " -"exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. " +"Project identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element " +"tuple or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target " +"URI, inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had " +"working alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the" -" index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses " -"the 'style' field in HTML templates, which was was deprecated in Sphinx " -"5.1 and removed in Sphinx 7.0. The theme must be updated to use the " -"'styles' field instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern" -" has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected " -"in configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in" +" object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following " +"exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no " -"link will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py" +" with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo index 5c1e09b0f73..eba94d770c3 100644 Binary files a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.po b/sphinx/locale/sq/LC_MESSAGES/sphinx.po index 4a3a548f863..04deccf185c 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Besnik Bleta , 2021-2025\n" "Language-Team: Albanian (http://app.transifex.com/sphinx-doc/sphinx-1/language/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -55,91 +55,166 @@ msgstr "numër PEP i pavlefshëm %s" msgid "invalid RFC number %s" msgstr "numër RFC i pavlefshëm %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "O nome do analisador léxico de Pygments %r não é conhecido" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "Nuk mbulohen seksione formësimi teme të tjerë nga [theme] dhe [options] (u provua të merre një vlerë nga %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "A sintaxe literal_block %r foi \"%s\" e resultou em um erro no token: %r. Tentando novamente em modo relaxado." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "rregullimi %s.%s nuk haset në asnjë prej formësimeve temash ku u kërkua" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "drejtoria e formësimeve nuk përmban një kartelë conf.py (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "është dhënë mundësi teme %r e pambuluar" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "“%s” duhet të jetë “0” ose “1”, u mora “%s”" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "kartela %r te shteg teme s’është kartelë zip e vlefshme ose nuk përmban temë" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "s’mund të anashkalohet rregullim formësimi fjalorthi %r, po shpërfillet (për të ujdisur elemente individuale, përdorni %r)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "s’u gjet temë e emërtuar %r (mungon theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "numër %r i pavlefshëm për vlerë formësimi %r, po shpërfillet" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "Tema %r ka trashëgimi rrethore" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "s’mund të anashkalohet rregullim formësimi %r me një lloj të pambuluar, po shpërfillet" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "vlerë e panjohur formësimi %r te anashkalimi, po shpërfillet" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "S’ka vlerë të tillë formësimi: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Vlerë formësimi %r e pranishme tashmë" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "Tema %r trashëgon nga %r, e cila s’është temë e ngarkuar. Temat e ngarkuara janë: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "não é possível armazenar em cache o valor de configuração não serializável com pickle: %r (porque ele contém um objeto de função, classe ou módulo)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "U gjet vlerë e pavlefshme formësimi: 'language = Asnjë'. Përditësojeni formësimin tuaj me një kod të vlefshëm gjuhe. Përkohësisht po përdoret 'en' (anglisht)." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "Tema %r ka shumë paraardhës" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Ka një gabim sintakse te kartela juaj e formësimit: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Kartela e formësimit (ose një nga modulet që ajo importon) thirri sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "s’u gjet kartelë formësimi teme në %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Ka një gabim të programueshëm te kartela juaj e formësimit:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "tema %r s’ka tabelën “theme”" +msgid "Failed to convert %r to a frozenset" +msgstr "S’u arrit të shndërrohej %r në një grup të ngrirë" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "Tabela “[theme]” e temës %r s’është tabelë" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Po shndërrohet `source_suffix = %r` në `source_suffix = %r`." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "Tema %r duhet të përcaktojë rregullimin “theme.inherit”" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "Për vlerën e formësimit `source_suffix' pritet fjalor, varg, ose një listë vargjesh. Në vend të tyre u mor `%r' (lloji %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "Tablea “[options]” e temës %r s’është tabelë" +msgid "Section %s" +msgstr "Ndarja %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "Rregullimi “theme.pygments_style” duhet të jetë një tabelë. Ndihmëz: “%s”" +msgid "Fig. %s" +msgstr "Figura %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Listando %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "për dokumentin “%s” u gjetën disa kartela: %s\nPërdorni %r për montimin." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Vlera e formësimit `{name}` duhet të jetë një nga {candidates}, por është dhënë `{current}`." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Vlera e formësimit `{name}' është e llojit `{current.__name__}'; pritej {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Vlera e formësimit `{name}' është e llojit `{current.__name__}', si parazgjedhje merr `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "U shpërfill dokument i palexueshëm %r." +msgid "primary_domain %r not found, ignored." +msgstr "s’u gjet primary_domain %r, po shpërfillet." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx-i tanimë përdor “index” si dokumentin kryesor, si parazgjedhje. Që të mbahet sjellja e para-2.0, vini “master_doc = 'contents'”." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "Mbulimi për kodim burimesh tjetër nga UTF-8 është nxjerrë nga përdorimi dhe do të hiqet me Sphinx 10. Ju lutemi, nëse kjo shkakton ndonjë problem, komentoni te https://github.com/sphinx-doc/sphinx/issues/13665." #: extension.py:58 #, python-format @@ -155,17 +230,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Ky projekt lyp zgjerimin %s të paktën nën versionin %s dhe prandaj s’mund të montohet me versionin e ngarkuar (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "O nome do analisador léxico de Pygments %r não é conhecido" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "për dokumentin “%s” u gjetën disa kartela: %s\nPërdorni %r për montimin." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "A sintaxe literal_block %r foi \"%s\" e resultou em um erro no token: %r. Tentando novamente em modo relaxado." +msgid "Ignored unreadable document %r." +msgstr "U shpërfill dokument i palexueshëm %r." #: events.py:92 #, python-format @@ -212,7 +287,7 @@ msgstr "Ky projekt lyp të paktën Sphinx v%s, ndaj s’mund të montohet me kë msgid "making output directory" msgstr "po krijohet drejtori përfundimesh" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "teksa ujdiset zgjerimi %s:" @@ -229,7 +304,7 @@ msgstr "'setup' siç është përcaktuar aktualisht te conf.py s’është funks msgid "loading translations [%s]... " msgstr "po ngarkohen përkthime [%s]… " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "u bë" @@ -302,7 +377,7 @@ msgstr "direktiva %r është tashmë e regjistruar dhe s’do të anashkalohet" msgid "role %r is already registered and will not be overridden" msgstr "roli %r është tashmë i regjistruar dhe s’do të anashkalohet" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "zgjerimi %s nuk deklaron nëse është i parrezik për lexim paralel, po merret se s’është - ju lutemi, kërkojini autorin të zgjerimit ta kontrollojë dhe ta bëjë këtë shprehimisht" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "zgjerimi %s s’është i sigurt për lexim paralel" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,1302 +398,894 @@ msgid "" "explicit" msgstr "zgjerimi %s nuk deklaron nëse është i parrezik për shkrim paralel, po merret se s’është - ju lutemi, kërkojini autorin të zgjerimit ta kontrollojë dhe ta bëjë këtë shprehimisht" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "zgjerimi %s s’është i sigurt për shkrim paralel" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "fazer %s serial" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s e montuesit nuk ka atribut \"name\"" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Montuesi %r ekziston tashmë (te moduli %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Emër %s montuesi jo i regjistruar ose i passhëm përmes pike hyrjeje" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Emër montuesi %s jo i regjistruar" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "përkatësi %s e regjistruar tashmë" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "përkatësi %s ende e paregjistruar" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Direktiva %r është e regjistruar tashmë te përkatësia %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Roli %r është i regjistruar tashmë te përkatësia %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Treguesi %r është i regjistruar tashmë te përkatësia %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r është i regjistruar tashmë" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r është i regjistruar tashmë" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r është i regjistruar tashmë" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser për %r është i regjistruar tashmë" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Përtypës burimesh për %s jo i regjistruar" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Përkthyesi për %r ekziston tashmë" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs për add_node() duhet të jetë një çift funksioni (visit, depart): %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r tashmë i regjistruar" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "vizatuesi i formulave matematikore %s është i regjistruar tashmë" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "zgjerimi %r qe shkrirë me Sphinx-in që me versionin %s; ky zgjerim është shpërfillur." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Përjashtimi origjinal:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "S’u importua dot zgjerimi %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "zgjerimi %r s’ka funksion setup(); a është vërtet një modul zgjerimi Sphinx-i?" -#: registry.py:567 +#: registry.py:574 #, 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 "Zgjerimi %s i përdorur nga ky projekt lyp të paktën Sphinx v%s; prandaj s’mund të montohet me këtë version." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "zgjerimi %r u përgjigj me një objekt të pambuluar prej funksionit të vet setup(); duhet të përgjigjet me Asnjë ose një fjalorth tejtëdhënash" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` s’është lloj i vlefshëm kartele për %r." -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "drejtoria e formësimeve nuk përmban një kartelë conf.py (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "“%s” duhet të jetë “0” ose “1”, u mora “%s”" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "s’mund të anashkalohet rregullim formësimi fjalorthi %r, po shpërfillet (për të ujdisur elemente individuale, përdorni %r)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "numër %r i pavlefshëm për vlerë formësimi %r, po shpërfillet" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "Nuk mbulohen seksione formësimi teme të tjerë nga [theme] dhe [options] (u provua të merre një vlerë nga %r)." -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "s’mund të anashkalohet rregullim formësimi %r me një lloj të pambuluar, po shpërfillet" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "rregullimi %s.%s nuk haset në asnjë prej formësimeve temash ku u kërkua" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "vlerë e panjohur formësimi %r te anashkalimi, po shpërfillet" +msgid "unsupported theme option %r given" +msgstr "është dhënë mundësi teme %r e pambuluar" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "S’ka vlerë të tillë formësimi: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "kartela %r te shteg teme s’është kartelë zip e vlefshme ose nuk përmban temë" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "Vlerë formësimi %r e pranishme tashmë" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "s’u gjet temë e emërtuar %r (mungon theme.toml?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "não é possível armazenar em cache o valor de configuração não serializável com pickle: %r (porque ele contém um objeto de função, classe ou módulo)" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "U gjet vlerë e pavlefshme formësimi: 'language = Asnjë'. Përditësojeni formësimin tuaj me një kod të vlefshëm gjuhe. Përkohësisht po përdoret 'en' (anglisht)." +msgid "The %r theme has circular inheritance" +msgstr "Tema %r ka trashëgimi rrethore" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Ka një gabim sintakse te kartela juaj e formësimit: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Kartela e formësimit (ose një nga modulet që ajo importon) thirri sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "Tema %r trashëgon nga %r, e cila s’është temë e ngarkuar. Temat e ngarkuara janë: %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Ka një gabim të programueshëm te kartela juaj e formësimit:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "Tema %r ka shumë paraardhës" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "S’u arrit të shndërrohej %r në një grup të ngrirë" +msgid "no theme configuration file found in %r" +msgstr "s’u gjet kartelë formësimi teme në %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Po shndërrohet `source_suffix = %r` në `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" +msgstr "tema %r s’ka tabelën “theme”" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "Për vlerën e formësimit `source_suffix' pritet fjalor, varg, ose një listë vargjesh. Në vend të tyre u mor `%r' (lloji %s)." +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "Tabela “[theme]” e temës %r s’është tabelë" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Ndarja %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "Tema %r duhet të përcaktojë rregullimin “theme.inherit”" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Figura %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "Tablea “[options]” e temës %r s’është tabelë" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabela %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "Rregullimi “theme.pygments_style” duhet të jetë një tabelë. Ndihmëz: “%s”" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listando %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Përdorimi:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Vlera e formësimit `{name}` duhet të jetë një nga {candidates}, por është dhënë `{current}`." +msgid "{0} [OPTIONS] []" +msgstr "{0} [MUNDËSI] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Vlera e formësimit `{name}' është e llojit `{current.__name__}'; pritej {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "Prodhuesi i dokumentimit Sphinx" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Vlera e formësimit `{name}' është e llojit `{current.__name__}', si parazgjedhje merr `{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Urdhra:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "s’u gjet primary_domain %r, po shpërfillet." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Mundësi" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "Sphinx-i tanimë përdor “index” si dokumentin kryesor, si parazgjedhje. Që të mbahet sjellja e para-2.0, vini “master_doc = 'contents'”." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "Për më tepër informacion, vizitoni https://www.sphinx-doc.org/en/master/man/." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "Mbulimi për kodim burimesh tjetër nga UTF-8 është nxjerrë nga përdorimi dhe do të hiqet me Sphinx 10. Ju lutemi, nëse kjo shkakton ndonjë problem, komentoni te https://github.com/sphinx-doc/sphinx/issues/13665." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: gabim: {1}\nPër informacion, xhironi '{0} --help'" -#: environment/__init__.py:89 -msgid "new config" -msgstr "formësim i ri" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "Administroni dokumentimin me Sphinx." -#: environment/__init__.py:90 -msgid "config changed" -msgstr "formësimi ndryshoi" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Shfaq versionin dhe dil." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "zgjerimet u ndryshuan" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Shfaq këtë mesazh dhe dil." -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "version jo i tanishëm i mjedisit të montimit" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Regjistrim" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "drejtoria burim ka ndryshuar" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Aumentar a verbosidade (pode ser repetido)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "Formësimi është ndryshuar (1 mundësi: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Vetëm gabime dhe sinjalizime shtypjeje" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "Formësimi është ndryshuar (%d mundësi: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Pa dhënë gjë" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "Formësimi është ndryshuar (%d mundësi: %s, …)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Ky mjedis është i papërputhshëm me montuesin e përzgjedhur, ju lutemi, zgjidhni një tjetër drejtori doctree." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Shihni 'sphinx --help'.\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "S’u arrit të skanohen dokumente te %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "S’arrihet të xhirohet urdhri %r. për shndërrim figure. Si parazgjedhje, 'sphinx.ext.imgconverter' lyp ImageMagick. Sigurohuni se është i instaluar, ose për mundësinë 'image_converter' caktoni një urdhër vetjak shndërrimi .\n\nTraceback: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Përkatësia %r s’është e regjistruar" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "dokumenti s’është i përfshirë në ndonjë toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "U gjet “toctree” që i referohet vetes. U shpërfill." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "shndërrimi përfundoi me gabimin:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "o documento é referenciado em várias árvores de tópicos: %s, selecionando: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "s’mund të xhirohet urdhër shndërrimi %r, kontrolloni rregullimin image_converter" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Vëmendje" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[burim]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Kujdes" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "po theksohet kod moduli… " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Rrezik" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumente]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Gabim" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kod moduli" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Ndihmëz" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Kod burim për %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "E rëndësishme" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Përmbledhje: kod moduli" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Shënim" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Krejt modulet për të cilët ka kod të gatshëm

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Shihni edhe" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "pjesa “%s” etiketohet si “%s”" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Ndihmëz" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "etiketë %s e përsëdytur, tjetër instancë te %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Sinjalizim" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Lidhje për te ky ekuacion" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Kartelat Texinfo gjenden në %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "Kohëzgjatja e leximit %.3fs tejkaloi kufi kohëzgjatjesh %.3fs" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nXhironi 'make' te ajo drejtori, që të xhirohen këto përmes makeinfo-s\n(përdorni këtu 'make info' që kjo të kryhet automatikisht)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "s’u gjet vlerë formësimi \"texinfo_documents\"; s’do të shkruhet ndonjë dokument" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" +"====================== total reading duration ==========================" +msgstr "==================== kohëzgjatje leximi gjithsej =======================" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "po përpunohet %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "po shkruhet" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "Kohë leximi gjithsej %d file%s: %dm %.3fs" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "po shquhen referencat…" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "=================== kohëzgjatjet më të ngadalta të leximit ===================" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (në " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "%.3fs %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "po kopjohen figura… " +#: ext/todo.py:61 +msgid "Todo" +msgstr "Për T’u Bërë" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "s’kopjohet dot kartelë figure %r: %s" +msgid "TODO entry found: %s" +msgstr "U gjet zë Për T’u Bërë: %s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "po kopjohen kartela mbulimi Texinfo" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "gabim në shkrim kartele Makefile: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> gjendet te %s, rreshti %d.)" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Faqet e doracakut gjenden në %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "zëri origjinal" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "s’u gjet vlerë formësimi \"man_pages\"; s’do të shkruhet ndonjë faqe doracaku" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Një direktivë Graphviz s’mund të ketë edhe lëndë, edhe argument emri kartelash" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "vlera e formësimit \"man_pages\" i referohet një dokumenti të panjohur %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "S’u gjet kartelë e jashtme Graphviz %r, ose dështoi leximi i saj" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Faqja HTML gjenden në %(outdir)s." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Po shpërfillet direktivë “graphviz” pa lëndë." -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "po montohet dokument njësh" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "Duhet ujdisur shteg të ekzekutueshmi graphviz_dot! %r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "po shkruhen kartela shtesë" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "urdhri dot %r s’mund të xhirohet (i nevojshëm për çka prodhon graphviz), kontrolloni rregullimin graphviz_dot" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Montuesi provë nuk prodhon kartela." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot përfundoi me gabim:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalogët e mesazheve gjenden te %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot s’prodhoi kartelë përfundim:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "po montohet [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format duhet të jetë ose “png”, ose “svg”, por është %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "objektiva për kartela gjedhe %d" +msgid "dot code %r: %s" +msgstr "kod dot %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "po lexohen gjedhe… " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[grafik: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "po shkruhen katalogë mesazhesh… " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafik]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Shihni për çfarëdo gabimesh te përfundimi më sipër ose te %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "lidhje e dëmtuar: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Urdhri LaTeX %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_late" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "S’u gjet spirancë '%s'" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "Urdhri %s %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_%s" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "linkcheck_allowed_redirects. Pritej një fjalor." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "shfaq latex %r: %s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "S’u arrit të përpilohet shprehje e rregullt te linkcheck_allowed_redirects: %r %s" +msgid "inline latex %r: %s" +msgstr "latex brendazi %r: %s" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Kartela ePub gjendet te %(outdir)s." +msgid "missing '+' or '-' in '%s' option." +msgstr "mungon '+' ose '-' te mundësia '%s'." -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "po shkruhet kartelë nav.xhtml…" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' s’është mundësi e vlefshme." -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_language\" (ose \"language\") s’duhet të jetë e zbrazët për EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' s’është mundësi pyversion e vlefshme" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "vlera e formësimit \"epub_uid\" duhet të jetë XML NAME për EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "lloj TestCode i pavlefshëm" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_title\" (ose \"html_title\") s’duhet të jetë e zbrazët për EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Testimi i doctests-eve te burimet përfundoi, shihni te përfundimet në %(outdir)s/output.txt." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_author\" s’duhet të jetë e zbrazët për EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "s’ka kod/dhënie te blloku %s në %s:%s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_contributor\" s’duhet të jetë e zbrazët për EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "po shpërfillet kod “doctest” i pavlefshëm: %r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_description\" s’duhet të jetë e zbrazët për EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "shprehje e rregullt e pavlefshme %r te %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_publisher\" s’duhet të jetë e zbrazët për EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "moduli %s s’u importua dot: %s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_copyright\" (ose \"copyright\") s’duhet të jetë e zbrazët për EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "modulet vijues janë të dokumentuar, por s’qenë specifikuar në coverage_modules: %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_identifier\" s’duhet të jetë e zbrazët për EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "modulet vijuese qenë specifikuar te coverage_modules, por s’qenë dokumentuar: %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"version\" s’duhet të jetë e zbrazët për EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "Testimi i mbulimit te burimet përfundoi, shihni te përfundimet në %(outdir)s{sep}python.txt." -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file e pavlefshme: %r, u shpërfill" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "shprehje e rregullt %r e pavlefshme te coverage_c_regexes" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Kartelat XML gjenden në %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API C e padokumentuar: %s [%s] te kartela %s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "gabim në shkrim kartele %s: %s" +msgid "undocumented python function: %s :: %s" +msgstr "funksion python i padokumentuar: %s :: %s" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "klasë python e padokumentuar: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "u gjet zë TeL i përsëdytur: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "metodë python e padokumentuar: %s :: %s :: %s" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "s’lexohet dot kartelë figure %r: në vend të tij, po kopjohet" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "s’shkruhet dot kartelë figure %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "s’u njehsua dot ecuri përkthimi!" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "S’u gjet Pillow - po kopjohen kartela figurë" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "pa elementë të përkthyer!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "po shkruhet kartelë llojesh MIME…" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "U gjet tregues me bazë 4 shtylla. Mund të jetë një e metë e zgjerimeve që përdorni: %r" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "po shkruhet kartelë META-INF/container.xml…" +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Poshtëshënimi [%s] s’është në referencë." -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "po shkruhet kartelë content.opf…" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "Poshtëshënimi [*] është pa referencë." -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "lloj MIME i panjohur për %s, po shpërfillet" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Poshtëshënimi [#] s’është në referencë." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "nyja ka nivel të pavlefshëm" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referenca pa njëtrajtësi, te fundfaqe në mesazhin e përkthyer. origjinali: {0}, përkthimi: {1}" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "po shkruhet kartelë toc.ncx…" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referenca pa njëtrajtësi, te mesazhi i përkthyer. origjinali: {0}, përkthimi: {1}" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "po shkruhet kartelë %s…" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referenca citimi pa njëtrajtësi, te fundfaqe në mesazhin e përkthyer. origjinali: {0}, përkthimi: {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Kartelat tekst gjenden në %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referenca citimi pa njëtrajtësi, te mesazhi i përkthyer. origjinali: {0}, përkthimi: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "s’u gjet figurë e përshtatshme për montuesin %s: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" +msgstr "formësim i ri" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "s’u gjet figurë e përshtatshme për montuesin %s: %s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "formësimi ndryshoi" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "po montohet [mo]: " +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "zgjerimet u ndryshuan" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "po shkruhet përfundim… " +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "version jo i tanishëm i mjedisit të montimit" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "krejt kartelat po %d" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "drejtoria burim ka ndryshuar" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" -msgstr "objektiva për kartela po %d që janë specifikuar" +msgid "The configuration has changed (1 option: %r)" +msgstr "Formësimi është ndryshuar (1 mundësi: %r)" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "objektiva për kartela po %d që janë të papërditësuara" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "krejt kartelat burim" +msgid "The configuration has changed (%d options: %s)" +msgstr "Formësimi është ndryshuar (%d mundësi: %s)" -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "kartela %r, dhënë te rreshti i urdhrave, nuk ekziston, " +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "Formësimi është ndryshuar (%d mundësi: %s, …)" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "kartela %r e dhënë te rresht urdhrash s’gjendet te drejtori burim, po shpërfillet" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Ky mjedis është i papërputhshëm me montuesin e përzgjedhur, ju lutemi, zgjidhni një tjetër drejtori doctree." -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "kartela %r, dhënë te rreshti i urdhrave, s’është dokument i vlefshëm, po shpërfillet" +msgid "Failed to scan documents in %s: %r" +msgstr "S’u arrit të skanohen dokumente te %s: %r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "kartela burim %d dhënë te rresht urdhrash" +msgid "Domain %r is not registered" +msgstr "Përkatësia %r s’është e regjistruar" -#: builders/__init__.py:382 +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "dokumenti s’është i përfshirë në ndonjë toctree" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "U gjet “toctree” që i referohet vetes. U shpërfill." + +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "objektiva për kartela burim %d që janë të papërditësuara" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "o documento é referenciado em várias árvores de tópicos: %s, selecionando: %s <- %s" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "po shihet për kartela të sapovjetruara… " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r i panjohur për klasën %r" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "U gjet %d" +msgid "no Babel option known for language %r" +msgstr "s’ka mundësi Babel të njohur për gjuhën %r" -#: builders/__init__.py:417 -msgid "none found" -msgstr "s’u gjet gjë" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: shumë i madh, u shpërfill." -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "s’u gjet gjedhe %s; në vend të kësaj, po bëhet ngarkim prej të dikurshmes %s" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "po kontrollohet njëtrajtshmëria" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "titulli i dokumentit s’është nyje njëshe Teksti" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "s’ka objektiva të vjetruar." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "u has nyje titulli jo në ndarje, temë, tabelë, paralajmërim ose anështyllë" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "po përditësohet mjedisi: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Poshtëshënime" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s të shtuar, %s të ndryshuar, %s të hequr" +msgid "unsupported rubric heading level: %s" +msgstr "shkallë e pambuluar për krye rubrike: %s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s), ngaqë ka përkim me një rregullsi të brendshme përjashtimi %r. Ju lutemi, shpjereni dokumentin tuaj kryesor te një vendndodhje tjetër." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "janë dhënë që të dyja mundësitë, “tabularcolumns” dhe “:widths:”. shpërfillet :widths:." -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s), ngaqë ka përkim me një rregullsi përjashtimi të treguar në conf.py, %r. Ju lutemi, hiqeni rregullsinë nga conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "Foi fornecido colspec %s, que parece usar sintaxe tabular. Mas esta tabela não pode ser renderizada como uma tabela; o colspec fornecido será ignorado." -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s), ngaqë s’përfshihet në include_patterns = %r e përshtatur. Siguroni që një rregullsi te include_patterns të ketë përkim me dokumentin kryesor." +msgid "dimension unit %s is invalid. Ignored." +msgstr "njësia e përmasave %s është e pavlefshme. U shpërfill." -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s). Dokumenti kryesor duhet të gjendet brenda drejtorisë burim, ose një nëndrejtorie të saj." +msgid "unknown index entry type %s found" +msgstr "u gjet lloj i panjohur %s zërash treguesi" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "po lexohen burime… " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format i pavlefshëm: %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "emra dokumentesh për shkrim: %s" +msgid "[image: %s]" +msgstr "[figurë: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[figurë]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "po përgatiten dokumente" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Tregues" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "po kopjohen elementë" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "titull jo brenda një figure." -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Kartela përmbledhje gjendet te %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "lloj nyjeje i pasendërtuar: %r" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "s’ka ndryshime në version %s." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Lidhje për te ky përkufizim" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "po shkruhet kartelë përmbledhje…" +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format s’është i përcaktuar për %s" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Të brendshme" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Çfarëdo ID-sh jo të përshoqëruara për nyjën %s" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Shkallë moduli" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Lidhje për te ky term" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "po kopjohen kartela burim…" - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "s’u lexua dot %r për krijim regjistrimi ndryshimesh" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "shprehje e rregullt e pavlefshme %r te %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "moduli %s s’u importua dot: %s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "modulet vijues janë të dokumentuar, por s’qenë specifikuar në coverage_modules: %s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "modulet vijuese qenë specifikuar te coverage_modules, por s’qenë dokumentuar: %s" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "Testimi i mbulimit te burimet përfundoi, shihni te përfundimet në %(outdir)s{sep}python.txt." - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "shprehje e rregullt %r e pavlefshme te coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API C e padokumentuar: %s [%s] te kartela %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "funksion python i padokumentuar: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "klasë python e padokumentuar: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "metodë python e padokumentuar: %s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Për T’u Bërë" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "U gjet zë Për T’u Bërë: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> gjendet te %s, rreshti %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "zëri origjinal" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "S’arrihet të xhirohet urdhri %r. për shndërrim figure. Si parazgjedhje, 'sphinx.ext.imgconverter' lyp ImageMagick. Sigurohuni se është i instaluar, ose për mundësinë 'image_converter' caktoni një urdhër vetjak shndërrimi .\n\nTraceback: %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "shndërrimi përfundoi me gabimin:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "s’mund të xhirohet urdhër shndërrimi %r, kontrolloni rregullimin image_converter" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Një direktivë Graphviz s’mund të ketë edhe lëndë, edhe argument emri kartelash" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "S’u gjet kartelë e jashtme Graphviz %r, ose dështoi leximi i saj" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Po shpërfillet direktivë “graphviz” pa lëndë." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "Duhet ujdisur shteg të ekzekutueshmi graphviz_dot! %r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "urdhri dot %r s’mund të xhirohet (i nevojshëm për çka prodhon graphviz), kontrolloni rregullimin graphviz_dot" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot përfundoi me gabim:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot s’prodhoi kartelë përfundim:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "graphviz_output_format duhet të jetë ose “png”, ose “svg”, por është %r" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "kod dot %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[grafik: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[grafik]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Urdhri LaTeX %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_late" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "Urdhri %s %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_%s" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "shfaq latex %r: %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex brendazi %r: %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Lidhje për te ky ekuacion" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "mungon '+' ose '-' te mundësia '%s'." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' s’është mundësi e vlefshme." - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' s’është mundësi pyversion e vlefshme" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "lloj TestCode i pavlefshëm" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Testimi i doctests-eve te burimet përfundoi, shihni te përfundimet në %(outdir)s/output.txt." - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "s’ka kod/dhënie te blloku %s në %s:%s" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "po shpërfillet kod “doctest” i pavlefshëm: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "pjesa “%s” etiketohet si “%s”" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiketë %s e përsëdytur, tjetër instancë te %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "Kohëzgjatja e leximit %.3fs tejkaloi kufi kohëzgjatjesh %.3fs" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "==================== kohëzgjatje leximi gjithsej =======================" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "Kohë leximi gjithsej %d file%s: %dm %.3fs" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "=================== kohëzgjatjet më të ngadalta të leximit ===================" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "%.3fs %s" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[burim]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "po theksohet kod moduli… " - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[dokumente]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Kod moduli" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kod burim për %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Përmbledhje: kod moduli" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Krejt modulet për të cilët ka kod të gatshëm

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citim i përsëdytur %s, tjetër instancë te %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Përmendja [%s] s’është në referencë." - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiketë e përsëdytur ekuacioni %s, instancë tjetër te %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format i pavlefshëm: %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funksion i brendshëm)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metodë %s)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasë)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s ( ndryshore globale ose konstante)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argumente" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Lança" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Kthime" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Lloj kthimi" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funksion" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metodë" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klasë" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "të dhëna" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Lidhje për te kjo krye" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "atribut" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Lidhje për te kjo tabelë" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Lidhje për te ky kod" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "përshkrim %s i përsëdytur i %s, tjetër %s në %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Lidhje për te kjo figurë" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktivë)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Lidhje për te kjo “toctree”" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (mundësi direktive)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "S’u mor dot madhësi figure. Mundësia :scale: u shpërfill." -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Vëmendje" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktivë" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Kujdes" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "diretiva-opção" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Rrezik" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Gabim" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "përshkrim i përsëdytur %s %s, instancë tjetër te %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Ndihmëz" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "Shtuar në versionin %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "E rëndësishme" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Ndryshuar në versionin %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Shënim" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Nxjerrë nga përdorimi që me versionin %s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Shihni edhe" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "Hequr në versionin %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Ndihmëz" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Sinjalizim" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "numri i aktit duhet të jetë një numër pozitiv" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "Për më tepër hollësi, vizitoni ." @@ -1861,54 +1528,54 @@ msgstr "Jepni shtegun rrënjë për te dokumenti." msgid "Root path for the documentation" msgstr "Shteg rrënje për te dokumenti" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Gabim: te shtegu rrënjë i përzgjedhur u gjet një conf.py ekzistues." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart s’do të mbishkruajë projekte ekzistuese Sphinx." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Ju lutemi, jepni një shteg të ri rrënjë (ose thjesht shtypni tastin Enter, që të dilet)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "Keni dy mundësi për vendosjen e drejtorisë së montimeve për çka prodhon Sphinx-i.\nPërdorni një drejtori \"_build\" brenda shtegut rrënjë, ose i ndani\ndrejtoritë \"burim\" dhe \"montim\" brenda shtegut rrënjë." -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Nda veçmas drejtoritë burim dhe montim (y/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "Brenda drejtorisë rrënjë do të krijohen dy drejtori të tjera; \"_templates\" për\ngjedhe vetjake HTML, dhe \"_static\" për fletëstile vetjakë dhe kartela të tjera statike.\nMund të krijoni një tjetër parashtesë (bie fjala, \".\") në vend të nënvijës." -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Parashtesë emrash për drejtori gjedhesh dhe statikesh" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "Emri i projektit do të shfaqet në disa vende te dokumentimi i montuar." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Emër projekti" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Emër(a) autori(ësh)" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1917,15 +1584,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx-i përdor nocionet e “versionit” dhe “hedhjes në qarkullim” për\nsoftware-in. Çdo version mund të ketë hedhje të shumta në qarkullim.\nBie fjala, për Python-in versionet ngjajnë me 2.5 ose 3.0, teksa hedhja\nnë qarkullim ngjan me 2.5.1 ose 3.0a1. Nëse kjo strukturë duale s’ju\nhyn në punë, thjesht vëruni të dyjave të njëjtën vlerë." -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Version projekti" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Hedhje në qarkullim e projektit" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1935,21 +1602,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "Nëse dokumentet janë shkruan në gjuhë tjetër nga anglishtja,\nmund të përzgjidhni një gjuhë këtu, përmes kodit të asaj gjuhe. Sphinx-i mandej\ndo të përkthejë në atë gjuhë tekstin që prodhon.\n\nPër një listë kodesh të mbuluar, shihni\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Gjuhë projekti" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "Prapashtesa e emrave të kartelave për kartela burim. Zakonisht, kjo\nështë ose \".txt\", ose \".rst\". Vetëm kartelat me këtë prapashtesë\nmerren si dokumente." -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Prapashtesë kartele burim" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1957,91 +1624,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "Një dokument është i veçantë, për faktin se konsiderohet si nyja e epërme\ne \"pemës së lëndës\", domethënë, është rrënja e strukturës hierarkike\ntë dokumenteve. Zakonisht, ky është \"index\", por nëse dokumenti juaj \"index\"\nështë një gjedhe vetjake, si të tillë mund të caktoni një tjetër emër kartele." -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "Emër i dokumentit tuaj kryesor (pa prapashtesë)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "Gabim: kartela master %s është gjetur tashmë një herë në shtegun rrënjë të përzgjedhur." -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart s’do të mbishkruajë kartelën ekzistuese." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "Ju lutemi, jepni një emër të ri kartele, ose riemërtojeni kartelën ekzistuese dhe shtypni tastin Enter" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Përcaktoni se cilët nga zgjerimet vijuese Sphinx duhen aktivizuar:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Shënim: imgmath dhe mathjax s’mund të aktivizohen në të njëjtën kohë. U hoqë përzgjedhja e imgmath-it." -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "Për ju mund të prodhohen një kartelë makefile dhe një urdhrash Windows, që\nkështu t’ju duhet vetëm të xhironi, për shembull, `make html', në vend se\ntë thirret drejtpërsëdrejti sphinx-build." -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Të krijohet Makefile? (y/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "Të krijohet kartelë urdhrash Windows? (y/n)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "Po krijohet kartela %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "Ka tashmë një kartelë %s, po anashkalohet." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Përfundoi: U krijua një strukturë fillestare drejtorish." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "Tani duhet të populloni kartelën tuaj master file %s dhe të krijoni kartela të tjera\nburim të dokumentimit. " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Përdorni Makefile-in që të montohen dokumentet, kështu:\n make builder" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "Përodrni urdhrin sphinx-build që të montohen dokumentet, kështu:\n sphinx-build -b montues %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "ku montues është një nga montuesin e mbuluar, p.sh., html, latex ose linkcheck." -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2051,970 +1718,1219 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nProdho kartelat e domosdoshme për një projekt Sphinx.\n\nsphinx-quickstart është një mjet ndërveprues që bën disa pyetje rreth projektit\ntuaj dhe mandej prodhon një drejtori të plotë dokumentimi dhe një shembull\nMakefile për t’u përdorur me sphinx-build.\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "mënyra pa zhurmë" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "rrënjë e projektit" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "Mundësi strukture" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "nëse është kërkuar, nda veçmas drejtoritë burim dhe montim" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "në u përcaktoftë, krijo drejtori montimi nën drejtorinë burim" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "zëvendësim për pikën te _templates, etj." -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Mundësi bazë të projektit" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "emër projekti" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "emra autorësh" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "version i projektit" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "version i projektit" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "hedhje në qarkullim e projektit" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "gjuhë dokumenti" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "prapashtesë kartele burim" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "emër dokumenti bazë" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "përdor epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Mundësi zgjerimi" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "aktivizo zgjerimin %s" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "aktivizo zgjerime arbitrare" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Krijim makefile-i dhe batchfile-i" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "krijo makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "mos krijo makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "krijo batchfile" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "mos krijo batchfile" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "përdor make-mode për Makefile/make.bat" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Gjedhe projekti" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "drejtori gjedhesh për kartela gjedhe" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "përkufizoni një ndryshore gjedheje" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" është specifikuar, por s’është specifikuar ndonjë \"projekt\" ose \"autor\"." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Gabim:shtegu i dhënë s’është drejtori, ose kartelat sphinx ekzistojnë tashmë." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart prodhon vetëm te një drejtori e zbrazët. Ju lutemi, specifikoni një shteg rrënjë të ri." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Ndryshore e pavlefshme gjedheje: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "për rregullsinë globale toctree %r s’u gjet përkim në ndonjë dokument" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree përmban referencë ndaj dokumenti %r të përjashtuar" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree përmban referencë ndaj dokumenti %r që s’ekziston" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "zë i përsëdytur, gjetur te toctree: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor ndarjeje: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor moduli: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor kodi: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "… lënda e hlist-ës s’është listë" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "não-espaço em branco removido por dedent" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Titull i pavlefshëm: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "numri i specifikuar për rreshtin është jashtë intervali (1-%d): %r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "S’mund të përdoren në të njëjtën kohë të dyja mundësitë \"%s\" \"%s\"" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "S’u gjet kartelë include '%s', ose dështoi leximi" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "Kodimi %r i përdorur për leximin e kartelës included '%s' duket të jetë gabim, provoni dhënien e një mundësie :encoding:" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Objekti i emërtuar %r s’u gjet te kartelë include %r" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Não é possível usar \"lineno-match\" com um conjunto disjunto de \"lines\"" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Specifikim kartele %r: s’u morën rreshta prej kartelës include %r" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "Mundësia \":file:\" për direktivë csv-table tani njeh një shteg absolut si shteg relativ prej drejtorisë burim. Ju lutemi, përditësoni dokumentin tuaj." + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "s’u gjet rol parazgjedhje %s" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "gabim leximi: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "gabim shkrimi: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s s’ekziston" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "Vendore Babel e pavlefshme: %r." + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Format i pavlefshëm datash. Quote the string by single quote Nëse doni të jepet drejtpërsëdrejti, përdorni për vargun thonjëza njëshe: %s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "emër i panjohur direktive: %s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "emër i panjohur roli: %s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "lloj i panjohur nyjeje: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "depoja <%s> përmban përkufizime të përsëdytura të %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventar <%s> përmban përkufizime të shumta për %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "U ndërpre kopjim i provuar prej %s në %s (shtegu vendmbërritje përmban të dhëna ekzistuese)." + +#: util/display.py:78 +msgid "skipped" +msgstr "e anashkaluar" + +#: util/display.py:83 +msgid "failed" +msgstr "e dështuar" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "U ndërpre kopjim i provuar prej gjedheje të rikrijuar %s në %s (shtegu vendmbërritje përmban të dhëna ekzistuese)." + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Po shkruhet përfundimi i hamendësuar i gjedhes te %s" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "hedhje në qarkullim e projektit" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problem në përkatësinë %s: fusha supozohet të përdorë rol '%s', por ai rol s’gjendet te përkatësia." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "gjuhë dokumenti" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r s’mbulohet më për zëra treguesi (nga zë %r). Në vend të tyre, përdorni 'pair: %s'." -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "prapashtesë kartele burim" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "“toctree” përmban referencë për te një kartelë joekzistuese %r" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "emër dokumenti bazë" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "përdor epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funksion i brendshëm)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Mundësi zgjerimi" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metodë %s)" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" -msgstr "aktivizo zgjerimin %s" +msgid "%s() (class)" +msgstr "%s() (klasë)" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "aktivizo zgjerime arbitrare" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s ( ndryshore globale ose konstante)" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Krijim makefile-i dhe batchfile-i" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "krijo makefile" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumente" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "mos krijo makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Lança" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "krijo batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Kthime" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "mos krijo batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Lloj kthimi" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "përdor make-mode për Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Gjedhe projekti" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funksion" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "drejtori gjedhesh për kartela gjedhe" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metodë" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "përkufizoni një ndryshore gjedheje" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klasë" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" është specifikuar, por s’është specifikuar ndonjë \"projekt\" ose \"autor\"." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "të dhëna" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Gabim:shtegu i dhënë s’është drejtori, ose kartelat sphinx ekzistojnë tashmë." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart prodhon vetëm te një drejtori e zbrazët. Ju lutemi, specifikoni një shteg rrënjë të ri." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" -msgstr "Ndryshore e pavlefshme gjedheje: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "përshkrim %s i përsëdytur i %s, tjetër %s në %s" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "për rregullsinë globale toctree %r s’u gjet përkim në ndonjë dokument" +msgid "%s %s" +msgstr "%s %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree përmban referencë ndaj dokumenti %r të përjashtuar" +msgid "%s (directive)" +msgstr "%s (direktivë)" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree përmban referencë ndaj dokumenti %r që s’ekziston" +msgid ":%s: (directive option)" +msgstr ":%s: (mundësi direktive)" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "zë i përsëdytur, gjetur te toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor ndarjeje: " +msgid "%s (role)" +msgstr "%s (rol)" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor moduli: " +#: domains/rst.py:234 +msgid "directive" +msgstr "direktivë" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor kodi: " +#: domains/rst.py:235 +msgid "directive-option" +msgstr "diretiva-opção" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: domains/rst.py:236 +msgid "role" +msgstr "rol" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "përshkrim i përsëdytur %s %s, instancë tjetër te %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "… lënda e hlist-ës s’është listë" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiketë e përsëdytur ekuacioni %s, instancë tjetër te %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "Mundësia \":file:\" për direktivë csv-table tani njeh një shteg absolut si shteg relativ prej drejtorisë burim. Ju lutemi, përditësoni dokumentin tuaj." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citim i përsëdytur %s, tjetër instancë te %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "não-espaço em branco removido por dedent" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Përmendja [%s] s’është në referencë." -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" -msgstr "Titull i pavlefshëm: %s" +msgid "Added in version %s" +msgstr "Shtuar në versionin %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "numri i specifikuar për rreshtin është jashtë intervali (1-%d): %r" +msgid "Changed in version %s" +msgstr "Ndryshuar në versionin %s" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "S’mund të përdoren në të njëjtën kohë të dyja mundësitë \"%s\" \"%s\"" +msgid "Deprecated since version %s" +msgstr "Nxjerrë nga përdorimi që me versionin %s" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "S’u gjet kartelë include '%s', ose dështoi leximi" +msgid "Removed in version %s" +msgstr "Hequr në versionin %s" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "Kodimi %r i përdorur për leximin e kartelës included '%s' duket të jetë gabim, provoni dhënien e një mundësie :encoding:" +msgid "The overview file is in %(outdir)s." +msgstr "Kartela përmbledhje gjendet te %(outdir)s." -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objekti i emërtuar %r s’u gjet te kartelë include %r" +msgid "no changes in version %s." +msgstr "s’ka ndryshime në version %s." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Não é possível usar \"lineno-match\" com um conjunto disjunto de \"lines\"" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "po shkruhet kartelë përmbledhje…" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Specifikim kartele %r: s’u morën rreshta prej kartelës include %r" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Të brendshme" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:81 +msgid "Module level" +msgstr "Shkallë moduli" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "po kopjohen kartela burim…" + +#: builders/changes.py:146 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +msgid "could not read %r for changelog creation" +msgstr "s’u lexua dot %r për krijim regjistrimi ndryshimesh" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Tregues" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "s’u gjet figurë e përshtatshme për montuesin %s: %s (%s)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "u has nyje titulli jo në ndarje, temë, tabelë, paralajmërim ose anështyllë" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "s’u gjet figurë e përshtatshme për montuesin %s: %s" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Poshtëshënime" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "po montohet [mo]: " -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "titull jo brenda një figure." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "po shkruhet përfundim… " -#: writers/texinfo.py:1303 +#: builders/__init__.py:281 #, python-format -msgid "unimplemented node type: %r" -msgstr "lloj nyjeje i pasendërtuar: %r" +msgid "all of %d po files" +msgstr "krejt kartelat po %d" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:303 #, python-format -msgid "[image: %s]" -msgstr "[figurë: %s]" +msgid "targets for %d po files that are specified" +msgstr "objektiva për kartela po %d që janë specifikuar" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[figurë]" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "objektiva për kartela po %d që janë të papërditësuara" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Lidhje për te ky përkufizim" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "krejt kartelat burim" -#: writers/html5.py:431 +#: builders/__init__.py:336 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format s’është i përcaktuar për %s" +msgid "file %r given on command line does not exist, " +msgstr "kartela %r, dhënë te rreshti i urdhrave, nuk ekziston, " -#: writers/html5.py:441 +#: builders/__init__.py:343 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Çfarëdo ID-sh jo të përshoqëruara për nyjën %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "kartela %r e dhënë te rresht urdhrash s’gjendet te drejtori burim, po shpërfillet" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Lidhje për te ky term" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "kartela %r, dhënë te rreshti i urdhrave, s’është dokument i vlefshëm, po shpërfillet" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Lidhje për te kjo krye" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "kartela burim %d dhënë te rresht urdhrash" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Lidhje për te kjo tabelë" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "objektiva për kartela burim %d që janë të papërditësuara" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "shkallë e pambuluar për krye rubrike: %s" +msgid "building [%s]: " +msgstr "po montohet [%s]: " -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Lidhje për te ky kod" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "po shihet për kartela të sapovjetruara… " -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Lidhje për te kjo figurë" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "U gjet %d" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Lidhje për te kjo “toctree”" +#: builders/__init__.py:418 +msgid "none found" +msgstr "s’u gjet gjë" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "S’u mor dot madhësi figure. Mundësia :scale: u shpërfill." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r i panjohur për klasën %r" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "po kontrollohet njëtrajtshmëria" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" -msgstr "s’ka mundësi Babel të njohur për gjuhën %r" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "s’ka objektiva të vjetruar." -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: shumë i madh, u shpërfill." +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "po përditësohet mjedisi: " -#: writers/latex.py:616 +#: builders/__init__.py:500 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "s’u gjet gjedhe %s; në vend të kësaj, po bëhet ngarkim prej të dikurshmes %s" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "titulli i dokumentit s’është nyje njëshe Teksti" +msgid "%s added, %s changed, %s removed" +msgstr "%s të shtuar, %s të ndryshuar, %s të hequr" -#: writers/latex.py:1198 +#: builders/__init__.py:537 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "janë dhënë që të dyja mundësitë, “tabularcolumns” dhe “:widths:”. shpërfillet :widths:." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s), ngaqë ka përkim me një rregullsi të brendshme përjashtimi %r. Ju lutemi, shpjereni dokumentin tuaj kryesor te një vendndodhje tjetër." -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "Foi fornecido colspec %s, que parece usar sintaxe tabular. Mas esta tabela não pode ser renderizada como uma tabela; o colspec fornecido será ignorado." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s), ngaqë ka përkim me një rregullsi përjashtimi të treguar në conf.py, %r. Ju lutemi, hiqeni rregullsinë nga conf.py." -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "njësia e përmasave %s është e pavlefshme. U shpërfill." +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s), ngaqë s’përfshihet në include_patterns = %r e përshtatur. Siguroni që një rregullsi te include_patterns të ketë përkim me dokumentin kryesor." -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "u gjet lloj i panjohur %s zërash treguesi" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Përdorimi:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [MUNDËSI] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "Prodhuesi i dokumentimit Sphinx" - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Urdhra:" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx-i s’është në gjendje të ngarkojë dokumentin kryesor (%s). Dokumenti kryesor duhet të gjendet brenda drejtorisë burim, ose një nëndrejtorie të saj." -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Mundësi" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "po lexohen burime… " -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Për më tepër informacion, vizitoni https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "emra dokumentesh për shkrim: %s" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: gabim: {1}\nPër informacion, xhironi '{0} --help'" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "Administroni dokumentimin me Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "po përgatiten dokumente" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Shfaq versionin dhe dil." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "po kopjohen elementë" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Shfaq këtë mesazh dhe dil." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Kartelat XML gjenden në %(outdir)s." -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Regjistrim" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "gabim në shkrim kartele %s: %s" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Aumentar a verbosidade (pode ser repetido)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Vetëm gabime dhe sinjalizime shtypjeje" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Faqja HTML gjenden në %(outdir)s." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Pa dhënë gjë" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "po montohet dokument njësh" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "po shkruhet" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Shihni 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "po shkruhen kartela shtesë" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referenca pa njëtrajtësi, te fundfaqe në mesazhin e përkthyer. origjinali: {0}, përkthimi: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Kartela ePub gjendet te %(outdir)s." -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referenca pa njëtrajtësi, te mesazhi i përkthyer. origjinali: {0}, përkthimi: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "po shkruhet kartelë nav.xhtml…" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referenca citimi pa njëtrajtësi, te fundfaqe në mesazhin e përkthyer. origjinali: {0}, përkthimi: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_language\" (ose \"language\") s’duhet të jetë e zbrazët për EPUB3" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referenca citimi pa njëtrajtësi, te mesazhi i përkthyer. origjinali: {0}, përkthimi: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "vlera e formësimit \"epub_uid\" duhet të jetë XML NAME për EPUB3" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "s’u njehsua dot ecuri përkthimi!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_title\" (ose \"html_title\") s’duhet të jetë e zbrazët për EPUB3" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "pa elementë të përkthyer!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_author\" s’duhet të jetë e zbrazët për EPUB3" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "U gjet tregues me bazë 4 shtylla. Mund të jetë një e metë e zgjerimeve që përdorni: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_contributor\" s’duhet të jetë e zbrazët për EPUB3" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Poshtëshënimi [%s] s’është në referencë." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_description\" s’duhet të jetë e zbrazët për EPUB3" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "Poshtëshënimi [*] është pa referencë." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_publisher\" s’duhet të jetë e zbrazët për EPUB3" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Poshtëshënimi [#] s’është në referencë." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_copyright\" (ose \"copyright\") s’duhet të jetë e zbrazët për EPUB3" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "depoja <%s> përmban përkufizime të përsëdytura të %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "vlera e formësimit \"epub_identifier\" s’duhet të jetë e zbrazët për EPUB3" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "inventar <%s> përmban përkufizime të shumta për %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "vlera e formësimit \"version\" s’duhet të jetë e zbrazët për EPUB3" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" -msgstr "gabim leximi: %s, %s" +msgid "invalid css_file: %r, ignored" +msgstr "css_file e pavlefshme: %r, u shpërfill" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" -msgstr "gabim shkrimi: %s, %s" +msgid "The text files are in %(outdir)s." +msgstr "Kartelat tekst gjenden në %(outdir)s." -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s s’ekziston" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Montuesi provë nuk prodhon kartela." -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "Vendore Babel e pavlefshme: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Shihni për çfarëdo gabimesh te përfundimi më sipër ose te %(outdir)s/output.txt" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Format i pavlefshëm datash. Quote the string by single quote Nëse doni të jepet drejtpërsëdrejti, përdorni për vargun thonjëza njëshe: %s" +msgid "broken link: %s (%s)" +msgstr "lidhje e dëmtuar: %s (%s)" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "U ndërpre kopjim i provuar prej %s në %s (shtegu vendmbërritje përmban të dhëna ekzistuese)." - -#: util/display.py:82 -msgid "skipped" -msgstr "e anashkaluar" - -#: util/display.py:87 -msgid "failed" -msgstr "e dështuar" +msgid "Anchor '%s' not found" +msgstr "S’u gjet spirancë '%s'" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" -msgstr "emër i panjohur direktive: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Pritej një fjalor." -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" -msgstr "emër i panjohur roli: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "S’u arrit të përpilohet shprehje e rregullt te linkcheck_allowed_redirects: %r %s" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" -msgstr "lloj i panjohur nyjeje: %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalogët e mesazheve gjenden te %(outdir)s." -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "U ndërpre kopjim i provuar prej gjedheje të rikrijuar %s në %s (shtegu vendmbërritje përmban të dhëna ekzistuese)." +msgid "targets for %d template files" +msgstr "objektiva për kartela gjedhe %d" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "Po shkruhet përfundimi i hamendësuar i gjedhes te %s" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "po lexohen gjedhe… " -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problem në përkatësinë %s: fusha supozohet të përdorë rol '%s', por ai rol s’gjendet te përkatësia." +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "po shkruhen katalogë mesazhesh… " -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" -msgstr "s’u gjet rol parazgjedhje %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Kartelat Texinfo gjenden në %(outdir)s." -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "%r s’mbulohet më për zëra treguesi (nga zë %r). Në vend të tyre, përdorni 'pair: %s'." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nXhironi 'make' te ajo drejtori, që të xhirohen këto përmes makeinfo-s\n(përdorni këtu 'make info' që kjo të kryhet automatikisht)." -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "“toctree” përmban referencë për te një kartelë joekzistuese %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "s’u gjet vlerë formësimi \"texinfo_documents\"; s’do të shkruhet ndonjë dokument" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "vazhduar nga faqja e mëparshme" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "po përpunohet %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "vazhdon në faqen pasuese" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "po shquhen referencat…" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Joalfabetike" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (në " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simbole" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "po kopjohen figura… " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numra" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "s’kopjohet dot kartelë figure %r: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "faqe" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "po kopjohen kartela mbulimi Texinfo" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Hedhje Në Qarkullim" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "gabim në shkrim kartele Makefile: %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "S’u soll dot figurë e largët: %s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "u gjet zë TeL i përsëdytur: %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "S’u pru dot figurë e largët: %s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "s’lexohet dot kartelë figure %r: në vend të tij, po kopjohet" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format i panjohur figure: %s…" +msgid "cannot write image file %r: %s" +msgstr "s’shkruhet dot kartelë figure %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "S’u përcaktua dot tekst rrugëdalje për ndër-referencë. Mund të jetë një e metë e programit." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "S’u gjet Pillow - po kopjohen kartela figurë" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "u gjet më shumë se një objektiv për ndërreferencën 'any' %r: mund të ishte %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "po shkruhet kartelë llojesh MIME…" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "s’u gjet objektiv reference %s:%s: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "po shkruhet kartelë META-INF/container.xml…" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "s’u gjet objektiv reference %r: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "po shkruhet kartelë content.opf…" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "U ndërpre!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "lloj MIME i panjohur për %s, po shpërfillet" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "Gabim markup-i reStructuredText!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "nyja ka nivel të pavlefshëm" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "Gabim kodimi!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "po shkruhet kartelë toc.ncx…" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "po shkruhet kartelë %s…" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "Kjo mund të ndodhë me kartela burim shumë të mëdha ose të futura thellë brenda njëra-tjetrës. Mund të rrisni me kujdes kufirin parazgjedhje për ripërsëritje Python prej 1000, te conf.py, me p.sh.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Faqet e doracakut gjenden në %(outdir)s." -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "Po niset diagnostikuesi:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "s’u gjet vlerë formësimi \"man_pages\"; s’do të shkruhet ndonjë faqe doracaku" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "Traceback-u i plotë u ruajt te:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "vlera e formësimit \"man_pages\" i referohet një dokumenti të panjohur %s" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "Për t’ua njoftuar këtë gabim zhvilluesve, ju lutemi, hapni një çështje te . Faleminderit!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Kartelat LaTeX gjenden në %(outdir)s." -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Ju lutemi, njoftojeni nëse qe një gabim përdoruesi, që kështu herës tjetër të mund të furnizohet një mesazh më i mirë gabimi." - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Tkurre anështyllën" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nXhironi 'make' te ajo drejtori që të xhirohen këto përmes (pdf)latex\n(që të bëhet kjo automatikisht, përdorni `make latexpdf' këtu)." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Lëvizje" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "s’u gjet vlerë formësimi \"texinfo_documents\"; s’do të shkruhet ndonjë dokument" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Kërkoni brenda %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Mbi këto dokumente" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Hedhje Në Qarkullim" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Kērko" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "po kopjohen kartela mbulimi TeX" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Të drejta kopjimi" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "po kopjohen kartela shtesë" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "kartela stemë %r s’ekziston" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Përditësuar së fundi më %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Kyç i panjohur formësimi: latex_elements[%r], u shpërfill." -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Krijuar duke përdorur Sphinx %(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Mundësi e panjohur teme: latex_theme_options[%r], u shpërfill." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Subjekti i mëparshëm" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "S’u arrit të merrej një “docname”!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "kapitulli i mëparshëm" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "S’u arrit të merret “docname” për burimin %r!" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Subjekti pasues" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "S’u gjet poshtëshënim për nyjë reference të dhënë %r" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "kapitulli pasues" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r s’ka rregullimin \"theme\"" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "Tregues – %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r s’ka rregullimin \"%s\"" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Tregues i plotë në një faqe" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Faqet HTML gjenden në %(outdir)s." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Kjo Faqe" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "S’u arrit të lexohet kartelë të dhënash montimi: %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Shfaq Burimin" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "mospërputhje build_info-sh, po kopjohet .buildinfo te .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Kërkim i shpejtë" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "po prodhohet [html]: " -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Shko" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "gjedhja %s është ndryshuar që prej montimit të mëparshëm, do të riprodhohen krejt dokumentet" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Përmbledhje" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Tregues i Përgjithshëm" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Mirë se vini! Ky është" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "tregues" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentimi për" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Stemë e %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "përditësuar së fundi më" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "pasuesi" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Tregues dhe tabela:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "i mëparshmi" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tryezë e Plotë e Lëndës" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "po prodhohen tregues" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "paraqet krejt ndarjet dhe nënndarjet" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "po shkruhen faqe shtesë" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Faqe Kërkimesh" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "s’kopjohet dot kartelë figurë '%s': %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "kërkoni te ky dokumentim" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "po kopjohen kartela të shkarkueshme… " -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Tregues Global Modulesh" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "s’kopjohet dot kartelë e shkarkueshme %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "hyrje e shpejtë te krejt modulet" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "S’u arrit të kopjohet një kartelë te drejtoria 'static' e temës: %s: %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Tregues i Përgjithshëm" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "krejt funksionet, klasat, termat" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "S’u arrit të kopjohet një kartelë te html_static_file: %s: %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Tryeza e Lëndës" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "po kopjohen kartela statike" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Kërkoni te %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "s’kopjohet dot kartelë statike %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Faqe treguesi sipas shkronjash" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "po kopjohen kartela ekstra" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "mund të jetë i stërmadh" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "s’kopjohet dot kartelë ekstra %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Që të aktivizohet funksioni i kërkimit, ju lutemi, aktivizoni\n JavaScript-in." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "S’u arrit të shkruhet kartelë të dhënash montimi: %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Kërkimi për disa fjalë njëherësh shfaq vetëm përputhje që\n përmbajnë krejt fjalët." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "kërko" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "treguesi i kërkimi s’u ngarkua dot, por jo krejt dokumentet do të montohen: treguesi do të jetë i paplotë." -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Lëndë" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "faqja %s ka përputhje me dy rregullsi te html_sidebars: %r dhe %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Përfundime Kërkimi" +#: builders/html/__init__.py:1213 +#, 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 "ndodhi një gabim Unikod, kur vizatohej faqja %s. Ju lutemi, siguroni që krejt vlerat e formësimit që përmbajnë lëndë jo-ASCII të jenë vargje Unikod." -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "Kërkimi juaj s’gjeti përputhje me ndonjë dokument. Ju lutemi, sigurohuni se janë shkruar saktë krejt fjalët dhe se keni përzgjedhur aq kategori sa duhen." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "Tema '%s' s’e mbulon këtë version të Sphinx-it, ngaqë përdor fushën 'style' në gjedhe HTML, çka u nxor nga përdorimi me Sphinx 5.1 dhe u hoq me Sphinx 7.0. Në vend të kësaj, tema duhet përditësuar që të përdorë fushën 'styles'. Shihni https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "Kërkimi përfundoi, u gjet një faqe me përkime për termat e kërkimit." -msgstr[1] "Kërkimi përfundoi, u gjetën ${resultCount} faqe me përkime për termat e kërkimit." +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ndodhi një gabim gjatë vizatimit të faqes %s.\nArsye: %r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Kërkim" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Po përgatitet kërkim..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "po shkruhet lënda e treguesit të kërkimeve në %s" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", në " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file e pavlefshme: %r, u shpërfill" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Fshih Përputhje Kërkimi" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Janë të regjistruar plot math_renderers. Por s’u përzgjodh math_renderer." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Ndryshe në Versionin %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "U dha math_renderer %r i panjohur." -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "zëri %r i html_extra_path entry është vendosur jashtë outdir-it" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Listë ndryshime në versionin %(version)s e prodhuar automatikisht" +msgid "html_extra_path entry %r does not exist" +msgstr "zëri html_extra_path %r s’ekziston" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Ndryshime librarie" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "zëri %r i html_extra_path entry është vendosur brenda outdir-it" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Ndryshime API C" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "zëri html_static_path %r s’ekziston" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ndryshime të tjera" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "kartela favikonë %r s’ekziston" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Zgjeroje anështyllën" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Vlerat në 'html_sidebars' duhet të jetë një listë vargjesh. Të paktën një rregullsi ka një vlerë varg: %s. Ndryshojeni në `html_sidebars = %r`." -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 s’mbulohet më nga Sphinx-i. (U pikas “html4_writer=True” te mundësi formësimi)" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Dokumentim i %s %s" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametra" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "s’u arrit të lexohet kartelë e dëmtuar hollësish montimi (version i panjohur)" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Ndryshore" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "s’u arrit të lexohet kartelë e dëmtuar hollësish montimi (mungon zë formësimi)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "s’u arrit të lexohet kartelë e dëmtuar hollësish montimi (mungon zë etiketash)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3084,106 +3000,51 @@ msgstr "metodë klase" #: domains/python/__init__.py:732 msgid "static method" -msgstr "metodë statike" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "veti" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "përshkrim i përsëdytur objekti %s, hasje tjetër te %s, për njërin prej tyre përdorni :no-index:" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "për ndërreferencën %r u gjet më shumë se një objektiv: %s" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (nxjerrë nga përdorimi)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Deklarim C++ i përsëdytur, përkufizuar edhe te %s:%s.\nDeklarimi është '.. cpp:%s:: %s'." - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametra Gjedhesh" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "bashkim" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "anëtar" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "lloj" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "koncept" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "parametër funksioni" +msgstr "metodë statike" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "parametër gjedheje" +#: domains/python/__init__.py:734 +msgid "property" +msgstr "veti" + +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/python/__init__.py:804 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Deklarim C i përsëdytur, përkufizuar edhe te %s:%s.\nDeklarimi është '.. c:%s:: %s'." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "përshkrim i përsëdytur objekti %s, hasje tjetër te %s, për njërin prej tyre përdorni :no-index:" -#: domains/c/__init__.py:211 +#: domains/python/__init__.py:974 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "për ndërreferencën %r u gjet më shumë se një objektiv: %s" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "ndryshore" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (nxjerrë nga përdorimi)" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametra" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Ndryshore" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3220,483 +3081,583 @@ msgstr "Mundësi për rresht urdhrash %s" msgid "command line option" msgstr "mundësi për rresht urdhrash" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "termi i fjalorthit duhet të paraprihet nga një rresht i zbrazët" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "termat e fjalorthit s’duhet të paraprihet nga rreshta të zbrazët" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "fjalorthi duket të jetë i keformatuar, kontrolloni shmangie kryeradhe" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "term fjalorthi" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "etiketë reference" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "ndryshore mjedisi" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "mundësi programi" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "dokument" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Tregues Modulesh" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Faqe Kërkimesh" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "përshkrim %s i përsëdytur për %s, tjetër instancë te %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig është i çaktivizuar. :numref: është shpërfillur." -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "S’u arrit të krijohej një ndërreferencë. S’u caktua ndonjë numër: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "lidhja s’ka titull: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format i pavlefshëm: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format i pavlefshëm: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "etiketë e papërkufizuar: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "S’u arrit të krijohet ndërreferencë. S’u gjet një titull, ose një përshkrim: %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "u caktua vlerë e pavlefshme (mungon kllapë mbyllëse): %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "u caktua vlerë e pavlefshme (mungon kllapë hapëse): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Deklarim C i përsëdytur, përkufizuar edhe te %s:%s.\nDeklarimi është '.. c:%s:: %s'." -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "shprehje vargu e keqformuar (mungon thonjëz mbyllëse): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "shprehje vargu e keqformuar (mungon thonjëz hapëse): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "anëtar" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Shembull" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "ndryshore" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Shembuj" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argumente Fjalëkyçi" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Shënime" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "bashkim" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Parametra të Tjerë" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referenca" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "lloj" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Sinjalizime" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parametër funksioni" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametra Gjedhesh" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" -msgstr "alias për %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Deklarim C++ i përsëdytur, përkufizuar edhe te %s:%s.\nDeklarimi është '.. cpp:%s:: %s'." -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncept" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parametër gjedheje" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Lëndë" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Tryeza e Lëndës" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Bases: %s" -msgstr "Baza: %s" +msgid "Search %(docstitle)s" +msgstr "Kërkoni te %(docstitle)s" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Subjekti i mëparshëm" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "kapitulli i mëparshëm" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Subjekti pasues" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "kapitulli pasues" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Kērko" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Që të aktivizohet funksioni i kërkimit, ju lutemi, aktivizoni\n JavaScript-in." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Kërkimi për disa fjalë njëherësh shfaq vetëm përputhje që\n përmbajnë krejt fjalët." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "kërko" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Kjo Faqe" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Shfaq Burimin" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "vlerë e pavlefshme mundësie për member-order: %s" +msgid "Index – %(key)s" +msgstr "Tregues – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Tregues i plotë në një faqe" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Lëvizje" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Kërkoni brenda %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Mbi këto dokumente" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Të drejta kopjimi" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "vlerë e pavlefshme për mundësinë class-doc-from: %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "nënshkrim i pavlefshëm për auto%s (%r)" +msgid "Last updated on %(last_updated)s." +msgstr "Përditësuar së fundi më %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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 "s’dihet cili modul të importohet për vetëdokumentim të %r (provoni të vendosni te dokumenti një direktivë \"module\" ose \"currentmodule\", ose të jepni shprehimisht një emër moduli)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Krijuar duke përdorur Sphinx %(sphinx_version)s." -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Kërkim i shpejtë" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Shko" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" në emër automoduli nuk ka kuptim" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Përmbledhje" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "S’u arrit të hiqet %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Mirë se vini! Ky është" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Do të krijonte kartelë %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentimi për" -#: ext/apidoc/_cli.py:28 -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 "\nShih në mënyrë rekursive te për module dhe\npaketa Python dhe krijo një kartelë reST me direktiva\nautomodulesh për paketë te .\n\ns mund të jetë shprehje kartelash dhe/ose\ndrejtorish që mund të përjashtohen nga prodhimi.\n\nShënim: Si parazgjedhje, ky programth s’do të anashkalojë\nkartela të krijuara tashmë." +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "përditësuar së fundi më" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "shteg për te modul për te dokumenti" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Tregues dhe tabela:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "kartelë fnmatch-style dhe/ose rregullsi drejtorish për t’u përjashtuar prej prodhimit" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tryezë e Plotë e Lëndës" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "drejtori ku të vendosen krejt përfundimet" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "paraqet krejt ndarjet dhe nënndarjet" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "thellësi maksimum nënmodulesh për shfaqje te TEL (parazgjedhje: 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "kërkoni te ky dokumentim" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "mbishkruaj kartela ekzistuese" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Tregues Global Modulesh" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ndiq lidhje simbolike. E fuqishme, kur ndërthuret me collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "hyrje e shpejtë te krejt modulet" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "xhiroje programthin pa krijuar kartela" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "krejt funksionet, klasat, termat" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "vendose dokumentim për çdo modul në faqe më vete" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Faqe treguesi sipas shkronjash" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "përfshi modulet \"_private\"" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "mund të jetë i stërmadh" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "emër kartele për tryezën e lëndës (parazgjedhje: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Tkurre anështyllën" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "mos krijo një kartelë tryeze lënde" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Zgjeroje anështyllën" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "mos krijo krye për paketat modul/paketë (për shembull, kur ato i përmban tashmë docstrings)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Fshih Përputhje Kërkimi" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "vendose dokumentimin e modulit përpara dokumentimit të nënmodulit" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Përfundime Kërkimi" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpreto shtigje modulesh sipas specifikimeve impicite PEP-0420 për emërhapësira" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Kërkimi juaj s’gjeti përputhje me ndonjë dokument. Ju lutemi, sigurohuni se janë shkruar saktë krejt fjalët dhe se keni përzgjedhur aq kategori sa duhen." -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "Listë mundësish, ndarë me presje, për t’ia kaluar direktivës “automodule” (ose përdorni SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "Kërkimi përfundoi, u gjet një faqe me përkime për termat e kërkimit." +msgstr[1] "Kërkimi përfundoi, u gjetën ${resultCount} faqe me përkime për termat e kërkimit." -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "prapashtesë kartele (parazgjedhje: rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Kërkim" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Hiq te drejtoria përfundim kartela ekzistuese që s’qenë prodhuar" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Po përgatitet kërkim..." -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "prodho me sphinx-quickstart një projekt të plotë" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", në " -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "shto module_path pas sys.path, e përdorur kur është dhënë --full" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Ndryshe në Versionin %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "emër projekti (parazgjedhje: emër moduli rrënjë)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "autor(ë) projekti, e përdorur kur është dhënë --full" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Listë ndryshime në versionin %(version)s e prodhuar automatikisht" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "version projekti, e përdorur kur është dhënë --full" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Ndryshime librarie" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "hedhje në qarkullim e projektit, e përdorur kur është dhënë --full, si parazgjedhje merr --doc-version" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Ndryshime API C" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ndryshime të tjera" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "vazhduar nga faqja e mëparshme" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "vazhdon në faqen pasuese" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Joalfabetike" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simbole" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "mundësi zgjatimi" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numra" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "aktivizo zgjerime arbitrare, të përdorur kur është dhënë --full" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "faqe" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "aktivizo zgjerimin %s, i përdorur kur është dhënë --full" +msgid "image file not readable: %s" +msgstr "kartelë figure jo e lexueshme: %s" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." -msgstr "%s s’është drejtori." +msgid "image file %s not readable: %s" +msgstr "kartelë figure %s jo e lexueshme: %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "Po xhirohet apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "kartelë shkarkimi jo e lexueshme: %s" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "Objekti apidoc_modules %i duhet të ketë një fushë 'path'" +msgid "see %s" +msgstr "shihni %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "Objekti apidoc_modules te 'path' %i duhet të jetë një varg" +msgid "see also %s" +msgstr "shihni edhe %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "Objekti apidoc_modules %i 'path' s’është një dosje ekzistuese: %s" +msgid "unknown index entry type %r" +msgstr "lloj i panjohur zëri treguesi: %r" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "Objekti apidoc_modules %i duhet të ketë një fushë 'destination'" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "u pikasën referenca rrethore toctree-je, po shpërfllen: %s <- %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "Objekti apidoc_modules %i 'destination' duhet të jetë një varg" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree përmban referencë ndaj dokumenti %r që s’ka titull: s’do të prodhohet ndonjë lidhje" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "Objekti apidoc_modules %i 'destination' duhet të jetë një shteg relativ" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree përmban referencë dokumenti të papërfshirë %r" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "Objekti apidoc_modules %i s’mund të krijojë drejtorinë vendmbërritje: %s" +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree përmban referencë ndaj dokumenti %r që s’ekziston" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "S’u përcaktua dot tekst rrugëdalje për ndër-referencë. Mund të jetë një e metë e programit." + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një vlerë e plotë" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "u gjet më shumë se një objektiv për ndërreferencën 'any' %r: mund të ishte %s" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një vlerë buleane" +msgid "%s:%s reference target not found: %s" +msgstr "s’u gjet objektiv reference %s:%s: %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "Objekti apidoc_modules %i ka fusha të papritura: %s" +msgid "%r reference target not found: %s" +msgstr "s’u gjet objektiv reference %r: %s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një sekuencë" +msgid "Could not fetch remote image: %s [%s]" +msgstr "S’u soll dot figurë e largët: %s [%s]" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "Objekti apidoc_modules %i '%s' duhet të përmbajë vargje" +msgid "Could not fetch remote image: %s [%d]" +msgstr "S’u pru dot figurë e largët: %s [%d]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "vetëpërmbledhje: s’u arrit të përcaktohet %r për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" +msgid "Unknown image format: %s..." +msgstr "Format i panjohur figure: %s…" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[vetëpërmbledhje] prodhim vetëpërmbledhje për: %s" +msgid "invalid value for member-order option: %s" +msgstr "vlerë e pavlefshme mundësie për member-order: %s" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[vetëpërmbledhje] po shkruhet te %s" +msgid "invalid value for class-doc-from option: %s" +msgstr "vlerë e pavlefshme për mundësinë class-doc-from: %s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] s’u arrit të importohej %s.\nNdihmëza të mundshme:\n%s" +msgid "invalid signature for auto%s (%r)" +msgstr "nënshkrim i pavlefshëm për auto%s (%r)" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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 "\nProdhoni ReStructuredText duke përdorur direktiva vetëpërmbledhje.\n\nsphinx-autogen është një ndërfaqe pamore për sphinx.ext.autosummary.generate. Prodhon\nkartela reStructuredText nga direktiva vetëpërmbledhjeje që përmbahen te\nkartelat e dhëna.\n\nFormati i direktivës vetëpërmbledhje dokumentohet te\nmoduli Python ``sphinx.ext.autosummary`` dhe mund të lexohet duke përdorur::\n\n pydoc sphinx.ext.autosummary\n" - -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "kartela burim për të cilat të krijohen kartela rST" +"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 "s’dihet cili modul të importohet për vetëdokumentim të %r (provoni të vendosni te dokumenti një direktivë \"module\" ose \"currentmodule\", ose të jepni shprehimisht një emër moduli)" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "drejtori ku të vendosen krejt përfundimet" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:93 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "prapashtesë parazgjedhje për kartela (parazgjedhje: %(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" në emër automoduli nuk ka kuptim" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "drejtori gjedhesh vetjake (parazgjedhje: %(default)s)" +msgid "A mocked object is detected: %r" +msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "pjesë të importuara të dokumentit (parazgjedhje: %(default)s)" +msgid "alias of %s" +msgstr "alias për %s" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "dokumentoni saktësisht pjesët te moduli __all__ attribute. (parazgjedhje: %(default)s)" +msgid "Bases: %s" +msgstr "Baza: %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3744,563 +3705,607 @@ msgid "" " contain .rst. Skipped." msgstr "veçoria e përmbledhjes së automatizuar prodhon kartela .rst së brendshmi. Por source_suffix juaj nuk përmban .rst. U anashkalua." -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "Identifikues i pavlefshëm projekti intersphinx `%r` te intersphinx_mapping. Identifikuesit e projektit duhet të jenë vargje jo të zbrazët." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "vetëpërmbledhje: s’u arrit të përcaktohet %r për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" + +#: ext/autosummary/generate.py:630 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[vetëpërmbledhje] prodhim vetëpërmbledhje për: %s" + +#: ext/autosummary/generate.py:634 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[vetëpërmbledhje] po shkruhet te %s" + +#: ext/autosummary/generate.py:679 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] s’u arrit të importohej %s.\nNdihmëza të mundshme:\n%s" + +#: ext/autosummary/generate.py:877 +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 "\nProdhoni ReStructuredText duke përdorur direktiva vetëpërmbledhje.\n\nsphinx-autogen është një ndërfaqe pamore për sphinx.ext.autosummary.generate. Prodhon\nkartela reStructuredText nga direktiva vetëpërmbledhjeje që përmbahen te\nkartelat e dhëna.\n\nFormati i direktivës vetëpërmbledhje dokumentohet te\nmoduli Python ``sphinx.ext.autosummary`` dhe mund të lexohet duke përdorur::\n\n pydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "kartela burim për të cilat të krijohen kartela rST" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "Vlerë e pavlefshme `%r` në intersphinx_mapping[%r]. Pritej një dyshe elementësh, ose një listë." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "drejtori ku të vendosen krejt përfundimet" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:915 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "Vlerë e pavlefshme `%r` te intersphinx_mapping[%r]. Vlerat duhet të jenë një dyshe (URI e synuar, vendndodhje depoje)." +msgid "default suffix for files (default: %(default)s)" +msgstr "prapashtesë parazgjedhje për kartela (parazgjedhje: %(default)s)" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:923 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "Vlerë e pavlefshme URI objektivi `%r` te intersphinx_mapping[%r][0]. URI-t objektiv duhet të jenë vargje unikë jo të zbrazët." +msgid "custom template directory (default: %(default)s)" +msgstr "drejtori gjedhesh vetjake (parazgjedhje: %(default)s)" -#: ext/intersphinx/_load.py:103 +#: ext/autosummary/generate.py:931 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "Vlerë e pavlefshme URI objektivi `%r` te intersphinx_mapping[%r][0]. URI-t objektiv duhet të jenë vargje unikë jo të zbrazët (tjetër instancë në intersphinx_mapping[%r]. " +msgid "document imported members (default: %(default)s)" +msgstr "pjesë të importuara të dokumentit (parazgjedhje: %(default)s)" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "Vlerë e pavlefshme vendndodhjeje inventari `%r` te intersphinx_mapping[%r][1]. Vendndodhjet e inventarëve duhet të jepen si vargje jo të zbrazët, ose si “None”." - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (1 gabim)." - -#: ext/intersphinx/_load.py:135 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (%s gabime)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "dokumentoni saktësisht pjesët te moduli __all__ attribute. (parazgjedhje: %(default)s)" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "Pas normalizimit u shtua një zë i pavlefshëm për intersphinx_mapping." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Hiq te drejtoria përfundim kartela ekzistuese që s’qenë prodhuar" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "po ngarkohet depo intersphinx '%s' që prej %s …" +msgid "Failed to remove %s: %s" +msgstr "S’u arrit të hiqet %s: %s" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "u hasën disa probleme me disa nga inventare, por kishin alternativa funksionale:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Po xhirohet apidoc" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:411 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "inventari intersphinx është lëvizur: %s -> %s" - -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" -msgstr "(në %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "Objekti apidoc_modules %i duhet të ketë një fushë 'path'" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" -msgstr "(te %s)" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "Objekti apidoc_modules te 'path' %i duhet të jetë një varg" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "depo '%s': u gjetën përsëdytje për %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "Objekti apidoc_modules %i 'path' s’është një dosje ekzistuese: %s" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "inventar '%s': u gjetën përputhje të shumta për %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "Objekti apidoc_modules %i duhet të ketë një fushë 'destination'" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "Objekti apidoc_modules %i 'destination' duhet të jetë një varg" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "parashtesë e pavlefshme ndër-reference të jashtme: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "Objekti apidoc_modules %i 'destination' duhet të jetë një shteg relativ" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "s’u gjet përkatësi për ndër-referencë të jashtme: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "Objekti apidoc_modules %i s’mund të krijojë drejtorinë vendmbërritje: %s" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "s’u gjet objektiv reference të jashtme %s:%s: %s" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një vlerë e plotë" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "gabim gjatë formatimi nënshkrimesh për %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një vlerë buleane" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "Po shpërfillet __all__ i pavlefshëm në modulin %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "Objekti apidoc_modules %i ka fusha të papritura: %s" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "S’u arrit të merret një nënshkrim funksioni për %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një sekuencë" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "S’u arrit të përditësohet nënshkrim për %r: s’u gjet parametër: %s" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "Objekti apidoc_modules %i '%s' duhet të përmbajë vargje" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "S’u arrit të përtypet type_comment për %r: %s" +msgid "Would create file %s." +msgstr "Do të krijonte kartelë %s." -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "U gjet __slots__ i pavlefshëm në %s. U shpërfill." +#: ext/apidoc/_cli.py:28 +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 "\nShih në mënyrë rekursive te për module dhe\npaketa Python dhe krijo një kartelë reST me direktiva\nautomodulesh për paketë te .\n\ns mund të jetë shprehje kartelash dhe/ose\ndrejtorish që mund të përjashtohen nga prodhimi.\n\nShënim: Si parazgjedhje, ky programth s’do të anashkalojë\nkartela të krijuara tashmë." -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "gabim gjatë formatimi argumentesh për %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "shteg për te modul për te dokumenti" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "S’u arrit të merrej nënshkrim konstruktori për %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "kartelë fnmatch-style dhe/ose rregullsi drejtorish për t’u përjashtuar prej prodhimit" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "S’u arrit të merre një nënshkrim metode për %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "drejtori ku të vendosen krejt përfundimet" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "S’u arrit të merret nënshkrim për %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "thellësi maksimum nënmodulesh për shfaqje te TEL (parazgjedhje: 4)" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "S’u arrit të përtypej një vlerë parazgjedhje argumenti për %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "mbishkruaj kartela ekzistuese" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "atributi %s shfaqet te :members:, por mungon, ngaqë s’u gjend te objekti %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ndiq lidhje simbolike. E fuqishme, kur ndërthuret me collective.recipe.omelette." -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "xhiroje programthin pa krijuar kartela" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "vendose dokumentim për çdo modul në faqe më vete" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "përfshi modulet \"_private\"" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "emër kartele për tryezën e lëndës (parazgjedhje: modules)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "mos krijo një kartelë tryeze lënde" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: s’u arrit të përcaktohet %s.%s (%r) për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "mos krijo krye për paketat modul/paketë (për shembull, kur ato i përmban tashmë docstrings)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "vendose dokumentimin e modulit përpara dokumentimit të nënmodulit" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ should duhet të jetë një listë vargjesh, jo %r (në module %s) -- ignoring __all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpreto shtigje modulesh sipas specifikimeve impicite PEP-0420 për emërhapësira" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "u përmend atribut që mungon në :members: mundësi: modul %s, atributi %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Listë mundësish, ndarë me presje, për t’ia kaluar direktivës “automodule” (ose përdorni SPHINX_APIDOC_OPTIONS)." -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "atribut %s që mungon te objekt %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "prapashtesë kartele (parazgjedhje: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias për TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "prodho me sphinx-quickstart një projekt të plotë" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "s’u arrit të lexohet kartelë e dëmtuar hollësish montimi (version i panjohur)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "shto module_path pas sys.path, e përdorur kur është dhënë --full" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "s’u arrit të lexohet kartelë e dëmtuar hollësish montimi (mungon zë formësimi)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "emër projekti (parazgjedhje: emër moduli rrënjë)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "s’u arrit të lexohet kartelë e dëmtuar hollësish montimi (mungon zë etiketash)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autor(ë) projekti, e përdorur kur është dhënë --full" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Faqet HTML gjenden në %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "version projekti, e përdorur kur është dhënë --full" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "S’u arrit të lexohet kartelë të dhënash montimi: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "hedhje në qarkullim e projektit, e përdorur kur është dhënë --full, si parazgjedhje merr --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "mospërputhje build_info-sh, po kopjohet .buildinfo te .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "mundësi zgjatimi" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "po prodhohet [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "aktivizo zgjerime arbitrare, të përdorur kur është dhënë --full" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "gjedhja %s është ndryshuar që prej montimit të mëparshëm, do të riprodhohen krejt dokumentet" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "tregues" +msgid "enable %s extension, used when --full is given" +msgstr "aktivizo zgjerimin %s, i përdorur kur është dhënë --full" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "Stemë e %s" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "pasuesi" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "i mëparshmi" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "po prodhohen tregues" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "po shkruhen faqe shtesë" +msgid "%s is not a directory." +msgstr "%s s’është drejtori." -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "s’kopjohet dot kartelë figurë '%s': %s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "po kopjohen kartela të shkarkueshme… " +msgid "(in %s %s)" +msgstr "(në %s %s)" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "s’kopjohet dot kartelë e shkarkueshme %r: %s" +msgid "(in %s)" +msgstr "(te %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "S’u arrit të kopjohet një kartelë te drejtoria 'static' e temës: %s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "depo '%s': u gjetën përsëdytje për %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "S’u arrit të kopjohet një kartelë te html_static_file: %s: %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventar '%s': u gjetën përputhje të shumta për %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "po kopjohen kartela statike" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "s’kopjohet dot kartelë statike %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "parashtesë e pavlefshme ndër-reference të jashtme: %r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "po kopjohen kartela ekstra" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "s’u gjet përkatësi për ndër-referencë të jashtme: %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "s’kopjohet dot kartelë ekstra %r" +msgid "external %s:%s reference target not found: %s" +msgstr "s’u gjet objektiv reference të jashtme %s:%s: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "S’u arrit të shkruhet kartelë të dhënash montimi: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Identifikues i pavlefshëm projekti intersphinx `%r` te intersphinx_mapping. Identifikuesit e projektit duhet të jenë vargje jo të zbrazët." -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "treguesi i kërkimi s’u ngarkua dot, por jo krejt dokumentet do të montohen: treguesi do të jetë i paplotë." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Vlerë e pavlefshme `%r` në intersphinx_mapping[%r]. Pritej një dyshe elementësh, ose një listë." -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "faqja %s ka përputhje me dy rregullsi te html_sidebars: %r dhe %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Vlerë e pavlefshme `%r` te intersphinx_mapping[%r]. Vlerat duhet të jenë një dyshe (URI e synuar, vendndodhje depoje)." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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 "ndodhi një gabim Unikod, kur vizatohej faqja %s. Ju lutemi, siguroni që krejt vlerat e formësimit që përmbajnë lëndë jo-ASCII të jenë vargje Unikod." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "Vlerë e pavlefshme URI objektivi `%r` te intersphinx_mapping[%r][0]. URI-t objektiv duhet të jenë vargje unikë jo të zbrazët." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "Tema '%s' s’e mbulon këtë version të Sphinx-it, ngaqë përdor fushën 'style' në gjedhe HTML, çka u nxor nga përdorimi me Sphinx 5.1 dhe u hoq me Sphinx 7.0. Në vend të kësaj, tema duhet përditësuar që të përdorë fushën 'styles'. Shihni https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "Vlerë e pavlefshme URI objektivi `%r` te intersphinx_mapping[%r][0]. URI-t objektiv duhet të jenë vargje unikë jo të zbrazët (tjetër instancë në intersphinx_mapping[%r]. " -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ndodhi një gabim gjatë vizatimit të faqes %s.\nArsye: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "Vlerë e pavlefshme vendndodhjeje inventari `%r` te intersphinx_mapping[%r][1]. Vendndodhjet e inventarëve duhet të jepen si vargje jo të zbrazët, ose si “None”." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (1 gabim)." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "po shkruhet lënda e treguesit të kërkimeve në %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (%s gabime)." + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Pas normalizimit u shtua një zë i pavlefshëm për intersphinx_mapping." -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file e pavlefshme: %r, u shpërfill" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "po ngarkohet depo intersphinx '%s' që prej %s …" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Janë të regjistruar plot math_renderers. Por s’u përzgjodh math_renderer." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "u hasën disa probleme me disa nga inventare, por kishin alternativa funksionale:" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "U dha math_renderer %r i panjohur." +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "inventari intersphinx është lëvizur: %s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argumente Fjalëkyçi" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "zëri %r i html_extra_path entry është vendosur jashtë outdir-it" +msgid "invalid value set (missing closing brace): %s" +msgstr "u caktua vlerë e pavlefshme (mungon kllapë mbyllëse): %s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "zëri html_extra_path %r s’ekziston" +msgid "invalid value set (missing opening brace): %s" +msgstr "u caktua vlerë e pavlefshme (mungon kllapë hapëse): %s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "zëri %r i html_extra_path entry është vendosur brenda outdir-it" +msgid "malformed string literal (missing closing quote): %s" +msgstr "shprehje vargu e keqformuar (mungon thonjëz mbyllëse): %s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "zëri html_static_path %r s’ekziston" +msgid "malformed string literal (missing opening quote): %s" +msgstr "shprehje vargu e keqformuar (mungon thonjëz hapëse): %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "kartela stemë %r s’ekziston" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Shembull" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "kartela favikonë %r s’ekziston" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Shembuj" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "Vlerat në 'html_sidebars' duhet të jetë një listë vargjesh. Të paktën një rregullsi ka një vlerë varg: %s. Ndryshojeni në `html_sidebars = %r`." +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Shënime" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 s’mbulohet më nga Sphinx-i. (U pikas “html4_writer=True” te mundësi formësimi)" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Parametra të Tjerë" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentim i %s %s" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r s’ka rregullimin \"theme\"" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referenca" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r s’ka rregullimin \"%s\"" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Sinjalizime" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "S’u arrit të merrej një “docname”!" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "S’u arrit të merret “docname” për burimin %r!" +msgid "error while formatting signature for %s: %s" +msgstr "gabim gjatë formatimi nënshkrimesh për %s: %s" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "S’u gjet poshtëshënim për nyjë reference të dhënë %r" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "Po shpërfillet __all__ i pavlefshëm në modulin %s: %r" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Kartelat LaTeX gjenden në %(outdir)s." - -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nXhironi 'make' te ajo drejtori që të xhirohen këto përmes (pdf)latex\n(që të bëhet kjo automatikisht, përdorni `make latexpdf' këtu)." +msgid "Failed to get a function signature for %s: %s" +msgstr "S’u arrit të merret një nënshkrim funksioni për %s: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "s’u gjet vlerë formësimi \"texinfo_documents\"; s’do të shkruhet ndonjë dokument" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "S’u arrit të përtypej një vlerë parazgjedhje argumenti për %r: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "S’u arrit të përditësohet nënshkrim për %r: s’u gjet parametër: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "po kopjohen kartela mbulimi TeX" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "S’u arrit të përtypet type_comment për %r: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "po kopjohen kartela shtesë" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "gabim gjatë formatimi argumentesh për %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Kyç i panjohur formësimi: latex_elements[%r], u shpërfill." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "S’u arrit të merrej nënshkrim konstruktori për %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Mundësi e panjohur teme: latex_theme_options[%r], u shpërfill." +msgid "Failed to get a method signature for %s: %s" +msgstr "S’u arrit të merre një nënshkrim metode për %s: %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgid "Failed to get a signature for %s: %s" +msgstr "S’u arrit të merret nënshkrim për %s: %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "kartelë figure jo e lexueshme: %s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "atributi %s shfaqet te :members:, por mungon, ngaqë s’u gjend te objekti %r" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "kartelë figure %s jo e lexueshme: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: s’u arrit të përcaktohet %s.%s (%r) për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "kartelë shkarkimi jo e lexueshme: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "U gjet __slots__ i pavlefshëm në %s. U shpërfill." -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "u pikasën referenca rrethore toctree-je, po shpërfllen: %s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree përmban referencë ndaj dokumenti %r që s’ka titull: s’do të prodhohet ndonjë lidhje" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ should duhet të jetë një listë vargjesh, jo %r (në module %s) -- ignoring __all__" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree përmban referencë dokumenti të papërfshirë %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "u përmend atribut që mungon në :members: mundësi: modul %s, atributi %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "toctree përmban referencë ndaj dokumenti %r që s’ekziston" +msgid "missing attribute %s in object %s" +msgstr "atribut %s që mungon te objekt %s" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "shihni %s" +msgid "alias of TypeVar(%s)" +msgstr "alias për TypeVar(%s)" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "shihni edhe %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "U ndërpre!" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "lloj i panjohur zëri treguesi: %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Gabim markup-i reStructuredText!" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Gabim kodimi!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Kjo mund të ndodhë me kartela burim shumë të mëdha ose të futura thellë brenda njëra-tjetrës. Mund të rrisni me kujdes kufirin parazgjedhje për ripërsëritje Python prej 1000, te conf.py, me p.sh.:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Po niset diagnostikuesi:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "Traceback-u i plotë u ruajt te:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Për t’ua njoftuar këtë gabim zhvilluesve, ju lutemi, hapni një çështje te . Faleminderit!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Ju lutemi, njoftojeni nëse qe një gabim përdoruesi, që kështu herës tjetër të mund të furnizohet një mesazh më i mirë gabimi." diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo index 4c5e0597607..c9549cca305 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 714562a38de..47c164655d3 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vladimir Milovanović , 2020\n" "Language-Team: Serbian (http://app.transifex.com/sphinx-doc/sphinx-1/language/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -55,90 +55,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Конфигурациони директоријум не садржи conf.py датотеку (%s)." + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:137 +#: config.py:378 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:218 +#: config.py:390 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:238 +#: config.py:398 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: theming.py:278 +#: config.py:421 #, python-format -msgid "The %r theme has circular inheritance" +msgid "unknown config value %r in override, ignoring" msgstr "" -#: theming.py:286 +#: config.py:475 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "No such config value: %r" msgstr "" -#: theming.py:292 +#: config.py:503 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Config value %r already present" msgstr "" -#: theming.py:320 +#: config.py:540 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:598 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:349 +#: config.py:610 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:632 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:357 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:376 +#: config.py:664 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: project.py:72 +#: config.py:685 +#, python-format +msgid "Section %s" +msgstr "Одељак %s" + +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Сл. %s" + +#: config.py:687 #, python-format +msgid "Table %s" +msgstr "Табела %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "Списак %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -155,16 +230,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -212,7 +287,7 @@ msgstr "Овај пројекат захтева верзију Sphinx v%s ил msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -229,7 +304,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "учитавање превода [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "готово" @@ -302,7 +377,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -310,12 +385,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -323,2698 +398,2538 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Преводилац за %r већ постоји" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "Конфигурациони директоријум не садржи conf.py датотеку (%s)." - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:365 theming.py:418 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:611 +#: theming.py:369 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:633 +#: theming.py:373 theming.py:421 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:377 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:665 +#: theming.py:396 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" -msgstr "Одељак %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Сл. %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Табела %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Списак %s" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:404 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:83 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[изворни код]" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[документација]" -#: environment/__init__.py:952 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Код модула" + +#: ext/viewcode.py:359 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Изворни код %s

" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Пажња" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Преглед: код модула" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Грешка" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Путоказ" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Важно" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Белешка" - -#: locale/__init__.py:236 -msgid "See also" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Савет" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Упозорење" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "План" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (у " +#: ext/todo.py:166 +msgid "original entry" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "пребацивање слика... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:492 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/xml.py:29 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/xml.py:103 +#: transforms/__init__.py:258 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:223 +#: transforms/__init__.py:300 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:350 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:355 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:361 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:518 #, python-format -msgid "all of %d po files" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "targets for %d po files that are specified" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "све изворне датотеке" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:952 #, python-format -msgid "file %r given on command line does not exist, " +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:342 +#: writers/latex.py:387 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:353 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:617 #, python-format -msgid "targets for %d source files that are out of date" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/html5.py:587 writers/latex.py:1128 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:1229 +#, python-format +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "ажурирање окружења: " - -#: builders/__init__.py:499 +#: writers/latex.py:1618 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:536 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:545 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:556 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "[image: %s]" +msgstr "[слика: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[слика]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Индекс" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:563 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:725 +#: writers/html5.py:446 #, python-format -msgid "docnames to write: %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "припремање докумената" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "пребацивање изворних датотека..." +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Пажња" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Грешка" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Путоказ" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Важно" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Белешка" + +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Савет" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Упозорење" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/build.py:74 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"\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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:131 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "План" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:118 +#: cmd/build.py:357 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[изворни код]" +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:134 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[документација]" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Код модула" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:230 #, python-format -msgid "

Source code for %s

" -msgstr "

Изворни код %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Преглед: код модула" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (уграђена функција)" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метода)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (класа)" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (глобална променљива или константа)" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (атрибут %s)" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Аргументи" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Резултат" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Име пројекта" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Тип резултата" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Име(на) аутора" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (модул)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "функција" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Верзија пројекта" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "метода" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Издање пројекта" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "класа" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Језик пројекта" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "атрибут" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Суфикс изворне датотеке" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "модул" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: cmd/quickstart.py:372 #, python-format -msgid "%s (directive)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "директива" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:411 +msgid "" +"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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:33 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Changed in version %s" -msgstr "Измењено у верзији %s" +msgid "Creating file %s." +msgstr "" -#: domains/changeset.py:34 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format -msgid "Deprecated since version %s" -msgstr "Застарело почевши од верзије %s" +msgid "File %s already exists, skipping." +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: domains/__init__.py:322 +#: cmd/quickstart.py:524 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:577 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" +"Generate required files for a Sphinx project.\n" "\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "име пројекта" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "имена аутора" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "верзија пројекта" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "издање пројекта" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "језик пројекта" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "суфикс изворне датотеке" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "користи epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/build.py:357 +#: cmd/quickstart.py:814 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Invalid template variable: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Аутор одељка: " -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Аутор модула: " -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Аутор кода: " -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: directives/other.py:209 +msgid "Author: " +msgstr "Аутор: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:134 +#: directives/code.py:237 #, python-format -msgid "Please enter one of %s." +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:230 +#: directives/code.py:316 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:235 +#: directives/patches.py:71 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:242 +#: util/rst.py:73 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:274 +#: util/i18n.py:253 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Име пројекта" - -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Име(на) аутора" - -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Верзија пројекта" - -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Издање пројекта" - -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Језик пројекта" - -#: cmd/quickstart.py:340 +#: util/osutil.py:131 +#, python-format msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Суфикс изворне датотеке" - -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:368 +#: util/fileutil.py:76 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" - -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:397 +#: util/docfields.py:100 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:407 +#: util/nodes.py:459 +#, python-format msgid "" -"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 "" - -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/nodes.py:738 #, python-format -msgid "Creating file %s." +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:183 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (уграђена функција)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s метода)" -#: cmd/quickstart.py:520 +#: domains/javascript.py:186 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s() (class)" +msgstr "%s() (класа)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (глобална променљива или константа)" -#: cmd/quickstart.py:531 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (атрибут %s)" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Аргументи" -#: cmd/quickstart.py:573 -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" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Резултат" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Тип резултата" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (модул)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "функција" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "метода" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "класа" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "име пројекта" - -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "имена аутора" - -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "верзија пројекта" - -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "издање пројекта" - -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "језик пројекта" - -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "суфикс изворне датотеке" - -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" - -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "користи epub" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "атрибут" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "модул" -#: cmd/quickstart.py:671 +#: domains/javascript.py:458 #, python-format -msgid "enable %s extension" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "директива" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Измењено у верзији %s" -#: cmd/quickstart.py:810 +#: domains/changeset.py:34 #, python-format -msgid "Invalid template variable: %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Застарело почевши од верзије %s" -#: directives/other.py:119 +#: domains/changeset.py:35 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "Removed in version %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/changes.py:29 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/other.py:156 +#: builders/changes.py:65 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "no changes in version %s." msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Аутор одељка: " +#: builders/changes.py:79 +msgid "Builtins" +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Аутор модула: " +#: builders/changes.py:81 +msgid "Module level" +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Аутор кода: " +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "пребацивање изворних датотека..." -#: directives/other.py:209 -msgid "Author: " -msgstr "Аутор: " +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:281 #, python-format -msgid "Invalid caption: %s" +msgid "all of %d po files" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:303 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:315 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "све изворне датотеке" + +#: builders/__init__.py:336 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:343 #, python-format msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:354 #, python-format -msgid "Object named %r not found in include file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:383 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "building [%s]: " +msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Индекс" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[слика: %s]" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[слика]" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "ажурирање окружења: " -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:537 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:546 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:726 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "припремање докумената" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:29 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "no Babel option known for language %r" +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:616 +#: builders/singlehtml.py:35 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:83 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:41 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:44 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:299 +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:85 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/inventory.py:147 +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (у " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "пребацивање слика... " + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:100 +#: builders/texinfo.py:218 #, python-format -msgid "reading error: %s, %s" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:223 #, python-format -msgid "writing error: %s, %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:146 +#: builders/_epub_base.py:436 #, python-format -msgid "locale_dir %s does not exist" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:467 #, python-format -msgid "Invalid Babel locale: %r." +msgid "cannot write image file %r: %s" msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:325 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown directive name: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/docutils.py:805 -#, python-format -msgid "unknown node type: %r" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/fileutil.py:76 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "writing %s file..." msgstr "" -#: util/fileutil.py:89 +#: builders/manpage.py:37 #, python-format -msgid "Writing evaluated template result to %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:64 #, python-format -msgid "default role %s not found" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:462 +#: builders/latex/__init__.py:115 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX датотеке су у %(outdir)s." + +#: builders/latex/__init__.py:118 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +"\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\n(или употребите `make latexpdf' овде да се то одради аутоматски)." -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:167 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "настављено са претходне стране" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "наставак на следећој страни" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Издање" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Симболи" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Бројеви" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "страна" - -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Издање" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:537 #, python-format -msgid "Unknown image format: %s..." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/transforms.py:121 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/theming.py:87 #, python-format -msgid "%r reference target not found: %s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "индекс" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "напред" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Навигација" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "назад" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Претрага" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:807 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:853 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:874 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Претходни одељак" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "претходна глава" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Следећи одељак" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "наредна глава" - -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:880 #, python-format -msgid "Index – %(key)s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ова страница" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Изворни код" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Брза претрага" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Тражи" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Преглед" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Добро дошли! Ово је" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "документација" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "последња измена" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Садржај" - -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:1375 #, python-format -msgid "Search %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "тражи" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Садржај" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Резултати претраге" - -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1435 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Претражује се" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Припрема претраге..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", у " - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Измене у верзији %(version)s — %(docstitle)s" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1464 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Измене у библиотеци" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Друге измене" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "" +msgid "%s %s documentation" +msgstr "документација %s %s" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Параметри" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Променљиве" - -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3111,80 +3026,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "тип" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "променљива" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Параметри" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Променљиве" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3221,412 +3081,629 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "документ" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Пример" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "променљива" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Примери" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Белешке" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Упозорења" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "тип" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:302 #, python-format -msgid "alias of %s" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Bases: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Садржај" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Садржај" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, python-format +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Претходни одељак" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "претходна глава" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Следећи одељак" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "наредна глава" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Претрага" + +#: themes/basic/search.html:20 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)" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/autodoc/_names.py:89 +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "тражи" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ова страница" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Изворни код" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "signature arguments given for automodule: '%s'" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_names.py:93 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Навигација" + +#: themes/basic/layout.html:115 #, python-format -msgid "return annotation given for automodule: '%s'" +msgid "Search within %(docstitle)s" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Failed to remove %s: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/layout.html:201 #, python-format -msgid "Would create file %s." +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:204 +#, python-format 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." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Брза претрага" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Тражи" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Преглед" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Добро дошли! Ово је" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "документација" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "последња измена" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:135 +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Резултати претраге" + +#: themes/basic/static/searchtools.js:134 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Претражује се" + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Припрема претраге..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", у " + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Измене у верзији %(version)s — %(docstitle)s" + +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Измене у библиотеци" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:160 +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Друге измене" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "настављено са претходне стране" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "наставак на следећој страни" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Симболи" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Бројеви" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "страна" + +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "погледајте %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "такође погледајте %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "суфикс датотеке (подразумевани: rst)" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "%s is not a directory." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, 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 "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3699,609 +3776,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" - -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" - -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:55 -#, python-format -msgid "(in %s)" -msgstr "(у %s)" - -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "суфикс датотеке (подразумевани: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" +msgstr "(у %s)" + +#: ext/intersphinx/_resolve.py:112 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "индекс" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "Logo of %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "напред" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "назад" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:72 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" + +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Пример" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Примери" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Белешке" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Упозорења" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%s %s documentation" -msgstr "документација %s %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX датотеке су у %(outdir)s." - -#: builders/latex/__init__.py:118 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\n(или употребите `make latexpdf' овде да се то одради аутоматски)." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "погледајте %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "такође погледајте %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo index 140dee7ea99..282655ae5c3 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_RS/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo index 585d7246ff4..3041ea48992 100644 Binary files a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo index 10d15210d8f..3c8867abaef 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 7f798e178ec..3c3c0392681 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -1,21 +1,21 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: -# Daniel Nylander , 2025 +# Daniel Nylander , 2025-2026 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-04 06:45+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Daniel Nylander , 2025\n" +"Last-Translator: Daniel Nylander , 2025-2026\n" "Language-Team: Swedish (http://app.transifex.com/sphinx-doc/sphinx-1/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -54,91 +54,166 @@ msgstr "ogiltigt PEP-nummer %s" msgid "invalid RFC number %s" msgstr "ogiltigt RFC-nummer %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexernamn %r är inte känt" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "Andra temakonfigurationsavsnitt än [theme] och [options] stöds inte (försökte få ett värde från %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "Lexing av literal_block %r som \"%s\" resulterade i ett fel vid token: %r. Försöker igen i avslappnat läge." -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "inställningen %s.%s förekommer inte i någon av de sökta temakonfigurationerna" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "config-katalogen innehåller inte någon conf.py-fil (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "temaalternativ som inte stöds %r ges" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' måste vara '0' eller '1', fick '%s'" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "fil %r på temasökvägen är inte en giltig zip-fil eller innehåller inget tema" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "kan inte åsidosätta konfigurationsinställningen för ordboken %r, ignorerar (använd %r för att ställa in enskilda element)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "inget tema med namnet %r hittades (saknas theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "ogiltigt nummer %r för konfigurationsvärde %r, ignoreras" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "Temat %r har cirkulär nedärvning" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "kan inte åsidosätta konfigurationsinställningen %r med en typ som inte stöds, ignorerar" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "okänt konfigurationsvärde %r i åsidosättande, ignoreras" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "Inget sådant konfigurationsvärde: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Konfigureringsvärde %r finns redan" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "Temat %r ärver från %r, som inte är ett inläst tema. Inlästa teman är: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "kan inte cachelagra ett konfigurationsvärde som inte kan plockas ut: %r (eftersom det innehåller ett funktions-, klass- eller modulobjekt)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Ogiltigt konfigurationsvärde hittades: 'language = None'. Uppdatera din konfiguration till en giltig språkkod. Återgår till 'en' (engelska)." -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "Temat %r har för många förfäder" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Det finns ett syntaxfel i din konfigurationsfil: %s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Konfigurationsfilen (eller en av de moduler som den importerar) kallade sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "ingen temakonfigurationsfil hittades i %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Det finns ett programmerbart fel i din konfigurationsfil:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "tema %r har inte tabellen \"tema\"" +msgid "Failed to convert %r to a frozenset" +msgstr "Misslyckades med att konvertera %r till en frozenset" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "Tabellen %r tema \"[tema]\" är inte en tabell" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Konvertering av `source_suffix = %r` till `source_suffix = %r`." -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "Temat %r måste definiera inställningen \"theme.inherit\"" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "Konfigurationsvärdet `source_suffix' förväntar sig en ordbok, en sträng eller en lista med strängar. Fick `%r' istället (typ %s)." -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "Tabellen \"[alternativ]\" för temat %r är inte en tabell" +msgid "Section %s" +msgstr "Sektion %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "Inställningen \"theme.pygments_style\" måste vara en tabell. Tips: \"%s\"" +msgid "Fig. %s" +msgstr "Fig. %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tabell %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Listning %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "flera filer hittades för dokumentet \"%s\": %s\nAnvänd %r för att bygga." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Konfigurationsvärdet `{name}` måste vara ett av {candidates}, men `{current}` är givet." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Konfigurationsvärdet `{name}' har typen `{current.__name__}'; förväntat {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Konfigurationsvärdet `{name}' har typen `{current.__name__}', standard är `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "Ignorerade oläsligt dokument %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r hittades inte, ignoreras." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx använder nu \"index\" som huvuddokument som standard. För att behålla beteendet före 2.0, ställ in \"master_doc = 'contents'\"." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "Stöd för andra källkodningar än UTF-8 är föråldrat och kommer att tas bort i Sphinx 10. Kommentera gärna på https://github.com/sphinx-doc/sphinx/issues/13665 om detta orsakar problem." #: extension.py:58 #, python-format @@ -154,17 +229,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Detta projekt behöver tillägget %s åtminstone i version %s och kan därför inte byggas med den inlästa versionen (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexernamn %r är inte känt" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "flera filer hittades för dokumentet \"%s\": %s\nAnvänd %r för att bygga." -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "Lexing av literal_block %r som \"%s\" resulterade i ett fel vid token: %r. Försöker igen i avslappnat läge." +msgid "Ignored unreadable document %r." +msgstr "Ignorerade oläsligt dokument %r." #: events.py:92 #, python-format @@ -211,7 +286,7 @@ msgstr "Det här projektet kräver minst Sphinx v%s och kan därför inte byggas msgid "making output directory" msgstr "skapa utdatakatalog" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "medan inställning av tillägget %s:" @@ -228,7 +303,7 @@ msgstr "'setup' som den för närvarande definieras i conf.py är inte en Python msgid "loading translations [%s]... " msgstr "läser in översättningar [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "klar" @@ -301,7 +376,7 @@ msgstr "direktiv %r är redan registrerat och kommer inte att åsidosättas" msgid "role %r is already registered and will not be overridden" msgstr "roll %r är redan registrerad och kommer inte att åsidosättas" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "tillägget %s deklarerar inte om det är säkert för parallell läsning, förutsatt att det inte är det - be tilläggets författare att kontrollera och göra det explicit" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s\\-tillägget är inte säkert för parallell läsning" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,1302 +397,894 @@ msgid "" "explicit" msgstr "tillägget %s deklarerar inte om det är säkert för parallellskrivning, förutsatt att det inte är det - be tilläggets författare att kontrollera och göra det explicit" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s\\-tillägget är inte säkert för parallellskrivning" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "gör serie %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Byggarklassen %s har inget \"name\"-attribut" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Byggare %r finns redan (i modul %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Byggarens namn %s inte registrerat eller tillgängligt via ingångspunkten" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Byggarens namn %s inte registrerat" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domän %s redan registrerad" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domän %s ännu inte registrerad" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Direktivet %r är redan registrerat på domänen %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Rollen %r är redan registrerad på domänen %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Indexet %r är redan registrerat på domänen %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "Objekttypen %r är redan registrerad" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "Crossref_type %r är redan registrerad" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r är redan registrerat" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser för %r är redan registrerad" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "Source parser för %s inte registrerad" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "Översättare för %r finns redan" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwargs för add_node() måste vara en (visit, depart) funktionstupel: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r redan registrerad" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "math renderer %s är redan registrerad" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "tillägget %r var redan sammanslaget med Sphinx sedan version %s; detta tillägg ignoreras." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Ursprungligt undantag:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "Det gick inte att importera tillägget %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "tillägget %r har ingen setup()-funktion; är det verkligen en Sphinx-modul?" -#: registry.py:567 +#: registry.py:574 #, 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 "Tillägget %s som används av detta projekt kräver minst Sphinx v%s; det kan därför inte byggas med denna version." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "tillägget %r returnerade ett objekt som inte stöds från sin setup()-funktion; den bör returnera None eller en metadatadictionary" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` är inte en giltig filtyp för %r." -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config-katalogen innehåller inte någon conf.py-fil (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "'%s' måste vara '0' eller '1', fick '%s'" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "kan inte åsidosätta konfigurationsinställningen för ordboken %r, ignorerar (använd %r för att ställa in enskilda element)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "ogiltigt nummer %r för konfigurationsvärde %r, ignoreras" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "Andra temakonfigurationsavsnitt än [theme] och [options] stöds inte (försökte få ett värde från %r)." -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "kan inte åsidosätta konfigurationsinställningen %r med en typ som inte stöds, ignorerar" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "inställningen %s.%s förekommer inte i någon av de sökta temakonfigurationerna" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "okänt konfigurationsvärde %r i åsidosättande, ignoreras" +msgid "unsupported theme option %r given" +msgstr "temaalternativ som inte stöds %r ges" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "Inget sådant konfigurationsvärde: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "fil %r på temasökvägen är inte en giltig zip-fil eller innehåller inget tema" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "Konfigureringsvärde %r finns redan" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "inget tema med namnet %r hittades (saknas theme.toml?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "kan inte cachelagra ett konfigurationsvärde som inte kan plockas ut: %r (eftersom det innehåller ett funktions-, klass- eller modulobjekt)" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "Ogiltigt konfigurationsvärde hittades: 'language = None'. Uppdatera din konfiguration till en giltig språkkod. Återgår till 'en' (engelska)." +msgid "The %r theme has circular inheritance" +msgstr "Temat %r har cirkulär nedärvning" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Det finns ett syntaxfel i din konfigurationsfil: %s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Konfigurationsfilen (eller en av de moduler som den importerar) kallade sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "Temat %r ärver från %r, som inte är ett inläst tema. Inlästa teman är: %s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Det finns ett programmerbart fel i din konfigurationsfil:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "Temat %r har för många förfäder" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "Misslyckades med att konvertera %r till en frozenset" +msgid "no theme configuration file found in %r" +msgstr "ingen temakonfigurationsfil hittades i %r" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Konvertering av `source_suffix = %r` till `source_suffix = %r`." +msgid "theme %r doesn't have the \"theme\" table" +msgstr "tema %r har inte tabellen \"tema\"" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "Konfigurationsvärdet `source_suffix' förväntar sig en ordbok, en sträng eller en lista med strängar. Fick `%r' istället (typ %s)." +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "Tabellen %r tema \"[tema]\" är inte en tabell" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "Sektion %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "Temat %r måste definiera inställningen \"theme.inherit\"" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "Tabellen \"[alternativ]\" för temat %r är inte en tabell" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "Tabell %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "Inställningen \"theme.pygments_style\" måste vara en tabell. Tips: \"%s\"" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listning %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "Användning:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Konfigurationsvärdet `{name}` måste vara ett av {candidates}, men `{current}` är givet." +msgid "{0} [OPTIONS] []" +msgstr "{0} [ALTERNATIV] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Konfigurationsvärdet `{name}' har typen `{current.__name__}'; förväntat {permitted}." +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr " Sphinx dokumentationsgenerator." -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Konfigurationsvärdet `{name}' har typen `{current.__name__}', standard är `{default.__name__}'." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "Kommandon:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r hittades inte, ignoreras." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "Alternativ" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "Sphinx använder nu \"index\" som huvuddokument som standard. För att behålla beteendet före 2.0, ställ in \"master_doc = 'contents'\"." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "För mer information, besök https://www.sphinx-doc.org/en/master/man/." -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "Stöd för andra källkodningar än UTF-8 är föråldrat och kommer att tas bort i Sphinx 10. Kommentera gärna på https://github.com/sphinx-doc/sphinx/issues/13665 om detta orsakar problem." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: fel: {1}\nKör '{0} --help' för information" -#: environment/__init__.py:89 -msgid "new config" -msgstr "ny konfiguration" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr " Hantera dokumentation med Sphinx." -#: environment/__init__.py:90 -msgid "config changed" -msgstr "konfiguration ändrad" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "Visa versionen och avsluta." -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "tillägg ändrade" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "Visa detta meddelande och avsluta." -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "byggmiljöversionen är inte aktuell" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "Loggning" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "källkatalogen har ändrats" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "Öka ordrikedomen (kan upprepas)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "Konfigurationen har ändrats (1 alternativ: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "Skriv bara ut fel och varningar." -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "Konfigurationen har ändrats (%d alternativ: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "Ingen utmatning alls" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "Konfigurationen har ändrats (%d alternativ: %s, ...)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Denna miljö är inte kompatibel med den valda byggaren, välj en annan doctree-katalog." +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "Se \"sphinx --help\".\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Misslyckades med att skanna dokument i %s: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "Det går inte att köra kommandot för bildkonvertering %r. 'sphinx.ext.imgconverter' kräver ImageMagick som standard. Se till att det är installerat, eller sätt alternativet 'image_converter' till ett anpassat konverteringskommando.\n\nBakåtspårning: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Domän %r är inte registrerad" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "dokumentet ingår inte i någon toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "självrefererande toctree hittades. Ignoreras." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "convert avslutades med fel:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "dokumentet refereras till i flera toctrees: %s, urval: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "convert-kommandot %r kan inte köras, kontrollera inställningen för image_converter" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Observera" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Försiktighet" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "markerar modulkod... " -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Fara" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Fel" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modulkod" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Ledtråd" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Källkod för %s

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Viktigt" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Översikt: modulkod" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Anteckning" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alla moduler för vilka kod finns tillgänglig

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Se även" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "avsnitt \"%s\" blir märkt som \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tips" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "duplicerad etikett %s, annan instans i %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Varning" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Länk till denna ekvation" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo-filerna finns i %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "Läsningstid %.3fs överskred tidsgränsen %.3fs" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nKör 'make' i den katalogen för att köra dessa genom makeinfo\n(använd 'make info' här för att göra det automatiskt)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "inget konfigurationsvärde för \"texinfo_documents\" hittades; inga dokument kommer att skrivas" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" konfigurationsvärde refererar till okänt dokument %s" +"====================== total reading duration ==========================" +msgstr "====================== total läsningstid ==========================" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "bearbetning %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "skriver" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "Total tid för läsning av %d fil%s: %dm %.3fs" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "slår upp referenser..." +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== långsammaste lästiderna =======================" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (i " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "%.3fs %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "kopierar bilder... " +#: ext/todo.py:61 +msgid "Todo" +msgstr "Att göra" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "kan inte kopiera bildfilen %r: %s" +msgid "TODO entry found: %s" +msgstr "TODO-post hittades: %s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "kopierar Texinfo-stödfiler" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "fel vid skrivning av filen Makefile: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> finns i %s, rad %d.)" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Manualsidorna finns i %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "ursprunglig post" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "inget konfigurationsvärde för \"man_pages\" hittades; inga manussidor kommer att skrivas" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz-direktivet kan inte ha både innehåll och ett filnamnsargument" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" konfigurationsvärde refererar till okänt dokument %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Externa Graphviz-filen %r hittades inte eller så gick inte läsningen av den" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML-sidan finns i %(outdir)s." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorerar \"graphviz\"-direktivet utan innehåll." -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "sammanställning av enstaka dokument" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "graphviz_dot körbar sökväg måste ställas in! %r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "skriva ytterligare filer" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot-kommandot %r kan inte köras (behövs för graphviz-utdata), kontrollera inställningen graphviz_dot" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Dummybyggaren genererar inga filer." +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot avslutades med fel:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Meddelandekatalogerna finns i %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot producerade inte någon utdatafil:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "bygger [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format måste vara antingen 'png' eller 'svg', men är %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "mål för %d mallfiler" +msgid "dot code %r: %s" +msgstr "punktkod %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "läser mallar... " +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "skriver meddelandekataloger... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Leta efter eventuella fel i ovanstående utdata eller i %(outdir)s/output.txt" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "hårdkodad länk %r kan ersättas av en extlänk (försök använda %r istället)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "trasig länk: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX-kommandot %r kan inte köras (behövs för visning av matematik), kontrollera inställningen imgmath_latex" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "Ankaret '%s' hittades inte" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s-kommandot %r kan inte köras (behövs för visning av matematik), kontrollera inställningen imgmath_%s" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "linkcheck_allowed_redirects. Förväntade sig en ordbok." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "visa latex %r: %s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Misslyckades med att kompilera regex i linkcheck_allowed_redirects: %r %s" +msgid "inline latex %r: %s" +msgstr "inline latex %r: %s" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "EPub-filen finns i %(outdir)s." +msgid "missing '+' or '-' in '%s' option." +msgstr "\"+\" eller \"-\" saknas i alternativet \"%s\"." -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "skriva nav.xhtml-filen..." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' är inte ett giltigt alternativ." -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "conf-värdet \"epub_language\" (eller \"language\") ska inte vara tomt för EPUB3" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' är inte ett giltigt pyversion-alternativ" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "conf-värdet \"epub_uid\" ska vara XML NAME för EPUB3" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "ogiltig TestCode-typ" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "conf-värdet \"epub_title\" (eller \"html_title\") ska inte vara tomt för EPUB3" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Testningen av doctests i källorna är klar, titta på resultaten i %(outdir)s/output.txt." -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "conf-värdet \"epub_author\" ska inte vara tomt för EPUB3" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "ingen kod/utmatning i %s block vid %s:%s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "conf-värdet \"epub_contributor\" ska inte vara tomt för EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignorerar ogiltig doctest-kod: %r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "conf-värdet \"epub_description\" ska inte vara tomt för EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "ogiltig regex %r i %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "conf-värdet \"epub_publisher\" ska inte vara tomt för EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "modul %s kunde inte importeras: %s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "conf-värdet \"epub_copyright\" (eller \"copyright\") ska inte vara tomt för EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "följande moduler är dokumenterade men specificerades inte i coverage_modules: %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "conf-värdet \"epub_identifier\" ska inte vara tomt för EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "följande moduler anges i coverage_modules men dokumenterades inte: %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "conf-värdet \"version\" ska inte vara tomt för EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "Testningen av täckningen i källorna är klar, titta på resultaten i %(outdir)s{sep}python.txt." -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "ogiltig css_fil: %r, ignorerad" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "ogiltig regex %r i täckning_c_regexes" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML-filerna finns i %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "odokumenterad c api: %s [%s] i fil %s" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "fel vid skrivning av fil %s: %s" +msgid "undocumented python function: %s :: %s" +msgstr "odokumenterad python-funktion: %s :: %s" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Pseudo-XML-filerna finns i %(outdir)s." +msgid "undocumented python class: %s :: %s" +msgstr "odokumenterad pythonklass: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "duplicerad ToC-post hittades: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "odokumenterad python-metod: %s :: %s :: %s" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "kan inte läsa bildfilen %r: kopiera den istället" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "kan inte skriva bildfil %r: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "kunde inte beräkna översättningens framsteg!" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Pillow hittades inte - kopiering av bildfiler" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "inga översatta element!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "skriva mimetype-fil ..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 kolumnbaserade index hittades. Det kan vara en bugg i de tillägg du använder: %r" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "skriver filen META-INF/container.xml..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Fotnot [%s] är inte refererad." -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "skriva innehåll.opf-fil..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "Fotnot [*] är inte refererad." -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "okänd mimetype för %s, ignorerar" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "Fotnot [#] är inte refererad." -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "noden har en ogiltig nivå" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "inkonsekventa fotnotreferenser i översatt meddelande. original: {0}, översatt: {1}" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "skriver filen toc.ncx..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "inkonsekventa referenser i översatt meddelande. original: {0}, översatt: {1}" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "skriver %s fil ..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "inkonsekventa källhänvisningar i översatt meddelande. original: {0}, översatt: {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Textfilerna finns i %(outdir)s." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "inkonsekventa termreferenser i översatt meddelande. original: {0}, översatt: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "en lämplig bild för %s byggare hittades inte: %s (%s)" +#: environment/__init__.py:89 +msgid "new config" +msgstr "ny konfiguration" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "en lämplig bild för %s byggare hittades inte: %s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "konfiguration ändrad" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "bygger [mo]: " +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "tillägg ändrade" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "skriver utdata... " +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "byggmiljöversionen är inte aktuell" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "alla %d po-filer" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "källkatalogen har ändrats" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" -msgstr "mål för %d po-filer som anges" +msgid "The configuration has changed (1 option: %r)" +msgstr "Konfigurationen har ändrats (1 alternativ: %r)" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "mål för %d po-filer som är föråldrade" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "alla källfiler" +msgid "The configuration has changed (%d options: %s)" +msgstr "Konfigurationen har ändrats (%d alternativ: %s)" -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "filen %r som anges på kommandoraden finns inte, " +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "Konfigurationen har ändrats (%d alternativ: %s, ...)" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "filen %r som anges på kommandoraden finns inte i källkatalogen, ignoreras" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Denna miljö är inte kompatibel med den valda byggaren, välj en annan doctree-katalog." -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "fil %r som anges på kommandoraden är inte ett giltigt dokument, ignoreras" +msgid "Failed to scan documents in %s: %r" +msgstr "Misslyckades med att skanna dokument i %s: %r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "%d källfiler anges på kommandoraden" +msgid "Domain %r is not registered" +msgstr "Domän %r är inte registrerad" + +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "dokumentet ingår inte i någon toctree" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "självrefererande toctree hittades. Ignoreras." -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "mål för %d källfiler som är föråldrade" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "dokumentet refereras till i flera toctrees: %s, urval: %s <- %s" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "letar efter nu föråldrade filer... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "okänd %r toplevel_sectioning för klass %r" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "%d hittades" +msgid "no Babel option known for language %r" +msgstr "inget Babel-alternativ känt för språk %r" -#: builders/__init__.py:417 -msgid "none found" -msgstr "ingen hittades" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "för stor :maxdepth:, ignoreras." -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "miljö för betning" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "mallen %s hittades inte; läser in från legacy %s istället" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "kontroll av konsistens" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "dokumenttiteln är inte en enda textnod" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "inga mål är inaktuella." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "påträffad titelnod inte i avsnitt, ämne, tabell, uppmaning eller sidofält" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "uppdaterar miljön: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Fotnoter" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s tillagd, %s ändrad, %s borttagen" +msgid "unsupported rubric heading level: %s" +msgstr "rubricering utan stöd rubriknivå: %s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "Sphinx kan inte läsa in huvuddokumentet (%s) eftersom det matchar ett inbyggt uteslutningsmönster %r. Flytta ditt masterdokument till en annan plats." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "både tabularcolumns och alternativet :widths: anges. :widths: ignoreras." -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "Sphinx kan inte läsa in huvuddokumentet (%s) eftersom det matchar ett uteslutningsmönster som anges i conf.py, %r. Ta bort detta mönster från conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "colspec %s gavs som verkar använda tabulär syntax. Men denna tabell kan inte återges som en tabulary; den angivna colspec kommer att ignoreras." -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "Sphinx kan inte läsa in huvuddokumentet (%s) eftersom det inte ingår i det anpassade include_patterns = %r. Se till att ett mönster i include_patterns matchar huvuddokumentet." +msgid "dimension unit %s is invalid. Ignored." +msgstr "dimensionsenheten %s är ogiltig. Ignoreras." -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "Sphinx kan inte läsa in huvuddokumentet (%s). Masterdokumentet måste finnas i källkatalogen eller en underkatalog till den." +msgid "unknown index entry type %s found" +msgstr "okänd indexposttyp %s hittades" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "läser källor... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Ogiltigt math_eqref_format: %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "docnames att skriva: %s" +msgid "[image: %s]" +msgstr "[image: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "inga dokumentnamn att skriva!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[image]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "förbereda dokument" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Index" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "kopiering av tillgångar" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "bildtext inte inuti en figur." -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Översiktsfilen finns i %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "oimplementerad nodtyp: %r" -#: builders/changes.py:65 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "Länk till denna definition" + +#: writers/html5.py:446 #, python-format -msgid "no changes in version %s." -msgstr "inga ändringar i version %s." +msgid "numfig_format is not defined for %s" +msgstr "numfig_format är inte definierat för %s" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "skriva sammanfattande fil ..." +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Alla ID som inte tilldelats för %s-noden" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Inbyggnader" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "Länk till denna termin" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modulnivå" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "Länk till denna rubrik" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "kopierar källfiler ..." - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "kunde inte läsa %r för skapande av changelog" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "ogiltig regex %r i %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "modul %s kunde inte importeras: %s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "följande moduler är dokumenterade men specificerades inte i coverage_modules: %s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "följande moduler anges i coverage_modules men dokumenterades inte: %s" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "Testningen av täckningen i källorna är klar, titta på resultaten i %(outdir)s{sep}python.txt." - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "ogiltig regex %r i täckning_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "odokumenterad c api: %s [%s] i fil %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "odokumenterad python-funktion: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "odokumenterad pythonklass: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "odokumenterad python-metod: %s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "hårdkodad länk %r kan ersättas av en extlänk (försök använda %r istället)" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Att göra" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "TODO-post hittades: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> finns i %s, rad %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "ursprunglig post" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "Det går inte att köra kommandot för bildkonvertering %r. 'sphinx.ext.imgconverter' kräver ImageMagick som standard. Se till att det är installerat, eller sätt alternativet 'image_converter' till ett anpassat konverteringskommando.\n\nBakåtspårning: %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "convert avslutades med fel:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "convert-kommandot %r kan inte köras, kontrollera inställningen för image_converter" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz-direktivet kan inte ha både innehåll och ett filnamnsargument" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Externa Graphviz-filen %r hittades inte eller så gick inte läsningen av den" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorerar \"graphviz\"-direktivet utan innehåll." - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "graphviz_dot körbar sökväg måste ställas in! %r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "dot-kommandot %r kan inte köras (behövs för graphviz-utdata), kontrollera inställningen graphviz_dot" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot avslutades med fel:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot producerade inte någon utdatafil:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "graphviz_output_format måste vara antingen 'png' eller 'svg', men är %r" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "punktkod %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graph]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX-kommandot %r kan inte köras (behövs för visning av matematik), kontrollera inställningen imgmath_latex" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s-kommandot %r kan inte köras (behövs för visning av matematik), kontrollera inställningen imgmath_%s" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "visa latex %r: %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "inline latex %r: %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Länk till denna ekvation" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "\"+\" eller \"-\" saknas i alternativet \"%s\"." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' är inte ett giltigt alternativ." - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' är inte ett giltigt pyversion-alternativ" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "ogiltig TestCode-typ" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Testningen av doctests i källorna är klar, titta på resultaten i %(outdir)s/output.txt." - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "ingen kod/utmatning i %s block vid %s:%s" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorerar ogiltig doctest-kod: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "avsnitt \"%s\" blir märkt som \"%s\"" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "duplicerad etikett %s, annan instans i %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== långsammaste lästiderna =======================" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "%.3fs %s" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[source]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "markerar modulkod... " - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modulkod" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

Källkod för %s

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Översikt: modulkod" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Alla moduler för vilka kod finns tillgänglig

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "duplicerad citering %s, annan instans i %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citation [%s] är inte refererad." - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicerad etikett av ekvation %s, annan instans i %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Ogiltigt math_eqref_format: %r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (inbyggd funktion)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metod)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klass)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribut)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Argument" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Kastar" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returer" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Typ av retur" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "funktion" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "metod" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "klass" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "data" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "attribut" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "Länk till detta bord" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "modul" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "Länk till denna kod" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicera %s beskrivning av %s, annan %s i %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "Länk till denna bild" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "Länk till detta toctree" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (direktivalternativ)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Det gick inte att få fram bildstorleken. :scale: alternativet ignoreras." -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (roll)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Observera" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiv" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Försiktighet" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "direktiv-alternativ" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Fara" -#: domains/rst.py:236 -msgid "role" -msgstr "roll" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fel" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "duplicerad beskrivning av %s %s, annan instans i %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Ledtråd" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "Tillagd i version %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Viktigt" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Ändrad i version %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Anteckning" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Föråldrad sedan version %s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Se även" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "Borttagen i version %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tips" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varning" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "jobbnumret ska vara ett positivt tal" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "För mer information, besök ." @@ -1860,54 +1527,54 @@ msgstr "Ange rotsökvägen för dokumentationen." msgid "Root path for the documentation" msgstr "Rotsökväg för dokumentationen" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Fel: en befintlig conf.py har hittats i den valda rotsökvägen." -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart kommer inte att skriva över befintliga Sphinx-projekt." -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Ange en ny rotsökväg (eller bara Enter för att avsluta)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "Du har två alternativ för att placera byggkatalogen för Sphinx-utdata.\nAntingen använder du en katalog \"_build\" i rotsökvägen, eller så separerar du\n\"source\" och \"build\" kataloger inom rotsökvägen." -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "Separata käll- och byggkataloger (y/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "Inuti rotkatalogen kommer ytterligare två kataloger att skapas; \"_templates\"\nför egna HTML-mallar och \"_static\" för egna stilmallar och andra statiska\nfiler. Du kan ange ett annat prefix (t.ex. \".\") för att ersätta understrecket." -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "Namnprefix för mallar och statisk dir" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "Projektnamnet kommer att förekomma på flera ställen i den byggda dokumentationen." -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "Projektnamn" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "Författarens namn(en)" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1916,15 +1583,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx har begreppet \"version\" och \"release\" för programvaran\nprogramvaran. Varje version kan ha flera utgåvor. Till exempel för\nPython är versionen något i stil med 2.5 eller 3.0, medan releasen är\nnågot i stil med 2.5.1 eller 3.0a1. Om du inte behöver den här dubbla strukturen,\nsätt bara båda till samma värde." -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "Projektversion" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "Projektrelease" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1934,21 +1601,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "Om dokumenten ska skrivas på ett annat språk än engelska,\nkan du här välja ett språk med hjälp av dess språkkod. Sphinx kommer då att\növersätta text som den genererar till det språket.\n\nFör en lista över koder som stöds, se\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "Projektspråk" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "Filnamnssuffixet för källfiler. Vanligtvis är detta antingen \".txt\"\neller \".rst\". Endast filer med detta suffix betraktas som dokument." -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "Suffix för källfil" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1956,91 +1623,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "Ett dokument är speciellt på så sätt att det betraktas som den översta noden i\n\"innehållsträdet\", det vill säga det är roten till den hierarkiska strukturen\nav dokumenten. Normalt är detta \"index\", men om ditt \"index\"-dokument\ndokument är en anpassad mall kan du också ange ett annat filnamn." -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "Namnet på ditt huvuddokument (utan suffix)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "Fel: Masterfilen %s har redan hittats på den valda rotsökvägen." -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart kommer inte att skriva över den befintliga filen." -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "Ange ett nytt filnamn eller byt namn på en befintlig fil och tryck på Enter" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Ange vilka av följande Sphinx-tillägg som ska aktiveras:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Obs: imgmath och mathjax kan inte aktiveras samtidigt. imgmath har valts bort." -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "En Makefile och en Windows-kommandofil kan genereras åt dig så att du bara behöver\nbara behöver köra t.ex. `make html' istället för att anropa sphinx-build\ndirekt." -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "Skapa Makefile? (ja/nej)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "Skapa Windows-kommandofil? (ja/nej)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "Skapar fil %s." -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "Fil %s finns redan, hoppar över." -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "Färdigställt: En första katalogstruktur har skapats." -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "Du ska nu fylla på din masterfil %s och skapa andra källfiler för\ndokumentationen. " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Använd Makefile för att bygga dokumenten, så här:\n make byggare" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "Använd kommandot sphinx-build för att bygga dokumenten, så här:\n sphinx-build -b byggare %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "där \"builder\" är en av de byggare som stöds, t.ex. html, latex eller linkcheck." -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2050,970 +1717,1219 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nGenerera nödvändiga filer för ett Sphinx-projekt.\n\nsphinx-quickstart är ett interaktivt verktyg som ställer några frågor om ditt\nprojekt och sedan genererar en komplett dokumentationskatalog och ett exempel\nMakefile som kan användas med sphinx-build.\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "tyst läge" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "projektrot" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "Strukturalternativ" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "om angivet, separata käll- och byggkataloger" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "om det anges, skapa byggkatalog under källkatalog" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "ersättning för punkt i _templates etc." -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "Projektets grundläggande alternativ" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "projektets namn" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "författarnamn" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "version av projektet" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "version av projektet" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "frisläppande av projekt" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "dokumentspråk" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "suffix för källfil" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "masterdokumentets namn" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "använda epub" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Alternativ för tillägg" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "aktivera tillägget %s" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "aktivera godtyckliga tillägg" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Skapande av Makefile och Batchfile" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "skapa makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "skapa inte makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "skapa batchfil" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "skapa inte batchfil" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "använda make-mode för Makefile/make.bat" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Templating av projekt" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "mallkatalog för mallfiler" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "definiera en mallvariabel" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" är specificerat, men något av \"project\" eller \"author\" är inte specificerat." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Fel: angiven sökväg är inte en katalog, eller så finns det redan sphinx-filer." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart genererar bara till en tom katalog. Ange en ny rotsökväg." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Ogiltig mallvariabel: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob mönster %r matchade inga dokument" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree innehåller referens till exkluderat dokument %r" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree innehåller referens till icke-existerande dokument %r" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "duplicerad post hittades i toctree: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Kapitelförfattare: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modulförfattare: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Källkodsförfattare: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Upphovsperson: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "... acks innehåll är inte en lista" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "... hlist-innehåll är inte en lista" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "icke-blanksteg strippat av dedent" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Ogiltig bildtext: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "radnummer spec är utanför intervallet (1-%d): %r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Kan inte använda både alternativen \"%s\" och \"%s\"" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "Include-filen '%s' hittades inte eller läsningen av den misslyckades" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "Kodning %r som används för att läsa den inkluderade filen '%s' verkar vara fel, försök att ange ett :encoding: alternativ" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Objekt med namnet %r hittades inte i include-filen %r" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Det går inte att använda \"lineno-match\" med en disjunkt uppsättning \"linjer\"" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Radspecifikation %r: inga rader hämtade från include-filen %r" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "alternativet \":file:\" för direktivet csv-table känner nu igen en absolut sökväg som en relativ sökväg från källkatalogen. Uppdatera ditt dokument." + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "standardroll %s hittades inte" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "läsfel: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "skrivfel: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s finns inte" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "Ogiltig Babel-lokal: %r." + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Ogiltigt datumformat. Citera strängen med enkla citattecken om du vill skriva ut den direkt: %s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "okänt direktivnamn: %s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "okänt rollnamn: %s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "okänd nodtyp: %r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "inventering <%s> innehåller duplicerade definitioner av %s" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventering <%s> innehåller flera definitioner för %s" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "Avbrutet kopieringsförsök från %s till %s (målbanan har befintliga data)." + +#: util/display.py:78 +msgid "skipped" +msgstr "hoppades över" + +#: util/display.py:83 +msgid "failed" +msgstr "misslyckades" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "Försök till kopiering från renderad mall %s till %s avbröts (destinationssökvägen har befintliga data)." + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Skriva utvärderat mallresultat till %s" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "frisläppande av projekt" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Problem i %s-domänen: fältet ska använda rollen '%s', men den rollen finns inte i domänen." -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "dokumentspråk" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r stöds inte längre för indexposter (från post %r). Använd istället ’pair: %s’." -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "suffix för källfil" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree innehåller ref till icke-existerande fil %r" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "masterdokumentets namn" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "undantag vid utvärdering av endast direktivuttryck: %s" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "använda epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (inbyggd funktion)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Alternativ för tillägg" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metod)" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" -msgstr "aktivera tillägget %s" +msgid "%s() (class)" +msgstr "%s() (klass)" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "aktivera godtyckliga tillägg" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Skapande av Makefile och Batchfile" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribut)" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "skapa makefile" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argument" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "skapa inte makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Kastar" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "skapa batchfil" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returer" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "skapa inte batchfil" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Typ av retur" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "använda make-mode för Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Templating av projekt" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "funktion" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "mallkatalog för mallfiler" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "metod" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "definiera en mallvariabel" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "klass" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" är specificerat, men något av \"project\" eller \"author\" är inte specificerat." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "data" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Fel: angiven sökväg är inte en katalog, eller så finns det redan sphinx-filer." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "attribut" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart genererar bara till en tom katalog. Ange en ny rotsökväg." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" -msgstr "Ogiltig mallvariabel: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "duplicera %s beskrivning av %s, annan %s i %s" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob mönster %r matchade inga dokument" +msgid "%s %s" +msgstr "%s %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree innehåller referens till exkluderat dokument %r" +msgid "%s (directive)" +msgstr "%s (direktiv)" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree innehåller referens till icke-existerande dokument %r" +msgid ":%s: (directive option)" +msgstr ":%s: (direktivalternativ)" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "duplicerad post hittades i toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Kapitelförfattare: " +msgid "%s (role)" +msgstr "%s (roll)" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Modulförfattare: " +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiv" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Källkodsförfattare: " +#: domains/rst.py:235 +msgid "directive-option" +msgstr "direktiv-alternativ" -#: directives/other.py:209 -msgid "Author: " -msgstr "Upphovsperson: " +#: domains/rst.py:236 +msgid "role" +msgstr "roll" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "... acks innehåll är inte en lista" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "duplicerad beskrivning av %s %s, annan instans i %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "... hlist-innehåll är inte en lista" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplicerad etikett av ekvation %s, annan instans i %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "alternativet \":file:\" för direktivet csv-table känner nu igen en absolut sökväg som en relativ sökväg från källkatalogen. Uppdatera ditt dokument." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "duplicerad citering %s, annan instans i %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "icke-blanksteg strippat av dedent" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citation [%s] är inte refererad." -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" -msgstr "Ogiltig bildtext: %s" +msgid "Added in version %s" +msgstr "Tillagd i version %s" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "radnummer spec är utanför intervallet (1-%d): %r" +msgid "Changed in version %s" +msgstr "Ändrad i version %s" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Kan inte använda både alternativen \"%s\" och \"%s\"" +msgid "Deprecated since version %s" +msgstr "Föråldrad sedan version %s" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "Include-filen '%s' hittades inte eller läsningen av den misslyckades" +msgid "Removed in version %s" +msgstr "Borttagen i version %s" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "Kodning %r som används för att läsa den inkluderade filen '%s' verkar vara fel, försök att ange ett :encoding: alternativ" +msgid "The overview file is in %(outdir)s." +msgstr "Översiktsfilen finns i %(outdir)s." -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objekt med namnet %r hittades inte i include-filen %r" +msgid "no changes in version %s." +msgstr "inga ändringar i version %s." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Det går inte att använda \"lineno-match\" med en disjunkt uppsättning \"linjer\"" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "skriva sammanfattande fil ..." + +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Inbyggnader" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modulnivå" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "kopierar källfiler ..." -#: directives/code.py:314 +#: builders/changes.py:146 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Radspecifikation %r: inga rader hämtade från include-filen %r" +msgid "could not read %r for changelog creation" +msgstr "kunde inte läsa %r för skapande av changelog" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:230 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Index" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "en lämplig bild för %s byggare hittades inte: %s (%s)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "påträffad titelnod inte i avsnitt, ämne, tabell, uppmaning eller sidofält" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "en lämplig bild för %s byggare hittades inte: %s" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fotnoter" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "bygger [mo]: " -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "bildtext inte inuti en figur." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "skriver utdata... " -#: writers/texinfo.py:1303 +#: builders/__init__.py:281 #, python-format -msgid "unimplemented node type: %r" -msgstr "oimplementerad nodtyp: %r" +msgid "all of %d po files" +msgstr "alla %d po-filer" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:303 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" +msgid "targets for %d po files that are specified" +msgstr "mål för %d po-filer som anges" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[image]" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "mål för %d po-filer som är föråldrade" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Länk till denna definition" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "alla källfiler" -#: writers/html5.py:431 +#: builders/__init__.py:336 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format är inte definierat för %s" +msgid "file %r given on command line does not exist, " +msgstr "filen %r som anges på kommandoraden finns inte, " -#: writers/html5.py:441 +#: builders/__init__.py:343 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Alla ID som inte tilldelats för %s-noden" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "filen %r som anges på kommandoraden finns inte i källkatalogen, ignoreras" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Länk till denna termin" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "fil %r som anges på kommandoraden är inte ett giltigt dokument, ignoreras" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Länk till denna rubrik" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d källfiler anges på kommandoraden" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Länk till detta bord" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "mål för %d källfiler som är föråldrade" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "rubricering utan stöd rubriknivå: %s" +msgid "building [%s]: " +msgstr "bygger [%s]: " -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Länk till denna kod" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "letar efter nu föråldrade filer... " -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Länk till denna bild" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d hittades" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Länk till detta toctree" +#: builders/__init__.py:418 +msgid "none found" +msgstr "ingen hittades" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Det gick inte att få fram bildstorleken. :scale: alternativet ignoreras." +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "miljö för betning" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "okänd %r toplevel_sectioning för klass %r" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "kontroll av konsistens" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" -msgstr "inget Babel-alternativ känt för språk %r" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "inga mål är inaktuella." -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "för stor :maxdepth:, ignoreras." +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "uppdaterar miljön: " -#: writers/latex.py:616 +#: builders/__init__.py:500 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "mallen %s hittades inte; läser in från legacy %s istället" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "dokumenttiteln är inte en enda textnod" +msgid "%s added, %s changed, %s removed" +msgstr "%s tillagd, %s ändrad, %s borttagen" -#: writers/latex.py:1198 +#: builders/__init__.py:537 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "både tabularcolumns och alternativet :widths: anges. :widths: ignoreras." +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx kan inte läsa in huvuddokumentet (%s) eftersom det matchar ett inbyggt uteslutningsmönster %r. Flytta ditt masterdokument till en annan plats." -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "colspec %s gavs som verkar använda tabulär syntax. Men denna tabell kan inte återges som en tabulary; den angivna colspec kommer att ignoreras." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx kan inte läsa in huvuddokumentet (%s) eftersom det matchar ett uteslutningsmönster som anges i conf.py, %r. Ta bort detta mönster från conf.py." -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "dimensionsenheten %s är ogiltig. Ignoreras." +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx kan inte läsa in huvuddokumentet (%s) eftersom det inte ingår i det anpassade include_patterns = %r. Se till att ett mönster i include_patterns matchar huvuddokumentet." -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "okänd indexposttyp %s hittades" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Användning:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [ALTERNATIV] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr " Sphinx dokumentationsgenerator." - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Kommandon:" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Alternativ" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx kan inte läsa in huvuddokumentet (%s). Masterdokumentet måste finnas i källkatalogen eller en underkatalog till den." -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "För mer information, besök https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "läser källor... " -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: fel: {1}\nKör '{0} --help' för information" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames att skriva: %s" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Hantera dokumentation med Sphinx." +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "inga dokumentnamn att skriva!" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Visa versionen och avsluta." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "förbereda dokument" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Visa detta meddelande och avsluta." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "kopiering av tillgångar" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Loggning" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML-filerna finns i %(outdir)s." -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Öka ordrikedomen (kan upprepas)" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "fel vid skrivning av fil %s: %s" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Skriv bara ut fel och varningar." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Pseudo-XML-filerna finns i %(outdir)s." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Ingen utmatning alls" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-sidan finns i %(outdir)s." -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "sammanställning av enstaka dokument" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Se \"sphinx --help\".\n" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "skriver" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "inkonsekventa fotnotreferenser i översatt meddelande. original: {0}, översatt: {1}" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "skriva ytterligare filer" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "inkonsekventa referenser i översatt meddelande. original: {0}, översatt: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "EPub-filen finns i %(outdir)s." -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "inkonsekventa källhänvisningar i översatt meddelande. original: {0}, översatt: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "skriva nav.xhtml-filen..." -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "inkonsekventa termreferenser i översatt meddelande. original: {0}, översatt: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf-värdet \"epub_language\" (eller \"language\") ska inte vara tomt för EPUB3" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "kunde inte beräkna översättningens framsteg!" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf-värdet \"epub_uid\" ska vara XML NAME för EPUB3" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "inga översatta element!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "conf-värdet \"epub_title\" (eller \"html_title\") ska inte vara tomt för EPUB3" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 kolumnbaserade index hittades. Det kan vara en bugg i de tillägg du använder: %r" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "conf-värdet \"epub_author\" ska inte vara tomt för EPUB3" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Fotnot [%s] är inte refererad." +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "conf-värdet \"epub_contributor\" ska inte vara tomt för EPUB3" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "Fotnot [*] är inte refererad." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "conf-värdet \"epub_description\" ska inte vara tomt för EPUB3" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "Fotnot [#] är inte refererad." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "conf-värdet \"epub_publisher\" ska inte vara tomt för EPUB3" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "inventering <%s> innehåller duplicerade definitioner av %s" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf-värdet \"epub_copyright\" (eller \"copyright\") ska inte vara tomt för EPUB3" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "inventering <%s> innehåller flera definitioner för %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "conf-värdet \"epub_identifier\" ska inte vara tomt för EPUB3" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "läsfel: %s, %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "conf-värdet \"version\" ska inte vara tomt för EPUB3" -#: util/i18n.py:113 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "writing error: %s, %s" -msgstr "skrivfel: %s, %s" +msgid "invalid css_file: %r, ignored" +msgstr "ogiltig css_fil: %r, ignorerad" -#: util/i18n.py:146 +#: builders/text.py:27 #, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s finns inte" +msgid "The text files are in %(outdir)s." +msgstr "Textfilerna finns i %(outdir)s." -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "Ogiltig Babel-lokal: %r." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Dummybyggaren genererar inga filer." -#: util/i18n.py:253 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Ogiltigt datumformat. Citera strängen med enkla citattecken om du vill skriva ut den direkt: %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Leta efter eventuella fel i ovanstående utdata eller i %(outdir)s/output.txt" -#: util/osutil.py:131 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "Avbrutet kopieringsförsök från %s till %s (målbanan har befintliga data)." - -#: util/display.py:82 -msgid "skipped" -msgstr "hoppades över" - -#: util/display.py:87 -msgid "failed" -msgstr "misslyckades" +msgid "broken link: %s (%s)" +msgstr "trasig länk: %s (%s)" -#: util/docutils.py:325 +#: builders/linkcheck.py:562 #, python-format -msgid "unknown directive name: %s" -msgstr "okänt direktivnamn: %s" +msgid "Anchor '%s' not found" +msgstr "Ankaret '%s' hittades inte" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" -msgstr "okänt rollnamn: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Förväntade sig en ordbok." -#: util/docutils.py:805 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown node type: %r" -msgstr "okänd nodtyp: %r" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Misslyckades med att kompilera regex i linkcheck_allowed_redirects: %r %s" -#: util/fileutil.py:76 +#: builders/gettext.py:243 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "Försök till kopiering från renderad mall %s till %s avbröts (destinationssökvägen har befintliga data)." +msgid "The message catalogs are in %(outdir)s." +msgstr "Meddelandekatalogerna finns i %(outdir)s." -#: util/fileutil.py:89 +#: builders/gettext.py:265 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "Skriva utvärderat mallresultat till %s" +msgid "targets for %d template files" +msgstr "mål för %d mallfiler" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problem i %s-domänen: fältet ska använda rollen '%s', men den rollen finns inte i domänen." +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "läser mallar... " -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "standardroll %s hittades inte" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "skriver meddelandekataloger... " -#: util/nodes.py:462 +#: builders/texinfo.py:41 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo-filerna finns i %(outdir)s." + +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nKör 'make' i den katalogen för att köra dessa genom makeinfo\n(använd 'make info' här för att göra det automatiskt)." -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree innehåller ref till icke-existerande fil %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "inget konfigurationsvärde för \"texinfo_documents\" hittades; inga dokument kommer att skrivas" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "undantag vid utvärdering av endast direktivuttryck: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" konfigurationsvärde refererar till okänt dokument %s" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "fortsättning från föregående sida" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "bearbetning %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "fortsätter på nästa sida" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "slår upp referenser..." -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Icke alfabetisk" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (i " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboler" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "kopierar bilder... " -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Nummer" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "kan inte kopiera bildfilen %r: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "sida" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "kopierar Texinfo-stödfiler" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Släpp" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "fel vid skrivning av filen Makefile: %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Kunde inte hämta fjärrbild: %s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "duplicerad ToC-post hittades: %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Kunde inte hämta fjärrbild: %s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "kan inte läsa bildfilen %r: kopiera den istället" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "Okänt bildformat: %s..." +msgid "cannot write image file %r: %s" +msgstr "kan inte skriva bildfil %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "Det gick inte att fastställa fallback-texten för korsreferensen. Kan vara en bugg." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow hittades inte - kopiering av bildfiler" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "mer än ett mål hittades för 'any' korsreferens %r: kan vara %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "skriva mimetype-fil ..." -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s referensmål hittades inte: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "skriver filen META-INF/container.xml..." -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r referensmål hittades inte: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "skriva innehåll.opf-fil..." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Avbruten!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "okänd mimetype för %s, ignorerar" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "reStructuredText markeringsfel!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "noden har en ogiltig nivå" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "Kodningsfel!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "skriver filen toc.ncx..." -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "Rekursionsfel!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "skriver %s fil ..." -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "Detta kan hända med mycket stora eller djupt nästlade källfiler. Du kan försiktigt öka Pythons standardgräns för rekursion på 1 000 i conf.py med t.ex:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Manualsidorna finns i %(outdir)s." -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "Startar felsökningsverktyget:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "inget konfigurationsvärde för \"man_pages\" hittades; inga manussidor kommer att skrivas" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "Den fullständiga spårningen har sparats i:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" konfigurationsvärde refererar till okänt dokument %s" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "För att rapportera detta fel till utvecklarna, öppna ett ärende på . Tack så mycket!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX-filerna finns i %(outdir)s." -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Rapportera även detta om det var ett användarfel, så att ett bättre felmeddelande kan tillhandahållas nästa gång." - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Dölja sidofältet" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nKör 'make' i den katalogen för att köra dessa genom (pdf)latex\n(använd `make latexpdf' här för att göra det automatiskt)." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigering" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "inget konfigurationsvärde för \"latex_documents\" hittades; inga dokument kommer att skrivas" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Sök inom %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" konfigurationsvärde refererar till okänt dokument %s" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Om dessa dokument" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Släpp" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Sök" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "kopiering av TeX-stödfiler" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Upphovsrätt" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "kopiering av ytterligare filer" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "logotypfilen %r finns inte" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Senast uppdaterad den %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Okänd konfigurationsnyckel: latex_elements[%r], ignorerad." -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Skapad med hjälp av Sphinx %(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Okänt temaalternativ: latex_theme_options[%r], ignoreras." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Föregående ämne" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Misslyckades med att hämta ett docname!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "föregående kapitel" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "Misslyckades med att få ett dokumentnamn för källa %r!" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Nästa ämne" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "Ingen fotnot hittades för angiven referensnod %r" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "nästa kapitel" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r har inte inställningen \"theme\"" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "Index - %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r har inte inställningen \"%s\"" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Fullständigt index på en sida" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML-sidorna finns i %(outdir)s." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Den här sidan" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Misslyckades med att läsa bygginfo-filen: %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Visa källa" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info-missmatchning, kopiering av .buildinfo till .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Snabbsök" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "bygger [html]: " -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Start" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "mall %s har ändrats sedan föregående version, alla dokument kommer att byggas om" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Översikt" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Allmänt index" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Välkomna! Det här är" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "index" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentationen för" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "Logotyp för %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "senast uppdaterad" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "nästa" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Index och tabeller:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "föregående" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Fullständig innehållsförteckning" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "genererar index" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "listar alla avsnitt och underavsnitt" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "skriver ytterligare sidor" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Söksida" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "kan inte kopiera bildfilen '%s': %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "sök i denna dokumentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "kopierar hämtningsbara filer... " -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalt modulindex" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "kan inte kopiera hämtningsbara filen %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "snabb åtkomst till alla moduler" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Misslyckades med att kopiera en fil i temats \"static\"-katalog: %s: %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Allmänt index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "utökningens statiska katalog '%s' finns inte" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alla funktioner, klasser, termer" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Misslyckades med att kopiera en fil i html_static_file: %s: %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "Innehåll" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "kopiering av statiska filer" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "Sök %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "kan inte kopiera statisk fil %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indexsidor per bokstav" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "kopierar extrafiler" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "kan vara enorma" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "kan inte kopiera extrafil %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Aktivera JavaScript för att aktivera sök-\n funktionalitet." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Misslyckades med att skriva bygginfo-fil: %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Vid sökning efter flera ord visas endast matchningar som innehåller\n alla ord." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "sök" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "sökindex kunde inte läsas in, men alla dokument kommer inte att byggas: indexet kommer att vara ofullständigt." -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Innehåll" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "sidan %s matchar två mönster i html_sidebars: %r och %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Sökresultat" +#: builders/html/__init__.py:1213 +#, 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 "ett Unicode-fel uppstod vid rendering av sidan %s. Kontrollera att alla konfigurationsvärden som innehåller icke-ASCII-innehåll är Unicode-strängar." -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "Din sökning matchade inte några dokument. Kontrollera att alla ord är rättstavade och att du har valt tillräckligt många kategorier." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "Temat '%s' stöder inte den här versionen av Sphinx, eftersom det använder fältet 'style' i HTML-mallar, vilket inte längre används i Sphinx 5.1 och togs bort i Sphinx 7.0. Temat måste uppdateras för att använda fältet \"styles\" istället. Se https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "Sökningen är klar, hittade en sida som matchar sökfrågan." -msgstr[1] "Sökningen är klar, hittade ${resultCount} sidor som matchar sökfrågan." +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ett fel inträffade vid rendering av sidan %s.\nAnledning: %r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Söker" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "dumpning av objektinventering" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Förbereder sökning..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "dumpning av sökindex i %s" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", i " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "ogiltig js_file: %r, ignorerad" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Dölj sökträffar" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Många math_renderers är registrerade. Men ingen math_renderer är vald." -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Ändringar i version %(version)s - %(docstitle)s" +msgid "Unknown math_renderer %r is given." +msgstr "Okänd math_renderer %r har angetts." -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s - %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path post %r är placerad inuti outdir" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatiskt genererad lista över ändringar i version %(version)s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path post %r finns inte" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Förändringar i biblioteket" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path post %r är placerad inuti outdir" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API-ändringar" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path-post %r finns inte" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Övriga ändringar" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "filen favicon %r finns inte" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Visa sidofältet" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "Värdena i \"html_sidebars\" måste vara en lista med strängar. Åtminstone ett mönster har ett strängvärde: %s. Ändra till `html_sidebars = %r`." -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "Parameteravskiljare för enbart positionering (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 stöds inte längre av Sphinx. (\"html4_writer=True\" upptäcktes i konfigurationsalternativen)" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "Separator för parametrar som endast innehåller nyckelord (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentation" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametrar" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "kunde inte läsa broken build info file (okänd version)" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabler" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "kunde inte läsa trasig bygginfo-fil (saknade konfigurationspost)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Höjer" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "kunde inte läsa broken build info-filen (saknar taggar)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3109,81 +3025,26 @@ msgstr "mer än ett mål hittades för korsreferens %r: %s" msgid " (deprecated)" msgstr " (föråldrad)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "Duplicerad C++-deklaration, även definierad i %s:%s.\nDeklarationen är '.. cpp:%s:: %s'." - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametrar för mall" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "Returvärden" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "forbund" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "medlem" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "typ" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "koncept" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "uppräknare" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "funktion parameter" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "parameter för mall" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "Duplikat C-deklaration, även definierad vid %s:%s.\nDeklarationen är '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Parameteravskiljare för enbart positionering (PEP 570)" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separator för parametrar som endast innehåller nyckelord (PEP 3102)" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "variabel" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametrar" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makro" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabler" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "struktur" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Höjer" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3219,483 +3080,583 @@ msgstr "%s alternativ för kommandoraden" msgid "command line option" msgstr "kommandoradsalternativ" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "ordlistetermen måste föregås av en tom rad" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "termer i ordlistan får inte separeras av tomma rader" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "ordlistan verkar vara felformaterad, kontrollera indragning" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "ordlista term" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "grammatisk token" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "referensetikett" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "miljövariabel" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "programalternativ" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "dokument" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Modulindex" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Söksida" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "duplicera %s beskrivning av %s, annan instans i %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig är avaktiverad. :numref: ignoreras." -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "Misslyckades med att skapa en korsreferens. Något nummer har inte tilldelats: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "länken har ingen bildtext: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "ogiltigt numfig_format: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "ogiltigt numfig_format: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "odefinierad etikett: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "Misslyckades med att skapa en korsreferens. En titel eller bildtext hittades inte: %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "ogiltig värdeuppsättning (slutklammer saknas): %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "ogiltig värdeuppsättning (saknar öppningsparentes): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Duplikat C-deklaration, även definierad vid %s:%s.\nDeklarationen är '.. c:%s:: %s'." -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Returvärden" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "medlem" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabel" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struktur" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "forbund" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "uppräknare" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "typ" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "funktion parameter" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametrar för mall" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "missbildad sträng (saknar avslutande citattecken): %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/napoleon/docstring.py:199 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "missbildad sträng (saknar inledande citat): %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Duplicerad C++-deklaration, även definierad i %s:%s.\nDeklarationen är '.. cpp:%s:: %s'." -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Exempel" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncept" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Exempel" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parameter för mall" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "Argument för nyckelord" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Innehåll" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Anteckningar" +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Innehåll" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Övriga parametrar" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Sök %(docstitle)s" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "Mottagare" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Föregående ämne" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Referenser" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "föregående kapitel" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Varningar" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Nästa ämne" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Yields" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "nästa kapitel" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Sök" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Aktivera JavaScript för att aktivera sök-\n funktionalitet." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Vid sökning efter flera ord visas endast matchningar som innehåller\n alla ord." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "sök" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Den här sidan" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Visa källa" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "A mocked object is detected: %r" -msgstr "Ett mockat objekt har upptäckts: %r" +msgid "Index – %(key)s" +msgstr "Index - %(key)s" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Fullständigt index på en sida" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigering" + +#: themes/basic/layout.html:115 #, python-format -msgid "alias of %s" -msgstr "alias för %s" +msgid "Search within %(docstitle)s" +msgstr "Sök inom %(docstitle)s" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Om dessa dokument" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Upphovsrätt" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Bases: %s" -msgstr "Baser: %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "ogiltigt värde för medlemsorderalternativ: %s" +msgid "Last updated on %(last_updated)s." +msgstr "Senast uppdaterad den %(last_updated)s." -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:204 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "ogiltigt värde för alternativet class-doc-from: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Skapad med hjälp av Sphinx %(sphinx_version)s." + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Snabbsök" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Start" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Översikt" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "ogiltig signatur för auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Välkomna! Det här är" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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 "vet inte vilken modul som ska importeras för autodokumentation %r (försök placera ett \"module\"- eller \"currentmodule\"-direktiv i dokumentet, eller ange ett explicit modulnamn)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentationen för" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "signaturargument angivna för automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "senast uppdaterad" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "returnera annotation som ges för automodulen: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Index och tabeller:" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" i automodulens namn är inte meningsfullt" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Fullständig innehållsförteckning" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "Misslyckades med att ta bort %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "listar alla avsnitt och underavsnitt" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Skulle skapa fil %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "sök i denna dokumentation" -#: ext/apidoc/_cli.py:28 -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 "\nLeta rekursivt i efter Python-moduler och -paket och skapa\nen reST-fil med automoduldirektiv per paket i .\n\ns kan vara fil- och/eller katalogmönster som kommer att\nuteslutas från generering.\n\nObs: Som standard kommer detta skript inte att skriva över redan skapade filer." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalt modulindex" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "sökväg till modul till dokument" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "snabb åtkomst till alla moduler" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fil- och/eller katalogmönster av typen fnmatch som ska uteslutas från generering" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alla funktioner, klasser, termer" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "katalog för att placera alla utdata" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexsidor per bokstav" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "maximalt antal undermoduler som ska visas i innehållsförteckningen (standard: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan vara enorma" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "skriva över befintliga filer" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Dölja sidofältet" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "följa symboliska länkar. Kraftfull i kombination med collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Visa sidofältet" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "köra skriptet utan att skapa filer" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Dölj sökträffar" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "lägga dokumentation för varje modul på en egen sida" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Sökresultat" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inkludera \"_private\" moduler" +#: themes/basic/static/searchtools.js:134 +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 "Din sökning matchade inte några dokument. Kontrollera att alla ord är rättstavade och att du har valt tillräckligt många kategorier." -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "filnamn för innehållsförteckningen (standard: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "Sökningen är klar, hittade en sida som matchar sökfrågan." +msgstr[1] "Sökningen är klar, hittade ${resultCount} sidor som matchar sökfrågan." -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "skapa inte en innehållsförteckningsfil" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Söker" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "skapa inte rubriker för modul-/paketpaket (t.ex. när dokumentationen redan innehåller dem)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Förbereder sökning..." -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "sätta moduldokumentation före undermodulsdokumentation" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", i " -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "tolka modulvägar enligt PEP-0420 specifikation för implicita namnrymder" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Ändringar i version %(version)s - %(docstitle)s" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "Kommaseparerad lista över alternativ som ska skickas till automoduldirektivet (eller använd SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s - %(docstitle)s" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "filsuffix (standard: rst)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatiskt genererad lista över ändringar i version %(version)s" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Ta bort befintliga filer i utdatakatalogen som inte har genererats" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Förändringar i biblioteket" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "skapa ett fullständigt projekt med sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API-ändringar" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "lägg till module_path till sys.path, används när --full anges" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Övriga ändringar" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "projektnamn (standard: namn på rotmodul)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "fortsättning från föregående sida" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "projektförfattare, används när --full är angiven" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "fortsätter på nästa sida" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "projektversion, används när --full anges" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Icke alfabetisk" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "projektversion, används när --full anges, standard är --doc-version" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboler" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "tilläggssalternativ" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Nummer" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "aktivera godtyckliga tillägg, används när --full anges" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "sida" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "aktivera tillägget %s, används när --full anges" +msgid "image file not readable: %s" +msgstr "bildfilen är inte läsbar: %s" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." -msgstr "%s är inte en katalog." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "Körning av apidoc" +msgid "image file %s not readable: %s" +msgstr "bildfil %s inte läsbar: %s" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "apidoc_modules objekt %i måste vara en dict" +msgid "download file not readable: %s" +msgstr "hämtningsfil inte läsbar: %s" -#: ext/apidoc/_extension.py:110 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "apidoc_modules objekt %i måste ha en \"path\"-nyckel" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s är redan tilldelad sektionsnummer (nästlad numrerad toctree?)" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "apidoc_modules item %i \"path\" måste vara en sträng" +msgid "see %s" +msgstr "se %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "apidoc_modules item %i 'path' är inte en befintlig mapp: %s" +msgid "see also %s" +msgstr "se även %s" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "apidoc_modules objekt %i måste ha en \"destination\"-nyckel" +msgid "unknown index entry type %r" +msgstr "okänd typ av indexpost %r" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "apidoc_modules item %i \"destination\" måste vara en sträng" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "cirkulära toctree-referenser upptäckta, ignorerar: %s <- %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "apidoc_modules item %i 'destination' ska vara en relativ sökväg" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree innehåller referens till dokument %r som inte har en titel: ingen länk kommer att genereras" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "apidoc_modules objekt %i kan inte skapa destinationskatalog: %s" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree innehåller hänvisning till icke-inkluderat dokument %r" -#: ext/apidoc/_extension.py:178 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "apidoc_modules item %i '%s' måste vara ett int" +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree innehåller referens till icke-existerande dokument %r" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "Det gick inte att fastställa fallback-texten för korsreferensen. Kan vara en bugg." + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "apidoc_modules item %i '%s' måste vara en boolean" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "mer än ett mål hittades för 'any' korsreferens %r: kan vara %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "apidoc_modules objekt %i har oväntade nycklar: %s" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s referensmål hittades inte: %s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "apidoc_modules item %i '%s' måste vara en sekvens" +msgid "%r reference target not found: %s" +msgstr "%r referensmål hittades inte: %s" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "apidoc_modules item %i '%s' måste innehålla strängar" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Kunde inte hämta fjärrbild: %s [%s]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary: kunde inte fastställa att %r var dokumenterad, följande undantag uppstod:\n%s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Kunde inte hämta fjärrbild: %s [%d]" -#: ext/autosummary/generate.py:630 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] genererar autosummary för: %s" +msgid "Unknown image format: %s..." +msgstr "Okänt bildformat: %s..." -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] skriver till %s" +msgid "invalid value for member-order option: %s" +msgstr "ogiltigt värde för medlemsorderalternativ: %s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] misslyckades med att importera %s.\nMöjliga ledtrådar:\n%s" +msgid "invalid value for class-doc-from option: %s" +msgstr "ogiltigt värde för alternativet class-doc-from: %s" -#: ext/autosummary/generate.py:877 -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 "\nGenerera ReStructuredText med hjälp av autosummary-direktiv.\n\nsphinx-autogen är en frontend till sphinx.ext.autosummary.generate. Den genererar\nreStructuredText-filerna från de autosummary-direktiv som finns i de\ngivna indatafilerna.\n\nFormatet för autosummary-direktivet finns dokumenterat i\n``sphinx.ext.autosummary`` Python-modulen och kan läsas med hjälp av::\n\n pydoc sphinx.ext.autosummary\n" +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "ogiltig signatur för auto%s (%r)" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "källfiler för att generera rST-filer för" +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, 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 "vet inte vilken modul som ska importeras för autodokumentation %r (försök placera ett \"module\"- eller \"currentmodule\"-direktiv i dokumentet, eller ange ett explicit modulnamn)" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "katalog för att placera alla utdata i" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "signaturargument angivna för automodule: '%s'" -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:93 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "standardsuffix för filer (standard: %(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "returnera annotation som ges för automodulen: '%s'" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" i automodulens namn är inte meningsfullt" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "katalog för anpassad mall (standard: %(default)s)" +msgid "A mocked object is detected: %r" +msgstr "Ett mockat objekt har upptäckts: %r" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "dokumentets importerade medlemmar (standard: %(default)s)" +msgid "alias of %s" +msgstr "alias för %s" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "dokumenterar exakt de medlemmar som finns i modulens __all__-attribut. (standard: %(default)s)" +msgid "Bases: %s" +msgstr "Baser: %s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3732,574 +3693,618 @@ msgid "" "Summarised items should not include the current module. Replace %r with %r." msgstr "Sammanfattade objekt ska inte omfatta den aktuella modulen. Ersätt %r med %r." -#: ext/autosummary/__init__.py:850 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: filen hittades inte: %s" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "autosummary genererar .rst-filer internt. Men din source_suffix innehåller inte .rst. Hoppa över." - -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "Ogiltig intersphinx-projektidentifierare `%r` i intersphinx_mapping. Projektidentifierare måste vara icke-tomma strängar." - -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "Ogiltigt värde `%r` i intersphinx_mapping[%r]. Förväntade en tupel eller lista med två element." - -#: ext/intersphinx/_load.py:83 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "Ogiltigt värde `%r` i intersphinx_mapping[%r]. Värdena måste vara ett par (mål-URI, inventeringsplatser)." - -#: ext/intersphinx/_load.py:94 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "Ogiltigt mål-URI-värde `%r` i intersphinx_mapping[%r][0]. Mål-URI:er måste vara unika, icke-tomma strängar." - -#: ext/intersphinx/_load.py:103 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "Ogiltigt mål-URI-värde `%r` i intersphinx_mapping[%r][0]. Mål-URI:er måste vara unika (annan instans i intersphinx_mapping[%r])." - -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "Ogiltigt värde för inventeringsplats `%r` i intersphinx_mapping[%r][1]. Inventeringsplatser måste vara icke-tomma strängar eller None." - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Ogiltig konfiguration för `intersphinx_mapping` (1 fel)." - -#: ext/intersphinx/_load.py:135 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Ogiltig konfiguration för `intersphinx_mapping` (%s fel)." - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "En ogiltig intersphinx_mapping-post lades till efter normaliseringen." - -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "läser in intersphinx-inventariet '%s' från %s ..." +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: filen hittades inte: %s" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/__init__.py:860 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "stötte på vissa problem med några av inventarierna, men de hade fungerande alternativ:" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "autosummary genererar .rst-filer internt. Men din source_suffix innehåller inte .rst. Hoppa över." -#: ext/intersphinx/_load.py:332 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"failed to reach any of the inventories with the following issues:\n" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" -msgstr "" +msgstr "autosummary: kunde inte fastställa att %r var dokumenterad, följande undantag uppstod:\n%s" -#: ext/intersphinx/_load.py:411 +#: ext/autosummary/generate.py:630 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx lager har flyttats: %s -> %s" +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] genererar autosummary för: %s" -#: ext/intersphinx/_resolve.py:53 +#: ext/autosummary/generate.py:634 #, python-format -msgid "(in %s %s)" -msgstr "(i %s %s)" +msgid "[autosummary] writing to %s" +msgstr "[autosummary] skriver till %s" -#: ext/intersphinx/_resolve.py:55 +#: ext/autosummary/generate.py:679 #, python-format -msgid "(in %s)" -msgstr "(i %s)" +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] misslyckades med att importera %s.\nMöjliga ledtrådar:\n%s" -#: ext/intersphinx/_resolve.py:112 +#: ext/autosummary/generate.py:877 +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 "\nGenerera ReStructuredText med hjälp av autosummary-direktiv.\n\nsphinx-autogen är en frontend till sphinx.ext.autosummary.generate. Den genererar\nreStructuredText-filerna från de autosummary-direktiv som finns i de\ngivna indatafilerna.\n\nFormatet för autosummary-direktivet finns dokumenterat i\n``sphinx.ext.autosummary`` Python-modulen och kan läsas med hjälp av::\n\n pydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "källfiler för att generera rST-filer för" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "katalog för att placera alla utdata i" + +#: ext/autosummary/generate.py:915 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "inventering '%s': dubbla matchningar hittades för %s:%s" +msgid "default suffix for files (default: %(default)s)" +msgstr "standardsuffix för filer (standard: %(default)s)" -#: ext/intersphinx/_resolve.py:122 +#: ext/autosummary/generate.py:923 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "inventering '%s': flera träffar hittades för %s:%s" +msgid "custom template directory (default: %(default)s)" +msgstr "katalog för anpassad mall (standard: %(default)s)" -#: ext/intersphinx/_resolve.py:387 +#: ext/autosummary/generate.py:931 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "inventering för extern korsreferens hittades inte: %r" +msgid "document imported members (default: %(default)s)" +msgstr "dokumentets importerade medlemmar (standard: %(default)s)" -#: ext/intersphinx/_resolve.py:396 +#: ext/autosummary/generate.py:940 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "ogiltigt externt korsreferenssuffix: %r" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "dokumenterar exakt de medlemmar som finns i modulens __all__-attribut. (standard: %(default)s)" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Ta bort befintliga filer i utdatakatalogen som inte har genererats" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "domän för extern korsreferens hittades inte: %r" +msgid "Failed to remove %s: %s" +msgstr "Misslyckades med att ta bort %s: %s" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Körning av apidoc" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "extern %s:%s referensmål hittades inte: %s" +msgid "apidoc_modules item %i must be a dict" +msgstr "apidoc_modules objekt %i måste vara en dict" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "fel vid formatering av signatur för %s: %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "apidoc_modules objekt %i måste ha en \"path\"-nyckel" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "Ignorerar ogiltig __all__ i modul %s: %r" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "apidoc_modules item %i \"path\" måste vara en sträng" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Misslyckades med att få en funktionssignatur för %s: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "apidoc_modules item %i 'path' är inte en befintlig mapp: %s" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Misslyckades med att uppdatera signaturen för %r: parametern hittades inte: %s" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "apidoc_modules objekt %i måste ha en \"destination\"-nyckel" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Misslyckades med att analysera type_comment för %r: %s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "apidoc_modules item %i \"destination\" måste vara en sträng" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Ogiltiga __slots__ hittades på %s. Ignoreras." +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "apidoc_modules item %i 'destination' ska vara en relativ sökväg" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "fel vid formatering av argument för %s: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "apidoc_modules objekt %i kan inte skapa destinationskatalog: %s" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Misslyckades med att få en konstruktörsignatur för %s: %s" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "apidoc_modules item %i '%s' måste vara ett int" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Misslyckades med att få en metodsignatur för %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "apidoc_modules item %i '%s' måste vara en boolean" -#: ext/autodoc/_dynamic/_signatures.py:500 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "Misslyckades med att få en signatur för %s: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "apidoc_modules objekt %i har oväntade nycklar: %s" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Misslyckades med att tolka ett standardargumentvärde för %r: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "apidoc_modules item %i '%s' måste vara en sekvens" -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "attributet %s listas i :members: men saknas eftersom det inte hittades i objektet %r" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "apidoc_modules item %i '%s' måste innehålla strängar" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/apidoc/_generate.py:66 #, python-format +msgid "Would create file %s." +msgstr "Skulle skapa fil %s." + +#: ext/apidoc/_cli.py:28 +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 "\nLeta rekursivt i efter Python-moduler och -paket och skapa\nen reST-fil med automoduldirektiv per paket i .\n\ns kan vara fil- och/eller katalogmönster som kommer att\nuteslutas från generering.\n\nObs: Som standard kommer detta skript inte att skriva över redan skapade filer." + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "sökväg till modul till dokument" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fil- och/eller katalogmönster av typen fnmatch som ska uteslutas från generering" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "katalog för att placera alla utdata" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "maximalt antal undermoduler som ska visas i innehållsförteckningen (standard: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "skriva över befintliga filer" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "följa symboliska länkar. Kraftfull i kombination med collective.recipe.omelette." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "köra skriptet utan att skapa filer" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "lägga dokumentation för varje modul på en egen sida" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inkludera \"_private\" moduler" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "filnamn för innehållsförteckningen (standard: modules)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "skapa inte en innehållsförteckningsfil" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: kunde inte fastställa att %s.%s (%r) skulle dokumenteras, följande undantag uppstod:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "skapa inte rubriker för modul-/paketpaket (t.ex. när dokumentationen redan innehåller dem)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "sätta moduldokumentation före undermodulsdokumentation" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "tolka modulvägar enligt PEP-0420 specifikation för implicita namnrymder" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Kommaseparerad lista över alternativ som ska skickas till automoduldirektivet (eller använd SPHINX_APIDOC_OPTIONS)." -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "saknar attributet %s i objektet %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "filsuffix (standard: rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias av TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "skapa ett fullständigt projekt med sphinx-quickstart" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "kunde inte läsa broken build info file (okänd version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "lägg till module_path till sys.path, används när --full anges" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "kunde inte läsa trasig bygginfo-fil (saknade konfigurationspost)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "projektnamn (standard: namn på rotmodul)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "kunde inte läsa broken build info-filen (saknar taggar)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "projektförfattare, används när --full är angiven" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML-sidorna finns i %(outdir)s." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "projektversion, används när --full anges" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Misslyckades med att läsa bygginfo-filen: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "projektversion, används när --full anges, standard är --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "build_info-missmatchning, kopiering av .buildinfo till .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "tilläggssalternativ" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "bygger [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "aktivera godtyckliga tillägg, används när --full anges" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "mall %s har ändrats sedan föregående version, alla dokument kommer att byggas om" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "index" +msgid "enable %s extension, used when --full is given" +msgstr "aktivera tillägget %s, används när --full anges" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "Logotyp för %s" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "nästa" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "föregående" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "genererar index" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "skriver ytterligare sidor" +msgid "%s is not a directory." +msgstr "%s är inte en katalog." -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "kan inte kopiera bildfilen '%s': %s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "kopierar hämtningsbara filer... " +msgid "(in %s %s)" +msgstr "(i %s %s)" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "kan inte kopiera hämtningsbara filen %r: %s" +msgid "(in %s)" +msgstr "(i %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "Misslyckades med att kopiera en fil i temats \"static\"-katalog: %s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventering '%s': dubbla matchningar hittades för %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Misslyckades med att kopiera en fil i html_static_file: %s: %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventering '%s': flera träffar hittades för %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "kopiering av statiska filer" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "inventering för extern korsreferens hittades inte: %r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "kan inte kopiera statisk fil %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "ogiltigt externt korsreferenssuffix: %r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "kopierar extrafiler" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "domän för extern korsreferens hittades inte: %r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "kan inte kopiera extrafil %r" +msgid "external %s:%s reference target not found: %s" +msgstr "extern %s:%s referensmål hittades inte: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Misslyckades med att skriva bygginfo-fil: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Ogiltig intersphinx-projektidentifierare `%r` i intersphinx_mapping. Projektidentifierare måste vara icke-tomma strängar." -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "sökindex kunde inte läsas in, men alla dokument kommer inte att byggas: indexet kommer att vara ofullständigt." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Ogiltigt värde `%r` i intersphinx_mapping[%r]. Förväntade en tupel eller lista med två element." -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "sidan %s matchar två mönster i html_sidebars: %r och %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Ogiltigt värde `%r` i intersphinx_mapping[%r]. Värdena måste vara ett par (mål-URI, inventeringsplatser)." -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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 "ett Unicode-fel uppstod vid rendering av sidan %s. Kontrollera att alla konfigurationsvärden som innehåller icke-ASCII-innehåll är Unicode-strängar." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "Ogiltigt mål-URI-värde `%r` i intersphinx_mapping[%r][0]. Mål-URI:er måste vara unika, icke-tomma strängar." -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "Temat '%s' stöder inte den här versionen av Sphinx, eftersom det använder fältet 'style' i HTML-mallar, vilket inte längre används i Sphinx 5.1 och togs bort i Sphinx 7.0. Temat måste uppdateras för att använda fältet \"styles\" istället. Se https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "Ogiltigt mål-URI-värde `%r` i intersphinx_mapping[%r][0]. Mål-URI:er måste vara unika (annan instans i intersphinx_mapping[%r])." -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ett fel inträffade vid rendering av sidan %s.\nAnledning: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "Ogiltigt värde för inventeringsplats `%r` i intersphinx_mapping[%r][1]. Inventeringsplatser måste vara icke-tomma strängar eller None." -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "dumpning av objektinventering" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Ogiltig konfiguration för `intersphinx_mapping` (1 fel)." -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "dumpning av sökindex i %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Ogiltig konfiguration för `intersphinx_mapping` (%s fel)." + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "En ogiltig intersphinx_mapping-post lades till efter normaliseringen." -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "ogiltig js_file: %r, ignorerad" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "läser in intersphinx-inventariet '%s' från %s ..." -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Många math_renderers är registrerade. Men ingen math_renderer är vald." +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "stötte på vissa problem med några av inventarierna, men de hade fungerande alternativ:" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Okänd math_renderer %r har angetts." +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "kunde inte nå någon av inventarierna med följande problem:\n%s" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx lager har flyttats: %s -> %s" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path post %r är placerad inuti outdir" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "Argument för nyckelord" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path post %r finns inte" +msgid "invalid value set (missing closing brace): %s" +msgstr "ogiltig värdeuppsättning (slutklammer saknas): %s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path post %r är placerad inuti outdir" +msgid "invalid value set (missing opening brace): %s" +msgstr "ogiltig värdeuppsättning (saknar öppningsparentes): %s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path-post %r finns inte" +msgid "malformed string literal (missing closing quote): %s" +msgstr "missbildad sträng (saknar avslutande citattecken): %s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "logo file %r does not exist" -msgstr "logotypfilen %r finns inte" +msgid "malformed string literal (missing opening quote): %s" +msgstr "missbildad sträng (saknar inledande citat): %s" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "filen favicon %r finns inte" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Exempel" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "Värdena i \"html_sidebars\" måste vara en lista med strängar. Åtminstone ett mönster har ett strängvärde: %s. Ändra till `html_sidebars = %r`." +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Exempel" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 stöds inte längre av Sphinx. (\"html4_writer=True\" upptäcktes i konfigurationsalternativen)" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Anteckningar" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentation" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Övriga parametrar" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r har inte inställningen \"theme\"" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "Mottagare" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r har inte inställningen \"%s\"" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Referenser" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Misslyckades med att hämta ett docname!" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Varningar" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "Misslyckades med att få ett dokumentnamn för källa %r!" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Yields" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "Ingen fotnot hittades för angiven referensnod %r" +msgid "error while formatting signature for %s: %s" +msgstr "fel vid formatering av signatur för %s: %s" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX-filerna finns i %(outdir)s." +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "Ignorerar ogiltig __all__ i modul %s: %r" -#: builders/latex/__init__.py:118 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\nKör 'make' i den katalogen för att köra dessa genom (pdf)latex\n(använd `make latexpdf' här för att göra det automatiskt)." +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "Misslyckades med att få en funktionssignatur för %s: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "inget konfigurationsvärde för \"latex_documents\" hittades; inga dokument kommer att skrivas" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Misslyckades med att tolka ett standardargumentvärde för %r: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" konfigurationsvärde refererar till okänt dokument %s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Misslyckades med att uppdatera signaturen för %r: parametern hittades inte: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "kopiering av TeX-stödfiler" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Misslyckades med att analysera type_comment för %r: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "kopiering av ytterligare filer" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "fel vid formatering av argument för %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Okänd konfigurationsnyckel: latex_elements[%r], ignorerad." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Misslyckades med att få en konstruktörsignatur för %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Okänt temaalternativ: latex_theme_options[%r], ignoreras." +msgid "Failed to get a method signature for %s: %s" +msgstr "Misslyckades med att få en metodsignatur för %s: %s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s är redan tilldelad sektionsnummer (nästlad numrerad toctree?)" +msgid "Failed to get a signature for %s: %s" +msgstr "Misslyckades med att få en signatur för %s: %s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "bildfilen är inte läsbar: %s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "attributet %s listas i :members: men saknas eftersom det inte hittades i objektet %r" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "bildfil %s inte läsbar: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: kunde inte fastställa att %s.%s (%r) skulle dokumenteras, följande undantag uppstod:\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "hämtningsfil inte läsbar: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Ogiltiga __slots__ hittades på %s. Ignoreras." -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "cirkulära toctree-referenser upptäckta, ignorerar: %s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "signaturargument eller returannotering angiven för automodul %s" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree innehåller referens till dokument %r som inte har en titel: ingen länk kommer att genereras" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ ska vara en lista med strängar, inte %r (i modul %s) -- ignorerar __all__" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree innehåller hänvisning till icke-inkluderat dokument %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "saknat attribut nämnt i :members: option: modul %s, attribut %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "toctree innehåller referens till icke-existerande dokument %r" +msgid "missing attribute %s in object %s" +msgstr "saknar attributet %s i objektet %s" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "se %s" +msgid "alias of TypeVar(%s)" +msgstr "alias av TypeVar(%s)" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "se även %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Avbruten!" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "okänd typ av indexpost %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "reStructuredText markeringsfel!" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Kodningsfel!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Rekursionsfel!" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "Detta kan hända med mycket stora eller djupt nästlade källfiler. Du kan försiktigt öka Pythons standardgräns för rekursion på 1 000 i conf.py med t.ex:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Startar felsökningsverktyget:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "Den fullständiga spårningen har sparats i:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "För att rapportera detta fel till utvecklarna, öppna ett ärende på . Tack så mycket!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Rapportera även detta om det var ett användarfel, så att ett bättre felmeddelande kan tillhandahållas nästa gång." diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index bcb65e25b5b..23888464f1f 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -1,1231 +1,1298 @@ # Translations template for Sphinx. -# Copyright (C) 2023 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Julien Malard , 2019 +# தமிழ் நேரம் , 2024 +# தமிழ் நேரம் , 2024-2025 +# தமிழ் நேரம் , 2025 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-08-17 14:58+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Julien Malard , 2019\n" +"Last-Translator: தமிழ் நேரம் , 2024-2025\n" "Language-Team: Tamil (http://app.transifex.com/sphinx-doc/sphinx-1/language/ta/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.18.0\n" "Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:157 +#: roles.py:205 #, python-format -msgid "Cannot find source directory (%s)" -msgstr "" - -#: sphinx/application.py:161 -#, python-format -msgid "Output directory (%s) is not a directory" -msgstr "" - -#: sphinx/application.py:165 -msgid "Source directory and destination directory cannot be identical" -msgstr "" - -#: sphinx/application.py:197 -#, python-format -msgid "Running Sphinx v%s" -msgstr "" - -#: sphinx/application.py:223 -#, python-format -msgid "" -"This project needs at least Sphinx v%s and therefore cannot be built with " -"this version." -msgstr "" - -#: sphinx/application.py:239 -msgid "making output directory" -msgstr "" - -#: sphinx/application.py:244 sphinx/registry.py:444 -#, python-format -msgid "while setting up extension %s:" -msgstr "" - -#: sphinx/application.py:250 -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:281 -#, python-format -msgid "loading translations [%s]... " -msgstr "" - -#: sphinx/application.py:298 sphinx/util/display.py:84 -msgid "done" -msgstr "" - -#: sphinx/application.py:300 -msgid "not available for built-in messages" -msgstr "" - -#: sphinx/application.py:314 -msgid "loading pickled environment" -msgstr "" - -#: sphinx/application.py:322 -#, python-format -msgid "failed: %s" -msgstr "" - -#: sphinx/application.py:336 -msgid "No builder selected, using default: html" -msgstr "" - -#: sphinx/application.py:369 -msgid "succeeded" -msgstr "" - -#: sphinx/application.py:370 -msgid "finished with problems" -msgstr "" - -#: sphinx/application.py:374 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "" - -#: sphinx/application.py:376 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "" - -#: sphinx/application.py:379 -#, python-format -msgid "build %s, %s warning." -msgstr "" +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "பொதுவான பாதிப்புகள் மற்றும் வெளிப்பாடுகள்; சிவிஇ %s" -#: sphinx/application.py:381 +#: roles.py:228 #, python-format -msgid "build %s, %s warnings." -msgstr "" +msgid "invalid CVE number %s" +msgstr "தவறான சிவிஇ எண் %s" -#: sphinx/application.py:385 +#: roles.py:250 #, python-format -msgid "build %s." -msgstr "" +msgid "Common Weakness Enumeration; CWE %s" +msgstr "பொதுவான மெலிவு கணக்கீடு; CWE %s" -#: sphinx/application.py:616 +#: roles.py:273 #, python-format -msgid "node class %r is already registered, its visitors will be overridden" -msgstr "" +msgid "invalid CWE number %s" +msgstr "தவறான CWE எண் %s" -#: sphinx/application.py:695 +#: roles.py:293 #, python-format -msgid "directive %r is already registered, it will be overridden" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "பைதான் மேம்பாட்டு திட்டங்கள்; pep %s" -#: sphinx/application.py:717 sphinx/application.py:739 +#: roles.py:316 #, python-format -msgid "role %r is already registered, it will be overridden" -msgstr "" +msgid "invalid PEP number %s" +msgstr "தவறான pep எண் %s" -#: sphinx/application.py:1288 +#: roles.py:354 #, 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 "" +msgid "invalid RFC number %s" +msgstr "தவறான rfc எண் %s" -#: sphinx/application.py:1292 +#: highlighting.py:170 #, python-format -msgid "the %s extension is not safe for parallel reading" -msgstr "" +msgid "Pygments lexer name %r is not known" +msgstr "பைக்மென்ட் லெக்சர் பெயர் %r அறியப்படவில்லை" -#: sphinx/application.py:1295 +#: highlighting.py:209 #, 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:1299 -#, python-format -msgid "the %s extension is not safe for parallel writing" -msgstr "" - -#: sphinx/application.py:1307 sphinx/application.py:1311 -#, python-format -msgid "doing serial %s" -msgstr "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "\" %s\" என லெக்சிங் literal_block %r டோக்கனில் பிழை ஏற்பட்டது: %r. தளர்வான பயன்முறையில் மீண்டும் முயற்சிப்பது." -#: sphinx/config.py:179 +#: config.py:350 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "கட்டமைப்பு கோப்பகத்தில் ஒரு conf.py கோப்பு (%s) இல்லை" -#: sphinx/config.py:188 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' என்பது '0' அல்லது '1' ஆக இருக்க வேண்டும், '%s' கிடைத்தது." -#: sphinx/config.py:217 +#: config.py:378 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" -msgstr "" +msgstr "புறக்கணித்தல், அகராதி கட்டமைப்பு அமைப்பை %rமேலெழுத முடியாது (தனிப்பட்ட கூறுகளை அமைக்க %r ஐப் பயன்படுத்தவும்) " -#: sphinx/config.py:226 +#: config.py:390 #, python-format msgid "invalid number %r for config value %r, ignoring" -msgstr "" +msgstr "கட்டமைப்பு மதிப்புக்கு தவறான எண் %r, புறக்கணித்தல்" -#: sphinx/config.py:231 +#: config.py:398 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" +msgstr "புறக்கணிப்பு, ஆதரிக்கப்படாத வகையுடன் %r ஐ கட்டமைக்கும் கட்டமைப்பு அமைப்பை மீற முடியாது" -#: sphinx/config.py:260 +#: config.py:421 #, python-format msgid "unknown config value %r in override, ignoring" -msgstr "" +msgstr "அறியப்படாத கட்டமைப்பு மதிப்பு %r மேலெழுதலில், புறக்கணிக்கிறது" -#: sphinx/config.py:288 +#: config.py:475 #, python-format -msgid "No such config value: %s" -msgstr "" +msgid "No such config value: %r" +msgstr "அத்தகைய கட்டமைப்பு மதிப்பு இல்லை: %r" -#: sphinx/config.py:312 +#: config.py:503 #, python-format msgid "Config value %r already present" -msgstr "" +msgstr "கட்டமைப்பு மதிப்பு %r ஏற்கனவே உள்ளது" + +#: config.py:540 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "ஊர்காய் செய்ய முடியாத உள்ளமைவு மதிப்பைக் கேச் செய்ய முடியாது: %r (ஏனெனில் இது ஒரு செயல்பாடு, வகுப்பு அல்லது தொகுதி பொருளைக் கொண்டுள்ளது)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "தவறான உள்ளமைவு மதிப்பு காணப்படுகிறது: 'மொழி = எதுவுமில்லை'. உங்கள் உள்ளமைவை செல்லுபடியாகும் மொழிக் குறியீட்டிற்கு புதுப்பிக்கவும். 'en' (ஆங்கிலம்) க்கு மீண்டும் விழுகிறது." -#: sphinx/config.py:360 +#: config.py:598 #, python-format msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" +msgstr "உங்கள் உள்ளமைவு கோப்பில் ஒரு தொடரியல் பிழை உள்ளது: %s \n" -#: sphinx/config.py:363 +#: config.py:602 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "sys.exit () எனப்படும் உள்ளமைவு கோப்பு (அல்லது அது இறக்குமதி செய்யும் தொகுதிகளில் ஒன்று)" -#: sphinx/config.py:370 +#: config.py:610 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "உங்கள் உள்ளமைவு கோப்பில் நிரல்படுத்தக்கூடிய பிழை உள்ளது: \n %s" + +#: config.py:632 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "%r ஐ ஒரு உறைசெட் என மாற்றுவதில் தோல்வி" -#: sphinx/config.py:393 +#: config.py:650 config.py:658 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "`Source_suffix = %r` ஐ` source_suffix = %r` ஆக மாற்றுகிறது." + +#: config.py:664 #, python-format msgid "" -"The config value `source_suffix' expects a string, list of strings, or " -"dictionary. But `%r' is given." -msgstr "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "கட்டமைப்பு மதிப்பு `source_suffix 'ஒரு அகராதி, ஒரு சரம் அல்லது சரங்களின் பட்டியலை எதிர்பார்க்கிறது. அதற்கு பதிலாக ` %r 'கிடைத்தது (வகை %s)." -#: sphinx/config.py:413 +#: config.py:685 #, python-format msgid "Section %s" -msgstr "" +msgstr "பிரிவு %s" -#: sphinx/config.py:414 +#: config.py:686 #, python-format msgid "Fig. %s" -msgstr "" +msgstr "படம். %s" -#: sphinx/config.py:415 +#: config.py:687 #, python-format msgid "Table %s" -msgstr "" +msgstr "அட்டவணை %s" -#: sphinx/config.py:416 +#: config.py:688 #, python-format msgid "Listing %s" -msgstr "" +msgstr "பட்டியல் %s" -#: sphinx/config.py:488 +#: config.py:797 +#, python-brace-format msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr "கட்டமைப்பு மதிப்பு `{name}` வேட்பாளர்களில் ஒருவராக `{candidates}` இருக்க வேண்டும், ஆனால் `{current}` வழங்கப்படுகிறது." -#: sphinx/config.py:506 +#: config.py:828 +#, python-brace-format msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." -msgstr "" +msgstr "கட்டமைப்பு மதிப்பு `{name} 'வகை` {current.__name__}'; எதிர்பார்க்கப்படுகிறது {permitted}." -#: sphinx/config.py:518 +#: config.py:845 +#, python-brace-format msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." -msgstr "" +msgstr "கட்டமைப்பு மதிப்பு `{name} 'வகை` {current.__name__}', இயல்புநிலை `{default.__name__} '." -#: sphinx/config.py:528 +#: config.py:857 #, python-format msgid "primary_domain %r not found, ignored." -msgstr "" +msgstr "முதன்மை_ டொமைன் %r கண்டுபிடிக்கப்படவில்லை, புறக்கணிக்கப்படுகிறது." -#: sphinx/config.py:540 +#: config.py:877 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "சூரரிமாச்சிலை இப்போது முன்னிருப்பாக \"இண்டெக்ச்\" ஐ முதன்மை ஆவணமாகப் பயன்படுத்துகிறது. 2.0-க்கு முந்தைய நடத்தையை வைத்திருக்க, \"master_doc = 'contents'\" என்பதை அமைக்கவும்." + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "UTF-8 அல்லாத பிற மூலக் குறியீட்டு முறைகளுக்கான உதவி நீக்கப்பட்டது மற்றும் சூரரிமாச்சிலை 10 இல் அகற்றப்படும். இது சிக்கலை ஏற்படுத்தினால் https://github.com/sphinx-doc/sphinx/issues/13665 இல் கருத்துத் தெரிவிக்கவும்." + +#: extension.py:58 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s நீட்டிப்பு தேவைகள்_எக்ச்டென்சன்ச் அமைப்புகளால் தேவைப்படுகிறது, ஆனால் அது ஏற்றப்படவில்லை." + +#: extension.py:79 +#, 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/events.py:63 +#: project.py:72 +#, python-format +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "\" %s\" ஆவணத்திற்கு பல கோப்புகள் காணப்படுகின்றன: %s\n உருவாக்க %r ஐப் பயன்படுத்தவும்." + +#: project.py:87 +#, python-format +msgid "Ignored unreadable document %r." +msgstr "படிக்க முடியாத ஆவணம் %r ஐ புறக்கணித்தது." + +#: events.py:92 #, python-format msgid "Event %r already present" -msgstr "" +msgstr "நிகழ்வு %r ஏற்கனவே உள்ளது" -#: sphinx/events.py:69 +#: events.py:386 #, python-format msgid "Unknown event name: %s" -msgstr "" +msgstr "தெரியாத நிகழ்வு பெயர்: %s" -#: sphinx/events.py:107 +#: events.py:451 #, python-format msgid "Handler %r for event %r threw an exception" -msgstr "" +msgstr "நிகழ்வு %r க்கு ஏண்ட்லர் %r ஒரு விதிவிலக்கை வீசினார்" + +#: application.py:218 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "மூல கோப்பகத்தை (%s) கண்டுபிடிக்க முடியவில்லை" + +#: application.py:223 +#, python-format +msgid "Output directory (%s) is not a directory" +msgstr "வெளியீட்டு அடைவு (%s) ஒரு அடைவு அல்ல" -#: sphinx/extension.py:53 +#: application.py:228 +msgid "Source directory and destination directory cannot be identical" +msgstr "மூல அடைவு மற்றும் இலக்கு அடைவு ஒரே மாதிரியாக இருக்க முடியாது" + +#: application.py:258 +#, python-format +msgid "Running Sphinx v%s" +msgstr "இயங்கும் சூரரிமாச்சிலை v%s" + +#: application.py:286 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "இந்த திட்டத்திற்கு குறைந்தபட்சம் ச்பின்க்ச் வி%s தேவை, எனவே இந்த பதிப்பில் உருவாக்க முடியாது." + +#: application.py:305 +msgid "making output directory" +msgstr "வெளியீட்டு கோப்பகத்தை உருவாக்குதல்" -#: sphinx/extension.py:69 +#: application.py:310 registry.py:547 #, python-format +msgid "while setting up extension %s:" +msgstr "நீட்டிப்பு %s ஐ அமைக்கும் போது:" + +#: application.py:317 msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "" +"'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 இல் வரையறுக்கப்பட்டுள்ளபடி 'அமைவு' ஒரு பைதான் அழைக்கக்கூடியது அல்ல. அதை அழைக்கக்கூடிய செயல்பாடாக மாற்ற அதன் வரையறையை மாற்றவும். conf.py ஒரு சூரரிமாச்சிலை நீட்டிப்பாக நடந்து கொள்ள இது தேவை." -#: sphinx/highlighting.py:149 +#: application.py:360 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" +msgid "loading translations [%s]... " +msgstr "மொழிபெயர்ப்புகளை ஏற்றுகிறது [%s] ..." + +#: application.py:384 util/display.py:85 +msgid "done" +msgstr "முடிந்தது" + +#: application.py:386 +msgid "not available for built-in messages" +msgstr "உள்ளமைக்கப்பட்ட செய்திகளுக்கு கிடைக்கவில்லை" + +#: application.py:400 +msgid "loading pickled environment" +msgstr "ஊறுகாய் சூழலை ஏற்றுகிறது" + +#: application.py:408 +#, python-format +msgid "failed: %s" +msgstr "தோல்வியுற்றது: %s" -#: sphinx/highlighting.py:176 +#: application.py:423 +msgid "No builder selected, using default: html" +msgstr "இயல்புநிலையைப் பயன்படுத்தி பில்டர் தேர்ந்தெடுக்கப்படவில்லை: html" + +#: application.py:455 +msgid "build finished with problems." +msgstr "சிக்கல்களுடன் முடிக்கப்பட்டது." + +#: application.py:457 +msgid "build succeeded." +msgstr "உருவாக்க வெற்றி." + +#: application.py:462 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "சிக்கல்கள், 1 எச்சரிக்கை (எச்சரிக்கைகள் பிழைகள் என கருதப்படுகின்றன)." + +#: application.py:466 +msgid "build finished with problems, 1 warning." +msgstr "சிக்கல்களுடன் முடிக்கப்பட்டது, 1 எச்சரிக்கை." + +#: application.py:468 +msgid "build succeeded, 1 warning." +msgstr "உருவாக்க வெற்றிபெற்றது, 1 எச்சரிக்கை." + +#: application.py:474 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "சிக்கல்கள், %s எச்சரிக்கைகள் (எச்சரிக்கைகள் பிழைகளாகக் கருதப்படுகின்றன)." + +#: application.py:478 +#, python-format +msgid "build finished with problems, %s warnings." +msgstr "சிக்கல்கள், %s எச்சரிக்கைகள் ஆகியவற்றைக் கொண்டு முடிக்கப்பட்டது." + +#: application.py:480 +#, python-format +msgid "build succeeded, %s warnings." +msgstr "கட்டியெழுப்பப்பட்ட, %s எச்சரிக்கைகள்." + +#: application.py:1020 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "முனை வகுப்பு %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது, அதன் பார்வையாளர்கள் மீறப்படுவார்கள்" + +#: application.py:1113 +#, python-format +msgid "directive %r is already registered and will not be overridden" +msgstr "டைரக்டிவ் %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது மற்றும் அதன் மேல் எழுத முடியாது" -#: sphinx/project.py:65 +#: application.py:1139 application.py:1167 +#, python-format +msgid "role %r is already registered and will not be overridden" +msgstr "பங்கு %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது மற்றும் அதன் மேல் எழுத முடியாது" + +#: application.py:1808 #, python-format msgid "" -"multiple files found for the document \"%s\": %r\n" -"Use %r for the build." -msgstr "" +"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 நீட்டிப்பு அறிவிக்கவில்லை, அது இல்லை என்று கருதி - தயவுசெய்து நீட்டிப்பு ஆசிரியரிடம் சரிபார்த்து அதை வெளிப்படையாகச் சொல்லுங்கள்" -#: sphinx/project.py:74 +#: application.py:1813 #, python-format -msgid "Ignored unreadable document %r." -msgstr "" +msgid "the %s extension is not safe for parallel reading" +msgstr "இணையான வாசிப்புக்கு %s நீட்டிப்பு பாதுகாப்பானது அல்ல" + +#: application.py:1817 +#, 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 நீட்டிப்பு அறிவிக்கவில்லை, அது இல்லை என்று கருதி - தயவுசெய்து நீட்டிப்பு ஆசிரியரிடம் சரிபார்த்து அதை வெளிப்படையாகச் சொல்லுங்கள்" + +#: application.py:1822 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "இணையான எழுத்துக்கு %s நீட்டிப்பு பாதுகாப்பானது அல்ல" + +#: application.py:1830 application.py:1834 +#, python-format +msgid "doing serial %s" +msgstr "சீரியல் %s செய்வது" -#: sphinx/registry.py:136 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" -msgstr "" +msgstr "பில்டர் வகுப்பு %s \"பெயர்\" பண்புக்கூறு இல்லை" -#: sphinx/registry.py:138 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" -msgstr "" +msgstr "பில்டர் %r ஏற்கனவே உள்ளது (தொகுதி %s)" -#: sphinx/registry.py:151 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" -msgstr "" +msgstr "பில்டர் பெயர் %s பதிவு செய்யப்படவில்லை அல்லது நுழைவு புள்ளி மூலம் கிடைக்கவில்லை" -#: sphinx/registry.py:158 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" -msgstr "" +msgstr "பில்டர் பெயர் %s பதிவு செய்யப்படவில்லை" -#: sphinx/registry.py:165 +#: registry.py:201 #, python-format msgid "domain %s already registered" -msgstr "" +msgstr "டொமைன் %s ஏற்கனவே பதிவு செய்யப்பட்டுள்ளன" -#: sphinx/registry.py:188 sphinx/registry.py:201 sphinx/registry.py:212 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" -msgstr "" +msgstr "டொமைன் %s இன்னும் பதிவு செய்யப்படவில்லை" -#: sphinx/registry.py:192 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" -msgstr "" +msgstr "%r கட்டளை ஏற்கனவே டொமைன் %s இல் பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:204 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" -msgstr "" +msgstr "%r பங்கு ஏற்கனவே டொமைன் %s க்கு பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:215 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" -msgstr "" +msgstr "%r குறியீடு ஏற்கனவே டொமைன் %s இல் பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:246 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "%r object_type ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:272 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "%r கிராச்ரெஃப்_ டைப் ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:279 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:288 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "%r க்கான source_parser ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:296 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "%s பதிவு செய்யப்படவில்லை என்பதற்கான மூல பாகுபடுத்தி" -#: sphinx/registry.py:312 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" -msgstr "" +msgstr "%r க்கான மொழிபெயர்ப்பாளர் ஏற்கனவே இருக்கிறார்" -#: sphinx/registry.py:328 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" +msgstr "add_node () க்கான குவார்க்ச் ஒரு (வருகை, புறப்பட வேண்டும்) செயல்பாடு டூப்பிள்: %r = %r ஆக இருக்க வேண்டும்" -#: sphinx/registry.py:411 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "கணக்கிடக்கூடிய முனை %ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:423 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" -msgstr "" +msgstr "கணித ரெண்டரர் %s ஏற்கனவே பதிவு செய்யப்பட்டுள்ளன" -#: sphinx/registry.py:438 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." -msgstr "" +msgstr "பதிப்பு %s முதல் %r நீட்டிப்பு ஏற்கனவே சூரரிமாச்சிலை உடன் இணைக்கப்பட்டுள்ளது; இந்த நீட்டிப்பு புறக்கணிக்கப்படுகிறது." -#: sphinx/registry.py:449 +#: registry.py:552 msgid "Original exception:\n" -msgstr "" +msgstr "அசல் விதிவிலக\n" -#: sphinx/registry.py:450 +#: registry.py:554 #, python-format msgid "Could not import extension %s" -msgstr "" +msgstr "நீட்டிப்பு %s ஐ இறக்குமதி செய்ய முடியவில்லை" -#: sphinx/registry.py:455 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" -msgstr "" +msgstr "நீட்டிப்பு %r எந்த அமைப்பும் () செயல்பாட்டைக் கொண்டிருக்கவில்லை; இது உண்மையில் ஒரு சூரரிமாச்சிலை நீட்டிப்பு தொகுதியா?" -#: sphinx/registry.py:464 +#: registry.py:574 #, 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 நீட்டிப்புக்கு குறைந்தபட்சம் ச்பின்க்ச் v %s தேவை; எனவே இந்த பதிப்பில் இதை உருவாக்க முடியாது." -#: sphinx/registry.py:472 +#: registry.py:586 #, 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:178 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "" - -#: sphinx/roles.py:194 -#, python-format -msgid "invalid PEP number %s" -msgstr "" - -#: sphinx/roles.py:228 -#, python-format -msgid "invalid RFC number %s" -msgstr "" - -#: sphinx/theming.py:77 -#, python-format -msgid "theme %r doesn't have \"theme\" setting" -msgstr "" +msgstr "நீட்டிப்பு %r அதன் அமைவு () செயல்பாட்டிலிருந்து ஆதரிக்கப்படாத பொருளைத் திருப்பியது; இது எதுவும் அல்லது மேனிலை தரவு அகராதியைத் திருப்பித் தரக்கூடாது" -#: sphinx/theming.py:79 +#: registry.py:612 #, python-format -msgid "theme %r doesn't have \"inherit\" setting" -msgstr "" +msgid "`None` is not a valid filetype for %r." +msgstr "`எதுவுமில்லை` %r க்கு சரியான பைல்டைப் அல்ல." -#: sphinx/theming.py:85 +#: theming.py:119 #, python-format -msgid "no theme named %r found, inherited by %r" -msgstr "" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "[தீம்] மற்றும் [விருப்பங்கள்] தவிர வேறு கருப்பொருள் உள்ளமைவு பிரிவுகள் ஆதரிக்கப்படவில்லை ( %r இலிருந்து ஒரு மதிப்பைப் பெற முயற்சித்தேன்)." -#: sphinx/theming.py:108 +#: theming.py:124 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" +msgstr "தேடப்பட்ட கருப்பொருள் கட்டமைப்புகள் எதுவும் இல்லை. %s. %s ஏற்படாது" -#: sphinx/theming.py:127 +#: theming.py:139 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "ஆதரிக்கப்படாத கருப்பொருள் விருப்பம் %r கொடுக்கப்பட்டுள்ளது" -#: sphinx/theming.py:216 +#: theming.py:238 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgstr "கருப்பொருள் பாதையில் கோப்பு %r என்பது செல்லுபடியாகும் சிப்ஃபைல் அல்ல அல்லது எந்த கருப்பொருளும் இல்லை" -#: sphinx/theming.py:230 +#: theming.py:258 #, python-format -msgid "no theme named %r found (missing theme.conf?)" -msgstr "" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "%r என்று பெயரிடப்பட்ட கருப்பொருள் எதுவும் காணப்படவில்லை (தீம் காணவில்லை. டோம்?)" -#: sphinx/builders/__init__.py:183 +#: theming.py:298 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +msgid "The %r theme has circular inheritance" +msgstr "%r கருப்பொருள் வட்ட பரம்பரை உள்ளது" -#: sphinx/builders/__init__.py:187 +#: theming.py:306 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: sphinx/builders/__init__.py:208 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 -msgid "writing output... " -msgstr "" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "%r கருப்பொருள் %r இலிருந்து பெறுகிறது, இது ஏற்றப்பட்ட கருப்பொருள் அல்ல. ஏற்றப்பட்ட கருப்பொருள்கள்: %s" -#: sphinx/builders/__init__.py:217 +#: theming.py:312 #, python-format -msgid "all of %d po files" -msgstr "" +msgid "The %r theme has too many ancestors" +msgstr "%r கருப்பொருள் பல மூதாதையர்களைக் கொண்டுள்ளது" -#: sphinx/builders/__init__.py:235 +#: theming.py:340 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "no theme configuration file found in %r" +msgstr "%r இல் கருப்பொருள் உள்ளமைவு கோப்பு இல்லை" -#: sphinx/builders/__init__.py:243 +#: theming.py:365 theming.py:418 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "" - -#: sphinx/builders/__init__.py:252 -msgid "all source files" -msgstr "" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "கருப்பொருள் %r இல் \"கருப்பொருள்\" அட்டவணை இல்லை" -#: sphinx/builders/__init__.py:262 +#: theming.py:369 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "%r கருப்பொருள் \"[தீம்]\" அட்டவணை ஒரு அட்டவணை அல்ல" -#: sphinx/builders/__init__.py:267 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "%r கருப்பொருள் \"தீம்.இன்எரிட்\" அமைப்பை வரையறுக்க வேண்டும்" -#: sphinx/builders/__init__.py:273 +#: theming.py:377 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "%r கருப்பொருள் \"[விருப்பங்கள்]\" அட்டவணை ஒரு அட்டவணை அல்ல" -#: sphinx/builders/__init__.py:282 +#: theming.py:396 #, python-format -msgid "%d source files given on command line" -msgstr "" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "\"தீம்.பிகென்ட்ச்_ச்டைல்\" அமைப்பு ஒரு அட்டவணையாக இருக்க வேண்டும். குறிப்பு: \"%s\"" -#: sphinx/builders/__init__.py:294 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "பயன்பாடு:" -#: sphinx/builders/__init__.py:309 sphinx/builders/gettext.py:236 -#, python-format -msgid "building [%s]: " -msgstr "" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [விருப்பங்கள்] <கட்டளை> []" -#: sphinx/builders/__init__.py:316 -msgid "looking for now-outdated files... " -msgstr "" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "சூரரிமாச்சிலை ஆவணப்படுத்தல் செனரேட்டர்." -#: sphinx/builders/__init__.py:321 -#, python-format -msgid "%d found" -msgstr "%d கண்டு ப்பிடித்த விட்டது" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "கட்டளைகள்:" -#: sphinx/builders/__init__.py:323 -msgid "none found" -msgstr "" +#: _cli/__init__.py:96 +msgid "Options" +msgstr "விருப்பங்கள்" -#: sphinx/builders/__init__.py:328 -msgid "pickling environment" -msgstr "" +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "மேலும் தகவலுக்கு, https://www.sphinx-doc.org/en/master/man/ ஐப் பார்வையிடவும்." -#: sphinx/builders/__init__.py:334 -msgid "checking consistency" -msgstr "" +#: _cli/__init__.py:169 +#, python-brace-format +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: பிழை: {1}\n தகவலுக்கு '{0} -உதவி' இயக்கவும்" -#: sphinx/builders/__init__.py:338 -msgid "no targets are out of date." -msgstr "" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "ச்பிங்க்சுடன் ஆவணங்களை நிர்வகிக்கவும்." -#: sphinx/builders/__init__.py:377 -msgid "updating environment: " -msgstr "" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "பதிப்பைக் காட்டி வெளியேறவும்." -#: sphinx/builders/__init__.py:398 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "இந்த செய்தியைக் காட்டி வெளியேறவும்." -#: sphinx/builders/__init__.py:436 sphinx/builders/__init__.py:448 -msgid "reading sources... " -msgstr "" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "பதிவு" -#: sphinx/builders/__init__.py:550 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "வாய்மொழி அதிகரிக்கவும் (மீண்டும் செய்யலாம்)" -#: sphinx/builders/__init__.py:559 sphinx/builders/singlehtml.py:155 -msgid "preparing documents" -msgstr "" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "பிழைகள் மற்றும் எச்சரிக்கைகள் மட்டுமே அச்சு." -#: sphinx/builders/__init__.py:562 -msgid "copying assets" -msgstr "" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "வெளியீடு இல்லை" -#: sphinx/builders/_epub_base.py:215 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +#: _cli/__init__.py:229 +msgid "" +msgstr "<கட்டளை>" -#: sphinx/builders/_epub_base.py:403 sphinx/builders/html/__init__.py:750 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:183 -msgid "copying images... " -msgstr "" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "'ச்பின்க்ச் -உதவி' ஐப் பார்க்கவும்.\n" -#: sphinx/builders/_epub_base.py:410 +#: ext/imgconverter.py:44 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "பட மாற்று கட்டளை %r ஐ இயக்க முடியவில்லை. 'sphinx.ext.imgconverter' இயல்புநிலையாக இமேச்மேசிக் தேவைப்படுகிறது. இது நிறுவப்பட்டிருப்பதை உறுதிசெய்க, அல்லது தனிப்பயன் மாற்று கட்டளைக்கு 'படம்_கன்வெர்ட்டர்' விருப்பத்தை அமைக்கவும். \n ட்ரேச்பேக்: %s" -#: sphinx/builders/_epub_base.py:416 sphinx/builders/html/__init__.py:758 -#: sphinx/builders/latex/__init__.py:433 sphinx/builders/texinfo.py:193 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "பிழையுடன் வெளியேறுதல்: \n [stderr] \n %r \n [stdout] \n %r" -#: sphinx/builders/_epub_base.py:433 +#: ext/imgconverter.py:83 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "கட்டளை %r ஐ இயக்க முடியாது, பட_கன்வெர்ட்டர் அமைப்பை சரிபார்க்கவும்" -#: sphinx/builders/_epub_base.py:443 -msgid "Pillow not found - copying image files" -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[மூல]" -#: sphinx/builders/_epub_base.py:469 -msgid "writing mimetype file..." -msgstr "" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "தொகுதி குறியீட்டை முன்னிலைப்படுத்துகிறது ..." -#: sphinx/builders/_epub_base.py:474 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[டாக்ச்]" -#: sphinx/builders/_epub_base.py:508 -msgid "writing content.opf file..." -msgstr "" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "தொகுதி குறியீடு" -#: sphinx/builders/_epub_base.py:531 +#: ext/viewcode.py:359 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s

க்கான மூலக் குறியீடு" -#: sphinx/builders/_epub_base.py:678 -msgid "writing toc.ncx file..." -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "கண்ணோட்டம்: தொகுதி குறியீடு" -#: sphinx/builders/_epub_base.py:703 -#, python-format -msgid "writing %s file..." -msgstr "" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

எந்த குறியீடு கிடைக்கும் அனைத்து தொகுதிகளும்

" -#: sphinx/builders/changes.py:30 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "\"%s\" பிரிவு \"%s\" என்று பெயரிடப்படுகிறது" -#: sphinx/builders/changes.py:56 +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: sphinx/builders/changes.py:58 -msgid "writing summary file..." -msgstr "" +msgid "duplicate label %s, other instance in %s" +msgstr "நகல் சிட்டை %s, பிற நிகழ்வுகள் %s இல்" -#: sphinx/builders/changes.py:73 -msgid "Builtins" -msgstr "" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "இந்த சமன்பாட்டிற்கான இணைப்பு" -#: sphinx/builders/changes.py:75 -msgid "Module level" -msgstr "" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "படிக்கும் காலம் %.3fs கால வரம்பான %.3fs ஐ தாண்டியது" -#: sphinx/builders/changes.py:118 -msgid "copying source files..." -msgstr "" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "========================= மொத்த வாசிப்பு காலம் ==============================" -#: sphinx/builders/changes.py:125 +#: ext/duration.py:124 #, python-format -msgid "could not read %r for changelog creation" -msgstr "" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "%d கோப்பு%s படிக்கும் மொத்த நேரம்: %dm %.3fs" -#: sphinx/builders/dummy.py:18 -msgid "The dummy builder generates no files." -msgstr "" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== மெதுவாக வாசிப்பு காலங்கள் =========================" -#: sphinx/builders/epub3.py:79 +#: ext/duration.py:139 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%.3fs %s" +msgstr "%.3fs %s" -#: sphinx/builders/epub3.py:183 -msgid "writing nav.xhtml file..." -msgstr "" +#: ext/todo.py:61 +msgid "Todo" +msgstr "செய்யவேண்டிய" -#: sphinx/builders/epub3.py:209 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "செய்யவேண்டிய நுழைவு காணப்பட்டது: %s" -#: sphinx/builders/epub3.py:213 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: ext/todo.py:152 +msgid "<>" +msgstr "<< அசல் நுழைவு >>" -#: sphinx/builders/epub3.py:216 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<< அசல் நுழைவு >> %s, வரி %d இல் அமைந்துள்ளது.)" -#: sphinx/builders/epub3.py:220 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: ext/todo.py:166 +msgid "original entry" +msgstr "அசல் நுழைவு" -#: sphinx/builders/epub3.py:223 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "கிராப்விச் டைரெக்டிவ் உள்ளடக்கம் மற்றும் கோப்பு பெயர் உரையாடல் இரண்டையும் கொண்டிருக்க முடியாது" -#: sphinx/builders/epub3.py:226 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "வெளிப்புற கிராப்விச் கோப்பு %r கண்டுபிடிக்கப்படவில்லை அல்லது அதைப் படிப்பது தோல்வியுற்றது" -#: sphinx/builders/epub3.py:229 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "உள்ளடக்கம் இல்லாமல் \"கிராஃப்விச்\" உத்தரவைப் புறக்கணித்தல்." -#: sphinx/builders/epub3.py:232 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "braphviz_dot இயங்கக்கூடிய பாதை அமைக்கப்பட வேண்டும்! %r" -#: sphinx/builders/epub3.py:236 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot கட்டளை %r ஐ இயக்க முடியாது (கிராஃப்விச் வெளியீட்டிற்கு தேவை), கிராஃப்விச்_டோட் அமைப்பைச் சரிபார்க்கவும்" -#: sphinx/builders/epub3.py:239 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "பிழை பிழையுடன் வெளியேறியது: \n [stderr] \n %r \n [stdout] \n %r" -#: sphinx/builders/epub3.py:253 sphinx/builders/html/__init__.py:1189 +#: ext/graphviz.py:344 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +msgid "" +"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/builders/gettext.py:215 +#: ext/graphviz.py:367 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format 'png' அல்லது 'svg' ஆக இருக்க வேண்டும், ஆனால் %r" -#: sphinx/builders/gettext.py:237 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "" +msgid "dot code %r: %s" +msgstr "புள்ளி குறியீடு %r: %s" -#: sphinx/builders/gettext.py:241 -msgid "reading templates... " -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[வரைபடம்: %s]" -#: sphinx/builders/gettext.py:275 -msgid "writing message catalogs... " -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[வரைபடம்]" -#: sphinx/builders/linkcheck.py:60 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "ஆர்ட்கோட் செய்யப்பட்ட இணைப்பு %r ஐ எக்ச்ட்லிங்க் மூலம் மாற்றலாம் (அதற்கு பதிலாக %r ஐப் பயன்படுத்த முயற்சிக்கவும்)" -#: sphinx/builders/linkcheck.py:109 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "latex கட்டளை %r ஐ இயக்க முடியாது (கணித காட்சிக்கு தேவை), imgmath_latex அமைப்பைச் சரிபார்க்கவும்" -#: sphinx/builders/linkcheck.py:606 +#: ext/imgmath.py:167 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s கட்டளை %r ஐ இயக்க முடியாது (கணித காட்சிக்கு தேவை), imgmath_ %s அமைப்பை சரிபார்க்கவும்" -#: sphinx/builders/manpage.py:35 +#: ext/imgmath.py:326 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" +msgid "display latex %r: %s" +msgstr "லேடெக்ச் %r: %s காட்சி" -#: sphinx/builders/manpage.py:42 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "இன்லைன் லேடெக்ச் %r: %s" -#: sphinx/builders/latex/__init__.py:309 sphinx/builders/manpage.py:51 -#: sphinx/builders/singlehtml.py:163 sphinx/builders/texinfo.py:110 -msgid "writing" -msgstr "" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' விருப்பத்தில் '+' அல்லது '-' காணவில்லை." -#: sphinx/builders/manpage.py:66 +#: ext/doctest.py:124 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' சரியான விருப்பம் அல்ல." -#: sphinx/builders/singlehtml.py:32 +#: ext/doctest.py:139 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' என்பது செல்லுபடியாகும் பைவெர்சன் விருப்பம் அல்ல" -#: sphinx/builders/singlehtml.py:158 -msgid "assembling single document" -msgstr "" - -#: sphinx/builders/singlehtml.py:176 -msgid "writing additional files" -msgstr "" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "தவறான டெச்ட்கோட் வகை" -#: sphinx/builders/texinfo.py:46 +#: ext/doctest.py:297 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: sphinx/builders/texinfo.py:48 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:75 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "முடிக்கப்பட்ட ஆதாரங்களில் ஆவணங்களின் சோதனை, %(outdir)s/output.txt இன் முடிவுகளைப் பாருங்கள்." -#: sphinx/builders/texinfo.py:83 +#: ext/doctest.py:451 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "no code/output in %s block at %s:%s" +msgstr "%s தொகுதியில் குறியீடு/வெளியீடு இல்லை %s இல் : %s" -#: sphinx/builders/latex/__init__.py:291 sphinx/builders/texinfo.py:106 +#: ext/doctest.py:568 #, python-format -msgid "processing %s" -msgstr "" - -#: sphinx/builders/latex/__init__.py:364 sphinx/builders/texinfo.py:159 -msgid "resolving references..." -msgstr "" - -#: sphinx/builders/latex/__init__.py:374 sphinx/builders/texinfo.py:168 -msgid " (in " -msgstr "" +msgid "ignoring invalid doctest code: %r" +msgstr "தவறான ஆவணக் குறியீட்டை புறக்கணித்தல்: %r" -#: sphinx/builders/texinfo.py:198 -msgid "copying Texinfo support files" -msgstr "" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "%s இல் தவறான ரீசெக்ச் %r" -#: sphinx/builders/texinfo.py:202 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "error writing file Makefile: %s" -msgstr "" +msgid "module %s could not be imported: %s" +msgstr "தொகுதி %s இறக்குமதி செய்ய முடியவில்லை: %s" -#: sphinx/builders/text.py:29 +#: ext/coverage.py:148 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "பின்வரும் தொகுதிகள் ஆவணப்படுத்தப்பட்டுள்ளன, ஆனால் அவை கவரேச்_மோடூல்களில் குறிப்பிடப்படவில்லை: %s" -#: sphinx/builders/html/__init__.py:1140 sphinx/builders/text.py:76 -#: sphinx/builders/xml.py:94 +#: ext/coverage.py:158 #, python-format -msgid "error writing file %s: %s" -msgstr "" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "பின்வரும் தொகுதிகள் coverage_modules இல் குறிப்பிடப்பட்டுள்ளன ஆனால் ஆவணப்படுத்தப்படவில்லை: %s" + +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "ஆதாரங்களில் கவரேச் சோதனை முடிந்தது, %(outdir)s{sep}python.txt இல் முடிவுகளைப் பார்க்கவும்." -#: sphinx/builders/xml.py:34 +#: ext/coverage.py:187 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "கவரேச்_சி_ரெசெக்சில் தவறான ரீசெக்ச் %r" -#: sphinx/builders/xml.py:106 +#: ext/coverage.py:260 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "ஆவணப்படுத்தப்படாத சி ஏபிஐ: கோப்பு %s இல் %s [ %s]" -#: sphinx/builders/html/__init__.py:122 +#: ext/coverage.py:452 #, python-format -msgid "build info file is broken: %r" -msgstr "" +msgid "undocumented python function: %s :: %s" +msgstr "ஆவணமற்ற பைதான் செயல்பாடு: %s :: %s" -#: sphinx/builders/html/__init__.py:159 +#: ext/coverage.py:473 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgid "undocumented python class: %s :: %s" +msgstr "ஆவணமற்ற பைதான் வகுப்பு: %s :: %s" -#: sphinx/builders/html/__init__.py:385 +#: ext/coverage.py:492 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "ஆவணமற்ற பைதான் முறை: %s :: %s :: %s" -#: sphinx/builders/html/__init__.py:478 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:100 -#: sphinx/writers/texinfo.py:225 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format msgid "%b %d, %Y" -msgstr "" +msgstr "%b %d, %y" -#: sphinx/builders/html/__init__.py:497 sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "மொழிபெயர்ப்பு முன்னேற்றத்தை கணக்கிட முடியவில்லை!" -#: sphinx/builders/html/__init__.py:497 -msgid "index" -msgstr "" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "மொழிபெயர்க்கப்பட்ட கூறுகள் இல்லை!" -#: sphinx/builders/html/__init__.py:569 -msgid "next" -msgstr "அடுத்த" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 நெடுவரிசை அடிப்படையிலான குறியீடு காணப்பட்டது. இது நீங்கள் பயன்படுத்தும் நீட்டிப்புகளின் பிழையாக இருக்கலாம்: %r" -#: sphinx/builders/html/__init__.py:578 -msgid "previous" -msgstr "" +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "அடிக்குறிப்பு [%s] குறிப்பிடப்படவில்லை." -#: sphinx/builders/html/__init__.py:674 -msgid "generating indices" -msgstr "" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "அடிக்குறிப்பு [*] குறிப்பிடப்படவில்லை." -#: sphinx/builders/html/__init__.py:689 -msgid "writing additional pages" -msgstr "" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "அடிக்குறிப்பு [#] குறிப்பிடப்படவில்லை." -#: sphinx/builders/html/__init__.py:768 -msgid "copying downloadable files... " -msgstr "" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற அடிக்குறிப்பு குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/builders/html/__init__.py:776 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/builders/html/__init__.py:809 sphinx/builders/html/__init__.py:821 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற மேற்கோள் குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/builders/html/__init__.py:842 -msgid "copying static files" -msgstr "" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற கால குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/builders/html/__init__.py:858 -#, python-format -msgid "cannot copy static file %r" -msgstr "" +#: environment/__init__.py:89 +msgid "new config" +msgstr "புதிய கட்டமைப்பு" -#: sphinx/builders/html/__init__.py:863 -msgid "copying extra files" -msgstr "" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "கட்டமைப்பு மாற்றப்பட்டது" -#: sphinx/builders/html/__init__.py:869 -#, python-format -msgid "cannot copy extra file %r" -msgstr "" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "நீட்டிப்புகள் மாற்றப்பட்டன" -#: sphinx/builders/html/__init__.py:876 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "சுற்றுச்சூழல் பதிப்பை உருவாக்குங்கள்" -#: sphinx/builders/html/__init__.py:925 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "மூல அடைவு மாறிவிட்டது" -#: sphinx/builders/html/__init__.py:986 +#: environment/__init__.py:350 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgid "The configuration has changed (1 option: %r)" +msgstr "உள்ளமைவு மாறிவிட்டது (1 விருப்பம்: %r)" -#: sphinx/builders/html/__init__.py:1123 +#: environment/__init__.py:355 #, 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 "" +msgid "The configuration has changed (%d options: %s)" +msgstr "உள்ளமைவு மாறிவிட்டது ( %d விருப்பங்கள்: %s)" -#: sphinx/builders/html/__init__.py:1128 +#: environment/__init__.py:361 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "உள்ளமைவு மாறிவிட்டது ( %d விருப்பங்கள்: %s, ...)" -#: sphinx/builders/html/__init__.py:1156 -msgid "dumping object inventory" -msgstr "" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "இந்த சூழல் தேர்ந்தெடுக்கப்பட்ட பில்டருடன் பொருந்தாது, தயவுசெய்து மற்றொரு கோட்பாட்டு கோப்பகத்தைத் தேர்வுசெய்க." -#: sphinx/builders/html/__init__.py:1164 +#: environment/__init__.py:518 #, python-format -msgid "dumping search index in %s" -msgstr "" +msgid "Failed to scan documents in %s: %r" +msgstr "%s இல் ஆவணங்களை ச்கேன் செய்வதில் தோல்வி: %r" -#: sphinx/builders/html/__init__.py:1212 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" +msgid "Domain %r is not registered" +msgstr "டொமைன் %r பதிவு செய்யப்படவில்லை" -#: sphinx/builders/html/__init__.py:1240 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "எந்த டோக்ட்ரீயிலும் ஆவணம் சேர்க்கப்படவில்லை" -#: sphinx/builders/html/__init__.py:1243 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "தன்வய குறிப்பிடப்பட்ட டோக்ட்ரீ கண்டுபிடிக்கப்பட்டது. புறக்கணிக்கப்பட்டது." -#: sphinx/builders/html/__init__.py:1251 +#: environment/__init__.py:952 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "ஆவணம் பல டோக்ட்ரீசில் குறிப்பிடப்பட்டுள்ளது: %s, தேர்ந்தெடுப்பது: %s <- %s" -#: sphinx/builders/html/__init__.py:1255 +#: writers/latex.py:387 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "அறியப்படாத %r toplevel_sectioning class %r" -#: sphinx/builders/html/__init__.py:1264 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" +msgid "no Babel option known for language %r" +msgstr "மொழிக்கு அறியப்படாத பாபல் விருப்பம் %r" -#: sphinx/builders/html/__init__.py:1268 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "மிகப் பெரியது: மேக்ச்டெப்ட் :, புறக்கணிக்கப்பட்டது." -#: sphinx/builders/html/__init__.py:1277 sphinx/builders/latex/__init__.py:437 +#: writers/latex.py:617 #, python-format -msgid "logo file %r does not exist" -msgstr "" +msgid "template %s not found; loading from legacy %s instead" +msgstr "வார்ப்புரு %s காணப்படவில்லை; அதற்கு பதிலாக மரபு %s இலிருந்து ஏற்றுகிறது" -#: sphinx/builders/html/__init__.py:1286 -#, python-format -msgid "favicon file %r does not exist" -msgstr "" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "ஆவண தலைப்பு ஒரு உரை முனை அல்ல" -#: sphinx/builders/html/__init__.py:1293 +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "பிரிவு, தலைப்பு, அட்டவணை, அறிவுரை அல்லது பக்கப்பட்டியில் இல்லாத தலைப்பு முனை" -#: sphinx/builders/html/__init__.py:1308 -#, python-format -msgid "%s %s documentation" -msgstr "" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "அடிக்குறிப்புகள்" -#: sphinx/builders/latex/__init__.py:113 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgid "unsupported rubric heading level: %s" +msgstr "ஆதரிக்கப்படாத ரப்ரிக் தலைப்பு நிலை: %s" -#: sphinx/builders/latex/__init__.py:115 +#: writers/latex.py:1199 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:150 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "அட்டவணை மற்றும்: அகலங்கள்: விருப்பம் வழங்கப்படுகின்றன. : அகலம்: புறக்கணிக்கப்படுகிறது." -#: sphinx/builders/latex/__init__.py:158 +#: writers/latex.py:1229 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "colspec %s கொடுக்கப்பட்டது, இது அட்டவணை தொடரியல் பயன்படுத்துகிறது. ஆனால் இந்த அட்டவணையை அட்டவணையாக வழங்க முடியாது; கொடுக்கப்பட்ட கோல்ச்பெக் புறக்கணிக்கப்படும்." -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:557 -#: sphinx/domains/std.py:569 sphinx/templates/latex/latex.tex_t:106 -#: 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:11 sphinx/themes/basic/genindex.html:34 -#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 -#: sphinx/writers/texinfo.py:493 -msgid "Index" -msgstr "" +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "பரிமாண அலகு %s தவறானது. புறக்கணிக்கப்பட்டது." -#: sphinx/builders/latex/__init__.py:197 sphinx/templates/latex/latex.tex_t:91 -msgid "Release" -msgstr "" +#: writers/latex.py:1954 +#, python-format +msgid "unknown index entry type %s found" +msgstr "அறியப்படாத குறியீட்டு நுழைவு வகை %s காணப்படுகின்றன" -#: sphinx/builders/latex/__init__.py:211 sphinx/writers/latex.py:370 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgid "Invalid math_eqref_format: %r" +msgstr "தவறான math_eqref_format: %r" -#: sphinx/builders/latex/__init__.py:387 -msgid "copying TeX support files" -msgstr "" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" +msgstr "[படம்: %s]" -#: sphinx/builders/latex/__init__.py:403 -msgid "copying TeX support files..." -msgstr "" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[படம்]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "குறியீட்டு" -#: sphinx/builders/latex/__init__.py:416 -msgid "copying additional files" -msgstr "" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "தலைப்பு ஒரு உருவத்திற்குள் இல்லை." -#: sphinx/builders/latex/__init__.py:459 +#: writers/texinfo.py:1306 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +msgid "unimplemented node type: %r" +msgstr "செயல்படுத்தப்படாத முனை வகை: %r" -#: sphinx/builders/latex/__init__.py:467 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "இந்த வரையறைக்கு இணைப்பு" -#: sphinx/builders/latex/theming.py:87 +#: writers/html5.py:446 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format %s க்கு வரையறுக்கப்படவில்லை" -#: sphinx/builders/latex/theming.py:90 +#: writers/html5.py:456 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" +msgid "Any IDs not assigned for %s node" +msgstr "%s முனைக்கு எந்த ஐடியும் ஒதுக்கப்படவில்லை" -#: sphinx/builders/latex/transforms.py:117 -msgid "Failed to get a docname!" -msgstr "" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "இந்த காலத்திற்கான இணைப்பு" -#: sphinx/builders/latex/transforms.py:118 -msgid "Failed to get a docname for source {source!r}!" -msgstr "" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "இந்த தலைப்புக்கான இணைப்பு" -#: sphinx/builders/latex/transforms.py:479 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "இந்த அட்டவணையுடன் இணைப்பு" -#: sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "இந்த குறியீட்டிற்கான இணைப்பு" -#: sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "இந்த படத்துடன் இணைப்பு" -#: sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "இந்த டோக்ட்ரீயுடன் இணைக்கவும்" -#: sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "பட அளவைப் பெற முடியவில்லை. : அளவு: விருப்பம் புறக்கணிக்கப்படுகிறது." -#: sphinx/cmd/build.py:72 sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "கவனம்" -#: sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "எச்சரிக்கை" -#: sphinx/cmd/build.py:79 -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 "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "இடர்" -#: sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "பிழை" -#: sphinx/cmd/build.py:90 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "குறிப்பு" -#: sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "முக்கியமான" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "குறிப்பு" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "மேலும் காண்க" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "உதவிக்குறிப்பு" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "எச்சரிக்கை" -#: sphinx/cmd/build.py:109 +#: cmd/build.py:64 msgid "job number should be a positive number" -msgstr "" +msgstr "வேலை எண் நேர்மறை எண்ணாக இருக்க வேண்டும்" -#: sphinx/cmd/build.py:117 sphinx/cmd/quickstart.py:477 -#: sphinx/ext/apidoc.py:319 sphinx/ext/autosummary/generate.py:689 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 msgid "For more information, visit ." -msgstr "" +msgstr "மேலும் தகவலுக்கு, ஐப் பார்வையிடவும்." -#: sphinx/cmd/build.py:118 +#: cmd/build.py:74 msgid "" "\n" "Generate documentation from source files.\n" @@ -1242,285 +1309,292 @@ 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 sphinx- கட்டளை sourcedir இல் உள்ள கோப்புகளிலிருந்து ஆவணங்களை உருவாக்கி வைக்கிறது \n outputdir இல். இது உள்ளமைவுக்காக ஆதாரத்தில் 'conf.py' ஐத் தேடுகிறது \n அமைப்புகள். வார்ப்புரு கோப்புகளை உருவாக்க 'ச்பின்க்ச்-க்யூக்ச்டார்ட்' கருவி பயன்படுத்தப்படலாம், \n 'conf.py' உட்பட \n ச்பிங்க்ச்-பில்ட் வெவ்வேறு வடிவங்களில் ஆவணங்களை உருவாக்க முடியும். ஒரு வடிவம் \n கட்டளை வரியில் பில்டர் பெயரைக் குறிப்பிடுவதன் மூலம் தேர்ந்தெடுக்கப்பட்டது; இது இயல்புநிலையாகும் \n html. ஆவணங்கள் தொடர்பான பிற பணிகளையும் பில்டர்கள் செய்யலாம் \n செயலாக்கம். \n இயல்பாக, காலாவதியான அனைத்தும் கட்டமைக்கப்பட்டுள்ளன. தேர்ந்தெடுக்கப்பட்ட வெளியீடு மட்டுமே \n தனிப்பட்ட கோப்பு பெயர்களைக் குறிப்பிடுவதன் மூலம் கோப்புகளை உருவாக்க முடிய\n" -#: sphinx/cmd/build.py:139 +#: cmd/build.py:100 msgid "path to documentation source files" -msgstr "" +msgstr "ஆவண மூல கோப்புகளுக்கான பாதை" -#: sphinx/cmd/build.py:141 +#: cmd/build.py:103 msgid "path to output directory" -msgstr "" +msgstr "வெளியீட்டு கோப்பகத்திற்கான பாதை" -#: sphinx/cmd/build.py:143 -msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(விரும்பினால்) மீண்டும் உருவாக்க குறிப்பிட்ட கோப்புகளின் பட்டியல். --ரைட்-ஆல் குறிப்பிடப்பட்டால் புறக்கணிக்கப்படுகிறது" -#: sphinx/cmd/build.py:146 +#: cmd/build.py:114 msgid "general options" -msgstr "" +msgstr "பொது விருப்பங்கள்" -#: sphinx/cmd/build.py:149 -msgid "builder to use (default: html)" -msgstr "" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "பயன்படுத்த பில்டர் (இயல்புநிலை: 'HTML')" + +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "முடிந்தவரை N செயல்முறைகளுக்கு இணையாக இயக்கவும். 'ஆட்டோ' சிபியு கோர்களின் எண்ணிக்கையைப் பயன்படுத்துகிறது" -#: sphinx/cmd/build.py:151 +#: cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "எல்லா கோப்புகளையும் எழுதுங்கள் (இயல்புநிலை: புதிய மற்றும் மாற்றப்பட்ட கோப்புகளை மட்டும் எழுதுங்கள்)" -#: sphinx/cmd/build.py:154 +#: cmd/build.py:147 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "சேமித்த சூழலைப் பயன்படுத்த வேண்டாம், எப்போதும் எல்லா கோப்புகளையும் படியுங்கள்" -#: sphinx/cmd/build.py:157 -msgid "" -"path for the cached environment and doctree files (default: " -"OUTPUTDIR/.doctrees)" -msgstr "" +#: cmd/build.py:150 +msgid "path options" +msgstr "பாதை விருப்பங்கள்" -#: sphinx/cmd/build.py:161 +#: cmd/build.py:157 msgid "" -"build in parallel with N processes where possible (special value \"auto\" " -"will set N to cpu-count)" -msgstr "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "கோட்பாடு மற்றும் சுற்றுச்சூழல் கோப்புகளுக்கான அடைவு (இயல்புநிலை: output_dir/.doctrees)" -#: sphinx/cmd/build.py:165 -msgid "" -"path where configuration file (conf.py) is located (default: same as " -"SOURCEDIR)" -msgstr "" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "உள்ளமைவு கோப்பிற்கான அடைவு (conf.py) (இயல்புநிலை: source_dir)" -#: sphinx/cmd/build.py:168 -msgid "use no config file at all, only -D options" -msgstr "" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "உள்ளமைவு கோப்பைப் பயன்படுத்த வேண்டாம், -d விருப்பங்களிலிருந்து அமைப்புகளை மட்டுமே பயன்படுத்தவும்" -#: sphinx/cmd/build.py:171 +#: cmd/build.py:184 msgid "override a setting in configuration file" -msgstr "" +msgstr "உள்ளமைவு கோப்பில் ஒரு அமைப்பை மீறவும்" -#: sphinx/cmd/build.py:174 +#: cmd/build.py:193 msgid "pass a value into HTML templates" -msgstr "" +msgstr "html வார்ப்புருக்களில் ஒரு மதிப்பை அனுப்பவும்" -#: sphinx/cmd/build.py:177 +#: cmd/build.py:202 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "குறிச்சொல்லை வரையறுக்கவும்: குறிச்சொல்லுடன் \"மட்டும்\" தொகுதிகளைச் சேர்க்கவும்" -#: sphinx/cmd/build.py:179 -msgid "nit-picky mode, warn about all missing references" -msgstr "" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "நைட் பிக்கி பயன்முறை: காணாமல் போன அனைத்து குறிப்புகளையும் எச்சரிக்கவும்" -#: sphinx/cmd/build.py:182 +#: cmd/build.py:212 msgid "console output options" -msgstr "" +msgstr "வெளியீட்டு விருப்பங்கள் ஆறுதல்" -#: sphinx/cmd/build.py:184 +#: cmd/build.py:219 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "வாய்மொழி அதிகரிக்கவும் (மீண்டும் செய்யலாம்)" -#: sphinx/cmd/build.py:186 sphinx/ext/apidoc.py:342 +#: cmd/build.py:226 ext/apidoc/_cli.py:66 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "stdout இல் வெளியீடு இல்லை, ச்டெர்ரரில் எச்சரிக்கைகள்" -#: sphinx/cmd/build.py:188 +#: cmd/build.py:233 msgid "no output at all, not even warnings" -msgstr "" +msgstr "எந்த வெளியீடும் இல்லை, எச்சரிக்கைகள் கூட இல்லை" -#: sphinx/cmd/build.py:191 +#: cmd/build.py:241 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "வண்ண வெளியீட்டை வெளியிடுங்கள் (இயல்புநிலை: தானாக-கண்டறிதல்)" -#: sphinx/cmd/build.py:194 +#: cmd/build.py:249 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "வண்ண வெளியீட்டை வெளியிட வேண்டாம் (இயல்புநிலை: தானாக கண்டறிதல்)" -#: sphinx/cmd/build.py:197 +#: cmd/build.py:252 +msgid "warning control options" +msgstr "எச்சரிக்கை கட்டுப்பாட்டு விருப்பங்கள்" + +#: cmd/build.py:258 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "கொடுக்கப்பட்ட கோப்பிற்கு எச்சரிக்கைகள் (மற்றும் பிழைகள்) எழுதுங்கள்" -#: sphinx/cmd/build.py:199 +#: cmd/build.py:265 msgid "turn warnings into errors" -msgstr "" - -#: sphinx/cmd/build.py:201 -msgid "with -W, keep going when getting warnings" -msgstr "" +msgstr "எச்சரிக்கைகளை பிழைகளாக மாற்றவும்" -#: sphinx/cmd/build.py:203 +#: cmd/build.py:273 msgid "show full traceback on exception" -msgstr "" +msgstr "விதிவிலக்கில் முழு சுவடுப்பைக் காட்டுங்கள்" -#: sphinx/cmd/build.py:205 +#: cmd/build.py:276 msgid "run Pdb on exception" -msgstr "" +msgstr "விதிவிலக்கில் pdb ஐ இயக்கவும்" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "எச்சரிக்கைகளில் விதிவிலக்கு எழுப்பவும்" -#: sphinx/cmd/build.py:229 +#: cmd/build.py:325 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "-a விருப்பம் மற்றும் கோப்பு பெயர்களை இணைக்க முடியாது" -#: sphinx/cmd/build.py:250 +#: cmd/build.py:357 #, python-format -msgid "cannot open warning file %r: %s" -msgstr "" +msgid "cannot open warning file '%s': %s" +msgstr "எச்சரிக்கை கோப்பைத் திறக்க முடியாது ' %s': %s" -#: sphinx/cmd/build.py:264 +#: cmd/build.py:376 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-d விருப்ப உரையாடல் படிவத்தில் பெயர் = மதிப்பு இருக்க வேண்டும்" -#: sphinx/cmd/build.py:271 +#: cmd/build.py:383 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-ஒரு விருப்ப உரையாடல் படிவத்தில் இருக்க வேண்டும் பெயர் = மதிப்பு" -#: sphinx/cmd/quickstart.py:48 +#: cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "தொகுதிகளிலிருந்து தானாக ஆவணங்களை செருகவும்" -#: sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "டாக்ச்டெச்ட் தொகுதிகளில் குறியீடு துணுக்குகளை தானாகவே சோதிக்கவும்" -#: sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "வெவ்வேறு திட்டங்களின் சூரரிமாச்சிலை ஆவணங்களுக்கு இடையிலான இணைப்பு" -#: sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "கட்டியெழுப்ப அல்லது மறைக்கக்கூடிய \"செய்யவேண்டிய\" உள்ளீடுகளை எழுதுங்கள்" -#: sphinx/cmd/quickstart.py:52 +#: cmd/quickstart.py:56 msgid "checks for documentation coverage" -msgstr "" +msgstr "ஆவணங்கள் கவரேச் காசோலைகள்" -#: sphinx/cmd/quickstart.py:53 +#: cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "கணிதத்தை சேர்க்கவும், பி.என்.சி அல்லது எச்.வி.சி படங்களாக வழங்கப்படுகிறது" -#: sphinx/cmd/quickstart.py:54 +#: cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "கணிதத்தை சேர்க்கவும், மேத்சாக்சால் உலாவியில் வழங்கப்படுகிறது" -#: sphinx/cmd/quickstart.py:55 +#: cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "கட்டமைப்பு மதிப்புகளின் அடிப்படையில் உள்ளடக்கத்தை நிபந்தனைக்குட்பட்டது" -#: sphinx/cmd/quickstart.py:56 +#: cmd/quickstart.py:60 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "ஆவணப்படுத்தப்பட்ட பைதான் பொருள்களின் மூலக் குறியீட்டிற்கான இணைப்புகளைச் சேர்க்கவும்" -#: sphinx/cmd/quickstart.py:57 +#: cmd/quickstart.py:61 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "அறிவிலிமையம் பக்கங்களில் ஆவணத்தை வெளியிட .nojekyl கோப்பை உருவாக்கவும்" -#: sphinx/cmd/quickstart.py:99 +#: cmd/quickstart.py:111 msgid "Please enter a valid path name." -msgstr "" +msgstr "சரியான பாதை பெயரை உள்ளிடவும்." -#: sphinx/cmd/quickstart.py:115 +#: cmd/quickstart.py:127 msgid "Please enter some text." -msgstr "" +msgstr "சில உரையை உள்ளிடவும்." -#: sphinx/cmd/quickstart.py:122 +#: cmd/quickstart.py:134 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "தயவுசெய்து %s இல் ஒன்றை உள்ளிடவும்." -#: sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:142 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "தயவுசெய்து 'ஒய்' அல்லது 'n' ஐ உள்ளிடவும்." -#: sphinx/cmd/quickstart.py:135 +#: cmd/quickstart.py:148 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "தயவுசெய்து ஒரு கோப்பு பின்னொட்டை உள்ளிடவும், எ.கா. '.rst' அல்லது '.txt'." -#: sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:230 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "சூரரிமாச்சிலை %s quickstart பயன்பாட்டிற்கு வருக." -#: sphinx/cmd/quickstart.py:217 +#: cmd/quickstart.py:235 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "பின்வரும் அமைப்புகளுக்கான மதிப்புகளை உள்ளிடவும் (enter க்கு அழுத்தவும் \n அடைப்புக்குறிக்குள் வழங்கப்பட்டால் இயல்புநிலை மதிப்பை ஏற்றுக்கொள்ளுங்கள்)." -#: sphinx/cmd/quickstart.py:222 +#: cmd/quickstart.py:242 #, python-format msgid "Selected root path: %s" -msgstr "" +msgstr "தேர்ந்தெடுக்கப்பட்ட ரூட் பாதை: %s" -#: sphinx/cmd/quickstart.py:225 +#: cmd/quickstart.py:245 msgid "Enter the root path for documentation." -msgstr "" +msgstr "ஆவணங்களுக்கான ரூட் பாதையை உள்ளிடவும்." -#: sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:246 msgid "Root path for the documentation" -msgstr "" +msgstr "ஆவணங்களுக்கான ரூட் பாதை" -#: sphinx/cmd/quickstart.py:231 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "பிழை: தேர்ந்தெடுக்கப்பட்ட ரூட் பாதையில் ஏற்கனவே உள்ள conf.py கண்டறியப்பட்டுள்ளது." -#: sphinx/cmd/quickstart.py:233 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "ச்பிங்க்ச்-கிக்ச்டார்ட் ஏற்கனவே உள்ள சூரரிமாச்சிலை திட்டங்களை மேலெழுதாது." -#: sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "தயவுசெய்து ஒரு புதிய ரூட் பாதையை உள்ளிடவும் (அல்லது வெளியேற உள்ளிடவும்)" -#: sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:275 msgid "" "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 மூல பாதையில் \"மூல\" மற்றும் \"உருவாக்க\" கோப்பகங்கள்." -#: sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "தனி மூல மற்றும் உருவாக்க கோப்பகங்களை உருவாக்குதல் (y/n)" -#: sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:288 msgid "" "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 "ரூட் கோப்பகத்தின் உள்ளே, மேலும் இரண்டு கோப்பகங்கள் உருவாக்கப்படும்; \"_templates\" \n தனிப்பயன் html வார்ப்புருக்கள் மற்றும் தனிப்பயன் நடைதாள் மற்றும் பிற நிலையான \"_ச்டாடிக்\" \n கோப்புகள். அடிக்கோடிட்டதை மாற்ற மற்றொரு முன்னொட்டை (\".\" போன்றவை) உள்ளிடலாம்." -#: sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "வார்ப்புருக்கள் மற்றும் நிலையான டிர் ஆகியவற்றிற்கான பெயர் முன்னொட்டு" -#: sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "கட்டமைக்கப்பட்ட ஆவணங்களில் பல இடங்களில் திட்ட பெயர் நிகழும்." -#: sphinx/cmd/quickstart.py:257 +#: cmd/quickstart.py:302 msgid "Project name" -msgstr "" +msgstr "திட்ட பெயர்" -#: sphinx/cmd/quickstart.py:259 +#: cmd/quickstart.py:304 msgid "Author name(s)" -msgstr "" +msgstr "ஆசிரியரின் பெயர் (கள்)" -#: sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:310 msgid "" "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 "" +msgstr "சூரரிமாச்சிலை ஒரு \"பதிப்பு\" மற்றும் \"வெளியீடு\" என்ற கருத்தை கொண்டுள்ளது \n மென்பொருள். ஒவ்வொரு பதிப்பிலும் பல வெளியீடுகள் இருக்கலாம். உதாரணமாக, \n பைதான் பதிப்பு 2.5 அல்லது 3.0 போன்றது, அதே நேரத்தில் வெளியீடு \n 2.5.1 அல்லது 3.0a1 போன்றது. இந்த இரட்டை அமைப்பு உங்களுக்கு தேவையில்லை என்றால், \n இரண்டையும் ஒரே மதிப்புக்கு அமைக்கவும்." -#: sphinx/cmd/quickstart.py:268 +#: cmd/quickstart.py:317 msgid "Project version" -msgstr "" +msgstr "திட்ட பதிப்பு" -#: sphinx/cmd/quickstart.py:270 +#: cmd/quickstart.py:319 msgid "Project release" -msgstr "" +msgstr "திட்ட வெளியீடு" -#: sphinx/cmd/quickstart.py:274 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1528,115 +1602,115 @@ msgid "" "\n" "For a list of supported codes, see\n" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" +msgstr "ஆவணங்கள் ஆங்கிலத்தைத் தவிர வேறு மொழியில் எழுதப்பட வேண்டும் என்றால், \n ஒரு மொழியை அதன் மொழிக் குறியீட்டால் இங்கே தேர்ந்தெடுக்கலாம். சூரரிமாச்சிலை பின்னர் \n அது உருவாக்கும் உரையை அந்த மொழியில் மொழிபெயர்க்கவும். \n உதவி குறியீடுகளின் பட்டியலுக்கு, பார்க்கவும் \n https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: sphinx/cmd/quickstart.py:282 +#: cmd/quickstart.py:333 msgid "Project language" -msgstr "" +msgstr "திட்ட மொழி" -#: sphinx/cmd/quickstart.py:288 +#: cmd/quickstart.py:341 msgid "" "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 "மூல கோப்புகளுக்கான கோப்பு பெயர் பின்னொட்டு. பொதுவாக, இது \".txt\" \n அல்லது \".rst\". இந்த பின்னொட்டுடன் கூடிய கோப்புகள் மட்டுமே ஆவணங்களாக கருதப்படுகின்றன." -#: sphinx/cmd/quickstart.py:290 +#: cmd/quickstart.py:345 msgid "Source file suffix" -msgstr "" +msgstr "மூல கோப்பு பின்னொட்டு" -#: sphinx/cmd/quickstart.py:294 +#: cmd/quickstart.py:351 msgid "" "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 ஆவணம் ஒரு தனிப்பயன் வார்ப்புரு, இதை நீங்கள் மற்றொரு கோப்பு பெயராக அமைக்கலாம்." -#: sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "உங்கள் முதன்மை ஆவணத்தின் பெயர் (பின்னொட்டு இல்லாமல்)" -#: sphinx/cmd/quickstart.py:303 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "பிழை: முதன்மை கோப்பு %s ஏற்கனவே தேர்ந்தெடுக்கப்பட்ட ரூட் பாதையில் கண்டறியப்பட்டுள்ளது." -#: sphinx/cmd/quickstart.py:305 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart இருக்கும் கோப்பை மேலெழுதாது." -#: sphinx/cmd/quickstart.py:307 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "தயவுசெய்து ஒரு புதிய கோப்பு பெயரை உள்ளிடவும் அல்லது இருக்கும் கோப்பை மறுபெயரிட்டு enter ஐ அழுத்தவும்" -#: sphinx/cmd/quickstart.py:311 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "பின்வரும் சூரரிமாச்சிலை நீட்டிப்புகளில் எது இயக்கப்பட வேண்டும் என்பதைக் குறிக்கவும்:" -#: sphinx/cmd/quickstart.py:319 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "குறிப்பு: ஒரே நேரத்தில் இம்க்மாத் மற்றும் மேத்சாக்சை இயக்க முடியாது. இம்க்மத் தேர்வு செய்யப்பட்டது." -#: sphinx/cmd/quickstart.py:325 +#: cmd/quickstart.py:411 msgid "" "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 எ.கா. ச்பின்க்ச்-பில்ட் செய்வதற்கு பதிலாக `html ஐ உருவாக்கவும் ' \n நேரடியாக." -#: sphinx/cmd/quickstart.py:328 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "மேக்ஃபைலை உருவாக்கவா? (y/n)" -#: sphinx/cmd/quickstart.py:331 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "சாளரங்கள் கட்டளை கோப்பை உருவாக்கவா? (y/n)" -#: sphinx/cmd/quickstart.py:375 sphinx/ext/apidoc.py:93 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "கோப்பு %s ஐ உருவாக்குதல்." -#: sphinx/cmd/quickstart.py:380 sphinx/ext/apidoc.py:90 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "கோப்பு %s ஏற்கனவே உள்ளது, தவிர்க்கிறது." -#: sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "முடிந்தது: ஆரம்ப அடைவு அமைப்பு உருவாக்கப்பட்டுள்ளது." -#: sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "நீங்கள் இப்போது உங்கள் முதன்மை கோப்பு %s ஐ விரிவுபடுத்தி பிற ஆவணங்களை உருவாக்க வேண்டும் \n மூல கோப்புகள்." -#: sphinx/cmd/quickstart.py:427 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" -msgstr "" +msgstr "டாக்சை உருவாக்க மேக்ஃபைலைப் பயன்படுத்தவும்: \n பில்டரை உருவாக்குங்கள்" -#: sphinx/cmd/quickstart.py:430 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" -msgstr "" +msgstr "டாக்சை உருவாக்க ச்பின்க்ச்-பில்ட் கட்டளையைப் பயன்படுத்தவும்: \n சூரரிமாச்சிலை -build -b பில்டர் %s %s" -#: sphinx/cmd/quickstart.py:432 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." -msgstr "" +msgstr "\"பில்டர்\" என்பது ஆதரிக்கப்பட்ட பில்டர்களில் ஒன்றாகும், எ.கா. html, லேடெக்ச் அல்லது லிங்க்செக்." -#: sphinx/cmd/quickstart.py:467 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1644,1403 +1718,2021 @@ 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 sphinx-quickstart என்பது உங்களைப் பற்றி சில கேள்விகளைக் கேட்கும் ஒரு ஊடாடும் கருவியாகும் \n திட்டம் மற்றும் பின்னர் ஒரு முழுமையான ஆவண அடைவு மற்றும் மாதிரி உருவாக்குகிறது \n sphinx- கட்டளையுடன் பயன்படுத்த மேக்ஃப\n" -#: sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:596 msgid "quiet mode" -msgstr "" +msgstr "அமைதியான பயன்முறை" -#: sphinx/cmd/quickstart.py:487 +#: cmd/quickstart.py:606 msgid "project root" -msgstr "" +msgstr "திட்ட வேர்" -#: sphinx/cmd/quickstart.py:489 +#: cmd/quickstart.py:609 msgid "Structure options" -msgstr "" +msgstr "கட்டமைப்பு விருப்பங்கள்" -#: sphinx/cmd/quickstart.py:491 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "குறிப்பிடப்பட்டால், மூலத்தை பிரித்து dirs ஐ உருவாக்குங்கள்" -#: sphinx/cmd/quickstart.py:493 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" -msgstr "" +msgstr "குறிப்பிடப்பட்டால், மூல dir இன் கீழ் உருவாக்க dir ஐ உருவாக்குங்கள்" -#: sphinx/cmd/quickstart.py:495 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." -msgstr "" +msgstr "_templates போன்றவற்றில் dot க்கு மாற்றீடு." -#: sphinx/cmd/quickstart.py:497 +#: cmd/quickstart.py:630 msgid "Project basic options" -msgstr "" +msgstr "அடிப்படை விருப்பங்களை திட்டமிடுங்கள்" -#: sphinx/cmd/quickstart.py:499 +#: cmd/quickstart.py:632 msgid "project name" -msgstr "" +msgstr "திட்ட பெயர்" -#: sphinx/cmd/quickstart.py:501 +#: cmd/quickstart.py:635 msgid "author names" -msgstr "" +msgstr "ஆசிரியர் பெயர்கள்" -#: sphinx/cmd/quickstart.py:503 +#: cmd/quickstart.py:642 msgid "version of project" -msgstr "" +msgstr "திட்டத்தின் பதிப்பு" -#: sphinx/cmd/quickstart.py:505 +#: cmd/quickstart.py:649 msgid "release of project" -msgstr "" +msgstr "திட்டத்தின் வெளியீடு" -#: sphinx/cmd/quickstart.py:507 +#: cmd/quickstart.py:656 msgid "document language" -msgstr "" +msgstr "ஆவண மொழி" -#: sphinx/cmd/quickstart.py:509 +#: cmd/quickstart.py:659 msgid "source file suffix" -msgstr "" +msgstr "மூல கோப்பு பின்னொட்டு" -#: sphinx/cmd/quickstart.py:511 +#: cmd/quickstart.py:662 msgid "master document name" -msgstr "" +msgstr "முதன்மை ஆவண பெயர்" -#: sphinx/cmd/quickstart.py:513 +#: cmd/quickstart.py:665 msgid "use epub" -msgstr "" +msgstr "எபப் பயன்படுத்தவும்" -#: sphinx/cmd/quickstart.py:515 +#: cmd/quickstart.py:668 msgid "Extension options" -msgstr "" +msgstr "நீட்டிப்பு விருப்பங்கள்" -#: sphinx/cmd/quickstart.py:519 sphinx/ext/apidoc.py:402 +#: cmd/quickstart.py:675 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "%s நீட்டிப்பை இயக்கவும்" -#: sphinx/cmd/quickstart.py:521 sphinx/ext/apidoc.py:398 +#: cmd/quickstart.py:682 msgid "enable arbitrary extensions" -msgstr "" +msgstr "தன்னிச்சையான நீட்டிப்புகளை இயக்கவும்" -#: sphinx/cmd/quickstart.py:523 +#: cmd/quickstart.py:685 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "மேக்ஃபைல் மற்றும் பேட்ச்பைல் உருவாக்கம்" -#: sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:691 msgid "create makefile" -msgstr "" +msgstr "மேக்ஃபைலை உருவாக்கவும்" -#: sphinx/cmd/quickstart.py:527 +#: cmd/quickstart.py:697 msgid "do not create makefile" -msgstr "" +msgstr "மேக்ஃபைலை உருவாக்க வேண்டாம்" -#: sphinx/cmd/quickstart.py:529 +#: cmd/quickstart.py:704 msgid "create batchfile" -msgstr "" +msgstr "தொகுதி கோப்பை உருவாக்கவும்" -#: sphinx/cmd/quickstart.py:532 +#: cmd/quickstart.py:710 msgid "do not create batchfile" -msgstr "" +msgstr "தொகுதி கோப்பை உருவாக்க வேண்டாம்" -#: sphinx/cmd/quickstart.py:535 +#: cmd/quickstart.py:719 msgid "use make-mode for Makefile/make.bat" -msgstr "" - -#: sphinx/cmd/quickstart.py:538 -msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +msgstr "makefile/make.bat க்கு மேக்-பயன்முறையைப் பயன்படுத்தவும்" -#: sphinx/cmd/quickstart.py:540 sphinx/ext/apidoc.py:404 +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 msgid "Project templating" -msgstr "" +msgstr "திட்ட வார்ப்புரு" -#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:407 +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 msgid "template directory for template files" -msgstr "" +msgstr "வார்ப்புரு கோப்புகளுக்கான வார்ப்புரு அடைவு" -#: sphinx/cmd/quickstart.py:546 +#: cmd/quickstart.py:735 msgid "define a template variable" -msgstr "" +msgstr "ஒரு வார்ப்புரு மாறியை வரையறுக்கவும்" -#: sphinx/cmd/quickstart.py:579 +#: cmd/quickstart.py:771 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +msgstr "\"அமைதியானது\" குறிப்பிடப்பட்டுள்ளது, ஆனால் \"திட்டம்\" அல்லது \"ஆசிரியர்\" எதுவும் குறிப்பிடப்படவில்லை." -#: sphinx/cmd/quickstart.py:593 +#: cmd/quickstart.py:790 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "பிழை: குறிப்பிட்ட பாதை ஒரு அடைவு அல்ல, அல்லது சூரரிமாச்சிலை கோப்புகள் ஏற்கனவே உள்ளன." -#: sphinx/cmd/quickstart.py:595 +#: cmd/quickstart.py:797 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "ச்பின்க்ச்-கிக்ச்டார்ட் ஒரு வெற்று கோப்பகமாக மட்டுமே உருவாக்குகிறது. புதிய ரூட் பாதையை குறிப்பிடவும்." -#: sphinx/cmd/quickstart.py:610 +#: cmd/quickstart.py:814 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "தவறான வார்ப்புரு மாறி: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "டோக்ட்ரீ குளோப் முறை %r எந்த ஆவணங்களுக்கும் பொருந்தவில்லை" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "டோக்ட்ரீ விலக்கப்பட்ட ஆவணம் %r பற்றிய குறிப்பு உள்ளது" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "டோக்ட்ரீ இல்லாத ஆவணம் %r பற்றிய குறிப்பு உள்ளது" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "டோக்ட்ரீயில் காணப்படும் நகல் நுழைவு: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "பிரிவு ஆசிரியர்:" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "தொகுதி ஆசிரியர்:" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "குறியீடு ஆசிரியர்:" -#: sphinx/directives/code.py:61 +#: directives/other.py:209 +msgid "Author: " +msgstr "நூலாசிரியர்:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks உள்ளடக்கம் ஒரு பட்டியல் அல்ல" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist உள்ளடக்கம் ஒரு பட்டியல் அல்ல" + +#: directives/code.py:66 msgid "non-whitespace stripped by dedent" -msgstr "" +msgstr "வெண்மையானது அல்லாதது" -#: sphinx/directives/code.py:82 +#: directives/code.py:87 #, python-format msgid "Invalid caption: %s" -msgstr "" +msgstr "தவறான தலைப்புகள்: %s" -#: sphinx/directives/code.py:127 sphinx/directives/code.py:277 -#: sphinx/directives/code.py:453 +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "வரி எண் ச்பெக் வரம்பில் இல்லை (1- %d): %r" -#: sphinx/directives/code.py:206 +#: directives/code.py:218 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgstr "\"%s\" மற்றும் \"%s\" விருப்பங்கள் இரண்டையும் பயன்படுத்த முடியாது" -#: sphinx/directives/code.py:220 +#: directives/code.py:233 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "" +msgid "Include file '%s' not found or reading it failed" +msgstr "'%s' கண்டுபிடிக்கப்படவில்லை அல்லது அதைப் படிப்பது தோல்வியுற்றது" -#: sphinx/directives/code.py:223 +#: 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 used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "சேர்க்கப்பட்ட கோப்பு ' %s' என்பது தவறானது என்று படிக்க பயன்படுத்தப்பட்ட %r குறியாக்கம், ஒரு: குறியாக்கம்: விருப்பம் கொடுக்க முயற்சிக்கவும்" -#: sphinx/directives/code.py:260 +#: directives/code.py:278 #, python-format msgid "Object named %r not found in include file %r" -msgstr "" +msgstr "%r இல் காணப்படாத பொருள் கோப்பு %r அடங்கும்" -#: sphinx/directives/code.py:286 +#: directives/code.py:311 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgstr "\"லினெனோ-மேட்ச்\" ஐ \"கோடுகளின்\" ஒத்ததாக பயன்படுத்த முடியாது" -#: sphinx/directives/code.py:291 +#: directives/code.py:316 #, python-format msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgstr "வரி ச்பெக் %r: எந்த வரிகளும் இல்லை கோப்பு %r சேர்க்கப்படவில்லை" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "\": கோப்பு:\" சி.எச்.வி-டேபிள் டைரெக்டிவ் விருப்பம் இப்போது ஒரு முழுமையான பாதையை மூல கோப்பகத்திலிருந்து தொடர்புடைய பாதையாக அங்கீகரிக்கிறது. உங்கள் ஆவணத்தை புதுப்பிக்கவும்." -#: sphinx/directives/other.py:116 +#: util/rst.py:73 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "default role %s not found" +msgstr "இயல்புநிலை பங்கு %s காணப்படவில்லை" -#: sphinx/directives/other.py:142 sphinx/environment/adapters/toctree.py:323 +#: util/i18n.py:100 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "reading error: %s, %s" +msgstr "வாசிப்பு பிழை: %s, %s" -#: sphinx/directives/other.py:145 sphinx/environment/adapters/toctree.py:327 +#: util/i18n.py:113 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgid "writing error: %s, %s" +msgstr "எழுதும் பிழை: %s, %s" -#: sphinx/directives/other.py:156 +#: util/i18n.py:146 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s இல்லை" -#: sphinx/directives/other.py:188 -msgid "Section author: " -msgstr "" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "தவறான Babel மொழி: %r." -#: sphinx/directives/other.py:190 -msgid "Module author: " -msgstr "" +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "தவறான தேதி வடிவம். நீங்கள் நேரடியாக வெளியிட விரும்பினால் ஒற்றை மேற்கோள் மூலம் சரத்தை மேற்கோள் காட்டுங்கள்: %s" -#: sphinx/directives/other.py:192 -msgid "Code author: " -msgstr "" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "அறியப்படாத கட்டளை பெயர்: %s" -#: sphinx/directives/other.py:194 -msgid "Author: " -msgstr "" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "தெரியாத பாத்திரத்தின் பெயர்: %s" -#: sphinx/directives/other.py:266 -msgid ".. acks content is not a list" -msgstr "" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "அறியப்படாத முனை வகை: %r" -#: sphinx/directives/other.py:291 -msgid ".. hlist content is not a list" -msgstr "" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "சரக்கு < %s> %s இன் நகல் வரையறைகளைக் கொண்டுள்ளது" -#: sphinx/directives/patches.py:66 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "சரக்கு < %s> %s க்கு பல வரையறைகளைக் கொண்டுள்ளது" -#: sphinx/domains/__init__.py:397 +#: util/osutil.py:131 #, python-format -msgid "%s %s" -msgstr "" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "நிறுத்தப்பட்ட முயற்சித்த நகலை %s முதல் %s வரை (இலக்கு பாதையில் இருக்கும் தரவு உள்ளது)." + +#: util/display.py:78 +msgid "skipped" +msgstr "தவிர்க்கப்பட்டது" + +#: util/display.py:83 +msgid "failed" +msgstr "தோல்வி" -#: sphinx/domains/c.py:2043 sphinx/domains/c.py:3318 +#: util/fileutil.py:76 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "வழங்கப்பட்ட வார்ப்புருவில்%s இருந்து %s வரை நிறுத்தப்பட்ட முயற்சித்த நகல் (இலக்கு பாதையில் இருக்கும் தரவு உள்ளது)." -#: sphinx/domains/c.py:3257 +#: util/fileutil.py:89 #, python-format -msgid "%s (C %s)" -msgstr "" +msgid "Writing evaluated template result to %s" +msgstr "மதிப்பீடு செய்யப்பட்ட வார்ப்புரு முடிவை %s க்கு எழுதுதல்" -#: sphinx/domains/c.py:3356 sphinx/domains/cpp.py:7496 -#: sphinx/domains/python.py:682 sphinx/ext/napoleon/docstring.py:760 -msgid "Parameters" -msgstr "" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "%s டொமைனில் சிக்கல்: புலம் ' %s' பாத்திரத்தைப் பயன்படுத்த வேண்டும், ஆனால் அந்த பங்கு டொமைனில் இல்லை." -#: sphinx/domains/c.py:3359 sphinx/domains/cpp.py:7502 -msgid "Return values" -msgstr "" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "குறியீட்டு உள்ளீடுகளுக்கு %r இனி ஆதரிக்கப்படாது (உள்ளீடு %r இலிருந்து). அதற்குப் பதிலாக 'சோடி: %s' ஐப் பயன்படுத்தவும்." -#: sphinx/domains/c.py:3362 sphinx/domains/cpp.py:7505 -#: sphinx/domains/javascript.py:259 sphinx/domains/python.py:694 -msgid "Returns" -msgstr "" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "டோக்ட்ரீ இல்லாத கோப்பு %r க்கு ரெஃப் உள்ளது" -#: sphinx/domains/c.py:3364 sphinx/domains/javascript.py:261 -#: sphinx/domains/python.py:696 -msgid "Return type" -msgstr "" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "விதிவிலக்கு மட்டுமே வழிநடத்தும் வெளிப்பாட்டை மட்டுமே மதிப்பிடுகிறது: %s" -#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7909 -msgid "member" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s () (உள்ளமைக்கப்பட்ட செயல்பாடு)" -#: sphinx/domains/c.py:3731 -msgid "variable" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s () (%s முறை)" -#: sphinx/domains/c.py:3732 sphinx/domains/cpp.py:7908 -#: sphinx/domains/javascript.py:365 sphinx/domains/python.py:1454 -msgid "function" -msgstr "" - -#: sphinx/domains/c.py:3733 -msgid "macro" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s () (வகுப்பு)" -#: sphinx/domains/c.py:3734 -msgid "struct" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (உலகளாவிய மாறி அல்லது மாறிலி)" -#: sphinx/domains/c.py:3735 sphinx/domains/cpp.py:7907 -msgid "union" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s பண்புக்கூறு)" -#: sphinx/domains/c.py:3736 sphinx/domains/cpp.py:7912 -msgid "enum" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "வாதங்கள்" -#: sphinx/domains/c.py:3737 sphinx/domains/cpp.py:7913 -msgid "enumerator" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "வீசுகிறது" -#: sphinx/domains/c.py:3738 sphinx/domains/cpp.py:7910 -msgid "type" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "வருமானம்" -#: sphinx/domains/c.py:3740 sphinx/domains/cpp.py:7915 -msgid "function parameter" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "திரும்ப வகை" -#: sphinx/domains/changeset.py:23 +#: domains/javascript.py:374 #, python-format -msgid "New in version %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (தொகுதி)" + +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "செயல்பாடு" + +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "முறை" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "வகை" + +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "தகவல்கள்" + +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "பண்புக்கூறு" + +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "தொகுதி" -#: sphinx/domains/changeset.py:24 +#: domains/javascript.py:458 #, python-format -msgid "Changed in version %s" -msgstr "" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s இன் %s விளக்கம், %s இல் மற்ற %s" -#: sphinx/domains/changeset.py:25 +#: domains/__init__.py:322 #, python-format -msgid "Deprecated since version %s" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: sphinx/domains/citation.py:70 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgid "%s (directive)" +msgstr "%s (உத்தரவு)" -#: sphinx/domains/citation.py:81 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "" +msgid ":%s: (directive option)" +msgstr ":%s: (உத்தரவு விருப்பம்)" -#: sphinx/domains/cpp.py:4929 sphinx/domains/cpp.py:7423 +#: domains/rst.py:224 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +msgid "%s (role)" +msgstr "%s (பங்கு)" -#: sphinx/domains/cpp.py:7218 -msgid "Template Parameters" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "கட்டளை" -#: sphinx/domains/cpp.py:7340 -#, python-format -msgid "%s (C++ %s)" -msgstr "" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "உத்தரவு-விருப்பம்" -#: sphinx/domains/cpp.py:7499 sphinx/domains/javascript.py:256 -msgid "Throws" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "பங்கு" -#: sphinx/domains/cpp.py:7906 sphinx/domains/javascript.py:367 -#: sphinx/domains/python.py:1456 -msgid "class" -msgstr "" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s இன் நகல் விளக்கம், %s இல் மற்ற நிகழ்வு" -#: sphinx/domains/cpp.py:7911 -msgid "concept" -msgstr "" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "சமன்பாடு %s இன் நகல் சிட்டை, %s இல் மற்ற நிகழ்வு" -#: sphinx/domains/cpp.py:7916 -msgid "template parameter" -msgstr "" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "நகல் மேற்கோள் %s, %s இல் மற்ற நிகழ்வு" -#: sphinx/domains/javascript.py:164 +#: domains/citation.py:92 #, python-format -msgid "%s() (built-in function)" -msgstr "" +msgid "Citation [%s] is not referenced." +msgstr "மேற்கோள் [%s] குறிப்பிடப்படவில்லை." -#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:1121 +#: domains/changeset.py:32 #, python-format -msgid "%s() (%s method)" -msgstr "" +msgid "Added in version %s" +msgstr "பதிப்பு %s இல் சேர்க்கப்பட்டுள்ளது" -#: sphinx/domains/javascript.py:167 +#: domains/changeset.py:33 #, python-format -msgid "%s() (class)" -msgstr "" +msgid "Changed in version %s" +msgstr "பதிப்பு %s இல் மாற்றப்பட்டது" -#: sphinx/domains/javascript.py:169 +#: domains/changeset.py:34 #, python-format -msgid "%s (global variable or constant)" -msgstr "" +msgid "Deprecated since version %s" +msgstr "பதிப்பு %s முதல் நீக்கப்பட்டது" -#: sphinx/domains/javascript.py:171 sphinx/domains/python.py:1206 +#: domains/changeset.py:35 #, python-format -msgid "%s (%s attribute)" -msgstr "" +msgid "Removed in version %s" +msgstr "பதிப்பு %s இல் அகற்றப்பட்டது" -#: sphinx/domains/javascript.py:253 -msgid "Arguments" -msgstr "" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "கண்ணோட்டம் கோப்பு %(outdir)s உள்ளது." -#: sphinx/domains/javascript.py:329 +#: builders/changes.py:65 #, python-format -msgid "%s (module)" -msgstr "" +msgid "no changes in version %s." +msgstr "பதிப்பு %s இல் மாற்றங்கள் இல்லை." -#: sphinx/domains/javascript.py:366 sphinx/domains/python.py:1458 -msgid "method" -msgstr "" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "சுருக்கம் கோப்பை எழுதுதல் ..." -#: sphinx/domains/javascript.py:368 sphinx/domains/python.py:1455 -msgid "data" -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "பில்டின்ச்" -#: sphinx/domains/javascript.py:369 sphinx/domains/python.py:1461 -msgid "attribute" -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "தொகுதி நிலை" -#: sphinx/domains/javascript.py:370 sphinx/domains/python.py:1463 -msgid "module" -msgstr "" +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "மூல கோப்புகளை நகலெடுக்கும் ..." -#: sphinx/domains/javascript.py:401 +#: builders/changes.py:146 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" +msgid "could not read %r for changelog creation" +msgstr "சேஞ்ச்லாக் உருவாக்கத்திற்கு %r ஐப் படிக்க முடியவில்லை" -#: sphinx/domains/math.py:61 +#: builders/__init__.py:230 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s பில்டருக்கு பொருத்தமான படம் காணப்படவில்லை: %s ( %s)" -#: sphinx/domains/math.py:116 sphinx/writers/latex.py:2252 +#: builders/__init__.py:238 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" +msgid "a suitable image for %s builder not found: %s" +msgstr "%s பில்டருக்கு பொருத்தமான படம் காணப்படவில்லை: %s" -#: sphinx/domains/python.py:687 -msgid "Variables" -msgstr "" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "கட்டிடம் [மோ]:" -#: sphinx/domains/python.py:691 -msgid "Raises" -msgstr "" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "எழுதுதல் வெளியீடு ..." -#: sphinx/domains/python.py:975 sphinx/domains/python.py:1112 +#: builders/__init__.py:281 #, python-format -msgid "%s() (in module %s)" -msgstr "" +msgid "all of %d po files" +msgstr "%d போ கோப்புகள் அனைத்தும்" -#: sphinx/domains/python.py:1035 sphinx/domains/python.py:1202 -#: sphinx/domains/python.py:1253 +#: builders/__init__.py:303 #, python-format -msgid "%s (in module %s)" -msgstr "" +msgid "targets for %d po files that are specified" +msgstr "குறிப்பிடப்பட்ட %d po கோப்புகளுக்கான இலக்குகள்" -#: sphinx/domains/python.py:1037 +#: builders/__init__.py:315 #, python-format -msgid "%s (built-in variable)" -msgstr "" +msgid "targets for %d po files that are out of date" +msgstr "காலாவதியான %d po கோப்புகளுக்கான இலக்குகள்" -#: sphinx/domains/python.py:1062 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "அனைத்து மூல கோப்புகளும்" + +#: builders/__init__.py:336 #, python-format -msgid "%s (built-in class)" -msgstr "" +msgid "file %r given on command line does not exist, " +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r இல்லை," -#: sphinx/domains/python.py:1063 +#: builders/__init__.py:343 #, python-format -msgid "%s (class in %s)" -msgstr "" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r மூல கோப்பகத்தின் கீழ் இல்லை, புறக்கணிக்கிறது" -#: sphinx/domains/python.py:1117 +#: builders/__init__.py:354 #, python-format -msgid "%s() (%s class method)" -msgstr "" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r என்பது சரியான ஆவணம் அல்ல, புறக்கணிக்கிறது" -#: sphinx/domains/python.py:1119 +#: builders/__init__.py:367 #, python-format -msgid "%s() (%s static method)" -msgstr "" +msgid "%d source files given on command line" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட %d மூல கோப்புகள்" -#: sphinx/domains/python.py:1257 +#: builders/__init__.py:383 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "targets for %d source files that are out of date" +msgstr "காலாவதியான %d மூல கோப்புகளுக்கான இலக்குகள்" -#: sphinx/domains/python.py:1383 -msgid "Python Module Index" -msgstr "" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "கட்டிடம் [%s]:" -#: sphinx/domains/python.py:1384 -msgid "modules" -msgstr "" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "இப்போது வெளியேற்றப்படாத கோப்புகளைத் தேடுகிறது ..." -#: sphinx/domains/python.py:1433 -msgid "Deprecated" -msgstr "" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d கண்டு ப்பிடித்த விட்டது" -#: sphinx/domains/python.py:1457 -msgid "exception" -msgstr "" +#: builders/__init__.py:418 +msgid "none found" +msgstr "எதுவும் கிடைக்கவில்லை" -#: sphinx/domains/python.py:1459 -msgid "class method" -msgstr "" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "ஊறுகாய் சூழல்" -#: sphinx/domains/python.py:1460 -msgid "static method" -msgstr "" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "நிலைத்தன்மையை சரிபார்க்கிறது" -#: sphinx/domains/python.py:1462 -msgid "property" -msgstr "" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "இலக்குகள் எதுவும் காலாவதியானவை அல்ல." + +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "சூழலைப் புதுப்பித்தல்:" -#: sphinx/domains/python.py:1520 +#: builders/__init__.py:500 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "%s சேர்க்கப்பட்டன, %s மாற்றப்பட்டன, %s அகற்றப்பட்டன" -#: sphinx/domains/python.py:1640 +#: builders/__init__.py:537 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "சூரரிமாச்சிலை மாச்டர் ஆவணத்தை ( %s) ஏற்ற முடியவில்லை, ஏனெனில் இது ஒரு உள்ளமைக்கப்பட்ட விலக்கு முறை %r உடன் பொருந்துகிறது. உங்கள் முதன்மை ஆவணத்தை வேறு இடத்திற்கு நகர்த்தவும்." -#: sphinx/domains/python.py:1701 -msgid " (deprecated)" -msgstr "" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "சூரரிமாச்சிலை முதன்மை ஆவணத்தை ( %s) ஏற்ற முடியவில்லை, ஏனெனில் இது conf.py, %r இல் குறிப்பிடப்பட்டுள்ள விலக்கு முறைக்கு பொருந்துகிறது. தயவுசெய்து இந்த வடிவத்தை conf.py இலிருந்து அகற்றவும்." -#: sphinx/domains/rst.py:125 sphinx/domains/rst.py:181 +#: builders/__init__.py:557 #, python-format -msgid "%s (directive)" -msgstr "" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "சூரரிமாச்சிலை முதன்மை ஆவணத்தை ( %s) ஏற்ற முடியவில்லை, ஏனெனில் இது தனிப்பயன் INCOLD_PATTERNS = %r இல் சேர்க்கப்படவில்லை. சேர்த்தல்_பேட்டர்சில் உள்ள ஒரு முறை முதன்மை ஆவணத்துடன் பொருந்துகிறது என்பதை உறுதிப்படுத்தவும்." -#: sphinx/domains/rst.py:182 sphinx/domains/rst.py:186 +#: builders/__init__.py:564 #, python-format -msgid ":%s: (directive option)" -msgstr "" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "சூரரிமாச்சிலை முதன்மை ஆவணத்தை (%s) ஏற்ற முடியவில்லை. முதன்மை ஆவணம் மூல அடைவு அல்லது அதன் துணை அடைவு இருக்க வேண்டும்." + +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "வாசிப்பு ஆதாரங்கள் ..." -#: sphinx/domains/rst.py:209 +#: builders/__init__.py:726 #, python-format -msgid "%s (role)" -msgstr "" +msgid "docnames to write: %s" +msgstr "எழுத டாக் பெயர்கள்: %s" -#: sphinx/domains/rst.py:218 -msgid "directive" -msgstr "" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "எழுத ஆவணப் பெயர்கள் இல்லை!" -#: sphinx/domains/rst.py:219 -msgid "directive-option" -msgstr "" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "ஆவணங்களைத் தயாரித்தல்" -#: sphinx/domains/rst.py:220 -msgid "role" -msgstr "" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "சொத்துக்களை நகலெடுக்கும்" -#: sphinx/domains/rst.py:242 +#: builders/xml.py:29 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "எக்ச்எம்எல் கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/domains/std.py:79 sphinx/domains/std.py:96 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "environment variable; %s" -msgstr "" +msgid "error writing file %s: %s" +msgstr "பிழை எழுதும் கோப்பு %s: %s" -#: sphinx/domains/std.py:155 +#: builders/xml.py:103 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "போலி-எக்ச்எம்எல் கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/domains/std.py:226 +#: builders/singlehtml.py:35 #, python-format -msgid "%s command line option" -msgstr "" +msgid "The HTML page is in %(outdir)s." +msgstr "html பக்கம் %(outdir)s உள்ளது." -#: sphinx/domains/std.py:228 -msgid "command line option" -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "ஒற்றை ஆவணத்தை ஒன்று சேர்ப்பது" -#: sphinx/domains/std.py:346 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "எழுதுதல்" -#: sphinx/domains/std.py:354 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "கூடுதல் கோப்புகளை எழுதுதல்" -#: sphinx/domains/std.py:360 sphinx/domains/std.py:373 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "எபப் கோப்பு %(outdir)s உள்ளது." -#: sphinx/domains/std.py:516 -msgid "glossary term" -msgstr "" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml கோப்பு எழுதுதல் ..." -#: sphinx/domains/std.py:517 -msgid "grammar token" -msgstr "" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_language\" (அல்லது \"மொழி\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:518 -msgid "reference label" -msgstr "" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf மதிப்பு \"epub_uid\" epub3 க்கான xml பெயராக இருக்க வேண்டும்" -#: sphinx/domains/std.py:520 -msgid "environment variable" -msgstr "" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_title\" (அல்லது \"html_title\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:521 -msgid "program option" -msgstr "" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_author\" கான் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:522 -msgid "document" -msgstr "" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_contributor\" கான்ச் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:558 sphinx/domains/std.py:570 -msgid "Module Index" -msgstr "" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_description\" conf மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:559 sphinx/domains/std.py:571 -#: sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_publisher\" கான்ச் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:614 sphinx/domains/std.py:720 -#: sphinx/ext/autosectionlabel.py:52 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_copyright\" (அல்லது \"பதிப்புரிமை\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:633 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_identifier\" காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:839 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"பதிப்பு\" காலியாக இருக்கக்கூடாது" -#: sphinx/domains/std.py:847 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "invalid css_file: %r, ignored" +msgstr "தவறான css_file: %r, புறக்கணிக்கப்பட்டது" -#: sphinx/domains/std.py:859 +#: builders/text.py:27 #, python-format -msgid "the link has no caption: %s" -msgstr "" +msgid "The text files are in %(outdir)s." +msgstr "உரை கோப்புகள் %(outdir)s உள்ளன." + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "போலி பில்டர் எந்த கோப்புகளையும் உருவாக்கவில்லை." -#: sphinx/domains/std.py:873 +#: builders/linkcheck.py:87 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "மேலே உள்ள வெளியீட்டில் அல்லது %(outdir)s/output.txt இல் ஏதேனும் பிழைகள் தேடுங்கள்" -#: sphinx/domains/std.py:876 +#: builders/linkcheck.py:159 #, python-format -msgid "invalid numfig_format: %s" -msgstr "" +msgid "broken link: %s (%s)" +msgstr "உடைந்த இணைப்பு: %s ( %s)" -#: sphinx/domains/std.py:1106 +#: builders/linkcheck.py:562 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "Anchor '%s' not found" +msgstr "நங்கூரம் '%s' காணப்படவில்லை" + +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. அகராதி எதிர்பார்க்கப்பட்டது." -#: sphinx/domains/std.py:1108 +#: builders/linkcheck.py:800 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "வழக்கவெளி ஐ லிங்க்செக்_அலோவ்_ரெடிரெக்ட்சில் தொகுக்கத் தவறிவிட்டது: %r %s" -#: sphinx/environment/__init__.py:71 -msgid "new config" -msgstr "" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "செய்தி பட்டியல்கள் %(outdir)s உள்ளன." -#: sphinx/environment/__init__.py:72 -msgid "config changed" -msgstr "" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d வார்ப்புரு கோப்புகளுக்கான இலக்குகள்" -#: sphinx/environment/__init__.py:73 -msgid "extensions changed" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "வார்ப்புருக்கள் படித்தல் ..." -#: sphinx/environment/__init__.py:276 -msgid "build environment version not current" -msgstr "" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "செய்தி பட்டியல்களை எழுதுதல் ..." -#: sphinx/environment/__init__.py:278 -msgid "source directory has changed" -msgstr "" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "டெக்சின்ஃபோ கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/environment/__init__.py:357 +#: builders/texinfo.py:44 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nமேக்இன்ஃபோ மூலம் இயக்க அந்த கோப்பகத்தில் 'மேக்' இயக்கவும் \n (தானாகவே அதைச் செய்ய இங்கே 'தகவல்களை உருவாக்கு' பயன்படுத்தவும்)." + +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "இல்லை \"டெக்சின்ஃபோ_டோகென்ட்ச்\" கட்டமைப்பு மதிப்பு காணப்படவில்லை; எந்த ஆவணங்களும் எழுதப்படாது" -#: sphinx/environment/__init__.py:456 +#: builders/texinfo.py:85 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"dexinfo_documents\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" -#: sphinx/environment/__init__.py:593 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Domain %r is not registered" -msgstr "" +msgid "processing %s" +msgstr "செயலாக்கம் %s" -#: sphinx/environment/__init__.py:727 -msgid "document isn't included in any toctree" -msgstr "" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "குறிப்புகளைத் தீர்ப்பது ..." -#: sphinx/environment/__init__.py:764 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(இல்" -#: sphinx/environment/adapters/indexentries.py:69 -#, python-format -msgid "see %s" -msgstr "" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "படங்களை நகலெடுக்கும் ..." -#: sphinx/environment/adapters/indexentries.py:73 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "see also %s" -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "படக் கோப்பு %r: %s ஐ நகலெடுக்க முடியாது" -#: sphinx/environment/adapters/indexentries.py:76 -#, python-format -msgid "unknown index entry type %r" -msgstr "" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "டெக்சின்ஃபோ உதவி கோப்புகளை நகலெடுக்கிறது" -#: sphinx/environment/adapters/indexentries.py:187 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 -msgid "Symbols" -msgstr "" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "பிழை எழுதும் கோப்பு மேக்ஃபைல்: %s" -#: sphinx/environment/adapters/toctree.py:296 +#: builders/_epub_base.py:223 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "நகல் toc நுழைவு காணப்பட்டது: %s" -#: sphinx/environment/adapters/toctree.py:316 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "படக் கோப்பு %r: அதற்கு பதிலாக நகலெடுக்க முடியாது" -#: sphinx/environment/adapters/toctree.py:325 +#: builders/_epub_base.py:467 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "படக் கோப்பு %r: %s ஐ எழுத முடியாது" + +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "தலையணை கிடைக்கவில்லை - படக் கோப்புகளை நகலெடுக்கும்" + +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype கோப்பை எழுதுதல் ..." + +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "meta-inf/contain.xml கோப்பை எழுதுதல் ..." + +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf கோப்பு எழுதுதல் ..." -#: sphinx/environment/collectors/asset.py:88 +#: builders/_epub_base.py:594 #, python-format -msgid "image file not readable: %s" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "புறக்கணிப்பு %s க்கான அறியப்படாத mimetype" -#: sphinx/environment/collectors/asset.py:107 +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "முனை தவறான அளவைக் கொண்டுள்ளது" + +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "toc.ncx கோப்பை எழுதுதல் ..." + +#: builders/_epub_base.py:802 #, python-format -msgid "image file %s not readable: %s" -msgstr "" +msgid "writing %s file..." +msgstr "%s கோப்பை எழுதுதல் ..." -#: sphinx/environment/collectors/asset.py:133 +#: builders/manpage.py:37 #, python-format -msgid "download file not readable: %s" -msgstr "" +msgid "The manual pages are in %(outdir)s." +msgstr "கையேடு பக்கங்கள் %(outdir)s உள்ளன." + +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "\"man_pages\" கட்டமைப்பு மதிப்பு இல்லை; கையேடு பக்கங்கள் எதுவும் எழுதப்படாது" -#: sphinx/environment/collectors/toctree.py:224 +#: builders/manpage.py:64 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" -#: sphinx/ext/apidoc.py:86 +#: builders/latex/__init__.py:115 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "The LaTeX files are in %(outdir)s." +msgstr "லேடெக்ச் கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/ext/apidoc.py:320 +#: builders/latex/__init__.py:118 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 "" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n(pdf) லேடெக்ச் மூலம் இயக்க அந்த கோப்பகத்தில் 'உருவாக்கு' இயக்கவும் \n (தானாகவே அதைச் செய்ய இங்கே `latexpdf 'ஐப் பயன்படுத்தவும்)." -#: sphinx/ext/apidoc.py:333 -msgid "path to module to document" -msgstr "" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "இல்லை \"லேடெக்ச்_டோகென்ட்ச்\" கட்டமைப்பு மதிப்பு காணப்படவில்லை; எந்த ஆவணங்களும் எழுதப்படாது" -#: sphinx/ext/apidoc.py:335 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" -#: sphinx/ext/apidoc.py:340 -msgid "directory to place all output" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "வெளியீடு" -#: sphinx/ext/apidoc.py:345 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "டெக்ச் உதவி கோப்புகளை நகலெடுக்கிறது" -#: sphinx/ext/apidoc.py:348 -msgid "overwrite existing files" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "கூடுதல் கோப்புகளை நகலெடுக்கிறது" -#: sphinx/ext/apidoc.py:351 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "லோகோ கோப்பு %r இல்லை" -#: sphinx/ext/apidoc.py:354 -msgid "run the script without creating files" -msgstr "" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "அறியப்படாத கட்டமைப்பு விசை: லேடெக்ச்_அலெமென்ட்ச் [%r], புறக்கணிக்கப்பட்டது." -#: sphinx/ext/apidoc.py:357 -msgid "put documentation for each module on its own page" -msgstr "" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "அறியப்படாத கருப்பொருள் விருப்பம்: லேடெக்ச்_தெம்_ஓப்சன்கள் [%r], புறக்கணிக்கப்பட்டது." -#: sphinx/ext/apidoc.py:360 -msgid "include \"_private\" modules" -msgstr "" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "ஒரு ஆவணம் பெறத் தவறிவிட்டது!" -#: sphinx/ext/apidoc.py:362 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "மூல %r க்கு ஒரு ஆவணம் பெறுவதில் தோல்வி!" -#: sphinx/ext/apidoc.py:364 -msgid "don't create a table of contents file" -msgstr "" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "கொடுக்கப்பட்ட குறிப்பு முனை %r க்கு எந்த அடிக்குறிப்பும் கிடைக்கவில்லை" -#: sphinx/ext/apidoc.py:367 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r இல் \"கருப்பொருள்\" அமைப்பு இல்லை" -#: sphinx/ext/apidoc.py:372 -msgid "put module documentation before submodule documentation" -msgstr "" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r க்கு \"%s\" அமைப்பு இல்லை" -#: sphinx/ext/apidoc.py:376 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "html பக்கங்கள் %(outdir)s உள்ளன." -#: sphinx/ext/apidoc.py:380 -msgid "file suffix (default: rst)" -msgstr "" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது: %r" -#: sphinx/ext/apidoc.py:382 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info பொருந்தாத தன்மை, நகலெடுத்தல் .பிலின்ஃபோ" -#: sphinx/ext/apidoc.py:385 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "கட்டிடம் [HTML]:" -#: sphinx/ext/apidoc.py:387 -msgid "project name (default: root module name)" -msgstr "" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "முந்தைய கட்டமைப்பிலிருந்து வார்ப்புரு %s மாற்றப்பட்டுள்ளன, அனைத்து ஆவணங்களும் மீண்டும் கட்டப்படும்" -#: sphinx/ext/apidoc.py:389 -msgid "project author(s), used when --full is given" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "பொது அட்டவணை" -#: sphinx/ext/apidoc.py:391 -msgid "project version, used when --full is given" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "குறியீட்டு" -#: sphinx/ext/apidoc.py:393 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "%s லோகோ" -#: sphinx/ext/apidoc.py:396 -msgid "extension options" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "அடுத்த" -#: sphinx/ext/apidoc.py:429 -#, python-format -msgid "%s is not a directory." -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "முந்தைய" -#: sphinx/ext/autosectionlabel.py:48 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "குறியீடுகளை உருவாக்குதல்" + +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "கூடுதல் பக்கங்களை எழுதுதல்" -#: sphinx/ext/coverage.py:45 +#: builders/html/__init__.py:783 #, python-format -msgid "invalid regex %r in %s" -msgstr "" +msgid "cannot copy image file '%s': %s" +msgstr "படக் கோப்பை ' %s': %s நகலெடுக்க முடியாது" + +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "தரவிறக்கம் செய்யக்கூடிய கோப்புகளை நகலெடுக்கிறது ..." -#: sphinx/ext/coverage.py:73 +#: builders/html/__init__.py:807 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "" +msgid "cannot copy downloadable file %r: %s" +msgstr "தரவிறக்கம் செய்யக்கூடிய கோப்பு %r: %s ஐ நகலெடுக்க முடியாது" -#: sphinx/ext/coverage.py:87 +#: builders/html/__init__.py:853 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "கருப்பொருளின் 'நிலையான' கோப்பகத்தில் ஒரு கோப்பை நகலெடுப்பதில் தோல்வி: %s: %r" -#: sphinx/ext/coverage.py:155 +#: builders/html/__init__.py:874 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "extension static directory '%s' does not exist" +msgstr "நீட்டிப்பு நிலையான அடைவு '%s' இல்லை" -#: sphinx/ext/coverage.py:187 +#: builders/html/__init__.py:880 #, python-format -msgid "module %s could not be imported: %s" -msgstr "" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file இல் ஒரு கோப்பை நகலெடுப்பதில் தோல்வி: %s: %r" + +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "நிலையான கோப்புகளை நகலெடுக்கும்" -#: sphinx/ext/coverage.py:334 +#: builders/html/__init__.py:933 #, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +msgid "cannot copy static file %r" +msgstr "நிலையான கோப்பு %r ஐ நகலெடுக்க முடியாது" + +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "கூடுதல் கோப்புகளை நகலெடுக்கிறது" -#: sphinx/ext/coverage.py:350 +#: builders/html/__init__.py:948 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "cannot copy extra file %r" +msgstr "கூடுதல் கோப்பு %r ஐ நகலெடுக்க முடியாது" -#: sphinx/ext/coverage.py:363 +#: builders/html/__init__.py:954 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +msgid "Failed to write build info file: %r" +msgstr "உருவாக்க செய்தி கோப்பை எழுதுவதில் தோல்வி: %r" -#: sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +#: builders/html/__init__.py:1004 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "தேடல் குறியீட்டை ஏற்ற முடியாது, ஆனால் எல்லா ஆவணங்களும் கட்டப்படாது: குறியீடு முழுமையடையாது." -#: sphinx/ext/doctest.py:120 +#: builders/html/__init__.py:1048 #, python-format -msgid "'%s' is not a valid option." -msgstr "" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "பக்கம் %s html_sidebars இல் இரண்டு வடிவங்களுடன் பொருந்துகிறது: %r மற்றும் %r" -#: sphinx/ext/doctest.py:134 +#: builders/html/__init__.py:1213 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +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 ஐ வழங்கும்போது யூனிகோட் பிழை ஏற்பட்டது. அசி அல்லாத உள்ளடக்கத்தைக் கொண்ட அனைத்து கட்டமைப்பு மதிப்புகளும் யூனிகோட் சரங்கள் என்பதை உறுதிப்படுத்தவும்." -#: sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "ச்பிங்க்சின் இந்தப் பதிப்பை '%s' கருப்பொருள் ஆதரிக்கவில்லை, ஏனெனில் இது உஉகுமொ டெம்ப்ளேட்களில் 'பாணி' புலத்தைப் பயன்படுத்துகிறது, இது சூரரிமாச்சிலை 5.1 இல் நிறுத்தப்பட்டு சூரரிமாச்சிலை 7.0 இல் அகற்றப்பட்டது. அதற்குப் பதிலாக 'பாணிகள்' புலத்தைப் பயன்படுத்த கருப்பொருள் புதுப்பிக்கப்பட வேண்டும். பார்க்கவும் https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: sphinx/ext/doctest.py:280 +#: builders/html/__init__.py:1234 #, python-format msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "பக்கம் %s ஐ வழங்குவதில் பிழை ஏற்பட்டது. \n காரணம்: %r" -#: sphinx/ext/doctest.py:431 +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "பொருள் சரக்குகளை கொட்டுகிறது" + +#: builders/html/__init__.py:1276 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "dumping search index in %s" +msgstr "தேடல் குறியீட்டை %s இல் கொட்டுதல்" -#: sphinx/ext/doctest.py:521 +#: builders/html/__init__.py:1323 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +msgid "invalid js_file: %r, ignored" +msgstr "தவறான js_file: %r, புறக்கணிக்கப்பட்டது" -#: sphinx/ext/duration.py:76 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "பல கணிதங்கள் பதிவு செய்யப்பட்டுள்ளன. ஆனால் எந்த கணிதமும் தேர்ந்தெடுக்கப்படவில்லை." -#: sphinx/ext/extlinks.py:82 +#: builders/html/__init__.py:1361 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "அறியப்படாத கணித_ரெண்டர் %r வழங்கப்படுகிறது." -#: sphinx/ext/graphviz.py:133 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path நுழைவு %r க்குள் வைக்கப்படுகிறது" -#: sphinx/ext/graphviz.py:143 +#: builders/html/__init__.py:1380 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path நுழைவு %r இல்லை" -#: sphinx/ext/graphviz.py:150 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path நுழைவு %r க்குள் வைக்கப்படுகிறது" -#: sphinx/ext/graphviz.py:259 +#: builders/html/__init__.py:1400 #, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path நுழைவு %r இல்லை" -#: sphinx/ext/graphviz.py:294 +#: builders/html/__init__.py:1422 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "ஃபாவிகான் கோப்பு %r இல்லை" -#: sphinx/ext/graphviz.py:301 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "'HTML_SIDEBARS' இல் உள்ள மதிப்புகள் சரங்களின் பட்டியலாக இருக்க வேண்டும். குறைந்தது ஒரு வடிவத்திற்கு ஒரு சரம் மதிப்பு உள்ளது: %s. `Html_sidebars = %r` ஆக மாற்றவும்." -#: sphinx/ext/graphviz.py:304 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "html 4 இனி ச்பிங்க்சால் ஆதரிக்கப்படாது. (\"html4_writer = true\" உள்ளமைவு விருப்பங்களில் கண்டறியப்பட்டது)" -#: sphinx/ext/graphviz.py:320 +#: builders/html/__init__.py:1464 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s ஆவணங்கள்" -#: sphinx/ext/graphviz.py:324 sphinx/ext/graphviz.py:377 -#: sphinx/ext/graphviz.py:414 +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "உடைந்த உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது (அறியப்படாத பதிப்பு)" + +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "உடைந்த உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது (கட்டமைப்பு உள்ளீட்டை காணவில்லை)" + +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "உடைந்த உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது (குறிச்சொற்களைக் காணவில்லை)" + +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "dot code %r: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s () (தொகுதி %s இல்)" -#: sphinx/ext/graphviz.py:427 sphinx/ext/graphviz.py:435 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "[graph: %s]" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (தொகுதி %s இல்)" -#: sphinx/ext/graphviz.py:429 sphinx/ext/graphviz.py:437 -msgid "[graph]" -msgstr "" +#: domains/python/__init__.py:174 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (உள்ளமைக்கப்பட்ட மாறி)" -#: sphinx/ext/imgconverter.py:38 +#: domains/python/__init__.py:209 #, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (உள்ளமைக்கப்பட்ட வகுப்பு)" -#: sphinx/ext/imgconverter.py:47 sphinx/ext/imgconverter.py:71 +#: domains/python/__init__.py:210 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s ( %s இல் வகுப்பு)" -#: sphinx/ext/imgconverter.py:66 +#: domains/python/__init__.py:275 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s () (%s வகுப்பு முறை)" -#: sphinx/ext/imgmath.py:157 +#: domains/python/__init__.py:277 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s () (%s நிலையான முறை)" + +#: domains/python/__init__.py:430 +#, python-format +msgid "%s (%s property)" +msgstr "%s (%s சொத்து)" + +#: domains/python/__init__.py:470 +#, python-format +msgid "%s (type alias in %s)" +msgstr "%s ( %s இல் மாற்றுப்பெயர்)" + +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "பைதான் தொகுதி அட்டவணை" + +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "தொகுதிகள்" + +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "மதிப்பிடப்பட்டது" + +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "விதிவிலக்கு" + +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "வகுப்பு முறை" + +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "நிலையான முறை" + +#: domains/python/__init__.py:734 +msgid "property" +msgstr "சொத்து" + +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "மாற்றுப்பெயரைத் தட்டச்சு செய்க" + +#: domains/python/__init__.py:804 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "%s இன் நகல் பொருள் விளக்கம், %s இல் உள்ள பிற நிகழ்வு, பயன்பாடு: இல்லை-குறியீட்டு: அவற்றில் ஒன்று" + +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "குறுக்கு-குறிப்புக்கு ஒன்றுக்கு மேற்பட்ட இலக்குகள் %r: %s" + +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr "(நீக்கப்பட்டது)" -#: sphinx/ext/imgmath.py:172 +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "நிலை-மட்டும் அளவுரு பிரிப்பான் (PEP 570)" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "முக்கிய வார்த்தைகள் மட்டும் அளவுருக்கள் பிரிப்பான் (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "அளவுருக்கள்" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "மாறிகள்" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "எழுப்புகிறது" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "சுற்றுச்சூழல் மாறி; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" +msgstr "%s; உள்ளமைவு மதிப்பு" + +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "வகை" + +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "இயல்புநிலை" + +#: domains/std/__init__.py:239 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "தவறான விருப்பமான விளக்கம் %r, \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" அல்லது \"+opt args\"" -#: sphinx/ext/imgmath.py:326 +#: domains/std/__init__.py:319 #, python-format -msgid "display latex %r: %s" -msgstr "" +msgid "%s command line option" +msgstr "%s கட்டளை வரி விருப்பம்" + +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "கட்டளை வரி விருப்பம்" + +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "சொற்களஞ்சியம் காலத்திற்கு முன்னதாக இருக்க வேண்டும்" + +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "சொற்களஞ்சிய சொற்கள் வெற்று கோடுகளால் பிரிக்கப்படக்கூடாது" + +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "சொற்களஞ்சியம் தவறாகப் புரிந்து கொள்ளப்பட்டதாகத் தெரிகிறது, உள்தள்ளலை சரிபார்க்கவும்" + +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "சொற்களஞ்சிய கால" + +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "இலக்கண கிள்ளாக்கு" + +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "குறிப்பு சிட்டை" + +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "சுற்றுச்சூழல் மாறி" + +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "நிரல் விருப்பம்" + +#: domains/std/__init__.py:736 +msgid "document" +msgstr "ஆவணம்" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "தொகுதி அட்டவணை" -#: sphinx/ext/imgmath.py:360 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "தேடல் பக்கம்" + +#: domains/std/__init__.py:858 #, python-format -msgid "inline latex %r: %s" -msgstr "" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "%s இன் %s விளக்கம், %s இல் மற்ற நிகழ்வு" -#: sphinx/ext/imgmath.py:367 sphinx/ext/mathjax.py:52 -msgid "Link to this equation" -msgstr "" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig முடக்கப்பட்டுள்ளது. : எண்ரெஃப்: புறக்கணிக்கப்படுகிறது." -#: sphinx/ext/intersphinx.py:194 +#: domains/std/__init__.py:1125 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "குறுக்கு குறிப்பை உருவாக்கத் தவறிவிட்டது. எந்த எண்ணும் ஒதுக்கப்படவில்லை: %s" -#: sphinx/ext/intersphinx.py:229 +#: domains/std/__init__.py:1139 #, python-format -msgid "loading intersphinx inventory from %s..." -msgstr "" +msgid "the link has no caption: %s" +msgstr "இணைப்புக்கு தலைப்பு இல்லை: %s" -#: sphinx/ext/intersphinx.py:243 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "" +#: domains/std/__init__.py:1154 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "தவறான numfig_format: %s ( %r)" -#: sphinx/ext/intersphinx.py:249 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "தவறான numfig_format: %s" -#: sphinx/ext/intersphinx.py:302 +#: domains/std/__init__.py:1454 #, python-format -msgid "(in %s v%s)" -msgstr "" +msgid "undefined label: %r" +msgstr "வரையறுக்கப்படாத லேபிள்: %r" -#: sphinx/ext/intersphinx.py:304 +#: domains/std/__init__.py:1457 #, python-format -msgid "(in %s)" -msgstr "" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "குறுக்கு குறிப்பை உருவாக்கத் தவறிவிட்டது. ஒரு தலைப்பு அல்லது தலைப்பு கிடைக்கவில்லை: %r" -#: sphinx/ext/intersphinx.py:536 +#: domains/c/__init__.py:211 #, python-format -msgid "inventory for external cross-reference not found: %s" -msgstr "" +msgid "%s (C %s)" +msgstr "%s (c %s)" -#: sphinx/ext/intersphinx.py:542 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "role for external cross-reference not found: %s" -msgstr "" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "நகல் சி அறிவிப்பு, %s: %s இல் வரையறுக்கப்பட்டுள்ளது. \n அறிவிப்பு '.. c: %s :: %s'." + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "திரும்ப மதிப்புகள்" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "உறுப்பினர்" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "மாறக்கூடிய" -#: sphinx/ext/intersphinx.py:633 +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "பெரு" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "கட்டமைப்பு" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "தொழிற்சங்கம்" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "கணக்காளர்" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "தட்டச்சு செய்க" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "செயல்பாடு அளவுரு" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "வார்ப்புரு அளவுருக்கள்" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (c ++ %s)" -#: sphinx/ext/intersphinx.py:658 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" -msgstr "" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "சி++ பிரகடனத்தை நகல், %s: %s இல் வரையறுக்கப்படுகிறது. \n அறிவிப்பு '.. cpp: %s :: %s'." + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "கருத்து" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "வார்ப்புரு அளவுரு" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "உள்ளடக்கங்கள்" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "உள்ளடக்க அட்டவணை" -#: sphinx/ext/intersphinx.py:680 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "தேடல் %(docstitle)s" -#: sphinx/ext/linkcode.py:68 sphinx/ext/viewcode.py:198 -msgid "[source]" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "முந்தைய தலைப்பு" -#: sphinx/ext/todo.py:67 -msgid "Todo" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "முந்தைய அத்தியாயம்" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "அடுத்த தலைப்பு" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "அடுத்த அத்தியாயம்" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "தேடல்" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "தேடலை இயக்க சாவாச்கிரிப்டை செயல்படுத்தவும் \n செயல்பாடு." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "பல சொற்களைத் தேடுவது காண்பிக்கும் போட்டிகளை மட்டுமே காட்டுகிறது \n அனைத்து வார்த்தைகளும்." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "தேடல்" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "இந்த பக்கம்" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "மூலத்தைக் காட்டு" -#: sphinx/ext/todo.py:100 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "TODO entry found: %s" -msgstr "" +msgid "Index – %(key)s" +msgstr "குறியீட்டு – %(key)s" -#: sphinx/ext/todo.py:158 -msgid "<>" -msgstr "" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "ஒரு பக்கத்தில் முழு குறியீடு" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "வழிசெலுத்தல்" -#: sphinx/ext/todo.py:160 +#: themes/basic/layout.html:115 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s தேடுங்கள்" -#: sphinx/ext/todo.py:170 -msgid "original entry" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "இந்த ஆவணங்களைப் பற்றி" -#: sphinx/ext/viewcode.py:255 -msgid "highlighting module code... " -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "பதிப்புரிமை" -#: sphinx/ext/viewcode.py:283 -msgid "[docs]" -msgstr "" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: sphinx/ext/viewcode.py:303 -msgid "Module code" -msgstr "" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "கடைசியாக %(last_updated)s இல் புதுப்பிக்கப்பட்டது." -#: sphinx/ext/viewcode.py:309 +#: themes/basic/layout.html:204 #, python-format -msgid "

Source code for %s

" -msgstr "" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr " ச்பின்க்ச் %(sphinx_version)s பயன்படுத்தி உருவாக்கியது." -#: sphinx/ext/viewcode.py:335 -msgid "Overview: module code" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "விரைவு தேடல்" -#: sphinx/ext/viewcode.py:336 -msgid "

All modules for which code is available

" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "போ" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "கண்ணோட்டம்" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "வரவேற்பு! இது" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "ஆவணங்கள்" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "குறியீடுகள் மற்றும் அட்டவணைகள்:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "உள்ளடக்கங்களின் முழுமையான அட்டவணை" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "அனைத்து பிரிவுகளையும் துணைப்பிரிவுகளையும் பட்டியலிடுகிறது" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "இந்த ஆவணத்தைத் தேடுங்கள்" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "உலகளாவிய தொகுதி அட்டவணை" -#: sphinx/ext/autodoc/__init__.py:127 +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "அனைத்து தொகுதிகளுக்கும் விரைவான அணுகல்" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "அனைத்து செயல்பாடுகள், வகுப்புகள், விதிமுறைகள்" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "கடிதம் மூலம் குறியீட்டு பக்கங்கள்" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "மிகப்பெரியதாக இருக்க முடியும்" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "பக்கப்பட்டி சரிவு" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "பக்கப்பட்டியை விரிவாக்குங்கள்" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "தேடல் போட்டிகளை மறைக்கவும்" + +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "தேடல் முடிவுகள்" + +#: themes/basic/static/searchtools.js:134 +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 "உங்கள் தேடல் எந்த ஆவணங்களுக்கும் பொருந்தவில்லை. எல்லா சொற்களும் சரியாக உச்சரிக்கப்பட்டுள்ளன என்பதையும், நீங்கள் போதுமான வகைகளைத் தேர்ந்தெடுத்துள்ளீர்கள் என்பதையும் உறுதிப்படுத்தவும்." + +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "தேடல் முடிந்தது, தேடல் வினவலுடன் பொருந்தக்கூடிய ஒரு பக்கம் கிடைத்தது." +msgstr[1] "தேடல் முடிந்தது, தேடல் வினவலுடன் பொருந்தக்கூடிய $ {resultCount} பக்கங்கள் கிடைத்தன." + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "தேடி" + +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "தேடலைத் தயாரித்தல் ..." + +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", இல்" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "பதிப்பு %(version)s — %(docstitle)s" -#: sphinx/ext/autodoc/__init__.py:135 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(கோப்பு பெயர்)கள் — %(filename)s" -#: sphinx/ext/autodoc/__init__.py:391 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "பதிப்பு %(version)s இல் மாற்றங்களின் பட்டியல் தானாக உருவாக்கப்படுகிறது" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "நூலக மாற்றங்கள்" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "சி பநிஇ மாற்றங்கள்" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "பிற மாற்றங்கள்" -#: sphinx/ext/autodoc/__init__.py:508 +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "முந்தைய பக்கத்திலிருந்து தொடர்கிறது" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "அடுத்த பக்கத்தில் தொடர்கிறது" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "மக்கள்தொகை அல்லாத" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "சின்னங்கள்" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "எண்கள்" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "பக்கம்" + +#: environment/collectors/asset.py:98 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "படக் கோப்பு படிக்க முடியாது: %s" -#: sphinx/ext/autodoc/__init__.py:777 +#: environment/collectors/asset.py:126 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "படக் கோப்பு %s படிக்க முடியாதது: %s" -#: sphinx/ext/autodoc/__init__.py:872 +#: environment/collectors/asset.py:165 #, 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 "" +msgid "download file not readable: %s" +msgstr "கோப்பைப் பதிவிறக்க முடியாது: %s" -#: sphinx/ext/autodoc/__init__.py:916 +#: environment/collectors/toctree.py:257 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s ஏற்கனவே பிரிவு எண்களை ஒதுக்கியுள்ளன (உள்ளமைக்கப்பட்ட எண்ணுள்ள டோக்ட்ரீ?)" -#: sphinx/ext/autodoc/__init__.py:935 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +msgid "see %s" +msgstr "%s பார்க்கவும்" -#: sphinx/ext/autodoc/__init__.py:996 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "%s மேலும் காண்க" -#: sphinx/ext/autodoc/__init__.py:1003 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgid "unknown index entry type %r" +msgstr "அறியப்படாத குறியீட்டு நுழைவு வகை %r" + +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "சுற்றறிக்கை டோக்ட்ரீ குறிப்புகள் கண்டறியப்பட்டன, புறக்கணித்தல்: %s <- %s" -#: sphinx/ext/autodoc/__init__.py:1016 +#: environment/adapters/toctree.py:360 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "டோக்ட்ரீ ஒரு தலைப்பு இல்லாத ஆவணம் %r க்கு குறிப்பு உள்ளது: எந்த இணைப்பும் உருவாக்கப்படாது" + +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "டோக்ட்ரீ சேர்க்கப்படாத ஆவணம் %r பற்றிய குறிப்பு உள்ளது" -#: sphinx/ext/autodoc/__init__.py:1082 +#: environment/adapters/toctree.py:378 #, python-format +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree இல் இல்லாத ஆவணம் %r பற்றிய குறிப்பு உள்ளது" + +#: transforms/post_transforms/__init__.py:88 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "குறுக்கு குறிப்புக்கான குறைவடையும் உரையை தீர்மானிக்க முடியவில்லை. ஒரு பிழையாக இருக்கலாம்." + +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'எந்த' குறுக்கு-குறிப்பு %r க்கு ஒன்றுக்கு மேற்பட்ட இலக்குகள் காணப்படுகின்றன: %s ஆக இருக்கலாம்" + +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s: %s குறிப்பு இலக்கு காணப்படவில்லை: %s" + +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r குறிப்பு இலக்கு காணப்படவில்லை: %s" + +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "தொலை படத்தைப் பெற முடியவில்லை: %s [ %s]" + +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "தொலை படத்தைப் பெற முடியவில்லை: %s [ %d]" -#: sphinx/ext/autodoc/__init__.py:1298 sphinx/ext/autodoc/__init__.py:1375 -#: sphinx/ext/autodoc/__init__.py:2768 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "அறியப்படாத பட வடிவம்: %s ..." -#: sphinx/ext/autodoc/__init__.py:1586 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +msgid "invalid value for member-order option: %s" +msgstr "உறுப்பினர்-வரிசை விருப்பத்திற்கான தவறான மதிப்பு: %s" -#: sphinx/ext/autodoc/__init__.py:1713 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "Bases: %s" -msgstr "" +msgid "invalid value for class-doc-from option: %s" +msgstr "வகுப்பு-டாக்-ஃப்ரம் விருப்பத்திற்கான தவறான மதிப்பு: %s" -#: sphinx/ext/autodoc/__init__.py:1727 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "missing attribute %s in object %s" -msgstr "" +msgid "invalid signature for auto%s (%r)" +msgstr "ஆட்டோ%s (%r) க்கான தவறான கையொப்பம்" -#: sphinx/ext/autodoc/__init__.py:1826 sphinx/ext/autodoc/__init__.py:1863 -#: sphinx/ext/autodoc/__init__.py:1946 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "alias of %s" -msgstr "" +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 "தன்னியக்கமயமாக்கல் %r க்கு எந்த தொகுதி இறக்குமதி செய்ய வேண்டும் என்று தெரியவில்லை (ஆவணத்தில் ஒரு \"தொகுதி\" அல்லது \"தற்போதைய உருவம்\" கட்டளையை வைக்க முயற்சிக்கவும் அல்லது வெளிப்படையான தொகுதி பெயரைக் கொடுக்கவும்)" -#: sphinx/ext/autodoc/__init__.py:1846 +#: ext/autodoc/_names.py:89 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "" +msgid "signature arguments given for automodule: '%s'" +msgstr "ஆட்டோமாட்யூலுக்கு கொடுக்கப்பட்ட கையொப்ப வாதங்கள்: '%s'" -#: sphinx/ext/autodoc/__init__.py:2167 sphinx/ext/autodoc/__init__.py:2264 +#: ext/autodoc/_names.py:93 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" +msgid "return annotation given for automodule: '%s'" +msgstr "ஆட்டோமாட்யூலுக்கு கொடுக்கப்பட்ட சிறுகுறிப்பு: '%s'" -#: sphinx/ext/autodoc/__init__.py:2395 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" ஆட்டோமோடூல் பெயரில் அர்த்தமல்ல" -#: sphinx/ext/autodoc/preserve_defaults.py:183 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "கேலி செய்யப்பட்ட பொருள் கண்டறியப்பட்டது: %r" -#: sphinx/ext/autodoc/type_comment.py:131 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +msgid "alias of %s" +msgstr "%s மாற்றுப்பெயர்" -#: sphinx/ext/autodoc/type_comment.py:134 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgid "Bases: %s" +msgstr "தளங்கள்: %s" -#: sphinx/ext/autosummary/__init__.py:249 +#: ext/autosummary/__init__.py:235 #, python-format msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgstr "தன்னியக்க குறிப்புகள் விலக்கப்பட்ட ஆவணம் %r. புறக்கணிக்கப்பட்டது." -#: sphinx/ext/autosummary/__init__.py:251 +#: ext/autosummary/__init__.py:239 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." -msgstr "" +msgstr "தன்னியக்க: stub கோப்பு காணப்படவில்லை %r. உங்கள் தன்னியக்க_செனரேட் அமைப்பை சரிபார்க்கவும்." -#: sphinx/ext/autosummary/__init__.py:270 +#: ext/autosummary/__init__.py:260 msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +msgstr "தலைப்பிடப்பட்ட தன்னியக்க தேவைப்படுகிறது: டோக்ட்ரீ: விருப்பம். புறக்கணிக்கப்பட்டது." -#: sphinx/ext/autosummary/__init__.py:323 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" "autosummary: failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "தன்னியக்க: %s ஐ இறக்குமதி செய்வதில் தோல்வி. \n சாத்தியமான குறிப்புகள்: \n %s" -#: sphinx/ext/autosummary/__init__.py:337 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "failed to parse name %s" -msgstr "" +msgid "failed to import object %s" +msgstr "பொருள் %s ஐ இறக்குமதி செய்வதில் தோல்வி" -#: sphinx/ext/autosummary/__init__.py:342 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "failed to import object %s" -msgstr "" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "சுருக்கமான உருப்படிகளில் தற்போதைய தொகுதி இருக்கக்கூடாது. %r ஐ %r உடன் மாற்றவும்." -#: sphinx/ext/autosummary/__init__.py:798 +#: ext/autosummary/__init__.py:850 #, python-format msgid "autosummary_generate: file not found: %s" -msgstr "" +msgstr "autosummary_generate: கோப்பு கிடைக்கவில்லை: %s" -#: sphinx/ext/autosummary/__init__.py:806 +#: ext/autosummary/__init__.py:860 msgid "" -"autosummary generats .rst files internally. But your source_suffix does not " -"contain .rst. Skipped." -msgstr "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "தன்னியக்க கோப்புகளை உள்நாட்டில் உருவாக்குகிறது. ஆனால் உங்கள் source_suffix இல்லை .rst. தவிர்க்கப்பட்டது." -#: sphinx/ext/autosummary/generate.py:200 -#: sphinx/ext/autosummary/generate.py:358 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" -msgstr "" +msgstr "தன்னியக்க: ஆவணப்படுத்தப்பட வேண்டிய %r ஐ தீர்மானிக்கத் தவறிவிட்டது, பின்வரும் விதிவிலக்கு எழுப்பப்பட்டது: \n %s" -#: sphinx/ext/autosummary/generate.py:470 +#: ext/autosummary/generate.py:630 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[தன்னியக்க] தன்னியக்கத்தை உருவாக்குதல்: %s" -#: sphinx/ext/autosummary/generate.py:474 +#: ext/autosummary/generate.py:634 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[தன்னியக்க] %s எழுதுதல்" -#: sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:679 #, python-format msgid "" "[autosummary] failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "[தன்னியக்க] %s ஐ இறக்குமதி செய்யத் தவறிவிட்டது. \n சாத்தியமான குறிப்புகள்: \n %s" -#: sphinx/ext/autosummary/generate.py:690 +#: ext/autosummary/generate.py:877 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3053,643 +3745,569 @@ msgid "" "``sphinx.ext.autosummary`` Python module and can be read using::\n" "\n" " pydoc sphinx.ext.autosummary\n" -msgstr "" +msgstr "\nதன்னியக்க வழிமுறைகளைப் பயன்படுத்தி மறுசீரமைப்பு டெக்ச்டை உருவாக்கவும். \n ச்பின்க்ச்-ஆட்டோசென் என்பது sphinx.ext.autosummary.generate க்கு ஒரு முன்னணியில் உள்ளது. இது உருவாக்குகிறது \n இல் உள்ள தன்னியக்க வழிமுறைகளிலிருந்து மறுசீரமைப்பு செய்யப்பட்ட கோப்புகள் \n வழங்கப்பட்ட உள்ளீட்டு கோப்புகள். \n தன்னியக்க உத்தரவின் வடிவம் ஆவணப்படுத்தப்பட்டுள்ளது \n `` sphinx.ext.autosummary`` பைதான் தொகுதி மற்றும் பயன்படுத்தி படிக்கலாம் :: \n pydoc sphinx.ext.autosum\n" -#: sphinx/ext/autosummary/generate.py:707 +#: ext/autosummary/generate.py:899 msgid "source files to generate rST files for" -msgstr "" +msgstr "rst கோப்புகளை உருவாக்க மூல கோப்புகள்" -#: sphinx/ext/autosummary/generate.py:711 +#: ext/autosummary/generate.py:907 msgid "directory to place all output in" -msgstr "" +msgstr "அனைத்து வெளியீட்டையும் வைக்க கோப்பகம்" -#: sphinx/ext/autosummary/generate.py:714 +#: ext/autosummary/generate.py:915 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "கோப்புகளுக்கான இயல்புநிலை பின்னொட்டு (இயல்புநிலை: %(default)s)" -#: sphinx/ext/autosummary/generate.py:718 +#: ext/autosummary/generate.py:923 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "தனிப்பயன் வார்ப்புரு அடைவு (இயல்புநிலை: %(default)s)" -#: sphinx/ext/autosummary/generate.py:722 +#: ext/autosummary/generate.py:931 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "ஆவணம் இறக்குமதி செய்யப்பட்ட உறுப்பினர்கள் (இயல்புநிலை: %(default)s)" -#: sphinx/ext/autosummary/generate.py:726 +#: ext/autosummary/generate.py:940 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" -msgstr "" - -#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:726 -msgid "Keyword Arguments" -msgstr "" - -#: sphinx/ext/napoleon/docstring.py:680 -msgid "Example" -msgstr "" - -#: sphinx/ext/napoleon/docstring.py:681 -msgid "Examples" -msgstr "" - -#: sphinx/ext/napoleon/docstring.py:742 -msgid "Notes" -msgstr "" - -#: sphinx/ext/napoleon/docstring.py:751 -msgid "Other Parameters" -msgstr "" +msgstr "உறுப்பினர்களை தொகுதி __all__ பண்புக்கூறில் சரியாக ஆவணப்படுத்தவும். (இயல்புநிலை: %(default)s)" -#: sphinx/ext/napoleon/docstring.py:787 -msgid "Receives" -msgstr "" - -#: sphinx/ext/napoleon/docstring.py:791 -msgid "References" -msgstr "" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "உருவாக்கப்படாத வெளியீட்டு கோப்பகத்தில் இருக்கும் கோப்புகளை அகற்றவும்" -#: sphinx/ext/napoleon/docstring.py:823 -msgid "Warns" -msgstr "" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "%s: %s ஐ அகற்றுவதில் தோல்வி" -#: sphinx/ext/napoleon/docstring.py:827 -msgid "Yields" -msgstr "" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "இயங்கும் அபிடோக்" -#: sphinx/ext/napoleon/docstring.py:985 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "apidoc_modules item %i must be a dict" +msgstr "apidoc_modules உருப்படி %i ஒரு ஆணையாக இருக்க வேண்டும்" -#: sphinx/ext/napoleon/docstring.py:992 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "apidoc_modules உருப்படி %iக்கு 'பாதை' விசை இருக்க வேண்டும்" -#: sphinx/ext/napoleon/docstring.py:999 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "apidoc_modules உருப்படி %i 'பாதை' ஒரு சரமாக இருக்க வேண்டும்" -#: sphinx/ext/napoleon/docstring.py:1006 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: sphinx/locale/__init__.py:221 -msgid "Attention" -msgstr "" - -#: sphinx/locale/__init__.py:222 -msgid "Caution" -msgstr "" - -#: sphinx/locale/__init__.py:223 -msgid "Danger" -msgstr "" - -#: sphinx/locale/__init__.py:224 -msgid "Error" -msgstr "" - -#: sphinx/locale/__init__.py:225 -msgid "Hint" -msgstr "" - -#: sphinx/locale/__init__.py:226 -msgid "Important" -msgstr "" - -#: sphinx/locale/__init__.py:227 -msgid "Note" -msgstr "" - -#: sphinx/locale/__init__.py:228 -msgid "See also" -msgstr "" - -#: sphinx/locale/__init__.py:229 -msgid "Tip" -msgstr "" - -#: sphinx/locale/__init__.py:230 -msgid "Warning" -msgstr "" - -#: sphinx/templates/latex/longtable.tex_t:52 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 -msgid "continued from previous page" -msgstr "" - -#: sphinx/templates/latex/longtable.tex_t:63 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 -msgid "continues on next page" -msgstr "" - -#: sphinx/templates/latex/sphinxmessages.sty_t:10 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/templates/latex/sphinxmessages.sty_t:12 -msgid "Numbers" -msgstr "" - -#: sphinx/templates/latex/sphinxmessages.sty_t:13 -msgid "page" -msgstr "" - -#: sphinx/themes/agogo/layout.html:38 sphinx/themes/basic/globaltoc.html:10 -#: sphinx/themes/basic/localtoc.html:12 sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "" - -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 -msgid "Search" -msgstr "" - -#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 -#: sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "" - -#: sphinx/themes/agogo/layout.html:90 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 "" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "apidoc_modules உருப்படி %i 'பாதை' ஏற்கனவே உள்ள கோப்புறை அல்ல: %s" -#: sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "apidoc_modules உருப்படி %i இல் கண்டிப்பாக 'இலக்கு' விசை இருக்க வேண்டும்" -#: sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "apidoc_modules உருப்படி %i 'இலக்கு' ஒரு சரமாக இருக்க வேண்டும்" -#: sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "apidoc_modules உருப்படி %i 'இலக்கு' ஒரு தொடர்புடைய பாதையாக இருக்க வேண்டும்" -#: sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "apidoc_modules உருப்படி %i இலக்கு கோப்பகத்தை உருவாக்க முடியாது: %s" -#: sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "apidoc_modules உருப்படி %i '%s' ஒரு முழு எண்ணாக இருக்க வேண்டும்" -#: sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "apidoc_modules உருப்படி %i '%s' பூலியனாக இருக்க வேண்டும்" -#: sphinx/themes/basic/genindex-single.html:33 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "apidoc_modules உருப்படி %i இல் எதிர்பாராத விசைகள் உள்ளன: %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:73 -msgid "Full index on one page" -msgstr "" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "apidoc_modules உருப்படி %i '%s' ஒரு வரிசையாக இருக்க வேண்டும்" -#: sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "apidoc_modules உருப்படி %i '%s' சரங்களைக் கொண்டிருக்க வேண்டும்" -#: sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "" +#: ext/apidoc/_generate.py:66 +#, python-format +msgid "Would create file %s." +msgstr "கோப்பு %s ஐ உருவாக்கும்." -#: sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "" +#: ext/apidoc/_cli.py:28 +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 "\nபைதான் தொகுதிகள் மற்றும் தொகுப்புகளுக்கு <தொகுதி_பாத்> இல் மீண்டும் பார்க்கவும் \n இல் ஒரு தொகுப்புக்கு ஆட்டோமோடூல் வழிமுறைகளுடன் ஒரு ஓய்வு கோப்பு. \n கள் கோப்பு மற்றும்/அல்லது அடைவு வடிவங்களாக இருக்கலாம் \n தலைமுறையிலிருந்து விலக்கப்பட்டது. \n குறிப்பு: இயல்பாக இந்த ச்கிரிப்ட் ஏற்கனவே உருவாக்கிய கோப்புகளை மேலெழுதாது." -#: sphinx/themes/basic/layout.html:126 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ஆவணத்திற்கான தொகுதிக்கான பாதை" -#: sphinx/themes/basic/layout.html:135 -msgid "About these documents" -msgstr "" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch- பாணி கோப்பு மற்றும்/அல்லது கோப்பக வடிவங்கள் தலைமுறையிலிருந்து விலக்க" -#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 -#: sphinx/themes/basic/layout.html:190 -msgid "Copyright" -msgstr "" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "அனைத்து வெளியீட்டையும் வைக்க அடைவு" -#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "toc இல் காண்பிக்க சப்மோடூல்களின் அதிகபட்ச ஆழம் (இயல்புநிலை: 4)" -#: sphinx/themes/basic/layout.html:212 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "இருக்கும் கோப்புகளை மேலெழுதவும்" -#: sphinx/themes/basic/layout.html:215 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" - -#: sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "குறியீட்டு இணைப்புகளைப் பின்பற்றவும். cologetive.recipe.omelette உடன் இணைந்தால் சக்திவாய்ந்தவர்." -#: sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "கோப்புகளை உருவாக்காமல் ச்கிரிப்டை இயக்கவும்" -#: sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "ஒவ்வொரு தொகுதிக்கும் ஆவணங்களை அதன் சொந்த பக்கத்தில் வைக்கவும்" -#: sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_ பிரைவேட்\" தொகுதிகள் சேர்க்கவும்" -#: sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "உள்ளடக்க அட்டவணையின் கோப்பு பெயர் (இயல்புநிலை: தொகுதிகள்)" -#: sphinx/themes/basic/search.html:27 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "உள்ளடக்கக் கோப்பின் அட்டவணையை உருவாக்க வேண்டாம்" -#: sphinx/themes/basic/search.html:35 +#: ext/apidoc/_cli.py:135 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: sphinx/themes/basic/search.html:42 -msgid "search" -msgstr "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "தொகுதி/தொகுப்பு தொகுப்புகளுக்கான தலைப்புகளை உருவாக்க வேண்டாம் (எ.கா. ஆவணங்கள் ஏற்கனவே அவற்றைக் கொண்டிருக்கும்போது)" -#: sphinx/themes/basic/search.html:48 -#: sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "தொகுதி ஆவணங்களை சப்மோடூல் ஆவணங்களுக்கு முன் வைக்கவும்" -#: sphinx/themes/basic/search.html:50 -#: sphinx/themes/basic/static/searchtools.js:114 +#: ext/apidoc/_cli.py:152 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 "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "pep-0420 மறைமுக பெயர்வெளிகளின் விவரக்குறிப்பின் படி தொகுதி பாதைகளை விளக்குங்கள்" -#: sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "காற்புள்ளியால் பிரிக்கப்பட்ட விருப்பங்களின் பட்டியல் ஆட்டோமாட்யூல் கட்டளைக்கு அனுப்பப்படும் (அல்லது SPHINX_APIDOC_OPTIONS ஐப் பயன்படுத்தவும்)." -#: 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 "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "கோப்பு பின்னொட்டு (இயல்புநிலை: rst)" -#: sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "ச்பின்க்ச்-க்யூக்ச்டார்ட்டுடன் ஒரு முழு திட்டத்தை உருவாக்கவும்" -#: sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "sys.path உடன் தொகுதி_பாத், --full கொடுக்கப்படும் போது பயன்படுத்தப்படுகிறது" -#: sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "திட்ட பெயர் (இயல்புநிலை: ரூட் தொகுதி பெயர்)" -#: sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "திட்ட ஆசிரியர் (கள்), -ஃபுல் வழங்கப்படும் போது பயன்படுத்தப்படுகிறது" -#: sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "திட்ட பதிப்பு, -ஃபுல் வழங்கப்படும் போது பயன்படுத்தப்படுகிறது" -#: sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "திட்ட வெளியீடு, --full வழங்கப்படும் போது பயன்படுத்தப்படுகிறது, இயல்புநிலை--டாக்-பதவியே" -#: sphinx/themes/basic/static/searchtools.js:217 -msgid "Searching" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "நீட்டிப்பு விருப்பங்கள்" -#: sphinx/themes/basic/static/searchtools.js:233 -msgid "Preparing search..." -msgstr "" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "தன்னிச்சையான நீட்டிப்புகளை இயக்கு, --fulல் கொடுக்கப்படும் போது பயன்படுத்தப்படும்" -#: sphinx/themes/basic/static/searchtools.js:421 -msgid ", in " -msgstr "" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "%s நீட்டிப்பை இயக்கு, --full கொடுக்கப்படும் போது பயன்படுத்தப்படும்" -#: sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s ஒரு அடைவு அல்ல." -#: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 -msgid "Collapse sidebar" -msgstr "" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" +msgstr "(%s %s இல்)" -#: sphinx/themes/classic/static/sidebar.js_t:48 -msgid "Expand sidebar" -msgstr "" +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" +msgstr "( %s இல்)" -#: sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "" +#: ext/intersphinx/_resolve.py:112 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "சரக்கு '%s':%s:%s க்கு நகல் போட்டிகள் காணப்படுகின்றன" -#: sphinx/transforms/__init__.py:126 -msgid "could not calculate translation progress!" -msgstr "" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "சரக்கு '%s':%s:%s க்கு பல போட்டிகள் காணப்படுகின்றன" -#: sphinx/transforms/__init__.py:131 -msgid "no translated elements!" -msgstr "" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "வெளிப்புற குறுக்கு-குறிப்புக்கான சரக்கு காணப்படவில்லை: %r" -#: sphinx/transforms/__init__.py:238 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgid "invalid external cross-reference suffix: %r" +msgstr "தவறான வெளிப்புற குறுக்கு-குறிப்பு பின்னொட்டு: %r" -#: sphinx/transforms/__init__.py:277 +#: ext/intersphinx/_resolve.py:407 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +msgid "domain for external cross-reference not found: %r" +msgstr "வெளிப்புற குறுக்கு-குறிப்புக்கான டொமைன் காணப்படவில்லை: %r" -#: sphinx/transforms/__init__.py:283 -msgid "Footnote [#] is not referenced." -msgstr "" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "வெளிப்புற %s: %s குறிப்பு இலக்கு காணப்படவில்லை: %s" -#: sphinx/transforms/i18n.py:205 sphinx/transforms/i18n.py:272 +#: ext/intersphinx/_load.py:61 +#, python-format msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Intersphinx_mapping இல் தவறான இன்டெர்ச்பின்க்ச் திட்ட அடையாளங்காட்டி `%r`. திட்ட அடையாளங்காட்டிகள் காலியாக இல்லாத சரங்களாக இருக்க வேண்டும்." -#: sphinx/transforms/i18n.py:245 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Intersphinx_mapping இல் தவறான மதிப்பு `%r` [%r]. இரண்டு-உறுப்பு டூப்பிள் அல்லது பட்டியல் எதிர்பார்க்கப்படுகிறது." -#: sphinx/transforms/i18n.py:287 +#: ext/intersphinx/_load.py:83 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Intersphinx_mapping இல் தவறான மதிப்பு `%r` [%r]. மதிப்புகள் ஒரு (இலக்கு URI, சரக்கு இடங்கள்) சோடியாக இருக்க வேண்டும்." -#: sphinx/transforms/i18n.py:304 +#: ext/intersphinx/_load.py:94 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "Intersphinx_mapping இல் தவறான இலக்கு யூரி மதிப்பு `%r` [%r] [0]. இலக்கு யூரி கள் தனித்துவமான காலியாக இல்லாத சரங்களாக இருக்க வேண்டும்." -#: sphinx/transforms/post_transforms/__init__.py:116 +#: ext/intersphinx/_load.py:103 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "Intersphinx_mapping இல் தவறான இலக்கு யூரி மதிப்பு `%r` [%r] [0]. இலக்கு யூரி கள் தனித்துவமாக இருக்க வேண்டும் (இன்டெர்ச்பின்க்ச்_மாப்பிங் [%r] இல் உள்ள பிற நிகழ்வு)." -#: sphinx/transforms/post_transforms/__init__.py:158 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "Intersphinx_mapping இல் தவறான சரக்கு இருப்பிட மதிப்பு `%r` [%r] [1]. சரக்கு இடங்கள் காலியாக இல்லாத சரங்களாக இருக்க வேண்டும் அல்லது எதுவுமில்லை." -#: sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "தவறான `இன்டர்ச்பின்க்ச்_மாப்பிங்` உள்ளமைவு (1 பிழை)." -#: sphinx/transforms/post_transforms/__init__.py:212 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "தவறான `இன்டர்ச்பின்க்ச்_மாப்பிங்` உள்ளமைவு (%s பிழைகள்)." -#: sphinx/transforms/post_transforms/images.py:80 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "இயல்பாக்கத்திற்குப் பிறகு தவறான இன்டர்ச்பின்க்ச்_மாப்பிங் நுழைவு சேர்க்கப்பட்டது." -#: sphinx/transforms/post_transforms/images.py:108 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "%s இலிருந்து இன்டெர்ச்பின்க்ச் சரக்குகளை ' %s' ஏற்றுகிறது ..." -#: sphinx/transforms/post_transforms/images.py:126 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "சில சரக்குகளுடன் சில சிக்கல்களை எதிர்கொண்டது, ஆனால் அவர்கள் வேலை மாற்று வழிகளைக் கொண்டிருந்தனர்:" -#: sphinx/util/__init__.py:167 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "பின்வரும் சிக்கல்கள் உள்ள எந்த சரக்குகளையும் அடைய முடியவில்லை: \n%s" -#: sphinx/util/display.py:77 -msgid "skipped" -msgstr "" +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "இன்டெர்ச்பின்க்ச் சரக்கு நகர்ந்தது: %s -> %s" -#: sphinx/util/display.py:82 -msgid "failed" -msgstr "" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "முக்கிய வாதங்கள்" -#: sphinx/util/docfields.py:88 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "invalid value set (missing closing brace): %s" +msgstr "தவறான மதிப்பு தொகுப்பு (நிறைவு பிரேசைக் காணவில்லை): %s" -#: sphinx/util/docutils.py:311 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" +msgid "invalid value set (missing opening brace): %s" +msgstr "தவறான மதிப்பு தொகுப்பு (தொடக்க பிரேசைக் காணவில்லை): %s" -#: sphinx/util/docutils.py:605 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "unknown node type: %r" -msgstr "" +msgid "malformed string literal (missing closing quote): %s" +msgstr "தவறாக சரம் லிட்டரல் (நிறைவு மேற்கோளைக் காணவில்லை): %s" -#: sphinx/util/i18n.py:63 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "reading error: %s, %s" -msgstr "" +msgid "malformed string literal (missing opening quote): %s" +msgstr "தவறான சரம் நேரடி (தொடக்க மேற்கோள்களைக் காணவில்லை): %s" + +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "உதாரணமாக" + +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "எடுத்துக்காட்டுகள்" + +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "குறிப்புகள்" + +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "பிற அளவுருக்கள்" + +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "பெறுகிறது" + +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "குறிப்புகள்" + +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "எச்சரிக்கைகள்" + +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "மகசூல்" -#: sphinx/util/i18n.py:70 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "writing error: %s, %s" -msgstr "" +msgid "error while formatting signature for %s: %s" +msgstr "%s: %s க்கான கையொப்பத்தை வடிவமைக்கும்போது பிழை" -#: sphinx/util/i18n.py:94 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "%s தொகுதியில் தவறான __all__ ஐப் புறக்கணிக்கிறது: %r" -#: sphinx/util/i18n.py:185 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +msgid "Failed to get a function signature for %s: %s" +msgstr "%s: %s க்கான செயல்பாட்டு கையொப்பத்தைப் பெறுவதில் தோல்வி" -#: sphinx/util/nodes.py:378 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r: %s க்கான இயல்புநிலை வாத மதிப்பை அலசுவதில் தோல்வி" -#: sphinx/util/nodes.py:426 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r க்கான கையொப்பத்தை புதுப்பிக்கத் தவறிவிட்டது: அளவுரு காணப்படவில்லை: %s" -#: sphinx/util/nodes.py:627 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgid "Failed to parse type_comment for %r: %s" +msgstr "%r: %s க்கு type_comment ஐ பாகுபடுத்துவதில் தோல்வி" -#: sphinx/util/rst.py:70 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "default role %s not found" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "%s: %s க்கான வாதங்களை வடிவமைக்கும்போது பிழை" -#: sphinx/writers/html5.py:100 sphinx/writers/html5.py:109 -msgid "Link to this definition" -msgstr "" +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s: %s க்கு ஒரு கட்டமைப்பாளர் கையொப்பத்தைப் பெறுவதில் தோல்வி" -#: sphinx/writers/html5.py:397 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "" +msgid "Failed to get a method signature for %s: %s" +msgstr "%s க்கு ஒரு முறை கையொப்பத்தைப் பெறுவதில் தோல்வி: %s" -#: sphinx/writers/html5.py:407 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" +msgid "Failed to get a signature for %s: %s" +msgstr "%s க்கு ஒரு கையொப்பத்தைப் பெறுவதில் தோல்வி: %s" -#: sphinx/writers/html5.py:462 -msgid "Link to this term" -msgstr "" +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "%s பண்புக்கூறு :members: இல் பட்டியலிடப்பட்டுள்ளது, ஆனால் அது %r என்ற பொருளில் காணப்படாததால் காணவில்லை" -#: sphinx/writers/html5.py:485 sphinx/writers/html5.py:490 -msgid "Link to this heading" -msgstr "" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "ஆட்டோடோக்:%s.%s (%r) ஐ ஆவணப்படுத்தத் தவறிவிட்டது, பின்வரும் விதிவிலக்கு எழுப்பப்பட்டது: \n %s" -#: sphinx/writers/html5.py:494 -msgid "Link to this table" -msgstr "" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "தவறான __ ச்லாட் __ %s இல் காணப்படுகிறது. புறக்கணிக்கப்பட்டது." -#: sphinx/writers/html5.py:537 -msgid "Link to this code" -msgstr "" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "தானியங்கு %s க்கு வழங்கப்பட்ட கையொப்ப வாதங்கள் அல்லது திரும்ப சிறுகுறிப்பு" -#: sphinx/writers/html5.py:539 -msgid "Link to this image" -msgstr "" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ என்பது சரங்களின் பட்டியலாக இருக்க வேண்டும், %r (தொகுதி %s இல்) அல்ல - __all__ ஐ புறக்கணிக்கிறது" -#: sphinx/writers/html5.py:541 -msgid "Link to this toctree" -msgstr "" +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "குறிப்பிடப்பட்ட பண்புக்கூறு பின்வருமாறு: உறுப்பினர்கள்: விருப்பம்: தொகுதி %s, பண்புக்கூறு %s" -#: sphinx/writers/html5.py:679 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "பொருள் %s இல் உள்ள பண்புக்கூறு %s" -#: sphinx/writers/latex.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "alias of TypeVar(%s)" +msgstr "டைப்வாரின் மாற்றுப்பெயர் (%s)" -#: sphinx/writers/latex.py:386 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "குறுக்கிட்டது!" -#: sphinx/writers/latex.py:625 -msgid "document title is not a single Text node" -msgstr "" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "மறுகட்டமைக்கப்பட்ட உரை மார்க்அப் பிழை!" -#: sphinx/writers/latex.py:656 sphinx/writers/texinfo.py:622 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "குறியீட்டு பிழை!" -#: sphinx/writers/latex.py:959 sphinx/writers/manpage.py:258 -#: sphinx/writers/texinfo.py:637 -msgid "Footnotes" -msgstr "" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "மறுநிகழ்வு பிழை!" -#: sphinx/writers/latex.py:1028 +#: _cli/util/errors.py:207 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" - -#: sphinx/writers/latex.py:1388 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" - -#: sphinx/writers/latex.py:1722 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "இது மிகப் பெரிய அல்லது ஆழமாக உள்ளமைக்கப்பட்ட மூலக் கோப்புகளில் நிகழலாம். conf.py இல் இயல்புநிலை பைதான் மறுநிகழ்வு வரம்பான 1,000ஐ நீங்கள் கவனமாக அதிகரிக்கலாம் எ.கா.:" -#: sphinx/writers/manpage.py:306 sphinx/writers/text.py:917 -#, python-format -msgid "[image: %s]" -msgstr "" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "பிழைத்திருத்தத்தைத் தொடங்குதல்:" -#: sphinx/writers/manpage.py:307 sphinx/writers/text.py:918 -msgid "[image]" -msgstr "" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "முழு சுவடு சேமிக்கப்பட்டுள்ளது:" -#: sphinx/writers/texinfo.py:1193 -msgid "caption not inside a figure." -msgstr "" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "இந்த பிழையை டெவலப்பர்களிடம் புகாரளிக்க, தயவுசெய்து ஒரு சிக்கலை இல் திறக்கவும். நன்றி!" -#: sphinx/writers/texinfo.py:1280 -#, python-format -msgid "unimplemented node type: %r" -msgstr "" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "இது ஒரு பயனர் பிழையாக இருந்தால் இதைப் புகாரளிக்கவும், இதனால் அடுத்த முறை சிறந்த பிழை செய்தியை வழங்க முடியும்." diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.mo b/sphinx/locale/te/LC_MESSAGES/sphinx.mo index 8adca96fbbd..fc553d391a1 100644 Binary files a/sphinx/locale/te/LC_MESSAGES/sphinx.mo and b/sphinx/locale/te/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.po b/sphinx/locale/te/LC_MESSAGES/sphinx.po index 58f3ed30fd2..1a94ee7b488 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Telugu (http://app.transifex.com/sphinx-doc/sphinx-1/language/te/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index 69e832bc096..4d24cce1814 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 3f78dedf897..c9e86fe94fc 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (http://app.transifex.com/sphinx-doc/sphinx-1/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -57,90 +57,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer adı %r bilinmiyor" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "%s.%s ayarı, aranan tema yapılandırmalarının hiçbirinde meydana gelmiyor" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "config dizini bir conf.py dosyası içermiyor (%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "desteklenmeyen tema seçeneği %r verildi" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "tema yolundaki %r dosyası geçerli bir zip dosyası değil ya da hiç tema içermiyor" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "sözlük yapılandırma ayarı %r geçersiz kılınamaz, yoksayılıyor (tek tek öğeleri ayarlamak için %r kullanın)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "geçersiz sayı %r; yapılandırma değeri %r için; yoksayılıyor" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "desteklenmeyen tür ile yapılandırma ayarı %r geçersiz kılınamaz, yoksayılıyor" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "geçersiz kılmada bilinmeyen yapılandırma değeri %r, yoksayılıyor" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" msgstr "" -#: theming.py:286 +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "Yapılandırma değeri %r zaten mevcut" + +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: theming.py:292 -#, python-format -msgid "The %r theme has too many ancestors" +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:320 +#: config.py:598 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Yapılandırma dosyanızda bir sözdizimi hatası var: %s\n" -#: theming.py:345 theming.py:398 +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Yapılandırma dosyası (veya içe aktarılan modüllerden biri) sys.exit() olarak adlandırılır" + +#: config.py:610 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Yapılandırma dosyanızda programlanabilir bir hata var:\n\n%s" -#: theming.py:349 +#: config.py:632 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:357 +#: config.py:664 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:376 +#: config.py:685 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgid "Section %s" +msgstr "Bölüm %s" -#: project.py:72 +#: config.py:686 +#, python-format +msgid "Fig. %s" +msgstr "Şekil %s" + +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "Tablo %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "Listeleme %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "`{name}` yapılandırma değeri, {candidates} geğerlrinden biri olmak zorundadır, ancak `{current}` değeridir." -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "`{name}' yapılandırma değeri `{current.__name__}' türüne sahip; beklenen {permitted}." + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "`{name}' yapılandırma değeri `{current.__name__}' türüne sahip, vassayılanları `{default.__name__}'." + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r bulunamadı, yoksayıldı." + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -157,16 +232,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Bu projenin %s uzantısına ve en az %s sürümüne ihtiyacı vardır ve bu nedenle yüklenen sürümle oluşturulamaz (%s)." -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer adı %r bilinmiyor" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -214,7 +289,7 @@ msgstr "Bu proje en az Sphinx s%s gerektirir ve bu nedenle bu sürüm ile oluşt msgid "making output directory" msgstr "çıktı dizini yapılıyor" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "%s uzantısı ayarlanırken:" @@ -231,7 +306,7 @@ msgstr "Şu anda conf.py dosyasında tanımlanan 'kurulum' çağrılabilir bir P msgid "loading translations [%s]... " msgstr "çeviriler yükleniyor [%s]... " -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "bitti" @@ -304,7 +379,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -312,12 +387,12 @@ msgid "" "explicit" msgstr "%s uzantısı paralel okuma için güvenli olup olmadığını bildirmez, olmadığını varsayarak - lütfen uzantıyı hazırlayandan gözden geçirmesini ve açık hale getirmesini isteyin" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s uzantısı paralel okuma için güvenli değil" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -325,1160 +400,1657 @@ msgid "" "explicit" msgstr "%s uzantısı paralel yazma için güvenli olup olmadığını bildirmez, olmadığını varsayarak - lütfen uzantıyı hazırlayandan gözden geçirmesini ve açık hale getirmesini isteyin" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s uzantısı paralel yazma için güvenli değil" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "%s seri nosu yapılıyor" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Oluşturucu sınıfı %s \"ad\" özniteliğine sahip değil" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Oluşturucu %r zaten mevcut (%s modülünde)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Oluşturucu adı %s kayıtlı veya giriş noktası aracılığıyla kullanılabilir değil" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Oluşturucu adı %s kayıtlı değil" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "etki alanı %s zaten kayıtlı" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "etki alanı %s henüz kayıtlı değil" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r yönergesi zaten %s etki alanına kayıtlı" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r rolü zaten %s etki alanına kayıtlı" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r dizini zaten %s etki alanına kayıtlı" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type zaten kayıtlı" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type zaten kayıtlı" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r zaten kayıtlı" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "%r için source_parser zaten kayıtlı" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "%s için kaynak ayrıştırıcı kayıtlı değil" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "%r için çevirmen zaten mevcut" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node() için kwargs bir (visit, depart) tanımlama grubu işlevi olmak zorundadır: %r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r zaten kayıtlı" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "%r uzantısı zaten %s sürümünden bu yana Sphinx ile birleştirildi; bu uzantı yoksayıldı." -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "Özgün özel durumu:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr " %s uzantısı içe aktarılamadı" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "%r uzantısı setup() işlevine sahip değil; bu gerçekten bir Sphinx uzantısı modülü mü?" -#: registry.py:567 +#: registry.py:574 #, 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 "Bu proje tarafından kullanılan %s uzantısının en az Sphinx s%s sürümüne ihtiyacı var; bu nedenle bu sürümle oluşturulamaz." -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "%r uzantısı, setup() işlevinden desteklenmeyen bir nesne döndürdü; Hiçbir şey veya üstveri sözlüğü döndürmeli" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config dizini bir conf.py dosyası içermiyor (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "sözlük yapılandırma ayarı %r geçersiz kılınamaz, yoksayılıyor (tek tek öğeleri ayarlamak için %r kullanın)" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:391 +#: theming.py:124 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "geçersiz sayı %r; yapılandırma değeri %r için; yoksayılıyor" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "%s.%s ayarı, aranan tema yapılandırmalarının hiçbirinde meydana gelmiyor" -#: config.py:399 +#: theming.py:139 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "desteklenmeyen tür ile yapılandırma ayarı %r geçersiz kılınamaz, yoksayılıyor" +msgid "unsupported theme option %r given" +msgstr "desteklenmeyen tema seçeneği %r verildi" -#: config.py:422 +#: theming.py:238 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "geçersiz kılmada bilinmeyen yapılandırma değeri %r, yoksayılıyor" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "tema yolundaki %r dosyası geçerli bir zip dosyası değil ya da hiç tema içermiyor" -#: config.py:476 +#: theming.py:258 #, python-format -msgid "No such config value: %r" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:504 +#: theming.py:298 #, python-format -msgid "Config value %r already present" -msgstr "Yapılandırma değeri %r zaten mevcut" +msgid "The %r theme has circular inheritance" +msgstr "" -#: config.py:541 +#: theming.py:306 #, python-format msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: theming.py:312 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:599 +#: theming.py:340 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Yapılandırma dosyanızda bir sözdizimi hatası var: %s\n" - -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Yapılandırma dosyası (veya içe aktarılan modüllerden biri) sys.exit() olarak adlandırılır" +msgid "no theme configuration file found in %r" +msgstr "" -#: config.py:611 +#: theming.py:365 theming.py:418 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Yapılandırma dosyanızda programlanabilir bir hata var:\n\n%s" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" -#: config.py:633 +#: theming.py:369 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:373 theming.py:421 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:665 +#: theming.py:377 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:686 +#: theming.py:396 #, python-format -msgid "Section %s" -msgstr "Bölüm %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" -msgstr "Şekil %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" -msgstr "Tablo %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "Listeleme %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "`{name}` yapılandırma değeri, {candidates} geğerlrinden biri olmak zorundadır, ancak `{current}` değeridir." +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "`{name}' yapılandırma değeri `{current.__name__}' türüne sahip; beklenen {permitted}." +#: _cli/__init__.py:96 +msgid "Options" +msgstr "" + +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: config.py:846 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "`{name}' yapılandırma değeri `{current.__name__}' türüne sahip, vassayılanları `{default.__name__}'." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r bulunamadı, yoksayıldı." - -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: environment/__init__.py:89 -msgid "new config" -msgstr "yeni yapılandırma" - -#: environment/__init__.py:90 -msgid "config changed" -msgstr "yapılandırma değişti" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "uzantılar değişti" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "yapım ortamı sürümü şu anki değil" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "kaynak dizin değişti" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:404 +#: ext/imgconverter.py:44 +#, python-format msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Bu ortam seçilen oluşturucuyla uyumsuzdur, lütfen başka bir belge ağacı dizini seçin." +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "" -#: environment/__init__.py:518 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s içinde belgeleri tarama başarısız oldu: %r" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dönüştürmeden hata ile çıkıldı:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:83 #, python-format -msgid "Domain %r is not registered" -msgstr "Etki alanı %r kayıtlı değil" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "belge herhangi bir toctree içine dahil değil" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "dönüştürme komutu %r çalıştırılamaz, image_converter ayarını gözden geçirin" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "kendinden kaynaklı toctree bulundu. Yoksayıldı." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kaynak]" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Dikkat" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Uyarı" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Tehlike" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[belgeler]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Hata" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modül kodu" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "İpucu" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s öğesinin kaynak kodu

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Önemli" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Genel bakış: modül kodu" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Not" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Kodları mevcut bütün modüller

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Ayrıca bakınız" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Tüyo" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "%s kopya etiketi, %s içindeki diğer örnek" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Uyarı" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo dosyaları %(outdir)s içinde." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nMakeinfo aracılığıyla bunları çalıştırmak için bu dizinde 'make' komutunu çalıştırın\n(bunu otomatik olarak yapmak için burada 'make info' komutunu kullanın)." - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "hiçbir \"texinfo_documents\" yapılandırma değeri bulunamadı; hiçbir belge yazılmayacaktır" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "%s işleniyor" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "yazılıyor" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "başvurular çözümleniyor..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Yapılacaklar" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (şurada: " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "resimler kopyalanıyor..." +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "resim dosyası %r kopyalanamıyor: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<>, %s içinde, %d. satırda bulunur.)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "Texinfo destek dosyaları kopyalanıyor..." +#: ext/todo.py:166 +msgid "original entry" +msgstr "özgün giriş" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile dosyası yazılırken hata oldu: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Rehber sayfaları %(outdir)s içinde." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "hiçbir \"man_pages\" yapılandırma değeri bulunamadı; hiçbir rehber sayfası yazılmayacaktır" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" yapılandırma değeri bilinmeyen %s belgesine başvurur" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML sayfası %(outdir)s içinde." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "tek bir belgede toplanıyor" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "ilave dosyalar yazılıyor" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Taklit oluşturucu hiçbir dosya oluşturmaz." +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: builders/gettext.py:243 +#: ext/graphviz.py:367 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "İleti katalogları %(outdir)s içinde." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "building [%s]: " -msgstr "[%s] oluşturuluyor:" +msgid "dot code %r: %s" +msgstr "nokta kodu %r: %s" -#: builders/gettext.py:265 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "targets for %d template files" -msgstr "%d şablon dosyası için hedefler" +msgid "[graph: %s]" +msgstr "[grafik: %s]" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "şablonlar okunuyor..." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafik]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "ileti katalogları yazılıyor..." +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: builders/linkcheck.py:87 +#: ext/imgmath.py:148 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Yukarıdaki çıktıda veya %(outdir)s/output.txt içinde herhangi bir hata arayın" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX komutu %r çalıştırılamaz (matematik görüntüleme için gerekli), imgmath_latex ayarını gözden geçirin" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:167 #, python-format -msgid "broken link: %s (%s)" -msgstr "bozuk bağlantı: %s (%s)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s komutu %r çalıştırılamaz (matematik görüntüleme için gerekli), imgmath_%s ayarını gözden geçirin" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:326 #, python-format -msgid "Anchor '%s' not found" -msgstr "Bağlayıcı '%s' bulunamadı" +msgid "display latex %r: %s" +msgstr "görüntü latex %r: %s" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "satır içi latex %r: %s" -#: builders/linkcheck.py:799 +#: ext/doctest.py:118 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:124 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub dosyası %(outdir)s içinde." - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "'%s' is not a valid option." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_language\" (veya \"language\"), EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "yapılandırma değeri \"epub_uid\", EPUB3 için XML NAME olmalıdır" - -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_title\" (veya \"html_title\"), EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_author\", EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_contributor\", EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_description\", EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_publisher\", EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_copyright\" (veya \"copyright\"), EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "yapılandırma değeri \"epub_identifier\", EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "yapılandırma değeri \"version\", EPUB3 için boş olmamalıdır" - -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/doctest.py:139 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "geçersiz css_file: %r, yoksayıldı" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: builders/xml.py:29 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML dosyaları %(outdir)s içinde." +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/doctest.py:297 #, python-format -msgid "error writing file %s: %s" -msgstr "%s dosyası yazılırken hata oldu: %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: builders/xml.py:103 +#: ext/doctest.py:451 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Pseudo-XML dosyaları %(outdir)s içinde." +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: builders/_epub_base.py:223 +#: ext/doctest.py:568 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "kopyalanmış ToC girişi bulundu: %s" +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: builders/_epub_base.py:436 +#: ext/coverage.py:48 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "resim dosyası %r okunamıyor: bunun yerine kopyalanıyor" +msgid "invalid regex %r in %s" +msgstr "" -#: builders/_epub_base.py:467 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "cannot write image file %r: %s" -msgstr "resim dosyası %r yazılamıyor: %s" - -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "Yastık bulunamadı - resim dosyaları kopyalanıyor" +msgid "module %s could not be imported: %s" +msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/_epub_base.py:594 +#: ext/coverage.py:187 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s için bilinmeyen mime türü, yoksayılıyor" - -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/_epub_base.py:802 +#: ext/coverage.py:452 #, python-format -msgid "writing %s file..." -msgstr "%s dosyası yazılıyor..." +msgid "undocumented python function: %s :: %s" +msgstr "" -#: builders/text.py:27 +#: ext/coverage.py:473 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Metin dosyaları %(outdir)s içinde." +msgid "undocumented python class: %s :: %s" +msgstr "" -#: builders/__init__.py:229 +#: ext/coverage.py:492 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s (%s)" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: builders/__init__.py:237 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "[mo] oluşturuluyor: " +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "çıktı yazılıyor..." +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: builders/__init__.py:280 +#: transforms/__init__.py:258 #, python-format -msgid "all of %d po files" -msgstr "%d po dosyasının tümü" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: builders/__init__.py:302 +#: transforms/__init__.py:300 #, python-format -msgid "targets for %d po files that are specified" -msgstr "belirtilen %d po dosyası için hedefler" - -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "güncel olmayan %d po dosyası için hedefler" +msgid "Footnote [%s] is not referenced." +msgstr "" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "tüm kaynak dosyaları" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "" -#: builders/__init__.py:335 -#, python-format -msgid "file %r given on command line does not exist, " +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/__init__.py:342 -#, python-format +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "komut satırında verilen %r dosyası kaynak dizinin altında değil, yoksayılıyor" - -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" -msgstr "komut satırında verilen %d kaynak dosyası" - -#: builders/__init__.py:382 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "güncel olmayan %d kaynak dosyası için hedefler" - -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "şimdi güncel olmayan dosyalar aranıyor..." +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: builders/__init__.py:415 -#, python-format -msgid "%d found" -msgstr "%d tane bulundu" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:417 -msgid "none found" -msgstr "hiç bulunamadı" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "ortam derin temizleniyor" +#: environment/__init__.py:89 +msgid "new config" +msgstr "yeni yapılandırma" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "tutarlılık denetleniyor" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "yapılandırma değişti" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "hiçbir hedef güncel değil." +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "uzantılar değişti" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "güncellenen ortam:" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "yapım ortamı sürümü şu anki değil" -#: builders/__init__.py:499 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s eklendi, %s değiştirildi, %s kaldırıldı" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "kaynak dizin değişti" -#: builders/__init__.py:536 +#: environment/__init__.py:350 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:545 +#: environment/__init__.py:355 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:556 +#: environment/__init__.py:361 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:563 -#, python-format +#: environment/__init__.py:404 msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Bu ortam seçilen oluşturucuyla uyumsuzdur, lütfen başka bir belge ağacı dizini seçin." -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "kaynaklar okunuyor..." +#: environment/__init__.py:518 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "%s içinde belgeleri tarama başarısız oldu: %r" -#: builders/__init__.py:725 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "docnames to write: %s" -msgstr "yazmak için belge adları: %s" +msgid "Domain %r is not registered" +msgstr "Etki alanı %r kayıtlı değil" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "belge herhangi bir toctree içine dahil değil" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "belgeler hazırlanıyor" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "kendinden kaynaklı toctree bulundu. Yoksayıldı." -#: builders/__init__.py:743 -msgid "copying assets" +#: environment/__init__.py:952 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/changes.py:29 +#: writers/latex.py:387 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Genel bakış dosyası %(outdir)s içinde." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: builders/changes.py:65 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "no changes in version %s." -msgstr "%s sürümünde değişiklik yok." - -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "özet dosyası yazılıyor..." - -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Yerleşikler" - -#: builders/changes.py:81 -msgid "Module level" -msgstr "Modül seviyesi" - -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "kaynak dosyalar kopyalanıyor..." +msgid "no Babel option known for language %r" +msgstr "%r dili için bilinen hiç Babel seçeneği yok" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "değişiklikler günlüğü oluşturma için %r okunamadı" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr "" -#: ext/coverage.py:48 +#: writers/latex.py:617 #, python-format -msgid "invalid regex %r in %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: ext/coverage.py:158 +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "Dipnotlar" + +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: writers/latex.py:1199 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: ext/coverage.py:187 +#: writers/latex.py:1229 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: ext/coverage.py:260 +#: writers/latex.py:1618 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: ext/coverage.py:452 +#: writers/latex.py:1954 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "unknown index entry type %s found" msgstr "" -#: ext/coverage.py:473 +#: domains/math.py:130 writers/latex.py:2560 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "Invalid math_eqref_format: %r" +msgstr "Geçersiz math_eqref_format: %r" -#: ext/coverage.py:492 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "[image: %s]" +msgstr "[resim: %s]" + +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[resim]" + +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Dizin" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: ext/extlinks.py:82 +#: writers/texinfo.py:1306 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "unimplemented node type: %r" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Yapılacaklar" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" -#: ext/todo.py:94 +#: writers/html5.py:446 #, python-format -msgid "TODO entry found: %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 +#: writers/html5.py:456 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<>, %s içinde, %d. satırda bulunur.)" +msgid "Any IDs not assigned for %s node" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "özgün giriş" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dönüştürmeden hata ile çıkıldı:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "dönüştürme komutu %r çalıştırılamaz, image_converter ayarını gözden geçirin" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Dikkat" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Uyarı" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Tehlike" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "nokta kodu %r: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Hata" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[grafik: %s]" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "İpucu" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[grafik]" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Önemli" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX komutu %r çalıştırılamaz (matematik görüntüleme için gerekli), imgmath_latex ayarını gözden geçirin" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Not" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s komutu %r çalıştırılamaz (matematik görüntüleme için gerekli), imgmath_%s ayarını gözden geçirin" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ayrıca bakınız" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "görüntü latex %r: %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tüyo" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "satır içi latex %r: %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Uyarı" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "iş numarası pozitif bir sayı olmalıdır" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:74 +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 "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "belgelendirme kaynak dosyaları için yol" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "çıktı dizini için yol" -#: ext/doctest.py:297 -#, python-format +#: cmd/build.py:109 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +#: cmd/build.py:114 +msgid "general options" +msgstr "genel seçenekler" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "%s kopya etiketi, %s içindeki diğer örnek" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "tüm dosyaları yaz (varsayılan: sadece yeni ve değiştirilmiş dosyaları yaz)" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "kaydedilmiş bir ortam kullanma, her zaman tüm dosyaları oku" + +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/duration.py:117 +#: cmd/build.py:157 msgid "" -"====================== total reading duration ==========================" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "yapılandırma dosyasındaki bir ayarı geçersiz kıl" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[kaynak]" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "HTML şablonlarına bir değer geçir" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "etiketi tanımla: \"sadece\" TAG'li blokları dahil et" + +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[belgeler]" +#: cmd/build.py:212 +msgid "console output options" +msgstr "konsol çıktısı seçenekleri" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "Modül kodu" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "ayrıntı seviyesini artır (tekrarlanabilir)" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s öğesinin kaynak kodu

" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "stdout üzerinde çıktı yok, stderr üzerinde sadece uyarılar" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "Genel bakış: modül kodu" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "hiç çıktı yok, hatta uyarılarda bile" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "renkli çıktı yayımı yap (varsayılan: otomatik algıla)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "renkli çıktı yayımı yapma (varsayılan: otomatik algıla)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "verilen dosyaya uyarıları (ve hataları) yaz" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "uyarıları hatalara dönüştür" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "özel durumda tam geri izleme göster" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "özel durumda Pdb çalıştır" + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "-a seçeneği ve dosya adları birleştirilemiyor" + +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" +msgstr "" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D seçeneği bağımsız değişkeni ad=değer biçiminde olmak zorundadır" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A seçeneği bağımsız değişkeni ad=değer biçiminde olmak zorundadır" + +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "modüllerden otomatik olarak docstrings ekle" + +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest bloklarında kod parçacıklarını otomatik olarak dene" + +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "farklı projelerin Sphinx begelendirmeleri arasında bağlantıla" + +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "oluşturmada gösterilebilen veya gizlenebilen \"yapılacaklar\" girişlerini yaz" + +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "belgelendirme kapsamı için denetlemeler" + +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG veya SVG resimleri olarak işleneni, matematiği dahil et" + +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "MathJax ile tarayıcıda işleneni, matematiği dahil et" + +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "yapılandırma değerlerine dayalı içeriğin koşullu olarak eklenmesi" + +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "belgelenmiş Python nesnelerinin kaynak koduna bağlantıları dahil et" + +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "belgeyi GitHub sayfalarında yayımlamak için .nojekyll dosyası oluştur" + +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "Lütfen geçerli bir yol adı girin." + +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "Lütfen biraz metin girin." + +#: cmd/quickstart.py:134 +#, python-format +msgid "Please enter one of %s." +msgstr "Lütfen %s seçeneklerinden birini girin." + +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "Lütfen ya 'y' ya da 'n' girin." + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Lütfen bir dosya soneki girin, örn. '.rst' veya '.txt'." + +#: cmd/quickstart.py:230 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Sphinx %s hızlı başlangıç yardımcı uygulamasına hoş geldiniz." + +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "Lütfen aşağıdaki ayarlar için değerleri girin (parantez içinde verilirse\nvarsayılan değeri kabul etmek için yalnızca Enter tuşuna basın)." + +#: cmd/quickstart.py:242 +#, python-format +msgid "Selected root path: %s" +msgstr "Seçilen kök dizin yolu: %s" + +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "Belgelendirme için kök dizin yolunu girin." + +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "Belgelendirme için kök dizin yolu" + +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Hata: seçilen kök dizin yolunda varolan bir conf.py bulundu." + +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sfenks-quickstart varolan Sphinx projelerinin üzerine yazmayacak." + +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Lütfen yeni bir kök dizin yolu girin (ya da çıkmak için yalnızca Enter'a basın)" + +#: cmd/quickstart.py:275 +msgid "" +"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 çıktısının oluşturma dizinini yerleştirmek için iki seçeneğiniz var.\nYa, kök dizin yolu içinde bir \"_build\" dizini kullanın, ya da kök dizin yolu\niçinde \"source\" ve \"build\" dizinlerini ayırın." + +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "Source ve build dizinlerini ayır (y/n)" + +#: cmd/quickstart.py:288 +msgid "" +"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 "Kök dizinin içinde, iki dizin daha oluşturulacaktır; özel HTML şablonları için \"_templates\"\nve özel stil sayfaları ve diğer sabit dosyalar için \"_static\".\nAlt çizgi yerine başka bir önek (\".\" gibi) girebilirsiniz." + +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "Templates ve static dizinleri için ad öneki" + +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "Proje adı, oluşturulan belgelendirmedeki çeşitli yerlerde oluşacak." + +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "Proje adı" + +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "Hazırlayan ad(ları)ı" + +#: cmd/quickstart.py:310 +msgid "" +"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 "" + +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "Proje sürümü" + +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "Proje yayımı" + +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "Eğer belgeler İngilizce dışında bir dilde yazıldıysa, bunun dil koduna\ngöre burada bir dil seçebilirsiniz. Sphinx daha sonra, ürettiği metni o\ndile çevirecektir.\n\nDesteklenen kodların listesi için\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language adresine bakın." + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "Proje dili" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "Kaynak dosya soneki" + +#: cmd/quickstart.py:351 +msgid "" +"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 "Bir belge, \"içindekiler ağacı\"nın üst düğümü olarak kabul edilmesi, yani\nbelgelerin hiyerarşik yapısının kökü olması açısından özeldir.\nNormalde bu \"dizin\"dir, ancak \"dizin\" belgeniz özel bir şablonsa,\nbunu başka bir dosya adına da ayarlayabilirsiniz." + +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "Asıl belgenizin adı (sonek olmadan)" + +#: cmd/quickstart.py:372 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Hata: %s asıl dosyası zaten seçilen kök dizin yolunda bulundu." + +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sfenks-quickstart varolan dosyanın üzerine yazmayacak." + +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Lütfen yeni bir dosya adı girin ya da varolan dosyayı yeniden adlandırın ve Enter tuşuna basın" + +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Aşağıdaki Sphinx uzantılarından hangisinin etkinleştirilmesi gerektiğini gösterir:" + +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Not: imgmath ve mathjax aynı anda etkinleştirilemez. imgmath seçimi kaldırıldı." + +#: cmd/quickstart.py:411 +msgid "" +"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 "Makefile ve Windows komut dosyası sizin için oluşturulabilir,\nböylece doğrudan örn. sphinx-build çağırmak yerine sadece\n`make html' komutu çalıştırılmak zorundadır." + +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "Makefile oluşturulsun mu? (y/n)" + +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "Windows komut satırı oluşturulsun mu? (y/n)" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." +msgstr "%s dosyası oluşturuluyor." + +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "%s dosyası zaten var, atlanıyor." + +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "Tamamlandı: İlk dizin yapısı oluşturuldu." + +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Artık %s asıl dosyanızı doldurmalı ve diğer belgelendirme kaynak dosyalarını\noluşturmalısınız." + +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Belgeleri oluşturmak için Makefile'ı kullanın, aşağıdaki gibi:\n make builder" + +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "Belgeleri oluşturmak için sphinx-build komutunu kullanın, aşağıdaki gibi:\n sphinx-build -b builder %s %s" + +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "\"builder\" burada desteklenen oluşturuculardan biridir, örn. html, latex veya linkcheck." + +#: cmd/quickstart.py:577 +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 "\nBir Sphinx projesi için gerekli dosyaları oluşturun.\n\nsphinx-quickstart, projeniz hakkında bazı sorular soran ve ardından tam bir\nbelgelendirme dizini ve örnek oluşturan etkileşimli bir araçtır\nMakefile, sphinx-build ile kullanılır.\n" + +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "sessiz kipi" + +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "proje kök dizini" + +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "Yapı seçenekleri" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

Kodları mevcut bütün modüller

" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "eğer belirtildiyse, kaynak ve oluşturma dizinlerini ayırın" + +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "_templates vb. içinde nokta için değiştirme" + +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "Proje temel seçenekleri" + +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "proje adı" + +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "hazırlayan adları" + +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "projenin sürümü" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "projenin yayımı" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "belge dili" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "kaynak dosya soneki" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "asıl belge adı" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "epub kullan" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "Uzantı seçenekleri" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "%s uzantısını etkinleştir" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "rasgele uzantıları etkinleştir" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Makefile ve Batchfile oluşturma" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "makefile oluştur" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "makefile oluşturma" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "batchfile oluştur" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "batchfile oluşturma" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat için make-mode kullan" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Proje şablonlama" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "şablon dosyaları için şablon dizini" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "bir şablon değişkeni tanımla" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"sessiz\" belirtilmiş, ancak herhangi bir \"proje\" veya \"hazırlayan\" belirtilmemiş." + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Hata: belirtilen yol bir dizin değil ya da sphinx dosyaları zaten var." + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sfenks-quickstart sadece boş bir dizin içine oluşturur. Lütfen yeni bir kök dizin yolu belirtin." + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Geçersiz şablon değişkeni: %s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree, hariç tutulan %r belgesine başvuru içeriyor" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree, varolmayan %r belgesine başvuru içeriyor" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Bölümü hazırlayan: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modülü hazırlayan: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Kodu hazırlayan: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Hazırlayan: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Geçersiz resim yazısı: %s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "satır numarası özellikleri aralık dışında (1-%d): %r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Hem \"%s\" hem de \"%s\" seçeneği kullanılamıyor" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "%r adlı nesne, dahil edilen %r dosyasında bulunamadı" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Ayrık bir \"satır\" kümesiyle \"lineno-match\" kullanılamıyor" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Satır özelliği %r: dahil edilen %r dosyasından çekilen hiç satır yok" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "varsayılan rol %s bulunamadı" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "okuma hatası: %s, %s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "yazma hatası: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "atlandı" + +#: util/display.py:83 +msgid "failed" +msgstr "başarısız oldu" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: domains/citation.py:75 +#: util/docfields.py:100 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "%s kopya alıntısı, %s içindeki diğer örnek" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: domains/citation.py:92 +#: util/nodes.py:459 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Alıntı [%s] kaynak gösterilmedi." +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: domains/math.py:73 +#: util/nodes.py:520 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "%s denkleminin kopya etiketi, %s içindeki diğer örnek" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: domains/math.py:130 writers/latex.py:2500 +#: util/nodes.py:738 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Geçersiz math_eqref_format: %r" +msgid "exception while evaluating only directive expression: %s" +msgstr "" #: domains/javascript.py:183 #, python-format @@ -1559,6 +2131,11 @@ msgstr "modülü" msgid "duplicate %s description of %s, other %s in %s" msgstr "kopya %s açıklamasına ait %s, diğer %s, %s içinde" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1591,6 +2168,21 @@ msgstr "rolü" msgid "duplicate description of %s %s, other instance in %s" msgstr "%s %s kopya açıklaması, %s içindeki diğer örnek" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "%s denkleminin kopya etiketi, %s içindeki diğer örnek" + +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "%s kopya alıntısı, %s içindeki diğer örnek" + +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Alıntı [%s] kaynak gösterilmedi." + #: domains/changeset.py:32 #, python-format msgid "Added in version %s" @@ -1606,1292 +2198,1054 @@ msgstr "%s sürümünde değişti" msgid "Deprecated since version %s" msgstr "%s sürümünden beri kullanım dışı" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "iş numarası pozitif bir sayı olmalıdır" - -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "" - -#: cmd/build.py:74 -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 "" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "belgelendirme kaynak dosyaları için yol" - -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "çıktı dizini için yol" - -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" - -#: cmd/build.py:114 -msgid "general options" -msgstr "genel seçenekler" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" - -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "tüm dosyaları yaz (varsayılan: sadece yeni ve değiştirilmiş dosyaları yaz)" - -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "kaydedilmiş bir ortam kullanma, her zaman tüm dosyaları oku" - -#: cmd/build.py:150 -msgid "path options" -msgstr "" - -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "yapılandırma dosyasındaki bir ayarı geçersiz kıl" - -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "HTML şablonlarına bir değer geçir" - -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "etiketi tanımla: \"sadece\" TAG'li blokları dahil et" - -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: cmd/build.py:212 -msgid "console output options" -msgstr "konsol çıktısı seçenekleri" - -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "ayrıntı seviyesini artır (tekrarlanabilir)" - -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "stdout üzerinde çıktı yok, stderr üzerinde sadece uyarılar" - -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "hiç çıktı yok, hatta uyarılarda bile" - -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "renkli çıktı yayımı yap (varsayılan: otomatik algıla)" - -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "renkli çıktı yayımı yapma (varsayılan: otomatik algıla)" - -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" - -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "verilen dosyaya uyarıları (ve hataları) yaz" - -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "uyarıları hatalara dönüştür" - -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "özel durumda tam geri izleme göster" - -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "özel durumda Pdb çalıştır" - -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" - -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "-a seçeneği ve dosya adları birleştirilemiyor" - -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" - -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D seçeneği bağımsız değişkeni ad=değer biçiminde olmak zorundadır" - -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A seçeneği bağımsız değişkeni ad=değer biçiminde olmak zorundadır" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "modüllerden otomatik olarak docstrings ekle" - -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest bloklarında kod parçacıklarını otomatik olarak dene" - -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "farklı projelerin Sphinx begelendirmeleri arasında bağlantıla" - -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "oluşturmada gösterilebilen veya gizlenebilen \"yapılacaklar\" girişlerini yaz" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "belgelendirme kapsamı için denetlemeler" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "PNG veya SVG resimleri olarak işleneni, matematiği dahil et" - -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "MathJax ile tarayıcıda işleneni, matematiği dahil et" - -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "yapılandırma değerlerine dayalı içeriğin koşullu olarak eklenmesi" - -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "belgelenmiş Python nesnelerinin kaynak koduna bağlantıları dahil et" - -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "belgeyi GitHub sayfalarında yayımlamak için .nojekyll dosyası oluştur" - -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "Lütfen geçerli bir yol adı girin." +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "Lütfen biraz metin girin." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Genel bakış dosyası %(outdir)s içinde." -#: cmd/quickstart.py:134 +#: builders/changes.py:65 #, python-format -msgid "Please enter one of %s." -msgstr "Lütfen %s seçeneklerinden birini girin." +msgid "no changes in version %s." +msgstr "%s sürümünde değişiklik yok." -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "Lütfen ya 'y' ya da 'n' girin." +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "özet dosyası yazılıyor..." -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Lütfen bir dosya soneki girin, örn. '.rst' veya '.txt'." +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Yerleşikler" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Sphinx %s hızlı başlangıç yardımcı uygulamasına hoş geldiniz." +#: builders/changes.py:81 +msgid "Module level" +msgstr "Modül seviyesi" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Lütfen aşağıdaki ayarlar için değerleri girin (parantez içinde verilirse\nvarsayılan değeri kabul etmek için yalnızca Enter tuşuna basın)." +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "kaynak dosyalar kopyalanıyor..." -#: cmd/quickstart.py:242 +#: builders/changes.py:146 #, python-format -msgid "Selected root path: %s" -msgstr "Seçilen kök dizin yolu: %s" +msgid "could not read %r for changelog creation" +msgstr "değişiklikler günlüğü oluşturma için %r okunamadı" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "Belgelendirme için kök dizin yolunu girin." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s (%s)" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "Belgelendirme için kök dizin yolu" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Hata: seçilen kök dizin yolunda varolan bir conf.py bulundu." +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "[mo] oluşturuluyor: " -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sfenks-quickstart varolan Sphinx projelerinin üzerine yazmayacak." +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "çıktı yazılıyor..." -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Lütfen yeni bir kök dizin yolu girin (ya da çıkmak için yalnızca Enter'a basın)" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "%d po dosyasının tümü" -#: cmd/quickstart.py:274 -msgid "" -"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 çıktısının oluşturma dizinini yerleştirmek için iki seçeneğiniz var.\nYa, kök dizin yolu içinde bir \"_build\" dizini kullanın, ya da kök dizin yolu\niçinde \"source\" ve \"build\" dizinlerini ayırın." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "belirtilen %d po dosyası için hedefler" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "Source ve build dizinlerini ayır (y/n)" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "güncel olmayan %d po dosyası için hedefler" -#: cmd/quickstart.py:287 -msgid "" -"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 "Kök dizinin içinde, iki dizin daha oluşturulacaktır; özel HTML şablonları için \"_templates\"\nve özel stil sayfaları ve diğer sabit dosyalar için \"_static\".\nAlt çizgi yerine başka bir önek (\".\" gibi) girebilirsiniz." +#: builders/__init__.py:325 +msgid "all source files" +msgstr "tüm kaynak dosyaları" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "Templates ve static dizinleri için ad öneki" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: cmd/quickstart.py:298 +#: builders/__init__.py:343 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "Proje adı, oluşturulan belgelendirmedeki çeşitli yerlerde oluşacak." +"file %r given on command line is not under the source directory, ignoring" +msgstr "komut satırında verilen %r dosyası kaynak dizinin altında değil, yoksayılıyor" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "Proje adı" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "Hazırlayan ad(ları)ı" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "komut satırında verilen %d kaynak dosyası" -#: cmd/quickstart.py:309 -msgid "" -"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 "" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "güncel olmayan %d kaynak dosyası için hedefler" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "Proje sürümü" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "[%s] oluşturuluyor:" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "Proje yayımı" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "şimdi güncel olmayan dosyalar aranıyor..." -#: cmd/quickstart.py:324 -msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "Eğer belgeler İngilizce dışında bir dilde yazıldıysa, bunun dil koduna\ngöre burada bir dil seçebilirsiniz. Sphinx daha sonra, ürettiği metni o\ndile çevirecektir.\n\nDesteklenen kodların listesi için\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language adresine bakın." +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d tane bulundu" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "Proje dili" +#: builders/__init__.py:418 +msgid "none found" +msgstr "hiç bulunamadı" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "ortam derin temizleniyor" -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "Kaynak dosya soneki" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "tutarlılık denetleniyor" -#: cmd/quickstart.py:350 -msgid "" -"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 "Bir belge, \"içindekiler ağacı\"nın üst düğümü olarak kabul edilmesi, yani\nbelgelerin hiyerarşik yapısının kökü olması açısından özeldir.\nNormalde bu \"dizin\"dir, ancak \"dizin\" belgeniz özel bir şablonsa,\nbunu başka bir dosya adına da ayarlayabilirsiniz." +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "hiçbir hedef güncel değil." -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "Asıl belgenizin adı (sonek olmadan)" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "güncellenen ortam:" -#: cmd/quickstart.py:368 +#: builders/__init__.py:500 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Hata: %s asıl dosyası zaten seçilen kök dizin yolunda bulundu." - -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sfenks-quickstart varolan dosyanın üzerine yazmayacak." +msgid "%s added, %s changed, %s removed" +msgstr "%s eklendi, %s değiştirildi, %s kaldırıldı" -#: cmd/quickstart.py:378 +#: builders/__init__.py:537 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Lütfen yeni bir dosya adı girin ya da varolan dosyayı yeniden adlandırın ve Enter tuşuna basın" - -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Aşağıdaki Sphinx uzantılarından hangisinin etkinleştirilmesi gerektiğini gösterir:" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: cmd/quickstart.py:397 +#: builders/__init__.py:546 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Not: imgmath ve mathjax aynı anda etkinleştirilemez. imgmath seçimi kaldırıldı." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: cmd/quickstart.py:407 +#: builders/__init__.py:557 +#, python-format msgid "" -"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 "Makefile ve Windows komut dosyası sizin için oluşturulabilir,\nböylece doğrudan örn. sphinx-build çağırmak yerine sadece\n`make html' komutu çalıştırılmak zorundadır." +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "Makefile oluşturulsun mu? (y/n)" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "Windows komut satırı oluşturulsun mu? (y/n)" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "kaynaklar okunuyor..." -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: builders/__init__.py:726 #, python-format -msgid "Creating file %s." -msgstr "%s dosyası oluşturuluyor." +msgid "docnames to write: %s" +msgstr "yazmak için belge adları: %s" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "%s dosyası zaten var, atlanıyor." +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "Tamamlandı: İlk dizin yapısı oluşturuldu." +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "belgeler hazırlanıyor" -#: cmd/quickstart.py:520 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "Artık %s asıl dosyanızı doldurmalı ve diğer belgelendirme kaynak dosyalarını\noluşturmalısınız." +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Belgeleri oluşturmak için Makefile'ı kullanın, aşağıdaki gibi:\n make builder" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:531 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "Belgeleri oluşturmak için sphinx-build komutunu kullanın, aşağıdaki gibi:\n sphinx-build -b builder %s %s" +msgid "error writing file %s: %s" +msgstr "%s dosyası yazılırken hata oldu: %s" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "\"builder\" burada desteklenen oluşturuculardan biridir, örn. html, latex veya linkcheck." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Pseudo-XML dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:573 -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 "\nBir Sphinx projesi için gerekli dosyaları oluşturun.\n\nsphinx-quickstart, projeniz hakkında bazı sorular soran ve ardından tam bir\nbelgelendirme dizini ve örnek oluşturan etkileşimli bir araçtır\nMakefile, sphinx-build ile kullanılır.\n" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML sayfası %(outdir)s içinde." -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "sessiz kipi" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "tek bir belgede toplanıyor" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "proje kök dizini" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "yazılıyor" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "Yapı seçenekleri" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "ilave dosyalar yazılıyor" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "eğer belirtildiyse, kaynak ve oluşturma dizinlerini ayırın" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub dosyası %(outdir)s içinde." -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "_templates vb. içinde nokta için değiştirme" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_language\" (veya \"language\"), EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "Proje temel seçenekleri" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "yapılandırma değeri \"epub_uid\", EPUB3 için XML NAME olmalıdır" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "proje adı" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_title\" (veya \"html_title\"), EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "hazırlayan adları" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_author\", EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "projenin sürümü" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_contributor\", EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "projenin yayımı" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_description\", EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "belge dili" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_publisher\", EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "kaynak dosya soneki" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_copyright\" (veya \"copyright\"), EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "asıl belge adı" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "yapılandırma değeri \"epub_identifier\", EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "epub kullan" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "yapılandırma değeri \"version\", EPUB3 için boş olmamalıdır" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "Uzantı seçenekleri" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "geçersiz css_file: %r, yoksayıldı" -#: cmd/quickstart.py:671 +#: builders/text.py:27 #, python-format -msgid "enable %s extension" -msgstr "%s uzantısını etkinleştir" +msgid "The text files are in %(outdir)s." +msgstr "Metin dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "rasgele uzantıları etkinleştir" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Taklit oluşturucu hiçbir dosya oluşturmaz." -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Makefile ve Batchfile oluşturma" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Yukarıdaki çıktıda veya %(outdir)s/output.txt içinde herhangi bir hata arayın" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "makefile oluştur" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" +msgstr "bozuk bağlantı: %s (%s)" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "makefile oluşturma" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Bağlayıcı '%s' bulunamadı" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "batchfile oluştur" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "batchfile oluşturma" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat için make-mode kullan" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "İleti katalogları %(outdir)s içinde." -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Proje şablonlama" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d şablon dosyası için hedefler" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "şablon dosyaları için şablon dizini" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "şablonlar okunuyor..." -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "bir şablon değişkeni tanımla" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "ileti katalogları yazılıyor..." -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"sessiz\" belirtilmiş, ancak herhangi bir \"proje\" veya \"hazırlayan\" belirtilmemiş." +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:786 +#: builders/texinfo.py:44 msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Hata: belirtilen yol bir dizin değil ya da sphinx dosyaları zaten var." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nMakeinfo aracılığıyla bunları çalıştırmak için bu dizinde 'make' komutunu çalıştırın\n(bunu otomatik olarak yapmak için burada 'make info' komutunu kullanın)." -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sfenks-quickstart sadece boş bir dizin içine oluşturur. Lütfen yeni bir kök dizin yolu belirtin." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "hiçbir \"texinfo_documents\" yapılandırma değeri bulunamadı; hiçbir belge yazılmayacaktır" -#: cmd/quickstart.py:810 +#: builders/texinfo.py:85 #, python-format -msgid "Invalid template variable: %s" -msgstr "Geçersiz şablon değişkeni: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: directives/other.py:119 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "processing %s" +msgstr "%s işleniyor" -#: directives/other.py:153 environment/adapters/toctree.py:372 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree, hariç tutulan %r belgesine başvuru içeriyor" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "başvurular çözümleniyor..." -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree, varolmayan %r belgesine başvuru içeriyor" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (şurada: " -#: directives/other.py:169 +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "resimler kopyalanıyor..." + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "resim dosyası %r kopyalanamıyor: %s" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Bölümü hazırlayan: " +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo destek dosyaları kopyalanıyor..." -#: directives/other.py:205 -msgid "Module author: " -msgstr "Modülü hazırlayan: " +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile dosyası yazılırken hata oldu: %s" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Kodu hazırlayan: " +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "kopyalanmış ToC girişi bulundu: %s" -#: directives/other.py:209 -msgid "Author: " -msgstr "Hazırlayan: " +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "resim dosyası %r okunamıyor: bunun yerine kopyalanıyor" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "resim dosyası %r yazılamıyor: %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Yastık bulunamadı - resim dosyaları kopyalanıyor" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Geçersiz resim yazısı: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/_epub_base.py:594 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "satır numarası özellikleri aralık dışında (1-%d): %r" +msgid "unknown mimetype for %s, ignoring" +msgstr "%s için bilinmeyen mime türü, yoksayılıyor" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Hem \"%s\" hem de \"%s\" seçeneği kullanılamıyor" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: directives/code.py:235 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "writing %s file..." +msgstr "%s dosyası yazılıyor..." -#: directives/code.py:276 +#: builders/manpage.py:37 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "%r adlı nesne, dahil edilen %r dosyasında bulunamadı" +msgid "The manual pages are in %(outdir)s." +msgstr "Rehber sayfaları %(outdir)s içinde." -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Ayrık bir \"satır\" kümesiyle \"lineno-match\" kullanılamıyor" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "hiçbir \"man_pages\" yapılandırma değeri bulunamadı; hiçbir rehber sayfası yazılmayacaktır" -#: directives/code.py:314 +#: builders/manpage.py:64 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Satır özelliği %r: dahil edilen %r dosyasından çekilen hiç satır yok" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/latex/__init__.py:115 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Dizin" +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX dosyaları %(outdir)s içinde." -#: writers/latex.py:768 writers/texinfo.py:646 +#: builders/latex/__init__.py:118 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Dipnotlar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n(pdf)latex aracılığıyla bunları çalıştırmak için bu dizinde 'make' komutunu çalıştırın\n(bunu otomatik olarak yapmak için burada 'make latexpdf' komutunu kullanın)." -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "hiçbir \"latex_documents\" yapılandırma değeri bulunamadı; hiçbir belge yazılmayacaktır" -#: writers/texinfo.py:1303 +#: builders/latex/__init__.py:167 #, python-format -msgid "unimplemented node type: %r" -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" -msgstr "[resim: %s]" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Yayım" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[resim]" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "TeX destek dosyaları kopyalanıyor" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "ilave dosyalar kopyalanıyor" -#: writers/html5.py:431 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "" +msgid "logo file %r does not exist" +msgstr "logo dosyası %r mevcut değil" -#: writers/html5.py:441 +#: builders/latex/__init__.py:529 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" - -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" - -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Bilinmeyen yapılandırma anahtarı: latex_elements[%r], yoksayıldı." -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/latex/__init__.py:537 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: writers/latex.py:386 +#: builders/latex/theming.py:87 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r, \"theme\" ayarına sahip değil" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/latex/theming.py:90 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r dili için bilinen hiç Babel seçeneği yok" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r, \"%s\" ayarına sahip değil" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML sayfaları %(outdir)s içinde." -#: writers/latex.py:616 +#: builders/html/__init__.py:337 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: writers/latex.py:1228 +#: builders/html/__init__.py:372 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "" - -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Genel Dizin" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "dizin" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "sonraki" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "önceki" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "dizinler oluşturuluyor" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "ilave sayfalar yazılıyor" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "indirilebilir dosyalar kopyalanıyor..." -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "indirilebilir dosya %r kopyalanamıyor: %s" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "sabit dosya %r kopyalanamıyor" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "fazladan dosyalar kopyalanıyor" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "fazladan dosya %r kopyalanamıyor..." -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" -#: transforms/i18n.py:275 -#, python-brace-format +#: builders/html/__init__.py:1004 msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "arama dizini yüklenemedi, ancak tüm belgeler oluşturulmayacaktır: dizin tamamlanmamış olacaktır." -#: transforms/i18n.py:325 -#, python-brace-format +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "sayfa %s html_sidebars içinde iki şekille eşleşiyor: %r ve %r" + +#: builders/html/__init__.py:1213 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"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 sayfasını işlerken bir Evrensel kod hatası meydana geldi. Lütfen ASCII olmayan içerik içeren tüm yapılandırma değerlerinin Evrensel kod dizgiler olduğundan emin olun." -#: transforms/i18n.py:347 -#, python-brace-format +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "%s sayfasını işlerken bir hata oldu.\nSebep: %r" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "nesne envanteri dökümleniyor" -#: transforms/__init__.py:258 +#: builders/html/__init__.py:1276 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgid "dumping search index in %s" +msgstr "%s içinde arama dizini dökümleniyor" -#: transforms/__init__.py:299 +#: builders/html/__init__.py:1323 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +msgid "invalid js_file: %r, ignored" +msgstr "geçersiz js_file: %r, yoksayıldı" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Birçok math_renderers kayıtlı. Ama hiç math_renderer seçilmedi." -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Bilinmeyen math_renderer %r verildi." -#: util/inventory.py:147 +#: builders/html/__init__.py:1375 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path girişi %r, çıktı dizini içine yerleştirildi" -#: util/inventory.py:166 +#: builders/html/__init__.py:1380 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path girişi %r mevcut değil" -#: util/i18n.py:100 +#: builders/html/__init__.py:1395 #, python-format -msgid "reading error: %s, %s" -msgstr "okuma hatası: %s, %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path girişi %r, çıktı dizini içine yerleştirildi" -#: util/i18n.py:113 +#: builders/html/__init__.py:1400 #, python-format -msgid "writing error: %s, %s" -msgstr "yazma hatası: %s, %s" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path girişi %r mevcut değil" -#: util/i18n.py:146 +#: builders/html/__init__.py:1422 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "favicon dosyası %r mevcut değil" -#: util/i18n.py:244 +#: builders/html/__init__.py:1435 #, python-format -msgid "Invalid Babel locale: %r." +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: util/i18n.py:253 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: util/osutil.py:131 +#: builders/html/__init__.py:1464 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "%s %s documentation" +msgstr "%s %s belgelendirmesi" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "atlandı" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: util/display.py:87 -msgid "failed" -msgstr "başarısız oldu" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: util/docutils.py:325 +#: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format -msgid "unknown directive name: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s modülü içinde)" -#: util/docutils.py:361 +#: domains/python/__init__.py:172 domains/python/__init__.py:366 +#: domains/python/__init__.py:426 domains/python/__init__.py:466 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s modülü içinde)" -#: util/docutils.py:805 +#: domains/python/__init__.py:174 #, python-format -msgid "unknown node type: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (yerleşik değişken)" -#: util/fileutil.py:76 +#: domains/python/__init__.py:209 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (yerleşik sınıf)" -#: util/fileutil.py:89 +#: domains/python/__init__.py:210 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (%s içindeki sınıf)" -#: util/docfields.py:103 +#: domains/python/__init__.py:275 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s sınıf yöntemi)" -#: util/rst.py:73 +#: domains/python/__init__.py:277 #, python-format -msgid "default role %s not found" -msgstr "varsayılan rol %s bulunamadı" +msgid "%s() (%s static method)" +msgstr "%s() (%s sabit yöntemi)" -#: util/nodes.py:462 +#: domains/python/__init__.py:430 #, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +msgid "%s (%s property)" msgstr "" -#: util/nodes.py:523 +#: domains/python/__init__.py:470 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "%s (type alias in %s)" msgstr "" -#: util/nodes.py:739 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: domains/python/__init__.py:624 +msgid "Python Module Index" +msgstr "Python Modül Dizini" + +#: domains/python/__init__.py:625 +msgid "modules" +msgstr "modülleri" + +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Kullanım dışı" + +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "özel durum" + +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "sınıf yöntemi" + +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "sabit yöntemi" + +#: domains/python/__init__.py:734 +msgid "property" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "önceki sayfadan devam" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "sonraki sayfaya devam" +#: domains/python/__init__.py:804 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Alfabetik olmayan" +#: domains/python/__init__.py:974 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Semboller" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (kullanım dışı)" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numaralar" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "sayfa" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Yayım" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Parametreler" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Değişkenler" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Harekete geçirir" -#: transforms/post_transforms/images.py:96 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "environment variable; %s" +msgstr "ortam değişkeni; %s" -#: transforms/post_transforms/images.py:143 +#: domains/std/__init__.py:116 #, python-format -msgid "Unknown image format: %s..." -msgstr "Bilinmeyen resim biçimi: %s..." - -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +msgid "%s; configuration value" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: domains/std/__init__.py:239 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Hatalı biçimlendirilmiş seçenek açıklaması %r, \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" veya \"+opt args\" şeklinde görünmelidir" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Yarıda kesildi!" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" +msgstr "%s komut satırı seçeneği" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "komut satırı seçeneği" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: domains/std/__init__.py:462 +msgid "glossary term must be preceded by empty line" +msgstr "sözlük teriminden önce boş satır gelmek zorundadır" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: domains/std/__init__.py:475 +msgid "glossary terms must not be separated by empty lines" +msgstr "sözlük terimleri boş satırlarla ayrılmamak zorundadır" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: domains/std/__init__.py:487 domains/std/__init__.py:505 +msgid "glossary seems to be misformatted, check indentation" +msgstr "sözlük yanlış biçimlendirilmiş gibi görünüyor, girintiyi gözden geçirin" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: domains/std/__init__.py:730 +msgid "glossary term" +msgstr "sözlük terimi" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: domains/std/__init__.py:731 +msgid "grammar token" +msgstr "dilbilgisi belirteci" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: domains/std/__init__.py:732 +msgid "reference label" +msgstr "başvuru etiketi" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "Bir dahaki sefere daha iyi bir hata iletisi sağlanabilmesi için lütfen bunu bir kullanıcı hatasıysa da bildirin." +#: domains/std/__init__.py:734 +msgid "environment variable" +msgstr "ortam değişkeni" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Yan çubuğu daralt" +#: domains/std/__init__.py:735 +msgid "program option" +msgstr "program seçeneği" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Gezinti" +#: domains/std/__init__.py:736 +msgid "document" +msgstr "belge" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s içinde ara" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +msgid "Module Index" +msgstr "Modül Dizini" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Bu belgeler hakkında" +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Arama Sayfası" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Ara" +#: domains/std/__init__.py:858 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "kopya %s açıklamasına ait %s, %s içindeki diğer örnek " -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Telif hakkı" +#: domains/std/__init__.py:1114 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: domains/std/__init__.py:1125 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: themes/basic/layout.html:201 +#: domains/std/__init__.py:1139 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Son güncelleme: %(last_updated)s." +msgid "the link has no caption: %s" +msgstr "bağlantının resim yazısı yok: %s" -#: themes/basic/layout.html:204 +#: domains/std/__init__.py:1154 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" - -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Önceki konu" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "önceki bölüm" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Sonraki konu" +msgid "invalid numfig_format: %s (%r)" +msgstr "geçersiz numfig_format: %s (%r)" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "sonraki bölüm" +#: domains/std/__init__.py:1158 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "geçersiz numfig_format: %s" -#: themes/basic/genindex-single.html:26 +#: domains/std/__init__.py:1454 #, python-format -msgid "Index – %(key)s" +msgid "undefined label: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Tek sayfada tam dizin" +#: domains/std/__init__.py:1457 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Bu Sayfa" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Kaynağı Göster" +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Hızlı Arama" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Git" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "üyesi" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Genel Bakış" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "değişkeni" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Hoş Geldiniz! Karşınızda" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makrosu" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "belgelendirme konusu: " +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "son güncelleme" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "birliği" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Dizinler ve tablolar:" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tam İçindekiler" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "numaralandırıcı" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "tüm bölümleri ve alt bölümleri listeler" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "türü" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Arama Sayfası" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "bu belgelendirmeyi ara" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Şablon Parametreleri" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Genel Modül Dizini" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "tüm modüllere hızlı erişim" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Genel Dizin" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "kavramı" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "tüm işlevler, sınıflar, terimler" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "İçindekiler" #: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 #: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 @@ -2903,13 +3257,26 @@ msgstr "İçindekiler" msgid "Search %(docstitle)s" msgstr "%(docstitle)s ara" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Harfe göre dizin sayfaları" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Önceki konu" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "çok büyük olabilir" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "önceki bölüm" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sonraki konu" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sonraki bölüm" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Ara" #: themes/basic/search.html:20 msgid "" @@ -2927,456 +3294,309 @@ msgstr "" msgid "search" msgstr "ara" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "İçindekiler" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Arama Sonuçları" - -#: themes/basic/static/searchtools.js:134 -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 "Arama sonucunda herhangi bir belge bulunamadı. Bütün kelimeleri doğru yazdığınızdan ve gerekli bütün kategorileri seçtiğinizden emin olun." - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "Aranıyor" - -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "Aramaya hazırlanıyor..." - -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ", şunun içinde:" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Arama Eşleşmelerini Gizle" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Sürüm %(version)s — %(docstitle)s içindeki Değişiklikler" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Bu Sayfa" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Kaynağı Göster" -#: themes/basic/changes/versionchanges.html:17 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "%(version)s sürümündeki değişikliklerin otomatik olarak üretilmiş listesi" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Kütüphane değişiklikleri" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API'sindeki değişiklikler" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Diğer değişiklikler" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Yan çubuğu genişlet" - -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" - -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +msgid "Index – %(key)s" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Parametreler" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Değişkenler" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Harekete geçirir" - -#: domains/python/__init__.py:105 domains/python/__init__.py:270 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s modülü içinde)" - -#: domains/python/__init__.py:172 domains/python/__init__.py:366 -#: domains/python/__init__.py:426 domains/python/__init__.py:466 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s modülü içinde)" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Tek sayfada tam dizin" -#: domains/python/__init__.py:174 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (yerleşik değişken)" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Gezinti" -#: domains/python/__init__.py:209 +#: themes/basic/layout.html:115 #, python-format -msgid "%s (built-in class)" -msgstr "%s (yerleşik sınıf)" +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s içinde ara" -#: domains/python/__init__.py:210 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (%s içindeki sınıf)" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Bu belgeler hakkında" -#: domains/python/__init__.py:275 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s sınıf yöntemi)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Telif hakkı" -#: domains/python/__init__.py:277 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s sabit yöntemi)" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: domains/python/__init__.py:430 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Son güncelleme: %(last_updated)s." -#: domains/python/__init__.py:470 +#: themes/basic/layout.html:204 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: domains/python/__init__.py:624 -msgid "Python Module Index" -msgstr "Python Modül Dizini" - -#: domains/python/__init__.py:625 -msgid "modules" -msgstr "modülleri" - -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Kullanım dışı" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "özel durum" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "sınıf yöntemi" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "sabit yöntemi" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hızlı Arama" -#: domains/python/__init__.py:734 -msgid "property" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Git" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Genel Bakış" -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Hoş Geldiniz! Karşınızda" -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "belgelendirme konusu: " -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr " (kullanım dışı)" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "son güncelleme" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Dizinler ve tablolar:" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Şablon Parametreleri" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tam İçindekiler" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "tüm bölümleri ve alt bölümleri listeler" -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "bu belgelendirmeyi ara" -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "birliği" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Genel Modül Dizini" -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "üyesi" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "tüm modüllere hızlı erişim" -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "türü" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "tüm işlevler, sınıflar, terimler" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "kavramı" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Harfe göre dizin sayfaları" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "çok büyük olabilir" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "numaralandırıcı" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Yan çubuğu daralt" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Yan çubuğu genişlet" -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Arama Eşleşmelerini Gizle" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Arama Sonuçları" + +#: themes/basic/static/searchtools.js:134 msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "Arama sonucunda herhangi bir belge bulunamadı. Bütün kelimeleri doğru yazdığınızdan ve gerekli bütün kategorileri seçtiğinizden emin olun." -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "değişkeni" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "Aranıyor" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "makrosu" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "Aramaya hazırlanıyor..." -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ", şunun içinde:" -#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "environment variable; %s" -msgstr "ortam değişkeni; %s" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Sürüm %(version)s — %(docstitle)s içindeki Değişiklikler" -#: domains/std/__init__.py:116 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:172 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:182 -msgid "Default" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: domains/std/__init__.py:239 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Hatalı biçimlendirilmiş seçenek açıklaması %r, \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" veya \"+opt args\" şeklinde görünmelidir" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "%(version)s sürümündeki değişikliklerin otomatik olarak üretilmiş listesi" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s komut satırı seçeneği" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Kütüphane değişiklikleri" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "komut satırı seçeneği" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API'sindeki değişiklikler" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "sözlük teriminden önce boş satır gelmek zorundadır" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Diğer değişiklikler" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "sözlük terimleri boş satırlarla ayrılmamak zorundadır" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "önceki sayfadan devam" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "sözlük yanlış biçimlendirilmiş gibi görünüyor, girintiyi gözden geçirin" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "sonraki sayfaya devam" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "sözlük terimi" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Alfabetik olmayan" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "dilbilgisi belirteci" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Semboller" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "başvuru etiketi" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numaralar" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "ortam değişkeni" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "sayfa" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "program seçeneği" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "resim dosyası okunabilir değil: %s" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "belge" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "%s resim dosyası okunabilir değil: %s" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modül Dizini" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "indirme dosyası okunabilir değil: %s" -#: domains/std/__init__.py:857 +#: environment/collectors/toctree.py:257 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "kopya %s açıklamasına ait %s, %s içindeki diğer örnek " +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s zaten atanmış bölüm numaralarıdır (iç içe numaralı toctree mi?)" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "bakınız %s" -#: domains/std/__init__.py:1124 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "see also %s" +msgstr "ayrıca bakınız %s" -#: domains/std/__init__.py:1138 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "the link has no caption: %s" -msgstr "bağlantının resim yazısı yok: %s" +msgid "unknown index entry type %r" +msgstr "bilinmeyen dizin girişi türü %r" -#: domains/std/__init__.py:1153 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "geçersiz numfig_format: %s (%r)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "dairesel toctree kaynakları algılandı, yoksayılan: %s <- %s" -#: domains/std/__init__.py:1157 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid numfig_format: %s" -msgstr "geçersiz numfig_format: %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree, başlığı olmayan %r belgesine başvuru içeriyor: hiç bağlantı oluşturulmayacaktır" -#: domains/std/__init__.py:1453 +#: environment/adapters/toctree.py:375 #, python-format -msgid "undefined label: %r" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: domains/std/__init__.py:1456 +#: environment/adapters/toctree.py:378 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/napoleon/docstring.py:185 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/napoleon/docstring.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:199 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "Örnek" - -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Örnekler" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "" - -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "Notlar" - -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "Diğer Parametreler" - -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +msgid "%r reference target not found: %s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "Kaynaklar" - -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "Uyarılar" - -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "Getiriler" - -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "A mocked object is detected: %r" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "alias of %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Bases: %s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "Bilinmeyen resim biçimi: %s..." #: ext/autodoc/_directive_options.py:226 #: ext/autodoc/_legacy_class_based/_directive_options.py:47 @@ -3415,219 +3635,76 @@ msgstr "" msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" - -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "%s dosyası oluşturur." - -#: ext/apidoc/_cli.py:28 -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 "\nPython modülleri ve paketleri için içine art arda bakın ve içindeki\npaket başına otomodül talimatlarını içeren bir reST dosyası oluşturun.\n\n'ler, nesilden hariç tutulacak olan dosya ve/veya dizin şekilleri olabilir.\n\nNot: Varsayılan olarak bu betik zaten oluşturulmuş dosyaların üzerine yazmayacak." - -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "belge için modüle giden yol" - -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "nesilden hariç tutmak için fnmatch-style dosyası ve/veya dizin şekilleri" - -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "tüm çıktıların yerleştirileceği dizin" - -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "TOC'da gösterilecek alt modüllerin en fazla derinliği (varsayılan: 4)" - -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "varolan dosyaların üzerine yaz" - -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "sembolik bağlantıları takip edin. Collective.recipe.omelette ile birleştirildiğinde güçlü." - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "dosyaları oluşturmadan betiği çalıştır" - -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "her modül için belgelendirmeyi kendi sayfasına koy" - -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" modülleri dahil" - -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "içindekiler dosyası adı (varsayılan: modüller)" - -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "içindekiler tablosu oluşturma" - -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "modül/paket paketleri için başlıklar oluşturma (örn. docstrings zaten bunları içerdiğinde)" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "modül belgelerini alt modül belgelerinin önüne koyun" - -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "modül yollarını PEP-0420 kapalı ad alanları özelliklerine göre yorumla" - -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" - -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "dosya soneki (varsayılan: rst)" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" - -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart ile tam bir proje oluştur" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "--full yazıldığında, append module_path to sys.path, kullanılır" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "proje adı (varsayılan: kök modül adı)" - -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "--full yazıldığında, proje hazırlayan(lar)ı kullanılır" - -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "--full yazıldığında, proje sürümü kullanılır" - -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "--full yazıldığında, varsayılanı to --doc-version, proje yayımı kullanılır" - -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "uzantı seçenekleri" - -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" - -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s bir dizin değil." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" - -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" - -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" - -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3700,129 +3777,215 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:239 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/autosummary/__init__.py:329 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/autosummary/__init__.py:358 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "failed to import object %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/autosummary/__init__.py:652 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" + +#: ext/apidoc/_generate.py:66 +#, python-format +msgid "Would create file %s." +msgstr "%s dosyası oluşturur." + +#: ext/apidoc/_cli.py:28 +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 "\nPython modülleri ve paketleri için içine art arda bakın ve içindeki\npaket başına otomodül talimatlarını içeren bir reST dosyası oluşturun.\n\n'ler, nesilden hariç tutulacak olan dosya ve/veya dizin şekilleri olabilir.\n\nNot: Varsayılan olarak bu betik zaten oluşturulmuş dosyaların üzerine yazmayacak." + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "belge için modüle giden yol" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "nesilden hariç tutmak için fnmatch-style dosyası ve/veya dizin şekilleri" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "tüm çıktıların yerleştirileceği dizin" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "TOC'da gösterilecek alt modüllerin en fazla derinliği (varsayılan: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "varolan dosyaların üzerine yaz" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "sembolik bağlantıları takip edin. Collective.recipe.omelette ile birleştirildiğinde güçlü." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "dosyaları oluşturmadan betiği çalıştır" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "her modül için belgelendirmeyi kendi sayfasına koy" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" modülleri dahil" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "içindekiler dosyası adı (varsayılan: modüller)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "içindekiler tablosu oluşturma" + +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "modül/paket paketleri için başlıklar oluşturma (örn. docstrings zaten bunları içerdiğinde)" + +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "modül belgelerini alt modül belgelerinin önüne koyun" + +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "modül yollarını PEP-0420 kapalı ad alanları özelliklerine göre yorumla" + +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "dosya soneki (varsayılan: rst)" + +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart ile tam bir proje oluştur" + +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "--full yazıldığında, append module_path to sys.path, kullanılır" + +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "proje adı (varsayılan: kök modül adı)" + +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "--full yazıldığında, proje hazırlayan(lar)ı kullanılır" + +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "--full yazıldığında, proje sürümü kullanılır" -#: ext/intersphinx/_load.py:297 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "--full yazıldığında, varsayılanı to --doc-version, proje yayımı kullanılır" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "uzantı seçenekleri" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx envanteri taşındı: %s -> %s" +msgid "%s is not a directory." +msgstr "%s bir dizin değil." #: ext/intersphinx/_resolve.py:53 #, python-format @@ -3864,445 +4027,287 @@ msgstr "" msgid "external %s:%s reference target not found: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" - -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" - -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 +#: ext/intersphinx/_load.py:72 #, python-format msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#: ext/intersphinx/_load.py:83 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" - -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML sayfaları %(outdir)s içinde." - -#: builders/html/__init__.py:337 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "Failed to read build info file: %r" -msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" - -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:355 -msgid "building [html]: " +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:372 -#, python-format +#: ext/intersphinx/_load.py:324 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "dizin" - -#: builders/html/__init__.py:549 -#, python-format -msgid "Logo of %s" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "sonraki" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "önceki" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "dizinler oluşturuluyor" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "ilave sayfalar yazılıyor" - -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "indirilebilir dosyalar kopyalanıyor..." - -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "indirilebilir dosya %r kopyalanamıyor: %s" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx envanteri taşındı: %s -> %s" -#: builders/html/__init__.py:853 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:871 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:906 -msgid "copying static files" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:923 -#, python-format -msgid "cannot copy static file %r" -msgstr "sabit dosya %r kopyalanamıyor" - -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "fazladan dosyalar kopyalanıyor" - -#: builders/html/__init__.py:938 -#, python-format -msgid "cannot copy extra file %r" -msgstr "fazladan dosya %r kopyalanamıyor..." - -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" - -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "arama dizini yüklenemedi, ancak tüm belgeler oluşturulmayacaktır: dizin tamamlanmamış olacaktır." - -#: builders/html/__init__.py:1038 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "sayfa %s html_sidebars içinde iki şekille eşleşiyor: %r ve %r" - -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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 sayfasını işlerken bir Evrensel kod hatası meydana geldi. Lütfen ASCII olmayan içerik içeren tüm yapılandırma değerlerinin Evrensel kod dizgiler olduğundan emin olun." +msgid "invalid value set (missing opening brace): %s" +msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "%s sayfasını işlerken bir hata oldu.\nSebep: %r" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "nesne envanteri dökümleniyor" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "Örnek" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "%s içinde arama dizini dökümleniyor" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Örnekler" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "geçersiz js_file: %r, yoksayıldı" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "Notlar" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Birçok math_renderers kayıtlı. Ama hiç math_renderer seçilmedi." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "Diğer Parametreler" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Bilinmeyen math_renderer %r verildi." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path girişi %r, çıktı dizini içine yerleştirildi" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "Kaynaklar" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path girişi %r mevcut değil" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "Uyarılar" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path girişi %r, çıktı dizini içine yerleştirildi" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "Getiriler" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path girişi %r mevcut değil" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" -msgstr "logo dosyası %r mevcut değil" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon dosyası %r mevcut değil" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%s %s documentation" -msgstr "%s %s belgelendirmesi" +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r, \"theme\" ayarına sahip değil" +msgid "error while formatting arguments for %s: %s" +msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r, \"%s\" ayarına sahip değil" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX dosyaları %(outdir)s içinde." - -#: builders/latex/__init__.py:118 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "\n(pdf)latex aracılığıyla bunları çalıştırmak için bu dizinde 'make' komutunu çalıştırın\n(bunu otomatik olarak yapmak için burada 'make latexpdf' komutunu kullanın)." - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "hiçbir \"latex_documents\" yapılandırma değeri bulunamadı; hiçbir belge yazılmayacaktır" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" - -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "TeX destek dosyaları kopyalanıyor" - -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "ilave dosyalar kopyalanıyor" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Bilinmeyen yapılandırma anahtarı: latex_elements[%r], yoksayıldı." +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s zaten atanmış bölüm numaralarıdır (iç içe numaralı toctree mi?)" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "image file not readable: %s" -msgstr "resim dosyası okunabilir değil: %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "image file %s not readable: %s" -msgstr "%s resim dosyası okunabilir değil: %s" +msgid "missing attribute %s in object %s" +msgstr "" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "download file not readable: %s" -msgstr "indirme dosyası okunabilir değil: %s" +msgid "alias of TypeVar(%s)" +msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "dairesel toctree kaynakları algılandı, yoksayılan: %s <- %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Yarıda kesildi!" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree, başlığı olmayan %r belgesine başvuru içeriyor: hiç bağlantı oluşturulmayacaktır" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "bakınız %s" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "ayrıca bakınız %s" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "bilinmeyen dizin girişi türü %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "Bir dahaki sefere daha iyi bir hata iletisi sağlanabilmesi için lütfen bunu bir kullanıcı hatasıysa da bildirin." diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index 23c7775b279..0210837664a 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 f827356fdba..8ace34cf0fa 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Petro Sasnyk , 2009\n" "Language-Team: Ukrainian (Ukraine) (http://app.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "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" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2700 +397,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:952 +#: ext/viewcode.py:359 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Увага" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Застереження" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Небезпека" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Помилка" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Підказка" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Важливо" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Примітка" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Дивись також" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Порада" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Попередження" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== total reading duration ==========================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/duration.py:139 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%.3fs %s" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Доробити" + +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (в " +#: ext/todo.py:166 +msgid "original entry" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "Індекс" + +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/texinfo.py:1306 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: builders/changes.py:29 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:446 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:456 #, python-format -msgid "no changes in version %s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Вбудовані елементи" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Рівень модуля" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Увага" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Застереження" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Небезпека" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Помилка" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Підказка" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Важливо" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Примітка" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Дивись також" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Порада" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Попередження" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:74 +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 "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:109 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Доробити" +#: cmd/build.py:114 +msgid "general options" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/build.py:157 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:139 +#: cmd/build.py:357 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/quickstart.py:127 +msgid "Please enter some text." msgstr "" -#: ext/viewcode.py:359 +#: cmd/quickstart.py:134 #, python-format -msgid "

Source code for %s

" +msgid "Please enter one of %s." msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:230 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: domains/math.py:73 +#: cmd/quickstart.py:242 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (вбудована функція)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метод)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (клас)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s атрибут)" - -#: domains/javascript.py:274 -msgid "Arguments" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Повертає" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Тип повернення" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (модуль)" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "функція" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "клас" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "атрибут" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "модуль" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:304 +msgid "Author name(s)" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:317 +msgid "Project version" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:345 +msgid "Source file suffix" msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Змінено в версії %s" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/changeset.py:34 +#: cmd/quickstart.py:372 #, python-format -msgid "Deprecated since version %s" -msgstr "Застаріло починаючи з версії %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:411 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" +"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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:524 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:577 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"\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 "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:134 +#: directives/other.py:169 #, python-format -msgid "Please enter one of %s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." +#: directives/other.py:203 +msgid "Section author: " +msgstr "Автор секції: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Автор модуля: " + +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/other.py:209 +msgid "Author: " +msgstr "Автор: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:87 #, python-format -msgid "Selected root path: %s" +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:274 -msgid "" -"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." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:287 +#: directives/patches.py:71 msgid "" -"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 "" - -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "" - -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:324 +#: util/i18n.py:253 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/osutil.py:131 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:407 +#: util/docfields.py:100 +#, python-format msgid "" -"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." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/nodes.py:738 #, python-format -msgid "Creating file %s." +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:183 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (вбудована функція)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s метод)" -#: cmd/quickstart.py:520 +#: domains/javascript.py:186 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s() (class)" +msgstr "%s() (клас)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:531 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s атрибут)" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:573 -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" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Повертає" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Тип повернення" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (модуль)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "функція" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "клас" -#: cmd/quickstart.py:626 -msgid "Project basic options" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "атрибут" -#: cmd/quickstart.py:631 -msgid "author names" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "модуль" + +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:671 +#: domains/rst.py:262 #, python-format -msgid "enable %s extension" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Змінено в версії %s" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" - -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Застаріло починаючи з версії %s" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Вбудовані елементи" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Рівень модуля" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: directives/other.py:119 +#: builders/changes.py:146 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:230 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:156 +#: builders/__init__.py:238 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Автор секції: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Автор модуля: " - -#: directives/other.py:207 -msgid "Code author: " +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Автор: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:336 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:343 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:354 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:367 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:383 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "" - -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgid "building [%s]: " msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:416 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "Індекс" - -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "%d found" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 -#, python-format -msgid "[image: %s]" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:537 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:546 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:726 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/latex.py:386 +#: builders/xml.py:29 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "no Babel option known for language %r" +msgid "error writing file %s: %s" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:616 +#: builders/singlehtml.py:35 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1615 +#: builders/epub3.py:83 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:258 +#: builders/texinfo.py:41 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/texinfo.py:44 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: util/inventory.py:147 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "processing %s" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (в " + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/i18n.py:113 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "writing error: %s, %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/i18n.py:146 +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:218 #, python-format -msgid "locale_dir %s does not exist" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:223 #, python-format -msgid "Invalid Babel locale: %r." +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:253 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/osutil.py:131 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "cannot write image file %r: %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:805 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown node type: %r" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/docfields.py:103 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "writing %s file..." msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/nodes.py:523 +#: builders/manpage.py:64 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:115 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "Реліз" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "Реліз" - -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:537 #, python-format -msgid "Unknown image format: %s..." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/transforms.py:121 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/theming.py:87 #, python-format -msgid "%r reference target not found: %s" -msgstr "" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Загальний індекс" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "індекс" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Навігація" - -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Шукати в %(docstitle)s" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "наступний" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Про ці документи" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "попередній" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Пошук" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Авторські права" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:783 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Востаннє оновлено %(last_updated)s." +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:807 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Попередній розділ" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "Попередній розділ" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Наступна тема" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "наступний розділ" - -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:853 #, python-format -msgid "Index – %(key)s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Повний індекс на одній сторінці" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ця сторінка" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Відобразити вихідний текст" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Швидкий пошук" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Вперед" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Огляд" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Індекси та таблиці:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Повний Зміст" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "перелічити всі секції та підсекції" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Сторінка пошуку" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "шукати цю документацію" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Загальний індекс модулів" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "швидкий доступ до всіх модулів" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Загальний індекс" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "всі функції, класи, терміни" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:948 #, python-format -msgid "Search %(docstitle)s" -msgstr "Пошук %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Індексні сторінки по символам" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "може бути величезним" +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n\"\n\" пошук." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "пошук" - -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "Результати пошуку" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Приховати співпадіння пошуку" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Автоматичного згенерований список змін в версії %(version)s" +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Зміни в бібліотеці" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "зміни C API" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Інші зміни" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Параметри" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Викликає" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3111,81 +3025,26 @@ msgstr "" msgid " (deprecated)" msgstr " (застарілий)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "член" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "тип" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Параметри" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "макрос" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Викликає" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3221,482 +3080,584 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "змінна оточення" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "Індекс модулів" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Сторінка пошуку" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "член" + +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "макрос" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "тип" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "alias of %s" +msgid "Search %(docstitle)s" +msgstr "Пошук %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Попередній розділ" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Попередній розділ" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Наступна тема" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "наступний розділ" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Пошук" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n\"\n\" пошук." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/search.html:35 +msgid "search" +msgstr "пошук" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ця сторінка" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Відобразити вихідний текст" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Bases: %s" +msgid "Index – %(key)s" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Повний індекс на одній сторінці" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Навігація" + +#: themes/basic/layout.html:115 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Шукати в %(docstitle)s" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Про ці документи" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Авторські права" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Востаннє оновлено %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Швидкий пошук" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Вперед" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Огляд" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Індекси та таблиці:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Повний Зміст" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "перелічити всі секції та підсекції" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "шукати цю документацію" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Загальний індекс модулів" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "швидкий доступ до всіх модулів" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "всі функції, класи, терміни" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Індексні сторінки по символам" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "може бути величезним" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Приховати співпадіння пошуку" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "Результати пошуку" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Автоматичного згенерований список змін в версії %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Зміни в бібліотеці" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "зміни C API" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Інші зміни" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3745,563 +3706,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:915 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:931 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" + +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "індекс" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "наступний" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "попередній" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo index b0744382455..f525c57819f 100644 Binary files a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo 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 index 10793aaf5e2..c9b30e800fb 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Urdu (http://app.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.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,969 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 -msgid "version of project" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s %s" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (directive)" msgstr "" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +msgid "%s (role)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/citation.py:75 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:92 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:216 +#: domains/changeset.py:32 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Added in version %s" msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:33 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:34 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:35 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Removed in version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: directives/code.py:314 +#: builders/changes.py:65 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "no changes in version %s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:146 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: writers/texinfo.py:1303 +#: builders/__init__.py:230 #, python-format -msgid "unimplemented node type: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:238 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:303 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:343 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:416 #, python-format -msgid "no Babel option known for language %r" +msgid "%d found" msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:500 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:537 #, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: _cli/__init__.py:73 -msgid "Usage:" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "broken link: %s (%s)" msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" - -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" -msgstr[1] "" - -#: themes/basic/static/searchtools.js:276 -msgid "Searching" + +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3108,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3218,482 +3079,582 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:201 #, python-format -msgid "A mocked object is detected: %r" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:204 #, python-format -msgid "alias of %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" +msgstr[1] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3742,563 +3703,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index 6e40d5f6d96..318b76992e7 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 22ae9985e9d..2c23272544d 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hoat Le Van , 2014\n" "Language-Team: Vietnamese (http://app.transifex.com/sphinx-doc/sphinx-1/language/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -54,90 +54,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -154,16 +229,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -211,7 +286,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -228,7 +303,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -301,7 +376,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -309,12 +384,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -322,2697 +397,2539 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:952 +#: ext/viewcode.py:359 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "

Source code for %s

" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Chú ý" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Cảnh báo" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Nguy hiểm" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Lỗi" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Gợi ý" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Quan trọng" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Ghi chú" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Xem thêm" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Mẹo" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Cảnh báo" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:41 +#: ext/duration.py:124 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:136 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"====================== slowest reading durations =======================" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/todo.py:94 #, python-format -msgid "processing %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr "(trong" +#: ext/todo.py:166 +msgid "original entry" +msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:153 #, python-format -msgid "cannot copy image file %r: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:287 #, python-format -msgid "error writing file Makefile: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/manpage.py:64 +#: ext/graphviz.py:344 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:367 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/gettext.py:243 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/gettext.py:265 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:118 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:124 #, python-format -msgid "broken link: %s (%s)" +msgid "'%s' is not a valid option." msgstr "" -#: builders/linkcheck.py:561 +#: ext/doctest.py:139 #, python-format -msgid "Anchor '%s' not found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/linkcheck.py:799 +#: ext/doctest.py:297 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/epub3.py:83 +#: ext/doctest.py:451 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%b %d, %Y" +msgstr "%d/%m/%Y" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:350 #, python-format -msgid "all of %d po files" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/__init__.py:302 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are specified" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/__init__.py:314 +#: environment/__init__.py:361 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:366 -#, python-format -msgid "%d source files given on command line" +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:382 +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/latex.py:733 +msgid "document title is not a single Text node" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unsupported rubric heading level: %s" msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "unimplemented node type: %r" msgstr "" -#: builders/changes.py:65 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:446 #, python-format -msgid "no changes in version %s." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "Dựng sẵn" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "" -#: builders/changes.py:81 -msgid "Module level" -msgstr "Mức mô-đun" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Chú ý" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cảnh báo" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nguy hiểm" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Lỗi" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Gợi ý" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Quan trọng" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Ghi chú" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Xem thêm" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Mẹo" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Cảnh báo" + +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/build.py:74 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"\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 "" -#: ext/todo.py:61 -msgid "Todo" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:131 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: ext/doctest.py:451 +#: cmd/build.py:357 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: ext/viewcode.py:295 -msgid "highlighting module code... " +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: ext/viewcode.py:326 -msgid "[docs]" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: ext/viewcode.py:352 -msgid "Module code" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/viewcode.py:386 -msgid "Overview: module code" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." msgstr "" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:127 +msgid "Please enter some text." msgstr "" -#: domains/citation.py:75 +#: cmd/quickstart.py:134 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Please enter one of %s." msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: domains/math.py:130 writers/latex.py:2500 +#: cmd/quickstart.py:230 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (hàm dựng sẵn)" +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" -#: domains/javascript.py:184 domains/python/__init__.py:279 +#: cmd/quickstart.py:242 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (phương thức %s)" +msgid "Selected root path: %s" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (lớp)" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "" -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (biến toàn cục hoặc hằng số)" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (thuộc tính %s)" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "Đối số" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "Ném" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "Trả về" +#: cmd/quickstart.py:275 +msgid "" +"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 "" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Kiểu trả về" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (mô-đun)" +#: cmd/quickstart.py:288 +msgid "" +"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 "" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "hàm" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "phương thức" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "lớp" +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "dữ liệu" +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "thuộc tính" +#: cmd/quickstart.py:310 +msgid "" +"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 "" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "mô-đun" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:319 +msgid "Project release" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (chỉ thị)" +#: cmd/quickstart.py:325 +msgid "" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:333 +msgid "Project language" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (vai trò)" +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "chỉ thị" +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: cmd/quickstart.py:351 +msgid "" +"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 "" -#: domains/rst.py:236 -msgid "role" -msgstr "vai trò" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/rst.py:262 +#: cmd/quickstart.py:372 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "Thay đổi trong phiên bản %s" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "Sắp loại bỏ từ phiên bản %s" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." +#: cmd/quickstart.py:401 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: cmd/build.py:74 +#: cmd/quickstart.py:411 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" +"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 "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/build.py:131 +#: cmd/quickstart.py:524 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: cmd/build.py:157 +#: cmd/quickstart.py:577 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"\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 "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:596 +msgid "quiet mode" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:606 +msgid "project root" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:609 +msgid "Structure options" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: cmd/quickstart.py:630 +msgid "Project basic options" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:632 +msgid "project name" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:635 +msgid "author names" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:642 +msgid "version of project" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:649 +msgid "release of project" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:656 +msgid "document language" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: cmd/quickstart.py:659 +msgid "source file suffix" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:662 +msgid "master document name" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: cmd/quickstart.py:665 +msgid "use epub" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: cmd/quickstart.py:668 +msgid "Extension options" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" +#: cmd/quickstart.py:691 +msgid "create makefile" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:697 +msgid "do not create makefile" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:704 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:735 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: cmd/quickstart.py:127 -msgid "Please enter some text." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: cmd/quickstart.py:134 +#: directives/other.py:169 #, python-format -msgid "Please enter one of %s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Tác giả mục:" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: directives/other.py:205 +msgid "Module author: " +msgstr "Tác giả mô-đun:" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Tác giả mã lệnh:" + +#: directives/other.py:209 +msgid "Author: " +msgstr "Tác giả:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/quickstart.py:235 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/quickstart.py:242 +#: directives/code.py:87 #, python-format -msgid "Selected root path: %s" +msgid "Invalid caption: %s" msgstr "" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" - -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: cmd/quickstart.py:274 +#: directives/code.py:237 +#, python-format msgid "" -"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." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: cmd/quickstart.py:287 -msgid "" -"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." +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: cmd/quickstart.py:298 +#: directives/patches.py:71 msgid "" -"The project name will occur in several places in the built documentation." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/quickstart.py:301 -msgid "Project name" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/quickstart.py:303 -msgid "Author name(s)" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:309 -msgid "" -"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." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:316 -msgid "Project version" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:318 -msgid "Project release" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:324 +#: util/i18n.py:253 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/quickstart.py:344 -msgid "Source file suffix" +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/quickstart.py:350 -msgid "" -"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." +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:368 +#: util/osutil.py:131 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." +#: util/display.py:78 +msgid "skipped" msgstr "" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: util/display.py:83 +msgid "failed" msgstr "" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:407 +#: util/docfields.py:100 +#, python-format msgid "" -"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." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/nodes.py:738 #, python-format -msgid "Creating file %s." +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: domains/javascript.py:183 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (hàm dựng sẵn)" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (phương thức %s)" -#: cmd/quickstart.py:520 +#: domains/javascript.py:186 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s() (class)" +msgstr "%s() (lớp)" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (biến toàn cục hoặc hằng số)" -#: cmd/quickstart.py:531 +#: domains/javascript.py:190 domains/python/__init__.py:370 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (thuộc tính %s)" -#: cmd/quickstart.py:538 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Đối số" -#: cmd/quickstart.py:573 -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 "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Ném" -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Trả về" -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Kiểu trả về" -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (mô-đun)" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "hàm" -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "phương thức" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "lớp" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "dữ liệu" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "thuộc tính" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "mô-đun" -#: cmd/quickstart.py:638 -msgid "version of project" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (chỉ thị)" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (vai trò)" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "chỉ thị" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:671 +#: domains/rst.py:236 +msgid "role" +msgstr "vai trò" + +#: domains/rst.py:262 #, python-format -msgid "enable %s extension" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/changeset.py:32 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "" +#: domains/changeset.py:33 +#, python-format +msgid "Changed in version %s" +msgstr "Thay đổi trong phiên bản %s" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "Sắp loại bỏ từ phiên bản %s" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "Dựng sẵn" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/changes.py:81 +msgid "Module level" +msgstr "Mức mô-đun" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:810 +#: builders/changes.py:146 #, python-format -msgid "Invalid template variable: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: directives/other.py:119 +#: builders/__init__.py:230 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: builders/__init__.py:238 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Tác giả mục:" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Tác giả mô-đun:" - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Tác giả mã lệnh:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Tác giả:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/code.py:87 +#: builders/__init__.py:336 #, python-format -msgid "Invalid caption: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:343 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:354 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:367 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "%d source files given on command line" msgstr "" -#: directives/code.py:235 +#: builders/__init__.py:383 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Object named %r not found in include file %r" +msgid "building [%s]: " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:416 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%d found" msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 -#, python-format -msgid "%b %d, %Y" -msgstr "%d/%m/%Y" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:500 #, python-format -msgid "[image: %s]" -msgstr "" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "%s added, %s changed, %s removed" msgstr "" -#: writers/html5.py:431 +#: builders/__init__.py:537 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:546 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:726 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "docnames to write: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:386 +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "error writing file %s: %s" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/xml.py:103 #, python-format -msgid "no Babel option known for language %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: writers/latex.py:616 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: writers/latex.py:732 -msgid "document title is not a single Text node" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: writers/latex.py:1228 +#: builders/epub3.py:83 #, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/epub3.py:282 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/linkcheck.py:87 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:800 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: transforms/__init__.py:258 -#, python-format +#: builders/texinfo.py:44 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(trong" + +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: util/i18n.py:100 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "reading error: %s, %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: util/i18n.py:146 +#: builders/texinfo.py:218 #, python-format -msgid "locale_dir %s does not exist" +msgid "error writing file Makefile: %s" msgstr "" -#: util/i18n.py:244 +#: builders/_epub_base.py:223 #, python-format -msgid "Invalid Babel locale: %r." +msgid "duplicated ToC entry found: %s" msgstr "" -#: util/i18n.py:253 +#: builders/_epub_base.py:436 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: util/osutil.py:131 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "cannot write image file %r: %s" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: util/docutils.py:805 +#: builders/_epub_base.py:594 #, python-format -msgid "unknown node type: %r" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: util/docfields.py:103 +#: builders/_epub_base.py:802 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "writing %s file..." msgstr "" -#: util/rst.py:73 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format -msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: util/nodes.py:523 +#: builders/manpage.py:64 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:739 +#: builders/latex/__init__.py:115 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Biểu tượng" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "logo file %r does not exist" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:537 #, python-format -msgid "Unknown image format: %s..." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: transforms/post_transforms/__init__.py:233 +#: builders/latex/transforms.py:121 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: transforms/post_transforms/__init__.py:291 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: transforms/post_transforms/__init__.py:297 +#: builders/latex/theming.py:87 #, python-format -msgid "%r reference target not found: %s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Chỉ mục chung" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "chỉ mục" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "xem tiếp" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Điều hướng" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "xem lại" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Tìm kiếm trong %(docstitle)s" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Về các tài liệu này" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Tìm Kiếm" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Bản quyền" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:807 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/layout.html:201 +#: builders/html/__init__.py:853 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Cập nhật mới nhất vào %(last_updated)s." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:874 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Chủ đề trước" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "chương trước " - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Chủ đề tiếp" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "chương tiếp" - -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:880 #, python-format -msgid "Index – %(key)s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "Toàn bộ chỉ mục trên một trang" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Hiển thị mã nguồn" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:933 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Thực hiện" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Tổng quan" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Chào mừng! Đây là" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "tài liệu cho" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "cập nhật mới nhất" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Các chỉ mục và bảng biểu:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Mục Lục Đầy Đủ" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "liệt kê tất cả các mục và mục con" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "tìm kiếm trong tài liệu này" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Chỉ Mục Mô-đun Toàn Cục" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "truy cập nhanh tất cả các mô-đun" - -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Chỉ mục chung" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "tất cả các hàm, lớp, thuật ngữ" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:954 #, python-format -msgid "Search %(docstitle)s" -msgstr "Tìm %(docstitle)s" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Các trang chỉ mục theo chữ cái" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "có thể rất nhiều" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Hãy bật JavaScript để dùng tính năng\ntìm kiếm." +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Nội dung" - -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Tài liệu %s %s" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "Tham số" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Các biến" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Đưa ra" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3068,122 +2985,67 @@ msgstr "Chỉ Mục Mô-đun Python" msgid "modules" msgstr "các mô-đun" -#: domains/python/__init__.py:703 -msgid "Deprecated" -msgstr "Sắp loại bỏ" - -#: domains/python/__init__.py:729 -msgid "exception" -msgstr "ngoại lệ" - -#: domains/python/__init__.py:731 -msgid "class method" -msgstr "phương thức lớp" - -#: domains/python/__init__.py:732 -msgid "static method" -msgstr "phương thức tĩnh" - -#: domains/python/__init__.py:734 -msgid "property" -msgstr "" - -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr "(sắp loại bỏ)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "thuộc tính" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "kiểu" +#: domains/python/__init__.py:703 +msgid "Deprecated" +msgstr "Sắp loại bỏ" -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" +#: domains/python/__init__.py:729 +msgid "exception" +msgstr "ngoại lệ" -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" +#: domains/python/__init__.py:731 +msgid "class method" +msgstr "phương thức lớp" -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" +#: domains/python/__init__.py:732 +msgid "static method" +msgstr "phương thức tĩnh" -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" +#: domains/python/__init__.py:734 +msgid "property" msgstr "" -#: domains/cpp/__init__.py:954 -msgid "template parameter" +#: domains/python/__init__.py:735 +msgid "type alias" msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/python/__init__.py:804 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: domains/c/__init__.py:211 +#: domains/python/__init__.py:974 #, python-format -msgid "%s (C %s)" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "biến" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr "(sắp loại bỏ)" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "macro" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "Tham số" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Các biến" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Đưa ra" + #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format msgid "environment variable; %s" @@ -3218,412 +3080,627 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "chú giải thuật ngữ" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s (C %s)" msgstr "" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "thuộc tính" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "biến" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "kiểu" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/napoleon/docstring.py:199 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Nội dung" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Tìm %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Chủ đề trước" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "chương trước " + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Chủ đề tiếp" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "chương tiếp" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Tìm Kiếm" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Hãy bật JavaScript để dùng tính năng\ntìm kiếm." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Hiển thị mã nguồn" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Toàn bộ chỉ mục trên một trang" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Điều hướng" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Tìm kiếm trong %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Về các tài liệu này" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Bản quyền" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Cập nhật mới nhất vào %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "Các ví dụ" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Thực hiện" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Tổng quan" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Chào mừng! Đây là" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "tài liệu cho" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "cập nhật mới nhất" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Các chỉ mục và bảng biểu:" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Mục Lục Đầy Đủ" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "liệt kê tất cả các mục và mục con" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "tìm kiếm trong tài liệu này" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Chỉ Mục Mô-đun Toàn Cục" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "truy cập nhanh tất cả các mô-đun" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "tất cả các hàm, lớp, thuật ngữ" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Các trang chỉ mục theo chữ cái" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "có thể rất nhiều" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, python-format +#: themes/basic/static/searchtools.js:134 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)" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "Failed to remove %s: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_generate.py:69 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "Would create file %s." +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Biểu tượng" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "xem %s" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "nên xem %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:360 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Unknown image format: %s..." msgstr "" -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "alias of %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "Bases: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "failed to import object %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 @@ -3696,609 +3773,537 @@ msgid "" "%(default)s)" msgstr "" -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:329 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:358 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:652 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/autosummary/__init__.py:850 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: ext/autosummary/__init__.py:860 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_load.py:332 -#, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "Would create file %s." msgstr "" -#: ext/intersphinx/_resolve.py:396 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/intersphinx/_resolve.py:407 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/intersphinx/_resolve.py:561 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "chỉ mục" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" -msgstr "xem tiếp" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "xem lại" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:94 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" + +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy static file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "Failed to write build info file: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:994 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1204 +#: ext/napoleon/docstring.py:185 #, 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." +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1266 -#, python-format -msgid "dumping search index in %s" -msgstr "" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "Các ví dụ" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1390 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "logo file %r does not exist" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" - -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "Tài liệu %s %s" - -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:980 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "xem %s" - -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "nên xem %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo index ffcc4786362..aa316a7dc70 100644 Binary files a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo and b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.po b/sphinx/locale/yue/LC_MESSAGES/sphinx.po index 5061fd4d0db..1668df67c6a 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Cantonese (http://app.transifex.com/sphinx-doc/sphinx-1/language/yue/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: yue\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,968 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:183 #, python-format -msgid "enable %s extension" +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/javascript.py:458 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:156 +#: domains/__init__.py:322 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s %s" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " +msgid "%s (directive)" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/math.py:73 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:75 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:216 +#: domains/citation.py:92 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:32 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Added in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:33 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:34 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: directives/code.py:314 +#: builders/changes.py:29 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:65 #, python-format -msgid "%b %d, %Y" +msgid "no changes in version %s." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1303 +#: builders/changes.py:146 #, python-format -msgid "unimplemented node type: %r" +msgid "could not read %r for changelog creation" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:230 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:281 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:336 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:383 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "no Babel option known for language %r" +msgid "building [%s]: " msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:416 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" +msgid "%d found" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:146 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "locale_dir %s does not exist" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:244 +#: builders/text.py:27 #, python-format -msgid "Invalid Babel locale: %r." +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/texinfo.py:218 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:436 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3107,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3217,482 +3079,581 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "A mocked object is detected: %r" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:201 #, python-format -msgid "alias of %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/layout.html:204 #, python-format -msgid "Bases: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3741,563 +3702,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo index 96446144ffb..137e2682c73 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 9ab91c60262..ed77d3dc378 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,7 +7,7 @@ # Yinian Chin , 2015,2017-2018 # Alpha Du , 2025 # Dormouse Young , 2024 -# Freesand Leo , 2024 +# Freesand Leo , 2024,2026 # gerhardt.gao , 2025 # Hsiaoming Yang , 2018 # Izabel Wang , 2020 @@ -31,14 +31,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-04 06:45+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: gerhardt.gao , 2025\n" +"Last-Translator: Freesand Leo , 2024,2026\n" "Language-Team: Chinese (China) (http://app.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -77,91 +77,166 @@ msgstr "无效的 PEP 编号%s" msgid "invalid RFC number %s" msgstr "无效的 RFC 编号 %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "未知的 Pygments 词法分析器 %r" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "主题配置不支持 [theme] 和 [options] 以外的部分 (尝试从 %r 获取值)。" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "在词法分析字面块 %r 为“%s”时,在词 %r 处遇到错误。正在以宽松模式重试。" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "所有已找到的主题配置均未包含配置项 %s.%s" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "配置目录中缺少 conf.py 文件(%s)" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" -msgstr "不支持的主题选项 %r" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' 必须为 '0' 或 '1' ,但得到 '%s'" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "主题路径对应的文件 %r 是一个无效的或不包含主题的 zip 文件" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "不能覆盖字典配置项 %r,已忽略 (请用 %r 方式逐一修改字典成员)" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "找不到名称为 %r 的主题 (是否缺少 theme.toml 文件?)" +msgid "invalid number %r for config value %r, ignoring" +msgstr "%r 不是有效整数,配置项 %r 的值只能是整数,已忽略" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "%r 主題有循环继承" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "无法用不支持的类型覆盖配置项 %r,已忽略" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "配置覆盖中包含未知的配置项 %r,已忽略" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "没有这个配置值: %r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "配置项 %r 已存在" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "%r 主题继承了未加载的主题 %r。已加载的主题有:%s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "无法缓存不可 pickle 的配置值: %r (因为它包含函数,类或模块对象)" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "发现无效的配置值:“language = None”。请修改为有效的语言代码。回退至“en”(英语)。" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "%r 主题有太多祖先主题。" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "配置文件中存在语法错误:%s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "配置文件(或配置文件导入的模块)调用了 sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "在 %r 中找不到主题配置文件" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "配置文件中有程序上的错误:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "主题 %r 內沒有 \"theme\" 表格" +msgid "Failed to convert %r to a frozenset" +msgstr "无法将 %r 转换为 frozenset" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "%r 主题的 \"[theme]\" 表格不是一个表格" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "正在转换 `source_suffix = %r` 为 `source_suffix = %r` 。" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "%r 主题必须定义 \"theme.inherit\" 配置项" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "配置项“source_suffix”的值应为字典、字符串或字符串列表。但给定的值是“%r”(类型是 %s)。" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "%r 主题的 \"[options]\" 表格不是一个表格" +msgid "Section %s" +msgstr "节 %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "\"theme.pygments_style\" 配置项必须是一个表格。提示:\"%s\"" +msgid "Fig. %s" +msgstr "图 %s" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "表 %s" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "列表 %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "发现多个文件对应文档“%s”:%s\n将采用 %r 用于构建。" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "配置项“{name}”的值只能在“{candidates}”中选取,而当前给定的值是“{current}”。" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,应为{permitted}。" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,默认为“{default.__name__}”。" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "已忽略无法读取的文档 %r。" +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r 不存在,已忽略。" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "Sphinx 现在默认使用“index”作为主文档。为了保留 2.0 之前的行为,请设置“ master_doc = 'contents' ”。" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "对非 UTF-8 编码的源代码支持已废弃,并将在 Sphinx 10 中被移除。如果这对您的使用造成问题,请在 https://github.com/sphinx-doc/sphinx/issues/13665 留言。" #: extension.py:58 #, python-format @@ -177,17 +252,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "该项目要求扩展 %s 至少是 %s 版本,当前加载版本(%s)无法构建文档。" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "未知的 Pygments 词法分析器 %r" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "发现多个文件对应文档“%s”:%s\n将采用 %r 用于构建。" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "在词法分析字面块 %r 为“%s”时,在词 %r 处遇到错误。正在以宽松模式重试。" +msgid "Ignored unreadable document %r." +msgstr "已忽略无法读取的文档 %r。" #: events.py:92 #, python-format @@ -234,7 +309,7 @@ msgstr "该项目需要 Sphinx v%s 及以上版本,当前使用版本不能构 msgid "making output directory" msgstr "正在创建输出目录" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "在设置扩展名 %s 时:" @@ -251,7 +326,7 @@ msgstr "当前 conf.py 中定义的 'setup' 不是一个 Python 的可调用对 msgid "loading translations [%s]... " msgstr "正在加载翻译 [%s]…" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "完成" @@ -324,7 +399,7 @@ msgstr "指令 %r 已经注册,不会被覆盖" msgid "role %r is already registered and will not be overridden" msgstr "角色 %r 已经注册,不会被覆盖" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -332,12 +407,12 @@ msgid "" "explicit" msgstr "扩展 %s 没有声明是否并行读取安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "扩展 %s 不是并行读取安全的" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -345,1302 +420,894 @@ msgid "" "explicit" msgstr "%s 扩展没有声明是否并行写入安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "扩展 %s 不是并行写入安全的" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "执行串行 %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "构建器 %s 未包含“name”属性" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "构建器 %r 已存在(见模块 %s)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "构建器 %s 未注册或在入口点不可用" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "构建器 %s 未注册" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "域 %s 已经注册过了" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "域 %s 未注册" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "指令 %r 已经在域 %s 上注册过了" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "角色 %r 已经在域 %s 上注册过了" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "索引 %r 已经在域 %s 上注册过了" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "对象类型 %r 已经注册过了" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "交叉引用类型 %r 已经注册过了" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "源文件扩展名 %r 已经注册过了" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "%r 的源文件解析器已经注册过了" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "未注册 %s 的源代码语法分析器" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "翻译器已存在 %r" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node() 的关键字参数必须是 (visit, depart) 形式的函数元组:%r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "可枚举节点 %r 已经注册过了" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "公式渲染器 %s 已经注册过了" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "扩展 %r 自 Sphinx %s 版本起合并至 Sphinx;因此,该扩展被忽略。" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "原始异常:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "无法导入扩展 %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "扩展 %r 缺少 setup() 函数;它确实是一个 Sphinx 扩展模块吗?" -#: registry.py:567 +#: registry.py:574 #, 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 或以上版本;当前版本无法构建文档。" -#: registry.py:579 +#: registry.py:586 #, 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 或一个元数据字典" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` 不是有效的 %r 文件类型。" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "配置目录中缺少 conf.py 文件(%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "'%s' 必须为 '0' 或 '1' ,但得到 '%s'" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "不能覆盖字典配置项 %r,已忽略 (请用 %r 方式逐一修改字典成员)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "%r 不是有效整数,配置项 %r 的值只能是整数,已忽略" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "主题配置不支持 [theme] 和 [options] 以外的部分 (尝试从 %r 获取值)。" -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "无法用不支持的类型覆盖配置项 %r,已忽略" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "所有已找到的主题配置均未包含配置项 %s.%s" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "配置覆盖中包含未知的配置项 %r,已忽略" +msgid "unsupported theme option %r given" +msgstr "不支持的主题选项 %r" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "没有这个配置值: %r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "主题路径对应的文件 %r 是一个无效的或不包含主题的 zip 文件" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "配置项 %r 已存在" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "找不到名称为 %r 的主题 (是否缺少 theme.toml 文件?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "无法缓存不可 pickle 的配置值: %r (因为它包含函数,类或模块对象)" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "发现无效的配置值:“language = None”。请修改为有效的语言代码。回退至“en”(英语)。" +msgid "The %r theme has circular inheritance" +msgstr "%r 主題有循环继承" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "配置文件中存在语法错误:%s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "配置文件(或配置文件导入的模块)调用了 sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "%r 主题继承了未加载的主题 %r。已加载的主题有:%s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "配置文件中有程序上的错误:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "%r 主题有太多祖先主题。" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "无法将 %r 转换为 frozenset" +msgid "no theme configuration file found in %r" +msgstr "在 %r 中找不到主题配置文件" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "正在转换 `source_suffix = %r` 为 `source_suffix = %r` 。" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "主题 %r 內沒有 \"theme\" 表格" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "配置项“source_suffix”的值应为字典、字符串或字符串列表。但给定的值是“%r”(类型是 %s)。" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "%r 主题的 \"[theme]\" 表格不是一个表格" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "节 %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "%r 主题必须定义 \"theme.inherit\" 配置项" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "图 %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "%r 主题的 \"[options]\" 表格不是一个表格" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "表 %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "\"theme.pygments_style\" 配置项必须是一个表格。提示:\"%s\"" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "列表 %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "使用方法:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "配置项“{name}”的值只能在“{candidates}”中选取,而当前给定的值是“{current}”。" +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPTIONS] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,应为{permitted}。" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "Sphinx 文档生成器。" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,默认为“{default.__name__}”。" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "命令:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r 不存在,已忽略。" +#: _cli/__init__.py:96 +msgid "Options" +msgstr "选项" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "Sphinx 现在默认使用“index”作为主文档。为了保留 2.0 之前的行为,请设置“ master_doc = 'contents' ”。" +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "更多信息请参阅 https://www.sphinx-doc.org/en/master/man/ 。" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "对非 UTF-8 编码的源代码支持已废弃,并将在 Sphinx 10 中被移除。如果这对您的使用造成问题,请在 https://github.com/sphinx-doc/sphinx/issues/13665 留言。" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: 错误: {1}\n运行“{0} --help”获取帮助信息" -#: environment/__init__.py:89 -msgid "new config" -msgstr "新配置" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr " 用 Sphinx 管理文档。" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "配置发生了变化" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "显示版本并退出。" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "扩展发生了变化" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "显示此信息并退出。" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "构建环境版本与当前环境不符" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "日志" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "源文件目录发生了变化" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "增加日志详细级别(可以重复叠加)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "配置已改变 (1 个选项: %r)" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "只打印错误和警告。" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "配置已改变 (%d 个选项: %s)" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "完全没有输出" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "配置已改变 (%d 个选项: %s, ...)" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "参见 'sphinx --help' 。\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "无法在 %s 中扫描文档:%r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "无法运行图像转换命令 %r。“sphinx.ext.imgconverter”默认依赖于 ImageMagick。请确保已安装了它,或者可以自定义“image_converter”选项,设置一个其他的转换命令。\n\n回溯信息:%s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "未注册的域 %r" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "文档没有加入到任何目录树中" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "目录树存在自引用,已忽略。" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "格式转换发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "文档在多个 toctree 中被引用: %s, 选择: %s <- %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "无法运行格式转换命令 %r,请检查 image_converter 的设置" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "注意" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[源代码]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "小心" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "正在高亮模块代码……" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "危险" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[文档]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "错误" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "模块代码" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "提示" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s 源代码

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "重要" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "概览:模块代码" -#: locale/__init__.py:235 -msgid "Note" -msgstr "备注" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

代码可用的所有模块

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "参见" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "为“%s”一节增加标签“%s”" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "小技巧" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "重复的标签 %s,另一标签出现在 %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "警告" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "链接到此公式" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 文件保存在 %(outdir)s 目录。" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "读取时长 %.3f 超过了时长限制 %.3f 秒" -#: builders/texinfo.py:44 +#: ext/duration.py:117 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”即可自动执行上述操作)。" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "未找到“texinfo_documents”配置项,不会写入文档" - -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "配置项“texinfo_documents”引用了文档 %s 不存在" +"====================== total reading duration ==========================" +msgstr "====================== 总读取时长 ==========================" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/duration.py:124 #, python-format -msgid "processing %s" -msgstr "正在处理 %s" - -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "正在写入" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "读取 %d 文件%s 的总时长:%d 分 %.3f 秒" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "正在解析引用……" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== 最长读取耗时 =======================" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (在 " +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "%.3f 秒 %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "正在复制图像文件……" +#: ext/todo.py:61 +msgid "Todo" +msgstr "待处理" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "无法复制图像文件 %r:%s" +msgid "TODO entry found: %s" +msgstr "发现待处理条目:%s" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "正在复制 Texinfo 支持文件" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:218 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "写入 Makefile 文件时出错:%s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> 见 %s,第 %d 行。)" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "手册页保存在 %(outdir)s 目录。" +#: ext/todo.py:166 +msgid "original entry" +msgstr "原始条目" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "未找到“man_pages”配置项,不会写入手册页" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "不能同时指定 Graphviz 指令的内容和文件名参数" -#: builders/manpage.py:64 +#: ext/graphviz.py:153 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "配置项“man_pages”引用的文档 %s 不存在" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部 Graphviz 文件 %r 不存在或读取失败" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 页面保存在 %(outdir)s 目录。" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "已忽略无内容的“graphviz”指令。" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "正在装配成单页面文档" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "必须设置 graphviz_dot 可执行程序的路径!%r" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "正在写入附加文件" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "无法运行 dot 命令 %r(为输出 graphviz 所必需),请检查 graphviz_dot 的设置" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "伪构建器不生成文件。" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot 发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "消息目录保存在 %(outdir)s 目录。" +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" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "正在构建 [%s]: " +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "graphviz_output_format 必须是 'png' 或 'svg',但为 %r" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "%d 个模板文件的目标文件" +msgid "dot code %r: %s" +msgstr "dot 代码 %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "正在读取模板……" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[图表:%s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "正在写入消息目录... " +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[图表]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "请在上述输出或 %(outdir)s/output.txt 中查找错误" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "可以用 extlink 替换硬编码链接 %r(请尝试改用 %r)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "损坏的链接:%s(%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "无法运行 LaTeX 命令 %r (显示数学公式所必需),请检查 imgmath_latex 的设置" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "未找到锚点“%s”" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "无法运行 %s 命令 %r (显示数学公式所必需),请检查 imgmath_%s 的设置" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "linkcheck_allowed_redirects. 需要一个 dict" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "显示 LaTeX %r:%s" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:362 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" +msgid "inline latex %r: %s" +msgstr "内联 LaTeX %r:%s" -#: builders/epub3.py:83 +#: ext/doctest.py:118 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 文件保存在 %(outdir)s。" +msgid "missing '+' or '-' in '%s' option." +msgstr "“%s”选项中缺少“+”或“-”。" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "正在写入 nav.xhtml 文件……" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "无效的选项“%s”。" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)的值不能为空" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "无效的 pyversion 选项“%s”" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_uid”的值应为 XML 名称格式的字符串" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "无效的 TestCode 类型" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_title”(或“html_title”)的值不能为空" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "已完成源文件的文档测试,结果保存在 %(outdir)s/output.txt 中,请查阅。" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_author”的值不能为空" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "块 %s 没有代码或没有输出,该块出现在 %s:%s" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_contributor”的值不能为空" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "已忽略无效的文档代码:%r" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_description”的值不能为空" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "无效的正则表达式 %r 出现在 %s" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_publisher”的值不能为空" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "无法导入模块 %s:%s" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "下列模块有对应文档但未在 coverage_modules 中列出:%s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" +#: ext/coverage.py:158 +#, python-format +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "以下模块在 coverage_modules 中有指定,但未被记录:%s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "源文件中的覆盖率测试已完成,请查看 %(outdir)s{sep}python.txt 中的结果。" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:187 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "无效的 css_file:%r,已忽略" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "coverage_c_regexes 中有无效的正则表达式 %r" -#: builders/xml.py:29 +#: ext/coverage.py:260 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 文件保存在 %(outdir)s 目录。" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "缺少文档的 C API:%s [%s] 在 %s 文件中" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:452 #, python-format -msgid "error writing file %s: %s" -msgstr "写入文件 %s 时发生错误:%s" +msgid "undocumented python function: %s :: %s" +msgstr "缺少文档的 Python 函数: %s :: %s" -#: builders/xml.py:103 +#: ext/coverage.py:473 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "伪 XML 文件保存在 %(outdir)s。" +msgid "undocumented python class: %s :: %s" +msgstr "缺少文档的 Python 类:%s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:492 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "发现重复的目录条目:%s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "缺少文档的 Python 方法:%s :: %s :: %s" -#: builders/_epub_base.py:436 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "无法读取图像文件 %r:改为直接复制" +msgid "%b %d, %Y" +msgstr "%Y 年 %m 月 %d 日" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "无法写入图像文件 %r:%s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "无法计算转译进度!" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "未找到 Pillow - 正在复制图像文件" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "尚无已转译的元素!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "正在写入 mimetype 文件……" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "索引页使用了 4 列布局,可能是你所用的扩展出现了 Bug:%r" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "正在写入 META-INF/container.xml 文件……" +#: transforms/__init__.py:300 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "脚注 [%s] 没有被引用过。" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "正在写入 content.opf 文件……" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." +msgstr "脚注 [*] 没有被引用过。" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s 的 MIME 类型未知,已忽略" +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "脚注 [#] 没有被引用过。" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" -msgstr "节点具有无效的级别" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "正在写入 toc.ncx 文件……" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "正在写入 %s 文件……" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "文本文件保存在 %(outdir)s 目录。" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的术语引用与原文不一致。原文中为:{0},译文中为:{1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "没有找到适合 %s 构建器的图像:%s(%s)" +#: environment/__init__.py:89 +msgid "new config" +msgstr "新配置" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "没有找到适合 %s 构建器的图像:%s" +#: environment/__init__.py:90 +msgid "config changed" +msgstr "配置发生了变化" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "正在构建 [mo]: " +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "扩展发生了变化" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "正在写入输出……" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "构建环境版本与当前环境不符" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "所有的 %d po 文件" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "源文件目录发生了变化" -#: builders/__init__.py:302 +#: environment/__init__.py:350 #, python-format -msgid "targets for %d po files that are specified" -msgstr "指定了 %d 个 po 文件的目标文件" +msgid "The configuration has changed (1 option: %r)" +msgstr "配置已改变 (1 个选项: %r)" -#: builders/__init__.py:314 +#: environment/__init__.py:355 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d 个 po 文件的目标文件已过期" - -#: builders/__init__.py:324 -msgid "all source files" -msgstr "所有源文件" +msgid "The configuration has changed (%d options: %s)" +msgstr "配置已改变 (%d 个选项: %s)" -#: builders/__init__.py:335 +#: environment/__init__.py:361 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "命令行给定的文件 %r 不存在" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "配置已改变 (%d 个选项: %s, ...)" -#: builders/__init__.py:342 -#, python-format +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "源文件目录中不存在命令行给定的文件 %r,将被忽略" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "命令行给定的文件 %r 不是有效文档,将被忽略" +msgid "Failed to scan documents in %s: %r" +msgstr "无法在 %s 中扫描文档:%r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "命令行给定了 %d 个源文件" +msgid "Domain %r is not registered" +msgstr "未注册的域 %r" -#: builders/__init__.py:382 +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "文档没有加入到任何目录树中" + +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "目录树存在自引用,已忽略。" + +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d 个源文件的目标文件已过期" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "文档在多个 toctree 中被引用: %s, 选择: %s <- %s" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "正在查找当前已过期的文件……" +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "未知的 %r toplevel_sectioning 被用于 %r 类" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "找到 %d 个已过期文件" +msgid "no Babel option known for language %r" +msgstr "没有语种 %r 的 Babel 选项" -#: builders/__init__.py:417 -msgid "none found" -msgstr "没有找到已过期文件" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":mathdepth: 值过大,已忽略。" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "正在 Pickle 序列化环境" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "没有找到 %s 模板;使用传统模板 %s 代替" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "正在校验一致性" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "文档标题不是一个单纯文本节点" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "没有过期的目标文件。" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "正在更新环境:" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "脚注" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" +msgid "unsupported rubric heading level: %s" +msgstr "不支持的红字标题等级:%s" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "Sphinx 无法加载主文档(%s),原因是其与内置的排除模式 %r 相匹配。请把主文档移动到其他位置。" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." -msgstr "Sphinx 无法加载主文档(%s),原因是其与 conf.py 指定的排除模式 %r 相匹配。请从 conf.py 中移除该排除模式。" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." +msgstr "已给出的 colspec %s 似乎使用了 tabulary 语法。但此表格无法以 tabulary 格式呈现;给出的 colspec 将被忽略。" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "Sphinx 无法加载主文档(%s),原因是其没有与自定义的 include_patterns = %r 匹配。请确保 include_patterns 中的规则能匹配到主文档。" +msgid "dimension unit %s is invalid. Ignored." +msgstr "无效的量纲单位 %s,已忽略。" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "Sphinx 无法加载主文档(%s)。主文档必须位于源文件目录及其子目录下。" +msgid "unknown index entry type %s found" +msgstr "发现未知的索引条目类型 %s" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "正在读取源文件……" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "无效的 math_eqref_format:%r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "待写入文档名称:%s" +msgid "[image: %s]" +msgstr "[图片: %s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "没有可写的文档名称!" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[图片]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "正在准备写入文档" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "索引" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "正在复制资产文件" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "在图示之外发现了图题。" -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "概览文件保存在 %(outdir)s 目录 。" +msgid "unimplemented node type: %r" +msgstr "未实现的节点类型:%r" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." -msgstr "%s 版本中没有做出修改。" +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "链接到此定义。" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "正在写入摘要文件……" +#: writers/html5.py:446 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "未定义 %s 的 numfig_format" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "内置模块" +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "没有给 %s 节点分配 ID" -#: builders/changes.py:81 -msgid "Module level" -msgstr "模块级" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "链接到此术语。" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "正在复制源文件……" - -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "无法读取用于创建变更记录的 %r" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "无效的正则表达式 %r 出现在 %s" - -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "无法导入模块 %s:%s" - -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "下列模块有对应文档但未在 coverage_modules 中列出:%s" - -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "以下模块在 coverage_modules 中有指定,但未被记录:%s" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "源文件中的覆盖率测试已完成,请查看 %(outdir)s{sep}python.txt 中的结果。" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "coverage_c_regexes 中有无效的正则表达式 %r" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "缺少文档的 C API:%s [%s] 在 %s 文件中" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "缺少文档的 Python 函数: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "缺少文档的 Python 类:%s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "缺少文档的 Python 方法:%s :: %s :: %s" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "可以用 extlink 替换硬编码链接 %r(请尝试改用 %r)" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "待处理" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "发现待处理条目:%s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> 见 %s,第 %d 行。)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "原始条目" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "无法运行图像转换命令 %r。“sphinx.ext.imgconverter”默认依赖于 ImageMagick。请确保已安装了它,或者可以自定义“image_converter”选项,设置一个其他的转换命令。\n\n回溯信息:%s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "格式转换发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "无法运行格式转换命令 %r,请检查 image_converter 的设置" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "不能同时指定 Graphviz 指令的内容和文件名参数" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "外部 Graphviz 文件 %r 不存在或读取失败" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "已忽略无内容的“graphviz”指令。" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "必须设置 graphviz_dot 可执行程序的路径!%r" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "无法运行 dot 命令 %r(为输出 graphviz 所必需),请检查 graphviz_dot 的设置" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot 发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/graphviz.py:344 -#, 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" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "graphviz_output_format 必须是 'png' 或 'svg',但为 %r" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "dot 代码 %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[图表:%s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[图表]" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "无法运行 LaTeX 命令 %r (显示数学公式所必需),请检查 imgmath_latex 的设置" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "无法运行 %s 命令 %r (显示数学公式所必需),请检查 imgmath_%s 的设置" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "显示 LaTeX %r:%s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "内联 LaTeX %r:%s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "链接到此公式" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "“%s”选项中缺少“+”或“-”。" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "无效的选项“%s”。" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "无效的 pyversion 选项“%s”" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "无效的 TestCode 类型" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "已完成源文件的文档测试,结果保存在 %(outdir)s/output.txt 中,请查阅。" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "块 %s 没有代码或没有输出,该块出现在 %s:%s" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "已忽略无效的文档代码:%r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "为“%s”一节增加标签“%s”" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "重复的标签 %s,另一标签出现在 %s" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "读取时长 %.3f 超过了时长限制 %.3f 秒" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "====================== 总读取时长 ==========================" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "读取 %d 文件%s 的总时长:%d 分 %.3f 秒" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最长读取耗时 =======================" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "%.3f 秒 %s" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[源代码]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "正在高亮模块代码……" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[文档]" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "模块代码" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s 源代码

" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "概览:模块代码" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

代码可用的所有模块

" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "重复的引文 %s,另一引文出现在 %s" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "引文 [%s] 没有被引用过。" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "重复的公式标签 %s,另一公式出现在 %s" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "无效的 math_eqref_format:%r" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (内置函数)" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s 方法)" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s()(类)" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s(全局变量或常量)" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s(%s 属性)" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "参数" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "抛出" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "返回" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "返回类型" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s(模块)" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "函数" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "方法" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "类" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "数据" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "链接到此标题。" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "属性" +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "链接到此表格。" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "模块" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "链接到此段代码" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "链接到此图片" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s(指令)" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "链接到此目录树" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s:(指令选项)" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s(角色)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" -#: domains/rst.py:234 -msgid "directive" -msgstr "指令" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "小心" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "指令-选项" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危险" -#: domains/rst.py:236 -msgid "role" -msgstr "角色" +#: locale/__init__.py:232 +msgid "Error" +msgstr "错误" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "重复的 %s %s 描述,另一描述出现在 %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "提示" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "在 %s 版本加入" +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "在 %s 版本发生变更" +#: locale/__init__.py:235 +msgid "Note" +msgstr "备注" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "自 %s 版本弃用" +#: locale/__init__.py:236 +msgid "See also" +msgstr "参见" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "在版本 %s 移除" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "小技巧" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "并发任务数应为正值" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "想要了解更多信息,请访问 。" @@ -1883,54 +1550,54 @@ msgstr "输入文档的根路径。" msgid "Root path for the documentation" msgstr "文档的根路径" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "错误:选择的根路径中已存在 conf.py 文件。" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart 不会覆盖已有的 Sphinx 项目。" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "请输入新的根路径(或按回车退出)" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 输出的构建目录:\n一是在根路径下创建“_build”目录,二是在根路径下创建“source”\n和“build”两个独立的目录。" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "独立的源文件和构建目录(y/n)" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "这个选项将在根目录中创建两个新目录:\n“_templates”用于放置自定义 HTML 模板文件,“_static”用于自定义样\n式表及其他静态文件。您可以输入其他的前缀(比如“.”)代替下划线。" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "模板目录和静态目录的名称前缀" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "项目名称将会出现在文档的许多地方。" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "项目名称" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "作者名称" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1939,15 +1606,15 @@ msgid "" "just set both to the same value." msgstr "在 Sphinx 中,会区分“版本”和“发行版本”两个概念。同一版本可以\n有多个发行版本。例如,Python 版本可以是 2.5 或 3.0,而发行版\n本则是 2.5.1 或 3.0a1。如果你不需要这样的双重版本结构,请把这\n两个选项设置为相同值。" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "项目版本" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "项目发行版本" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1957,21 +1624,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "如果用英语以外的语言编写文档,\n你可以在此按语言代码选择语种。\nSphinx 会把内置文本翻译成相应语言的版本。\n\n支持的语言代码列表见:\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language。" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "项目语种" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "源文件的文件名后缀。一般是“.txt”或“.rst”。只有此后缀的文件才会\n被视为文档的源文件。" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "源文件后缀" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1979,91 +1646,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "有一种特殊的文档被视作“目录树”的树顶节点,即文档层级结构的\n根。通常情况下,这个文档是“index”,但是如果你的“index”文档\n使用了自定义模板,你也可以使用其它文件名。" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "主文档文件名(不含后缀)" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "错误:选择的根目录下已存在主文档文件 %s。" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart 不会覆盖已有的文件。" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "请输入新文件名,若要重命名现有文件请按回车" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "指出下列 Sphinx 扩展中,需要启用的有哪些:" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "注意:imgmath 和 mathjax 不能同时启用。已取消选择 imgmath。" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "生成 Makefile 和 Windows 批处理文件,可以直接像“make html”这样\n运行,而不需要直接调用 sphinx-build。" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "是否创建 Makefile?(y/n)" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "是否创建 Windows 批处理文件?(y/n)" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "正在创建文件 %s。" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "文件 %s 已存在,已跳过。" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "完成:已创建初始目录结构。" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "你现在可以填写主文档文件 %s 然后创建其他文档源文件了。 " -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "像这样用 Makefile 构建文档:\n  make builder" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "像这样用 sphinx-build 命令构建文档:\n  sphinx-build -b builder %s %s" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "此处的“builder”代指支持的构建器名称,比如 html、latex 或 linkcheck。" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2073,969 +1740,1219 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\n生成 Sphinx 项目的必需文件。\n\nsphinx-quickstart 是一个交互式工具,询问一些关于项目的问题,生成\n完整的文档目录和用于 sphinx-build 的示例 Makefile。\n" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "静默模式" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "项目根目录" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "目录结构选项" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "如果指定了此选项,将分别建立源文件目录和构建目录" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "如果指定了此选项,在源文件目录下创建构建目录" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "用句点替代“ _templates”等文件夹名称中的下划线。" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "项目基本参数" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "项目名称" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "作者名称" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "项目版本" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "项目版本" + +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "项目发行版本" + +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "项目语种" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "源文件后缀" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "主文档名" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "启用 ePub 支持" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "扩展程序选项" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "启用 %s 扩展" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "启用多个扩展" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "创建 Makefile 和批处理文件" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "创建 Makefile" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "不创建 Makefile" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "创建批处理文件" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "不创建批处理文件" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat 采用 Sphinx 的 make 模式" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "项目模板" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "放置模板文件的模板目录" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "定义一个模板变量" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "指定了“quiet”,但是没有指定“project”和“author”。" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "无效模板变量:%s" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "目录树 glob 规则 %r 未能匹配到文档" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "目录树中引用了已排除的文档 %r" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "目录树中引用的文档 %r 不存在" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "目录树中存在重复的条目:%s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "节作者: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "模块作者: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "代码作者: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "作者: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks 的内容不是列表" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist 的内容不是列表" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "取消缩进操作清除了空白字符" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "无效的标题:%s" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "指定的行号超出范围(1-%d):%r" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "“%s”和“%s”选项不可联用" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "包括文件 '%s' 未找到或读取失败" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "用编码格式 %r 读取包含的文件 '%s' 可能不正确,请尝试给定 :encoding: 选项" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "对象 %r 未出现在包含文件 %r 中" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "不能在不连续的“lines”上使用“lineno-match”选项" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "指定的行 %r:未能从包含文件 %r 中拉取指定的行" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "csv-table 指令的“:file”选项现在会将绝对路径视为源文件目录的相对路径。请更新你的文档内容。" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "未找到默认角色 %s" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "读取时发生错误:%s,%s" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "写入时发生错误:%s,%s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s 不存在" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "无效的 Babel locale:%r" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "无效的日期格式。如果你想直接输出日期字符串,请用单引号包裹该字符串:%s" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "未知的指令名称:%s" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "未知的角色名称:%s" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "未知节点类型:%r" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "清单 <%s> 中包含重复的 %s 定义" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "清单 <%s> 中包含多个 %s 的定义" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "中止了把 %s 复制至 %s 的尝试(目的路径非空)。" + +#: util/display.py:78 +msgid "skipped" +msgstr "已跳过" + +#: util/display.py:83 +msgid "failed" +msgstr "失败" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "中止了把已渲染模板 %s 复制至 %s 的尝试(目的路径非空)。" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "正在把已求值的模板结果写入 %s" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "项目发行版本" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "%s 域中的问题:字段应采用“%s”角色,但域中并不包含该角色。" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "项目语种" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "%r 不再支持索引条目 (来自条目 %r)请改用 pair: %s。" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "源文件后缀" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "目录树引用的文件 %r 不存在" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "主文档名" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "only 指令的表达式求值时抛出异常:%s" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "启用 ePub 支持" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (内置函数)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "扩展程序选项" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s 方法)" -#: cmd/quickstart.py:671 +#: domains/javascript.py:186 #, python-format -msgid "enable %s extension" -msgstr "启用 %s 扩展" +msgid "%s() (class)" +msgstr "%s()(类)" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "启用多个扩展" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s(全局变量或常量)" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "创建 Makefile 和批处理文件" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s(%s 属性)" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "创建 Makefile" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "参数" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "不创建 Makefile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "抛出" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "创建批处理文件" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "返回" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "不创建批处理文件" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "返回类型" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat 采用 Sphinx 的 make 模式" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s(模块)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "项目模板" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "函数" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "放置模板文件的模板目录" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "方法" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "定义一个模板变量" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "类" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "指定了“quiet”,但是没有指定“project”和“author”。" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "数据" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "属性" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "模块" -#: cmd/quickstart.py:810 +#: domains/javascript.py:458 #, python-format -msgid "Invalid template variable: %s" -msgstr "无效模板变量:%s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" -#: directives/other.py:119 +#: domains/__init__.py:322 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "目录树 glob 规则 %r 未能匹配到文档" +msgid "%s %s" +msgstr "%s %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "目录树中引用了已排除的文档 %r" +msgid "%s (directive)" +msgstr "%s(指令)" -#: directives/other.py:156 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "目录树中引用的文档 %r 不存在" +msgid ":%s: (directive option)" +msgstr ":%s:(指令选项)" -#: directives/other.py:169 +#: domains/rst.py:224 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "目录树中存在重复的条目:%s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "节作者: " +msgid "%s (role)" +msgstr "%s(角色)" -#: directives/other.py:205 -msgid "Module author: " -msgstr "模块作者: " +#: domains/rst.py:234 +msgid "directive" +msgstr "指令" -#: directives/other.py:207 -msgid "Code author: " -msgstr "代码作者: " +#: domains/rst.py:235 +msgid "directive-option" +msgstr "指令-选项" -#: directives/other.py:209 -msgid "Author: " -msgstr "作者: " +#: domains/rst.py:236 +msgid "role" +msgstr "角色" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. acks 的内容不是列表" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "重复的 %s %s 描述,另一描述出现在 %s" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. hlist 的内容不是列表" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "重复的公式标签 %s,另一公式出现在 %s" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "csv-table 指令的“:file”选项现在会将绝对路径视为源文件目录的相对路径。请更新你的文档内容。" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "重复的引文 %s,另一引文出现在 %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "取消缩进操作清除了空白字符" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "引文 [%s] 没有被引用过。" -#: directives/code.py:87 +#: domains/changeset.py:32 #, python-format -msgid "Invalid caption: %s" -msgstr "无效的标题:%s" +msgid "Added in version %s" +msgstr "在 %s 版增加" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/changeset.py:33 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "指定的行号超出范围(1-%d):%r" +msgid "Changed in version %s" +msgstr "在 %s 版本发生变更" -#: directives/code.py:216 +#: domains/changeset.py:34 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "“%s”和“%s”选项不可联用" +msgid "Deprecated since version %s" +msgstr "自 %s 版本弃用" -#: directives/code.py:231 +#: domains/changeset.py:35 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "包括文件 '%s' 未找到或读取失败" +msgid "Removed in version %s" +msgstr "在版本 %s 移除" -#: directives/code.py:235 +#: builders/changes.py:29 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "用编码格式 %r 读取包含的文件 '%s' 可能不正确,请尝试给定 :encoding: 选项" +msgid "The overview file is in %(outdir)s." +msgstr "概览文件保存在 %(outdir)s 目录 。" -#: directives/code.py:276 +#: builders/changes.py:65 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "对象 %r 未出现在包含文件 %r 中" +msgid "no changes in version %s." +msgstr "%s 版本中没有做出修改。" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "不能在不连续的“lines”上使用“lineno-match”选项" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "正在写入摘要文件……" + +#: builders/changes.py:79 +msgid "Builtins" +msgstr "内置模块" + +#: builders/changes.py:81 +msgid "Module level" +msgstr "模块级" + +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "正在复制源文件……" -#: directives/code.py:314 +#: builders/changes.py:146 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "指定的行 %r:未能从包含文件 %r 中拉取指定的行" +msgid "could not read %r for changelog creation" +msgstr "无法读取用于创建变更记录的 %r" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:230 #, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "索引" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "没有找到适合 %s 构建器的图像:%s(%s)" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "没有找到适合 %s 构建器的图像:%s" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "脚注" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "正在构建 [mo]: " -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "在图示之外发现了图题。" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "正在写入输出……" -#: writers/texinfo.py:1303 +#: builders/__init__.py:281 #, python-format -msgid "unimplemented node type: %r" -msgstr "未实现的节点类型:%r" +msgid "all of %d po files" +msgstr "所有的 %d po 文件" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:303 #, python-format -msgid "[image: %s]" -msgstr "[图片: %s]" +msgid "targets for %d po files that are specified" +msgstr "指定了 %d 个 po 文件的目标文件" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[图片]" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "%d 个 po 文件的目标文件已过期" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "链接到此定义。" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "所有源文件" -#: writers/html5.py:431 +#: builders/__init__.py:336 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "未定义 %s 的 numfig_format" +msgid "file %r given on command line does not exist, " +msgstr "命令行给定的文件 %r 不存在" -#: writers/html5.py:441 +#: builders/__init__.py:343 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "没有给 %s 节点分配 ID" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "源文件目录中不存在命令行给定的文件 %r,将被忽略" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "链接到此术语。" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "命令行给定的文件 %r 不是有效文档,将被忽略" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "链接到此标题。" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "命令行给定了 %d 个源文件" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "链接到此表格。" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "%d 个源文件的目标文件已过期" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "不支持的红字标题等级:%s" +msgid "building [%s]: " +msgstr "正在构建 [%s]: " -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "链接到此段代码" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "正在查找当前已过期的文件……" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "链接到此图片" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "找到 %d 个已过期文件" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "链接到此目录树" +#: builders/__init__.py:418 +msgid "none found" +msgstr "没有找到已过期文件" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "正在 Pickle 序列化环境" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "未知的 %r toplevel_sectioning 被用于 %r 类" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "正在校验一致性" -#: builders/latex/__init__.py:221 writers/latex.py:436 -#, python-format -msgid "no Babel option known for language %r" -msgstr "没有语种 %r 的 Babel 选项" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "没有过期的目标文件。" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":mathdepth: 值过大,已忽略。" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "正在更新环境:" -#: writers/latex.py:616 +#: builders/__init__.py:500 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "没有找到 %s 模板;使用传统模板 %s 代替" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "文档标题不是一个单纯文本节点" +msgid "%s added, %s changed, %s removed" +msgstr "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" -#: writers/latex.py:1198 +#: builders/__init__.py:537 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "Sphinx 无法加载主文档(%s),原因是其与内置的排除模式 %r 相匹配。请把主文档移动到其他位置。" -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." -msgstr "已给出的 colspec %s 似乎使用了 tabulary 语法。但此表格无法以 tabulary 格式呈现;给出的 colspec 将被忽略。" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "Sphinx 无法加载主文档(%s),原因是其与 conf.py 指定的排除模式 %r 相匹配。请从 conf.py 中移除该排除模式。" -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "无效的量纲单位 %s,已忽略。" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "Sphinx 无法加载主文档(%s),原因是其没有与自定义的 include_patterns = %r 匹配。请确保 include_patterns 中的规则能匹配到主文档。" -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "发现未知的索引条目类型 %s" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "使用方法:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPTIONS] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "Sphinx 文档生成器。" - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "命令:" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "选项" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx 无法加载主文档(%s)。主文档必须位于源文件目录及其子目录下。" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "更多信息请参阅 https://www.sphinx-doc.org/en/master/man/ 。" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "正在读取源文件……" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: 错误: {1}\n运行“{0} --help”获取帮助信息" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "待写入文档名称:%s" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " 用 Sphinx 管理文档。" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "没有可写的文档名称!" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "显示版本并退出。" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "正在准备写入文档" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "显示此信息并退出。" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "正在复制资产文件" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "日志" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML 文件保存在 %(outdir)s 目录。" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "增加日志详细级别(可以重复叠加)" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "写入文件 %s 时发生错误:%s" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "只打印错误和警告。" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "伪 XML 文件保存在 %(outdir)s。" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "完全没有输出" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "正在装配成单页面文档" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "参见 'sphinx --help' 。\n" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "正在写入" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "正在写入附加文件" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 文件保存在 %(outdir)s。" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "正在写入 nav.xhtml 文件……" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的术语引用与原文不一致。原文中为:{0},译文中为:{1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)的值不能为空" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "无法计算转译进度!" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_uid”的值应为 XML 名称格式的字符串" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "尚无已转译的元素!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_title”(或“html_title”)的值不能为空" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "索引页使用了 4 列布局,可能是你所用的扩展出现了 Bug:%r" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_author”的值不能为空" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "脚注 [%s] 没有被引用过。" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_contributor”的值不能为空" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "脚注 [*] 没有被引用过。" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_description”的值不能为空" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "脚注 [#] 没有被引用过。" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_publisher”的值不能为空" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "清单 <%s> 中包含重复的 %s 定义" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "清单 <%s> 中包含多个 %s 的定义" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "读取时发生错误:%s,%s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" -#: util/i18n.py:113 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "writing error: %s, %s" -msgstr "写入时发生错误:%s,%s" +msgid "invalid css_file: %r, ignored" +msgstr "无效的 css_file:%r,已忽略" -#: util/i18n.py:146 +#: builders/text.py:27 #, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s 不存在" +msgid "The text files are in %(outdir)s." +msgstr "文本文件保存在 %(outdir)s 目录。" -#: util/i18n.py:244 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "无效的 Babel locale:%r" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "伪构建器不生成文件。" -#: util/i18n.py:253 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "无效的日期格式。如果你想直接输出日期字符串,请用单引号包裹该字符串:%s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "请在上述输出或 %(outdir)s/output.txt 中查找错误" -#: util/osutil.py:131 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "中止了把 %s 复制至 %s 的尝试(目的路径非空)。" - -#: util/display.py:82 -msgid "skipped" -msgstr "已跳过" - -#: util/display.py:87 -msgid "failed" -msgstr "失败" +msgid "broken link: %s (%s)" +msgstr "损坏的链接:%s(%s)" -#: util/docutils.py:325 +#: builders/linkcheck.py:562 #, python-format -msgid "unknown directive name: %s" -msgstr "未知的指令名称:%s" +msgid "Anchor '%s' not found" +msgstr "未找到锚点“%s”" -#: util/docutils.py:361 -#, python-format -msgid "unknown role name: %s" -msgstr "未知的角色名称:%s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. 需要一个 dict" -#: util/docutils.py:805 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown node type: %r" -msgstr "未知节点类型:%r" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" -#: util/fileutil.py:76 +#: builders/gettext.py:243 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "中止了把已渲染模板 %s 复制至 %s 的尝试(目的路径非空)。" +msgid "The message catalogs are in %(outdir)s." +msgstr "消息目录保存在 %(outdir)s 目录。" -#: util/fileutil.py:89 +#: builders/gettext.py:265 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "正在把已求值的模板结果写入 %s" +msgid "targets for %d template files" +msgstr "%d 个模板文件的目标文件" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "%s 域中的问题:字段应采用“%s”角色,但域中并不包含该角色。" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "正在读取模板……" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "未找到默认角色 %s" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "正在写入消息目录... " -#: util/nodes.py:462 +#: builders/texinfo.py:41 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 文件保存在 %(outdir)s 目录。" + +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "%r 不再支持索引条目 (来自条目 %r)请改用 pair: %s。" +"\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”即可自动执行上述操作)。" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "目录树引用的文件 %r 不存在" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "未找到“texinfo_documents”配置项,不会写入文档" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only 指令的表达式求值时抛出异常:%s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "配置项“texinfo_documents”引用了文档 %s 不存在" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "接上页" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "正在处理 %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "续下页" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "正在解析引用……" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "非字母" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (在 " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "符号" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "正在复制图像文件……" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "数字" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "无法复制图像文件 %r:%s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "页" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "正在复制 Texinfo 支持文件" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "发行版本" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "写入 Makefile 文件时出错:%s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "无法拉取远程图像:%s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "发现重复的目录条目:%s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "无法拉取远程图像:%s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "无法读取图像文件 %r:改为直接复制" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "未知的图像格式:%s……" +msgid "cannot write image file %r: %s" +msgstr "无法写入图像文件 %r:%s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "无法确定交叉引用的回退文本。可能是 Bug。" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "未找到 Pillow - 正在复制图像文件" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "“any”交叉引用 %r 的目标不唯一:可能是 %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "正在写入 mimetype 文件……" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "未找到 %s:%s 的引用目标: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "正在写入 META-INF/container.xml 文件……" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "未找到 %r 的引用目标:%s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "正在写入 content.opf 文件……" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "已中断!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "%s 的 MIME 类型未知,已忽略" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "reStructuredText 错误!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" +msgstr "节点具有无效的级别" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "编码错误!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "正在写入 toc.ncx 文件……" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "递归错误!" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "正在写入 %s 文件……" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "源文件非常大或嵌套很深时可能会发生这种情况。您可以谨慎地在 conf.py 中增加默认的 Python 递归限制 1,000,例如:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "手册页保存在 %(outdir)s 目录。" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "启动调试器:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "未找到“man_pages”配置项,不会写入手册页" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "完整回溯已保存至:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "配置项“man_pages”引用的文档 %s 不存在" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "若要向开发者报告此错误,请访问 提交问题。谢谢!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTex 文件保存在 %(outdir)s 目录。" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "即便抛出的错误时是用户导致的,也请向我们投递报告,以便将来可以提示更友好、更详细的错误信息。" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "折叠边栏" +"\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”即可自动执行上述操作)。" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "导航" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "未找到“latex_documents”配置项,不会写入文档" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "在 %(docstitle)s 中搜索" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "配置项“latex_documents”引用的文档 %s 不存在" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "关于此文档" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "发行版本" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "搜索" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "正在复制 TeX 支持文件" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "版权所有" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "正在复制附加文件" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "logo 文件 %r 不存在" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "最后更新于 %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "未知配置项:latex_elements[%r],已忽略。" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "由 Sphinx %(sphinx_version)s创建。" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "未知主题选项:latex_theme_options[%r],已忽略。" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "上一主题" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "无法获取文档名称!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "上一章" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "无法获取文档源码 %r 的文档名称!" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "下一主题" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "给定的引用节点 %r 没有对应的脚注" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "下一章" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r 中缺少“theme”配置项" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "索引 – %(key)s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r 中缺少“%s”配置项" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "单页全索引" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "本页" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "读取构建信息文件失败:%r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "显示源代码" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info 不匹配,正在把 .buildinfo 复制为 .buildinfo.bak" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "快速搜索" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "正在构建 [html]:" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "提交" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "自上次构建后模板 %s 发生了变动,将重新构建所有文档。" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "概述" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "总索引" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "欢迎!" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "索引" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "本文档属于" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "%s 的 Logo" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "最后更新于" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "下一页" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "索引和表格:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "上一页" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "完整目录" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "正在生成索引" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "列出所有的章节和部分" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "正在写入附加页面" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "搜索页面" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "无法复制图像文件“%s”:%s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "搜索文档" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "正在复制可下载文件……" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "全局模块索引" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "无法复制可下载文件 %r:%s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "快速查看所有的模块" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "向主题的“static”目录复制文件失败:%s: %r" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "总索引" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "扩展静态目录 '%s' 不存在" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "所有函数、类、术语词汇" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "无法复制 html_static_file 中的文件:%s: %r" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "目录" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "正在复制静态文件" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "搜索 %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "无法复制静态文件 %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "字母索引" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "正在复制额外文件" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "可能会大" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "无法复制额外文件 %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "请激活 JavaScript 以开启搜索功能。" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "写入构建信息文件失败:%r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "当搜索多个关键词时,只会显示同时包含所有关键词的内容。" - -#: themes/basic/search.html:35 -msgid "search" -msgstr "搜索" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "无法加载搜索索引,不会构建所有文档:索引将不完整。" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "目录" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "页面 %s 同时符合两条 html_sidebars 规则:%r 和 %r" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "搜索结果" +#: builders/html/__init__.py:1213 +#, 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 字符串。" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format 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 "您的搜索没有匹配到文档。请确保关键词拼写正确,并且选择了合适的分类。" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "'%s' 主题不支持此版本的 Sphinx,因为它使用了 HTML 模板中的“style”字段,而该字段在 Sphinx 5.1 中已弃用,并在 Sphinx 7.0 中被移除。必须更新主题才能使用“styles”字段。请参阅 https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "搜索完成,匹配搜索条件的有 ${resultCount} 个页面。" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "渲染页面 %s 时发生了错误。\n原因:%r" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "正在搜索中" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "正在导出对象清单" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "正在准备搜索……" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "正在导出 %s 的搜索索引" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ",在 " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "无效的 js_file:%r,已忽略" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "隐藏搜索结果" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "于版本 %(version)s— %(docstitle)s 变更" +msgid "Unknown math_renderer %r is given." +msgstr "给定的 math_renderer %r 不存在。" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path 入口 %r 被置于输出目录内" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "自动生成的 %(version)s 版本变更列表" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path 入口 %r 不存在" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "库的变更" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path 入口 %r 置于输出目录内" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API 的变更" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path 入口 %r 不存在" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "其他变更" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon 文件 %r 不存在" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "展开边栏" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "“html_sidebars”的值必须是字符串列表。至少一个模式的值为字符串:%s。请修改为“html_sidebars = %r”。" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "仅位置参数分隔符 (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "Sphinx 不再支持 HTML 4。(在配置项中检测到了“html4_writer=True”)" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "仅关键字参数分隔符 (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s 文档" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "参数" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "无法读取损坏的构建信息文件(未知版本)" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "变量" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "无法读取损坏的构建信息文件(缺少 config 条目)" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "抛出" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "无法读取损坏的构建信息文件(缺少 tags 条目)" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3111,101 +3028,46 @@ msgstr "静态方法" msgid "property" msgstr "托管属性" -#: domains/python/__init__.py:735 -msgid "type alias" -msgstr "类型别名" - -#: domains/python/__init__.py:804 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "重复的对象描述 %s,另一处为 %s,请在其中一处使用 :no-index:。" - -#: domains/python/__init__.py:974 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "交叉引用 %r 找到了多个目标:%s" - -#: domains/python/__init__.py:1048 -msgid " (deprecated)" -msgstr "(已弃用)" - -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "重复的 C++ 声明,已经在 %s:%s 处声明。\n声明为“.. cpp:%s:: %s”。" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "模板参数" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s(C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "返回值" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "联合体" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "成员" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "类型" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "概念" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "枚举" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "枚举成员" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "函数参数" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "模板参数" +#: domains/python/__init__.py:735 +msgid "type alias" +msgstr "类型别名" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 +#: domains/python/__init__.py:804 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "重复的 C 声明,已经在 %s:%s 处声明。\n声明为“.. c:%s:: %s”。" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "重复的对象描述 %s,另一处为 %s,请在其中一处使用 :no-index:。" -#: domains/c/__init__.py:211 +#: domains/python/__init__.py:974 #, python-format -msgid "%s (C %s)" -msgstr "%s(C %s)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "交叉引用 %r 找到了多个目标:%s" -#: domains/c/__init__.py:778 -msgid "variable" -msgstr "变量" +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr "(已弃用)" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "宏" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "仅位置参数分隔符 (PEP 570)" -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "结构体" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "仅关键字参数分隔符 (PEP 3102)" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "参数" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "变量" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "抛出" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3241,483 +3103,582 @@ msgstr "%s命令行选项" msgid "command line option" msgstr "命令行选项" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "术语词汇前必须有空行" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "术语词汇不能用空行分隔" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "术语词汇格式不正确,请检查缩进" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "术语词汇" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "语法记号" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "引用标签" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "环境变量" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "程序选项" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "文档" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "模块索引" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "搜索页面" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "重复的 %s 描述 %s,另一描述出现在 %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig 已禁用,忽略 :numref:。" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "无法创建交叉引用。未指定题图数字:%s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "链接没有标题:%s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "无效的 numfig_format:%s(%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "无效的 numfig_format:%s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "标签未定义:%r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "无法创建交叉引用,缺少标题或图题:%r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "无效的值集合(缺少右括号):%s" +msgid "%s (C %s)" +msgstr "%s(C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "无效的值集合(缺少左括号):%s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "重复的 C 声明,已经在 %s:%s 处声明。\n声明为“.. c:%s:: %s”。" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "异常的字符串字面量(缺少右引号):%s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "返回值" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "异常的字符串字面量(缺少左引号):%s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "成员" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "示例" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "变量" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "示例" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "宏" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "关键字参数" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "结构体" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "备注" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "联合体" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "其他参数" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "枚举" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "接受" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "枚举成员" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "引用" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "类型" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "警告" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "函数参数" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "生成器" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "模板参数" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: domains/cpp/__init__.py:302 #, python-format -msgid "A mocked object is detected: %r" -msgstr "检测到仿制的对象:%r" +msgid "%s (C++ %s)" +msgstr "%s(C++ %s)" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "alias of %s" -msgstr "%s 的别名" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "重复的 C++ 声明,已经在 %s:%s 处声明。\n声明为“.. cpp:%s:: %s”。" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "概念" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "模板参数" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "目录" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "目录" + +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Bases: %s" -msgstr "基类:%s" +msgid "Search %(docstitle)s" +msgstr "搜索 %(docstitle)s" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "上一主题" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "上一章" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "下一主题" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "下一章" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "搜索" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "请激活 JavaScript 以开启搜索功能。" + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "当搜索多个关键词时,只会显示同时包含所有关键词的内容。" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "搜索" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "本页" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "显示源代码" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "无效的 member-order 选项值:%s" +msgid "Index – %(key)s" +msgstr "索引 – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "单页全索引" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "导航" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "在 %(docstitle)s 中搜索" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "关于此文档" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "版权所有" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "无效的 class-doc-from 选项值:%s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "无效的 auto%s 签名(%r)" +msgid "Last updated on %(last_updated)s." +msgstr "最后更新于 %(last_updated)s." -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#: themes/basic/layout.html:204 #, 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 "无法判断导入哪个模块以自动生成文档 %r(尝试在文档中使用“module”或“currentmodule”指令,或者显式给定模块名)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "由 Sphinx %(sphinx_version)s创建。" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "为 automodule 给出的签名参数:%s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "快速搜索" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "返回为 automodule 给出的批注:%s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "提交" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "automodule 名中的“::”无意义" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "概述" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "删除 %s 失败: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "欢迎!" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "将会创建文件 %s。" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "本文档属于" -#: ext/apidoc/_cli.py:28 -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 "\n在 中递归查找 Python 模块和包,然后在 中为每个使用了\nautomodule 指令的包创建一个 reST 文件。\n\n 可以排除生成符合规则的文件/目录的文档。\n\n提示:本脚本默认不会覆盖已有文件。" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "最后更新于" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "指定模块的路径,用于生成该模块的文档" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "索引和表格:" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "以 fnmatch 风格的文件/目录规则,不生成与该规则匹配的文档" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "完整目录" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "存放输出内容的目录" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "列出所有的章节和部分" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "在目录树中展示子模块的最大深度(默认:4)" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "搜索文档" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "覆盖已有文件" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "全局模块索引" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "遵循符号链接。配合 collective.recipe.omelette 使用尤其奏效。" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "快速查看所有的模块" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "运行脚本,但不创建文件" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "所有函数、类、术语词汇" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "给模块创建各自的文档页" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "字母索引" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "包含“_private”模块" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "可能会大" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "目录的文件名(默认:modules)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "折叠边栏" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "不创建目录文件" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "展开边栏" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "不创建模块/包的标题(比如当 docstring 中已经有标题时,可以使用这个选项)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "隐藏搜索结果" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "把模块文档放置在子模块文档之前" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "搜索结果" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:134 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "根据 PEP-0420 隐式命名空间规范解释模块路径" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "您的搜索没有匹配到文档。请确保关键词拼写正确,并且选择了合适的分类。" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "传递给 automodule 指令的选项的逗号分隔列表(或使用 SPHINX_APIDOC_OPTIONS)。" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "搜索完成,匹配搜索条件的有 ${resultCount} 个页面。" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "文件后缀(默认:rst)" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "正在搜索中" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" -msgstr "删除此次未生成,但存在于输出目录中的文件" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "正在准备搜索……" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "用 sphinx-quickstart 生成完整项目" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ",在 " -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "当指定了 --full 选项,把 module_path 附加到 sys.path" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "于版本 %(version)s— %(docstitle)s 变更" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "项目名称(默认:根模块名)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "项目作者,指定了 --full 选项时使用" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "自动生成的 %(version)s 版本变更列表" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "项目版本,指定了 --full 选项时使用" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "库的变更" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "项目发行版本,指定了 --full 选项时使用,默认为 --doc-version 的值" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API 的变更" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "扩展选项" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "其他变更" + +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "接上页" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "续下页" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "非字母" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "符号" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "启用任意扩展,在给出 --full 时使用" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "数字" -#: ext/apidoc/_cli.py:240 +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "页" + +#: environment/collectors/asset.py:98 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "启用 %s 扩展,在给出 --full 时使用" +msgid "image file not readable: %s" +msgstr "无法读取图像文件:%s" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:126 #, python-format -msgid "%s is not a directory." -msgstr "%s 不是一个目录。" +msgid "image file %s not readable: %s" +msgstr "无法读取图像文件 %s:%s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "运行 apidoc" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "无法读取下载文件:%s" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/toctree.py:257 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "apidoc_modules 项目 %i 必须是一个 dict" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "已经给 %s 分配了章节编号(嵌套的带编号文档树?)" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "apidoc_modules 项目 %i 必须有一个“path”键" +msgid "see %s" +msgstr "见 %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "apidoc_modules 项目 %i 'path' 必须是一个字符串" +msgid "see also %s" +msgstr "另请参见 %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "apidoc_modules 项目 %i 'path' 不是一个存在的文件夹:%s" +msgid "unknown index entry type %r" +msgstr "未知的索引条目类型 %r" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "apidoc_modules 项目 %i 必须有一个“destination”键" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "在文档树中检测到循环引用,已忽略:%s <- %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "apidoc_modules 项目 %i 'destination' 必须是一个字符串" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "目录树引用的文档 %r 缺少标题:不会生成链接" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "apidoc_modules 项目 %i 'destination' 应该是相对路径" +msgid "toctree contains reference to non-included document %r" +msgstr "目录树引用了未包含的文档 %r" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "apidoc_modules 项目 %i 无法创建目标目录:%s" +msgid "toctree contains reference to non-existing document %r" +msgstr "目录树包含对不存在的文档 %r 的引用" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "无法确定交叉引用的回退文本。可能是 Bug。" + +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "apidoc_modules 项目 %i '%s' 必须是一个 int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "“any”交叉引用 %r 的目标不唯一:可能是 %s" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "apidoc_modules 项目 %i '%s' 必须是一个 boolean" +msgid "%s:%s reference target not found: %s" +msgstr "未找到 %s:%s 的引用目标: %s" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "apidoc_modules 项目 %i包含意外的键:%s" +msgid "%r reference target not found: %s" +msgstr "未找到 %r 的引用目标:%s" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "apidoc_modules 项目 %i '%s' 必须是一个 sequence" +msgid "Could not fetch remote image: %s [%s]" +msgstr "无法拉取远程图像:%s [%s]" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "apidoc_modules 项目 %i '%s' 必须包含字符串" +msgid "Could not fetch remote image: %s [%d]" +msgstr "无法拉取远程图像:%s [%d]" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "自动摘要:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" +msgid "Unknown image format: %s..." +msgstr "未知的图像格式:%s……" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[自动摘要] 正在生成自动摘要:%s" +msgid "invalid value for member-order option: %s" +msgstr "无效的 member-order 选项值:%s" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[自动摘要] 正在写入 %s" +msgid "invalid value for class-doc-from option: %s" +msgstr "无效的 class-doc-from 选项值:%s" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[自动摘要]无法导入 %s。\n可能原因:\n%s" +msgid "invalid signature for auto%s (%r)" +msgstr "无效的 auto%s 签名(%r)" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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 "\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" - -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "用于生成 rst 文件的源文件" +"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 "无法判断导入哪个模块以自动生成文档 %r(尝试在文档中使用“module”或“currentmodule”指令,或者显式给定模块名)" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "存放输出内容的目录" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" +msgstr "为 automodule 给出的签名参数:%s" -#: ext/autosummary/generate.py:915 +#: ext/autodoc/_names.py:93 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "默认的文件名后缀(默认:%(default)s)" +msgid "return annotation given for automodule: '%s'" +msgstr "返回为 automodule 给出的批注:%s" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "automodule 名中的“::”无意义" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "自定义模板目录(默认:%(default)s)" +msgid "A mocked object is detected: %r" +msgstr "检测到仿制的对象:%r" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "文档导入的成员(默认:%(default)s)" +msgid "alias of %s" +msgstr "%s 的别名" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "仅生成模块中 __all__ 属性成员的文档。(默认值:%(default)s)" +msgid "Bases: %s" +msgstr "基类:%s" #: ext/autosummary/__init__.py:235 #, python-format @@ -3765,563 +3726,607 @@ msgid "" " contain .rst. Skipped." msgstr "自动摘要功能内部会生成 .rst 文件。但你的 source_suffix 配置中不包含 .rst。已跳过。" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "intersphinx_mapping 中存在无效的 Sphinx 互联项目标识“%r”。项目标识必须是非空字符串。" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "自动摘要:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" + +#: ext/autosummary/generate.py:630 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[自动摘要] 正在生成自动摘要:%s" + +#: ext/autosummary/generate.py:634 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[自动摘要] 正在写入 %s" + +#: ext/autosummary/generate.py:679 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[自动摘要]无法导入 %s。\n可能原因:\n%s" + +#: ext/autosummary/generate.py:877 +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 "\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" + +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" +msgstr "用于生成 rst 文件的源文件" -#: ext/intersphinx/_load.py:72 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "无效值“%r”出现在 intersphinx_mapping[%r]。应为两元素元组或列表。" +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "存放输出内容的目录" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:915 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "无效值“%r”出现在 intersphinx_mapping[%r]。此处的值必须是 (目标 URI, 清单位置) 对。" +msgid "default suffix for files (default: %(default)s)" +msgstr "默认的文件名后缀(默认:%(default)s)" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:923 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "无效的目标 URI 值“%r”出现在 intersphinx_mapping[%r][0]。目标 URI 必须是唯一的非空字符串。" +msgid "custom template directory (default: %(default)s)" +msgstr "自定义模板目录(默认:%(default)s)" -#: ext/intersphinx/_load.py:103 +#: ext/autosummary/generate.py:931 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "无效的目标 URI 值“%r”出现在 intersphinx_mapping[%r][0]。目标 URI 必须唯一(在 intersphinx_mapping[%r] 发现了相同 URI 值)。" +msgid "document imported members (default: %(default)s)" +msgstr "文档导入的成员(默认:%(default)s)" -#: ext/intersphinx/_load.py:122 +#: ext/autosummary/generate.py:940 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "无效的清单位置值“%r”出现在 intersphinx_mapping[%r][1]。清单位置必须是非空字符串或 None。" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "仅生成模块中 __all__ 属性成员的文档。(默认值:%(default)s)" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "无效的“intersphinx_mapping”配置(1 个错误)。" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "删除此次未生成,但存在于输出目录中的文件" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "无效的“intersphinx_mapping”配置(%s 个错误)。" +msgid "Failed to remove %s: %s" +msgstr "删除 %s 失败: %s" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "在规范化后添加了一个无效的 intersphinx_mapping 条目。" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "运行 apidoc" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "正在加载 Sphinx 互联清单“%s”,来自 %s……" - -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "在读取这些清单时遇到了一些问题,但已找到可用替代:" +msgid "apidoc_modules item %i must be a dict" +msgstr "apidoc_modules 项目 %i 必须是一个 dict" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" -msgstr "访问任意清单失败,问题如下:\n%s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "apidoc_modules 项目 %i 必须有一个“path”键" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "Sphinx 互联清单已移动:%s -> %s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "apidoc_modules 项目 %i 'path' 必须是一个字符串" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "(in %s %s)" -msgstr "(位于 %s %s)" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "apidoc_modules 项目 %i 'path' 不是一个存在的文件夹:%s" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "(in %s)" -msgstr "(在 %s)" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "apidoc_modules 项目 %i 必须有一个“destination”键" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "清单“%s”:发现了重复匹配 %s:%s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "apidoc_modules 项目 %i 'destination' 必须是一个字符串" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "清单“%s”:发现了多个匹配 %s:%s" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "apidoc_modules 项目 %i 'destination' 应该是相对路径" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "未找到外部交叉引用的清单:%r" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "apidoc_modules 项目 %i 无法创建目标目录:%s" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "无效的外部交叉引用后缀:%r" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "apidoc_modules 项目 %i '%s' 必须是一个 int" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "未找到外部交叉引用的域:%r" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "apidoc_modules 项目 %i '%s' 必须是一个 boolean" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "未找到外部 %s:%s 引用目标:%s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "apidoc_modules 项目 %i包含意外的键:%s" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "在格式化 %s 的签名时发生错误:%s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "apidoc_modules 项目 %i '%s' 必须是一个 sequence" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "忽略 invalid __all__ in 模块 %s:%r" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "apidoc_modules 项目 %i '%s' 必须包含字符串" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "无法获取函数 %s 的签名:%s" +msgid "Would create file %s." +msgstr "将会创建文件 %s。" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "无法更新 %r 的签名:未找到参数:%s" +#: ext/apidoc/_cli.py:28 +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 "\n在 中递归查找 Python 模块和包,然后在 中为每个使用了\nautomodule 指令的包创建一个 reST 文件。\n\n 可以排除生成符合规则的文件/目录的文档。\n\n提示:本脚本默认不会覆盖已有文件。" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "无法解析 %r 的类型注释:%s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "指定模块的路径,用于生成该模块的文档" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s 上有无效的 __slots__,已忽略。" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "以 fnmatch 风格的文件/目录规则,不生成与该规则匹配的文档" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "在格式化 %s 的参数时报错:%s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "存放输出内容的目录" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "无法获取构造函数 %s 的签名:%s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "在目录树中展示子模块的最大深度(默认:4)" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "无法获取方法 %s 的签名:%s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "覆盖已有文件" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "获取 %s 的签名失败:%s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "遵循符号链接。配合 collective.recipe.omelette 使用尤其奏效。" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "无法解析 %r 的默认参数值:%s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "运行脚本,但不创建文件" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "属性 %s 已在 :members: 中列出但缺失,它无法在对象 %r 中找到。" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "给模块创建各自的文档页" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "包含“_private”模块" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "目录的文件名(默认:modules)" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "不创建目录文件" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc:无法确定是否生成 %s.%s (%r) 的文档,抛出了下列异常:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "不创建模块/包的标题(比如当 docstring 中已经有标题时,可以使用这个选项)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule %s 给定了函数签名参数或返回类型标注" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "把模块文档放置在子模块文档之前" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "根据 PEP-0420 隐式命名空间规范解释模块路径" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr ":members: 选项中涉及的属性不存在:模块 %s,属性%s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "传递给 automodule 指令的选项的逗号分隔列表(或使用 SPHINX_APIDOC_OPTIONS)。" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "指定了 %s 属性,但对象 %s 缺少该属性" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "文件后缀(默认:rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s) 的别名" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "用 sphinx-quickstart 生成完整项目" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "无法读取损坏的构建信息文件(未知版本)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "当指定了 --full 选项,把 module_path 附加到 sys.path" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "无法读取损坏的构建信息文件(缺少 config 条目)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "项目名称(默认:根模块名)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "无法读取损坏的构建信息文件(缺少 tags 条目)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "项目作者,指定了 --full 选项时使用" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML 页面保存在 %(outdir)s 目录。" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "项目版本,指定了 --full 选项时使用" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "读取构建信息文件失败:%r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "项目发行版本,指定了 --full 选项时使用,默认为 --doc-version 的值" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "build_info 不匹配,正在把 .buildinfo 复制为 .buildinfo.bak" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "扩展选项" -#: builders/html/__init__.py:355 -msgid "building [html]: " -msgstr "正在构建 [html]:" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "启用任意扩展,在给出 --full 时使用" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "自上次构建后模板 %s 发生了变动,将重新构建所有文档。" - -#: builders/html/__init__.py:496 -msgid "index" -msgstr "索引" +msgid "enable %s extension, used when --full is given" +msgstr "启用 %s 扩展,在给出 --full 时使用" -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "%s 的 Logo" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "下一页" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "上一页" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "正在生成索引" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "正在写入附加页面" +msgid "%s is not a directory." +msgstr "%s 不是一个目录。" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "无法复制图像文件“%s”:%s" - -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "正在复制可下载文件……" +msgid "(in %s %s)" +msgstr "(位于 %s %s)" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "无法复制可下载文件 %r:%s" +msgid "(in %s)" +msgstr "(在 %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "向主题的“static”目录复制文件失败:%s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "清单“%s”:发现了重复匹配 %s:%s" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "无法复制 html_static_file 中的文件:%s: %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "清单“%s”:发现了多个匹配 %s:%s" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "正在复制静态文件" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "未找到外部交叉引用的清单:%r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "无法复制静态文件 %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "无效的外部交叉引用后缀:%r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "正在复制额外文件" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "未找到外部交叉引用的域:%r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "无法复制额外文件 %r" +msgid "external %s:%s reference target not found: %s" +msgstr "未找到外部 %s:%s 引用目标:%s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "写入构建信息文件失败:%r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "intersphinx_mapping 中存在无效的 Sphinx 互联项目标识“%r”。项目标识必须是非空字符串。" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "无法加载搜索索引,不会构建所有文档:索引将不完整。" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "无效值“%r”出现在 intersphinx_mapping[%r]。应为两元素元组或列表。" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "页面 %s 同时符合两条 html_sidebars 规则:%r 和 %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "无效值“%r”出现在 intersphinx_mapping[%r]。此处的值必须是 (目标 URI, 清单位置) 对。" -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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 字符串。" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "无效的目标 URI 值“%r”出现在 intersphinx_mapping[%r][0]。目标 URI 必须是唯一的非空字符串。" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" -msgstr "'%s' 主题不支持此版本的 Sphinx,因为它使用了 HTML 模板中的“style”字段,而该字段在 Sphinx 5.1 中已弃用,并在 Sphinx 7.0 中被移除。必须更新主题才能使用“styles”字段。请参阅 https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "无效的目标 URI 值“%r”出现在 intersphinx_mapping[%r][0]。目标 URI 必须唯一(在 intersphinx_mapping[%r] 发现了相同 URI 值)。" -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "渲染页面 %s 时发生了错误。\n原因:%r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "无效的清单位置值“%r”出现在 intersphinx_mapping[%r][1]。清单位置必须是非空字符串或 None。" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "正在导出对象清单" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "无效的“intersphinx_mapping”配置(1 个错误)。" -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "正在导出 %s 的搜索索引" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "无效的“intersphinx_mapping”配置(%s 个错误)。" + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "在规范化后添加了一个无效的 intersphinx_mapping 条目。" -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "无效的 js_file:%r,已忽略" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "正在加载 Sphinx 互联清单“%s”,来自 %s……" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "在读取这些清单时遇到了一些问题,但已找到可用替代:" -#: builders/html/__init__.py:1351 +#: ext/intersphinx/_load.py:332 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "给定的 math_renderer %r 不存在。" +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "访问任意清单失败,问题如下:\n%s" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "Sphinx 互联清单已移动:%s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "关键字参数" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path 入口 %r 被置于输出目录内" +msgid "invalid value set (missing closing brace): %s" +msgstr "无效的值集合(缺少右括号):%s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path 入口 %r 不存在" +msgid "invalid value set (missing opening brace): %s" +msgstr "无效的值集合(缺少左括号):%s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path 入口 %r 置于输出目录内" +msgid "malformed string literal (missing closing quote): %s" +msgstr "异常的字符串字面量(缺少右引号):%s" -#: builders/html/__init__.py:1390 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path 入口 %r 不存在" +msgid "malformed string literal (missing opening quote): %s" +msgstr "异常的字符串字面量(缺少左引号):%s" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "logo 文件 %r 不存在" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "示例" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon 文件 %r 不存在" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "示例" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "“html_sidebars”的值必须是字符串列表。至少一个模式的值为字符串:%s。请修改为“html_sidebars = %r”。" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "备注" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "Sphinx 不再支持 HTML 4。(在配置项中检测到了“html4_writer=True”)" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "其他参数" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s 文档" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "接受" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r 中缺少“theme”配置项" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "引用" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r 中缺少“%s”配置项" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "警告" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "无法获取文档名称!" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "生成器" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "无法获取文档源码 %r 的文档名称!" +msgid "error while formatting signature for %s: %s" +msgstr "在格式化 %s 的签名时发生错误:%s" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "给定的引用节点 %r 没有对应的脚注" +msgid "Ignoring invalid __all__ in module %s: %r" +msgstr "忽略 invalid __all__ in 模块 %s:%r" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTex 文件保存在 %(outdir)s 目录。" - -#: builders/latex/__init__.py:118 -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”即可自动执行上述操作)。" +msgid "Failed to get a function signature for %s: %s" +msgstr "无法获取函数 %s 的签名:%s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "未找到“latex_documents”配置项,不会写入文档" +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "无法解析 %r 的默认参数值:%s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "配置项“latex_documents”引用的文档 %s 不存在" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "无法更新 %r 的签名:未找到参数:%s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "正在复制 TeX 支持文件" +#: ext/autodoc/_dynamic/_type_comments.py:124 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "无法解析 %r 的类型注释:%s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "正在复制附加文件" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "在格式化 %s 的参数时报错:%s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "未知配置项:latex_elements[%r],已忽略。" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "无法获取构造函数 %s 的签名:%s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "未知主题选项:latex_theme_options[%r],已忽略。" +msgid "Failed to get a method signature for %s: %s" +msgstr "无法获取方法 %s 的签名:%s" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "已经给 %s 分配了章节编号(嵌套的带编号文档树?)" +msgid "Failed to get a signature for %s: %s" +msgstr "获取 %s 的签名失败:%s" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "image file not readable: %s" -msgstr "无法读取图像文件:%s" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "属性 %s 已在 :members: 中列出但缺失,它无法在对象 %r 中找到。" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file %s not readable: %s" -msgstr "无法读取图像文件 %s:%s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc:无法确定是否生成 %s.%s (%r) 的文档,抛出了下列异常:\n%s" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "download file not readable: %s" -msgstr "无法读取下载文件:%s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s 上有无效的 __slots__,已忽略。" -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "在文档树中检测到循环引用,已忽略:%s <- %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule %s 给定了函数签名参数或返回类型标注" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "目录树引用的文档 %r 缺少标题:不会生成链接" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "目录树引用了未包含的文档 %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr ":members: 选项中涉及的属性不存在:模块 %s,属性%s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "目录树包含对不存在的文档 %r 的引用" +msgid "missing attribute %s in object %s" +msgstr "指定了 %s 属性,但对象 %s 缺少该属性" -#: environment/adapters/indexentries.py:122 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "see %s" -msgstr "见 %s" +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s) 的别名" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "另请参见 %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "已中断!" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "未知的索引条目类型 %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "reStructuredText 错误!" + +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "编码错误!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "递归错误!" + +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "源文件非常大或嵌套很深时可能会发生这种情况。您可以谨慎地在 conf.py 中增加默认的 Python 递归限制 1,000,例如:" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "启动调试器:" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "完整回溯已保存至:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "若要向开发者报告此错误,请访问 提交问题。谢谢!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "即便抛出的错误时是用户导致的,也请向我们投递报告,以便将来可以提示更友好、更详细的错误信息。" diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo index 796b47a010c..537265e6a74 100644 Binary files a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po index 74413b55119..ed48c74b095 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) (http://app.transifex.com/sphinx-doc/sphinx-1/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,968 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:183 #, python-format -msgid "enable %s extension" +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/javascript.py:458 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:156 +#: domains/__init__.py:322 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s %s" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " +msgid "%s (directive)" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/math.py:73 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:75 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:216 +#: domains/citation.py:92 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:32 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Added in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:33 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:34 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: directives/code.py:314 +#: builders/changes.py:29 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:65 #, python-format -msgid "%b %d, %Y" +msgid "no changes in version %s." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1303 +#: builders/changes.py:146 #, python-format -msgid "unimplemented node type: %r" +msgid "could not read %r for changelog creation" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:230 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:281 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:336 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:383 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "no Babel option known for language %r" +msgid "building [%s]: " msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:416 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" +msgid "%d found" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:146 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "locale_dir %s does not exist" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:244 +#: builders/text.py:27 #, python-format -msgid "Invalid Babel locale: %r." +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/texinfo.py:218 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:436 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3107,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3217,482 +3079,581 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "A mocked object is detected: %r" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:201 #, python-format -msgid "alias of %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/layout.html:204 #, python-format -msgid "Bases: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3741,563 +3702,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo index ebd115ebae2..832d1a5952a 100644 Binary files a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po index ebd88a0c1e9..c9cf7fb32e3 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Taiwan) (Big5) (http://app.transifex.com/sphinx-doc/sphinx-1/language/zh_TW.Big5/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: zh_TW.Big5\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -53,90 +53,165 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:122 +#: config.py:350 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: theming.py:137 +#: config.py:373 #, python-format -msgid "unsupported theme option %r given" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:218 +#: config.py:378 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: theming.py:238 +#: config.py:390 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: theming.py:278 +#: config.py:398 #, python-format -msgid "The %r theme has circular inheritance" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:421 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:475 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" msgstr "" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Failed to convert %r to a frozenset" msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "Section %s" msgstr "" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Fig. %s" msgstr "" -#: project.py:72 +#: config.py:687 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:688 #, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." msgstr "" #: extension.py:58 @@ -153,16 +228,16 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Ignored unreadable document %r." msgstr "" #: events.py:92 @@ -210,7 +285,7 @@ msgstr "" msgid "making output directory" msgstr "" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "" @@ -227,7 +302,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "" @@ -300,7 +375,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -308,12 +383,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -321,1302 +396,894 @@ msgid "" "explicit" msgstr "" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:567 +#: registry.py:574 #, 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 "" -#: registry.py:579 +#: registry.py:586 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 +#: theming.py:119 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: config.py:374 +#: theming.py:124 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: config.py:379 +#: theming.py:139 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "unsupported theme option %r given" msgstr "" -#: config.py:391 +#: theming.py:238 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: config.py:399 +#: theming.py:258 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: config.py:422 +#: theming.py:298 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "The %r theme has circular inheritance" msgstr "" -#: config.py:476 +#: theming.py:306 #, python-format -msgid "No such config value: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: config.py:504 +#: theming.py:312 #, python-format -msgid "Config value %r already present" +msgid "The %r theme has too many ancestors" msgstr "" -#: config.py:541 +#: theming.py:340 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +msgid "no theme configuration file found in %r" msgstr "" -#: config.py:599 +#: theming.py:365 theming.py:418 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: config.py:603 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: theming.py:369 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: config.py:611 +#: theming.py:373 theming.py:421 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: config.py:633 +#: theming.py:377 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: config.py:651 config.py:659 +#: theming.py:396 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:665 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: _cli/__init__.py:71 +msgid "Usage:" msgstr "" -#: config.py:686 -#, python-format -msgid "Section %s" +#: _cli/__init__.py:73 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: config.py:687 -#, python-format -msgid "Fig. %s" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." msgstr "" -#: config.py:688 -#, python-format -msgid "Table %s" +#: _cli/__init__.py:85 +msgid "Commands:" msgstr "" -#: config.py:689 -#, python-format -msgid "Listing %s" +#: _cli/__init__.py:96 +msgid "Options" msgstr "" -#: config.py:798 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: config.py:829 +#: _cli/__init__.py:169 #, python-brace-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." msgstr "" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." +#: _cli/__init__.py:189 +msgid "Show the version and exit." msgstr "" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: _cli/__init__.py:197 +msgid "Show this message and exit." msgstr "" -#: config.py:892 -msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." +#: _cli/__init__.py:201 +msgid "Logging" msgstr "" -#: environment/__init__.py:89 -msgid "new config" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: environment/__init__.py:90 -msgid "config changed" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." msgstr "" -#: environment/__init__.py:91 -msgid "extensions changed" +#: _cli/__init__.py:223 +msgid "No output at all" msgstr "" -#: environment/__init__.py:261 -msgid "build environment version not current" +#: _cli/__init__.py:229 +msgid "" msgstr "" -#: environment/__init__.py:263 -msgid "source directory has changed" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:350 +#: ext/imgconverter.py:44 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" msgstr "" -#: environment/__init__.py:355 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: environment/__init__.py:361 +#: ext/imgconverter.py:83 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: environment/__init__.py:518 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 -#, python-format -msgid "Domain %r is not registered" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: environment/__init__.py:952 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: ext/duration.py:47 +#, python-format +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: ext/duration.py:117 +msgid "" +"====================== total reading duration ==========================" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: ext/duration.py:124 +#, python-format +msgid "Total time reading %d file%s: %dm %.3fs" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/texinfo.py:41 +#: ext/todo.py:94 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:44 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "processing %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/graphviz.py:344 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/texinfo.py:218 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "error writing file Makefile: %s" +msgid "dot code %r: %s" msgstr "" -#: builders/manpage.py:37 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "[graph: %s]" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/manpage.py:64 +#: ext/extlinks.py:82 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/singlehtml.py:35 +#: ext/imgmath.py:148 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/gettext.py:243 +#: ext/doctest.py:118 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/doctest.py:124 #, python-format -msgid "building [%s]: " +msgid "'%s' is not a valid option." msgstr "" -#: builders/gettext.py:265 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d template files" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/gettext.py:310 -msgid "writing message catalogs... " +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/linkcheck.py:87 +#: ext/doctest.py:451 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/linkcheck.py:159 +#: ext/doctest.py:568 #, python-format -msgid "broken link: %s (%s)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/linkcheck.py:561 +#: ext/coverage.py:48 #, python-format -msgid "Anchor '%s' not found" +msgid "invalid regex %r in %s" msgstr "" -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: builders/linkcheck.py:799 +#: ext/coverage.py:148 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/epub3.py:83 +#: ext/coverage.py:158 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" msgstr "" -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: transforms/__init__.py:258 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: builders/xml.py:29 +#: transforms/__init__.py:300 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 -#, python-format -msgid "error writing file %s: %s" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/xml.py:103 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:436 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: builders/_epub_base.py:467 -#, python-format -msgid "cannot write image file %r: %s" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "new config" msgstr "" -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:90 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." +#: environment/__init__.py:91 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:594 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: environment/__init__.py:261 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: environment/__init__.py:263 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:802 +#: environment/__init__.py:355 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:27 +#: environment/__init__.py:361 #, python-format -msgid "The text files are in %(outdir)s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/__init__.py:229 +#: environment/__init__.py:518 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/__init__.py:237 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/__init__.py:260 -msgid "building [mo]: " +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" msgstr "" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/__init__.py:280 +#: environment/__init__.py:952 #, python-format -msgid "all of %d po files" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/__init__.py:302 +#: writers/latex.py:387 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/__init__.py:314 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "targets for %d po files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: builders/__init__.py:324 -msgid "all source files" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/__init__.py:335 +#: writers/latex.py:617 #, python-format -msgid "file %r given on command line does not exist, " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/__init__.py:342 -#, python-format +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:769 writers/texinfo.py:649 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: builders/__init__.py:353 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" msgstr "" -#: builders/__init__.py:366 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%d source files given on command line" +msgid "unsupported rubric heading level: %s" +msgstr "" + +#: writers/latex.py:1199 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/__init__.py:382 +#: writers/latex.py:1229 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " +#: writers/latex.py:1618 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/__init__.py:415 +#: writers/latex.py:1954 #, python-format -msgid "%d found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/__init__.py:417 -msgid "none found" +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/__init__.py:424 -msgid "pickling environment" +#: writers/manpage.py:289 writers/text.py:971 +#, python-format +msgid "[image: %s]" msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" msgstr "" -#: builders/__init__.py:435 -msgid "no targets are out of date." +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" msgstr "" -#: builders/__init__.py:474 -msgid "updating environment: " +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." msgstr "" -#: builders/__init__.py:499 +#: writers/texinfo.py:1306 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "unimplemented node type: %r" msgstr "" -#: builders/__init__.py:536 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" msgstr "" -#: builders/__init__.py:545 +#: writers/html5.py:446 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "numfig_format is not defined for %s" msgstr "" -#: builders/__init__.py:556 +#: writers/html5.py:456 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +msgid "Any IDs not assigned for %s node" msgstr "" -#: builders/__init__.py:563 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: writers/html5.py:511 +msgid "Link to this term" msgstr "" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" msgstr "" -#: builders/__init__.py:725 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:573 +msgid "Link to this table" msgstr "" -#: builders/__init__.py:727 -msgid "no docnames to write!" +#: writers/html5.py:651 +msgid "Link to this code" msgstr "" -#: builders/__init__.py:740 -msgid "preparing documents" +#: writers/html5.py:653 +msgid "Link to this image" msgstr "" -#: builders/__init__.py:743 -msgid "copying assets" +#: writers/html5.py:655 +msgid "Link to this toctree" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: builders/changes.py:65 -#, python-format -msgid "no changes in version %s." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: builders/changes.py:67 -msgid "writing summary file..." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: builders/changes.py:79 -msgid "Builtins" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: builders/changes.py:81 -msgid "Module level" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: builders/changes.py:137 -msgid "copying source files..." +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" - -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "" - -#: ext/todo.py:152 -msgid "<>" -msgstr "" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "" - -#: ext/imgconverter.py:44 -#, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" - -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" - -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" - -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:167 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" - -#: ext/doctest.py:297 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" - -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" - -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" - -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" -msgstr "" - -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "" - -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "" - -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "" - -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "" - -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "" - -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" - -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: domains/javascript.py:188 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" - -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "" - -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "" - -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "" - -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "" - -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "" - -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "" - -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "" - -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "" - -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "" - -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "" - -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" - -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "" - -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr "" - -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "" - -#: domains/rst.py:234 -msgid "directive" -msgstr "" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" - -#: domains/rst.py:236 -msgid "role" -msgstr "" - -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" - -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "" - -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "" - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" #: cmd/build.py:64 msgid "job number should be a positive number" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 #: ext/autosummary/generate.py:876 msgid "For more information, visit ." msgstr "" @@ -1859,54 +1526,54 @@ msgstr "" msgid "Root path for the documentation" msgstr "" -#: cmd/quickstart.py:255 +#: cmd/quickstart.py:256 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: cmd/quickstart.py:260 +#: cmd/quickstart.py:261 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: cmd/quickstart.py:263 +#: cmd/quickstart.py:264 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: cmd/quickstart.py:274 +#: cmd/quickstart.py:275 msgid "" "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 "" -#: cmd/quickstart.py:280 +#: cmd/quickstart.py:281 msgid "Separate source and build directories (y/n)" msgstr "" -#: cmd/quickstart.py:287 +#: cmd/quickstart.py:288 msgid "" "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 "" -#: cmd/quickstart.py:292 +#: cmd/quickstart.py:293 msgid "Name prefix for templates and static dir" msgstr "" -#: cmd/quickstart.py:298 +#: cmd/quickstart.py:299 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: cmd/quickstart.py:301 +#: cmd/quickstart.py:302 msgid "Project name" msgstr "" -#: cmd/quickstart.py:303 +#: cmd/quickstart.py:304 msgid "Author name(s)" msgstr "" -#: cmd/quickstart.py:309 +#: cmd/quickstart.py:310 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1915,15 +1582,15 @@ msgid "" "just set both to the same value." msgstr "" -#: cmd/quickstart.py:316 +#: cmd/quickstart.py:317 msgid "Project version" msgstr "" -#: cmd/quickstart.py:318 +#: cmd/quickstart.py:319 msgid "Project release" msgstr "" -#: cmd/quickstart.py:324 +#: cmd/quickstart.py:325 msgid "" "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" @@ -1933,21 +1600,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: cmd/quickstart.py:332 +#: cmd/quickstart.py:333 msgid "Project language" msgstr "" -#: cmd/quickstart.py:340 +#: cmd/quickstart.py:341 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: cmd/quickstart.py:344 +#: cmd/quickstart.py:345 msgid "Source file suffix" msgstr "" -#: cmd/quickstart.py:350 +#: cmd/quickstart.py:351 msgid "" "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" @@ -1955,91 +1622,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: cmd/quickstart.py:357 +#: cmd/quickstart.py:358 msgid "Name of your master document (without suffix)" msgstr "" -#: cmd/quickstart.py:368 +#: cmd/quickstart.py:372 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: cmd/quickstart.py:374 +#: cmd/quickstart.py:378 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: cmd/quickstart.py:378 +#: cmd/quickstart.py:382 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: cmd/quickstart.py:386 +#: cmd/quickstart.py:390 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: cmd/quickstart.py:397 +#: cmd/quickstart.py:401 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: cmd/quickstart.py:407 +#: cmd/quickstart.py:411 msgid "" "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 "" -#: cmd/quickstart.py:412 +#: cmd/quickstart.py:416 msgid "Create Makefile? (y/n)" msgstr "" -#: cmd/quickstart.py:416 +#: cmd/quickstart.py:420 msgid "Create Windows command file? (y/n)" msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format msgid "Creating file %s." msgstr "" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: cmd/quickstart.py:516 +#: cmd/quickstart.py:520 msgid "Finished: An initial directory structure has been created." msgstr "" -#: cmd/quickstart.py:520 +#: cmd/quickstart.py:524 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: cmd/quickstart.py:527 +#: cmd/quickstart.py:531 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: cmd/quickstart.py:531 +#: cmd/quickstart.py:535 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: cmd/quickstart.py:538 +#: cmd/quickstart.py:542 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: cmd/quickstart.py:573 +#: cmd/quickstart.py:577 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -2049,968 +1716,1218 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: cmd/quickstart.py:592 +#: cmd/quickstart.py:596 msgid "quiet mode" msgstr "" -#: cmd/quickstart.py:602 +#: cmd/quickstart.py:606 msgid "project root" msgstr "" -#: cmd/quickstart.py:605 +#: cmd/quickstart.py:609 msgid "Structure options" msgstr "" -#: cmd/quickstart.py:611 +#: cmd/quickstart.py:615 msgid "if specified, separate source and build dirs" msgstr "" -#: cmd/quickstart.py:617 +#: cmd/quickstart.py:621 msgid "if specified, create build dir under source dir" msgstr "" -#: cmd/quickstart.py:623 +#: cmd/quickstart.py:627 msgid "replacement for dot in _templates etc." msgstr "" -#: cmd/quickstart.py:626 +#: cmd/quickstart.py:630 msgid "Project basic options" msgstr "" -#: cmd/quickstart.py:628 +#: cmd/quickstart.py:632 msgid "project name" msgstr "" -#: cmd/quickstart.py:631 +#: cmd/quickstart.py:635 msgid "author names" msgstr "" -#: cmd/quickstart.py:638 +#: cmd/quickstart.py:642 msgid "version of project" msgstr "" -#: cmd/quickstart.py:645 +#: cmd/quickstart.py:649 msgid "release of project" msgstr "" -#: cmd/quickstart.py:652 -msgid "document language" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:797 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:814 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "" + +#: directives/other.py:205 +msgid "Module author: " +msgstr "" + +#: directives/other.py:207 +msgid "Code author: " +msgstr "" + +#: directives/other.py:209 +msgid "Author: " +msgstr "" + +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" + +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: directives/patches.py:71 +msgid "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "" + +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" + +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" + +#: util/i18n.py:253 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" + +#: util/docutils.py:815 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" + +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" + +#: util/display.py:78 +msgid "skipped" +msgstr "" + +#: util/display.py:83 +msgid "failed" +msgstr "" + +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/quickstart.py:655 -msgid "source file suffix" +#: util/docfields.py:100 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/quickstart.py:658 -msgid "master document name" +#: util/nodes.py:459 +#, python-format +msgid "" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/quickstart.py:661 -msgid "use epub" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/quickstart.py:664 -msgid "Extension options" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/quickstart.py:671 +#: domains/javascript.py:183 #, python-format -msgid "enable %s extension" +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:687 -msgid "create makefile" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:693 -msgid "do not create makefile" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:700 -msgid "create batchfile" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:731 -msgid "define a template variable" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" msgstr "" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" msgstr "" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" msgstr "" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" msgstr "" -#: cmd/quickstart.py:810 -#, python-format -msgid "Invalid template variable: %s" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/javascript.py:458 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: directives/other.py:156 +#: domains/__init__.py:322 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s %s" msgstr "" -#: directives/other.py:169 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "" - -#: directives/other.py:205 -msgid "Module author: " +msgid "%s (directive)" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: directives/code.py:87 +#: domains/math.py:73 #, python-format -msgid "Invalid caption: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: domains/citation.py:75 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: directives/code.py:216 +#: domains/citation.py:92 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "Citation [%s] is not referenced." msgstr "" -#: directives/code.py:231 +#: domains/changeset.py:32 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "Added in version %s" msgstr "" -#: directives/code.py:235 +#: domains/changeset.py:33 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "Changed in version %s" msgstr "" -#: directives/code.py:276 +#: domains/changeset.py:34 #, python-format -msgid "Object named %r not found in include file %r" +msgid "Deprecated since version %s" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" msgstr "" -#: directives/code.py:314 +#: builders/changes.py:29 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/changes.py:65 #, python-format -msgid "%b %d, %Y" +msgid "no changes in version %s." msgstr "" -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" +#: builders/changes.py:67 +msgid "writing summary file..." msgstr "" -#: writers/latex.py:768 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/changes.py:79 +msgid "Builtins" msgstr "" -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" +#: builders/changes.py:81 +msgid "Module level" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: builders/changes.py:137 +msgid "copying source files..." msgstr "" -#: writers/texinfo.py:1303 +#: builders/changes.py:146 #, python-format -msgid "unimplemented node type: %r" +msgid "could not read %r for changelog creation" msgstr "" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:230 #, python-format -msgid "[image: %s]" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " msgstr "" -#: writers/html5.py:441 +#: builders/__init__.py:281 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "all of %d po files" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:336 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" +msgid "file %r given on command line does not exist, " msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: writers/latex.py:386 +#: builders/__init__.py:383 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "targets for %d source files that are out of date" msgstr "" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "no Babel option known for language %r" +msgid "building [%s]: " msgstr "" -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: writers/latex.py:616 +#: builders/__init__.py:416 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" +msgid "%d found" msgstr "" -#: writers/latex.py:1198 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: writers/latex.py:1228 -#, python-format -msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: writers/latex.py:1615 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: writers/latex.py:1950 -#, python-format -msgid "unknown index entry type %s found" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:537 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:546 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:557 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:564 +#, python-format +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: builders/__init__.py:728 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: builders/__init__.py:741 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: builders/__init__.py:744 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." msgstr "" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:149 -msgid "no translated elements!" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:146 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "locale_dir %s does not exist" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:244 +#: builders/text.py:27 #, python-format -msgid "Invalid Babel locale: %r." +msgid "The text files are in %(outdir)s." msgstr "" -#: util/i18n.py:253 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: util/osutil.py:131 +#: builders/linkcheck.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: builders/linkcheck.py:159 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: util/display.py:87 -msgid "failed" +#: builders/linkcheck.py:562 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d template files" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: transforms/post_transforms/images.py:79 +#: builders/texinfo.py:218 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "error writing file Makefile: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "duplicated ToC entry found: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:436 #, python-format -msgid "Unknown image format: %s..." +msgid "cannot read image file %r: copying it instead" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." msgstr "" -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: _cli/util/errors.py:246 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: builders/latex/__init__.py:118 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:355 +msgid "building [html]: " msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/html/__init__.py:496 +msgid "index" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/html/__init__.py:578 +msgid "next" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/html/__init__.py:587 +msgid "previous" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/html/__init__.py:685 +msgid "generating indices" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/html/__init__.py:700 +msgid "writing additional pages" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: builders/html/__init__.py:915 +msgid "copying static files" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:938 +msgid "copying extra files" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" +#: builders/html/__init__.py:1213 +#, 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 "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1226 +#, python-format msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" msgstr "" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" +#: builders/html/__init__.py:1234 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" msgstr "" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/static/searchtools.js:526 -msgid ", in " +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1361 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1375 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1380 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." msgstr "" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 @@ -3107,80 +3024,25 @@ msgstr "" msgid " (deprecated)" msgstr "" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "" - -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" msgstr "" -#: domains/c/__init__.py:780 -msgid "macro" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: domains/c/__init__.py:781 -msgid "struct" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" #: domains/std/__init__.py:88 domains/std/__init__.py:108 @@ -3217,482 +3079,581 @@ msgstr "" msgid "command line option" msgstr "" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/napoleon/docstring.py:178 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "" + +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/napoleon/docstring.py:185 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/napoleon/docstring.py:192 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/napoleon/docstring.py:902 -msgid "Example" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:903 -msgid "Examples" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/napoleon/docstring.py:962 -msgid "Notes" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:1011 -msgid "References" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "A mocked object is detected: %r" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 +#: themes/basic/layout.html:201 #, python-format -msgid "alias of %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 +#: themes/basic/layout.html:204 #, python-format -msgid "Bases: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autodoc/_names.py:89 -#, python-format -msgid "signature arguments given for automodule: '%s'" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autodoc/_names.py:93 -#, python-format -msgid "return annotation given for automodule: '%s'" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:28 -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." +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:134 +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 "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" + +#: themes/basic/static/searchtools.js:276 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/static/searchtools.js:526 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/asset.py:126 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:165 #, python-format -msgid "%s is not a directory." +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/apidoc/_extension.py:178 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%r reference target not found: %s" msgstr "" -#: ext/apidoc/_extension.py:248 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/apidoc/_extension.py:257 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." msgstr "" -#: ext/autosummary/generate.py:630 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: ext/autosummary/generate.py:634 +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 #, python-format -msgid "[autosummary] writing to %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: ext/autosummary/generate.py:679 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: ext/autosummary/generate.py:877 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 +#, python-format 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" +"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 "" -#: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" +#: ext/autodoc/_names.py:89 +#, python-format +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" +#: ext/autodoc/_names.py:93 +#, python-format +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/autosummary/generate.py:923 +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "A mocked object is detected: %r" msgstr "" -#: ext/autosummary/generate.py:931 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "alias of %s" msgstr "" -#: ext/autosummary/generate.py:940 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Bases: %s" msgstr "" #: ext/autosummary/__init__.py:235 @@ -3741,563 +3702,607 @@ msgid "" " contain .rst. Skipped." msgstr "" -#: ext/intersphinx/_load.py:61 +#: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/autosummary/generate.py:630 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: ext/intersphinx/_load.py:83 +#: ext/autosummary/generate.py:634 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "[autosummary] writing to %s" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/autosummary/generate.py:679 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: ext/intersphinx/_load.py:103 -#, python-format +#: ext/autosummary/generate.py:877 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\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 "" -#: ext/intersphinx/_load.py:122 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: ext/autosummary/generate.py:899 +msgid "source files to generate rST files for" msgstr "" -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/autosummary/generate.py:915 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: ext/autosummary/generate.py:923 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/autosummary/generate.py:931 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/intersphinx/_load.py:324 +#: ext/autosummary/generate.py:940 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:411 +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" + +#: ext/apidoc/_extension.py:102 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "(in %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:193 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Ignoring invalid __all__ in module %s: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:120 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: ext/autodoc/_dynamic/_type_comments.py:123 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Would create file %s." msgstr "" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/apidoc/_cli.py:28 +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 "" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" + +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" + +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:114 +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:337 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to read build info file: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/intersphinx/_resolve.py:53 +#, python-format +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/intersphinx/_resolve.py:55 +#, python-format +msgid "(in %s)" msgstr "" -#: builders/html/__init__.py:372 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" +#: ext/intersphinx/_resolve.py:122 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:549 +#: ext/intersphinx/_resolve.py:387 #, python-format -msgid "Logo of %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:578 -msgid "next" +#: ext/intersphinx/_resolve.py:396 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: builders/html/__init__.py:587 -msgid "previous" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: builders/html/__init__.py:685 -msgid "generating indices" +#: ext/intersphinx/_resolve.py:561 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: builders/html/__init__.py:700 -msgid "writing additional pages" +#: ext/intersphinx/_load.py:61 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_load.py:72 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " +#: ext/intersphinx/_load.py:83 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: builders/html/__init__.py:807 +#: ext/intersphinx/_load.py:94 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_load.py:103 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_load.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "cannot copy static file %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: builders/html/__init__.py:928 -msgid "copying extra files" +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "cannot copy extra file %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: builders/html/__init__.py:944 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:332 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"failed to reach any of the inventories with the following issues:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:411 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: builders/html/__init__.py:1204 -#, 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." +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1217 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1225 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:192 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1266 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "dumping search index in %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1313 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:902 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:903 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1351 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/napoleon/docstring.py:962 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1370 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/napoleon/docstring.py:1011 +msgid "References" msgstr "" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1412 +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1425 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1454 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "%s %s documentation" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:87 +#: ext/autodoc/_dynamic/_type_comments.py:121 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/theming.py:90 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/_dynamic/_member_finder.py:420 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" - -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" msgstr "" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:458 -msgid "copying additional files" +#: ext/autodoc/_legacy_class_based/_documenters.py:964 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "image file not readable: %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: environment/collectors/asset.py:165 -#, python-format -msgid "download file not readable: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/toctree.py:335 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: environment/adapters/toctree.py:360 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: environment/adapters/toctree.py:375 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" msgstr "" -#: environment/adapters/toctree.py:378 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index dbc534fcfc4..06bd1fd4fdd 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 7e3fad59e35..93a748ee96d 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) 2025 ORGANIZATION +# Copyright (C) 2026 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -16,14 +16,14 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-12-01 16:14+0000\n" +"POT-Creation-Date: 2026-08-16 22:50+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tony Ng, 2025\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/sphinx-doc/sphinx-1/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Generated-By: Babel 2.18.0\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -62,91 +62,166 @@ msgstr "無效的 PEP 號碼 %s" msgid "invalid RFC number %s" msgstr "無效的 RFC 號碼 %s" -#: theming.py:117 +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer 名稱 %r 不是已知的" + +#: highlighting.py:209 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "將 literal_block %r lex 為 \"%s\" 時,在 token %r 造成錯誤。正在以 relaxed 模式重試中。" + +#: config.py:350 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "config 資料夾沒有包含 conf.py 檔案 (%s)" + +#: config.py:373 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: theming.py:122 +#: config.py:378 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "設定 %s。%s 不在已被搜尋的主題組態中出現" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "無法覆寫資料夾組態設定 %r,忽略中(使用 %r 來設定個別元素)" -#: theming.py:137 +#: config.py:390 #, python-format -msgid "unsupported theme option %r given" -msgstr "未支援的主題選項 %r 被給予" +msgid "invalid number %r for config value %r, ignoring" +msgstr "無效的數字 %r 於組態值 %r,忽略中" -#: theming.py:218 +#: config.py:398 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "主題路徑中的檔案 %r 不是有效的 zipfile 或未包含主題" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "無法以未支援的型別覆寫組態設定 %r,忽略中" -#: theming.py:238 +#: config.py:421 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "找不到名稱為 %r 的主題(遺失 theme.toml?)" +msgid "unknown config value %r in override, ignoring" +msgstr "覆寫未知的組態值 %r,忽略中" -#: theming.py:278 +#: config.py:475 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "%r 主題有循環繼承" +msgid "No such config value: %r" +msgstr "缺少此組態值:%r" + +#: config.py:503 +#, python-format +msgid "Config value %r already present" +msgstr "組態值 %r 已經存在" -#: theming.py:286 +#: config.py:540 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "%r 主題是從 %r 繼承的,而它不是一個已載入的主題。已載入的主題是:%s" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:576 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "找到無效的組態值: 'language = None' 。請以一個有效的語言碼更新您的配置。跳回 'en' (英語)。" -#: theming.py:292 +#: config.py:598 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "%r 主題有太多上代 (ancestor)" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "在您的組態檔中有一個語法錯誤:%s\n" + +#: config.py:602 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "組態檔(或它 import 的其中一個模組)呼叫了 sys.exit()" -#: theming.py:320 +#: config.py:610 #, python-format -msgid "no theme configuration file found in %r" -msgstr "在 %r 中找不到主題的組態檔" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "在您的組態檔中有一個程式化錯誤:\n\n%s" -#: theming.py:345 theming.py:398 +#: config.py:632 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "主題 %r 內沒有 \"theme\" 表格" +msgid "Failed to convert %r to a frozenset" +msgstr "" -#: theming.py:349 +#: config.py:650 config.py:658 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "%r 主題的 \"[theme]\" 表格不是一個表格" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" -#: theming.py:353 theming.py:401 +#: config.py:664 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "%r 主題必須定義 \"theme.inherit\" 的設定" +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" -#: theming.py:357 +#: config.py:685 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "%r 主題的 \"[options]\" 表格不是一個表格" +msgid "Section %s" +msgstr "章節 %s" -#: theming.py:376 +#: config.py:686 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "\"theme.pygments_style\" 設定必須是一個表格。提示:\"%s\"" +msgid "Fig. %s" +msgstr "圖 %s" -#: project.py:72 +#: config.py:687 #, python-format +msgid "Table %s" +msgstr "表格 %s" + +#: config.py:688 +#, python-format +msgid "Listing %s" +msgstr "列表 %s" + +#: config.py:797 +#, python-brace-format msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "組態值 `{name}` 必須是 {candidates} 的其中之一,但 `{current}` 被給予。" -#: project.py:87 +#: config.py:828 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預期 {permitted} 。" + +#: config.py:845 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預設為 `{default.__name__}' 。" + +#: config.py:857 #, python-format -msgid "Ignored unreadable document %r." -msgstr "已略過無法讀取的文件 %r 。" +msgid "primary_domain %r not found, ignored." +msgstr "找不到 primary_domain %r,已略過。" + +#: config.py:877 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:891 +msgid "" +"Support for source encodings other than UTF-8 is deprecated and will be " +"removed in Sphinx 10. Please comment at https://github.com/sphinx-" +"doc/sphinx/issues/13665 if this causes a problem." +msgstr "" #: extension.py:58 #, python-format @@ -162,17 +237,17 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "這個專案需要擴充套件 %s 的最低版本是 %s,所以無法以載入的版本 (%s) 被建立。" -#: highlighting.py:170 +#: project.py:72 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer 名稱 %r 不是已知的" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: highlighting.py:209 +#: project.py:87 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "將 literal_block %r lex 為 \"%s\" 時,在 token %r 造成錯誤。正在以 relaxed 模式重試中。" +msgid "Ignored unreadable document %r." +msgstr "已略過無法讀取的文件 %r 。" #: events.py:92 #, python-format @@ -219,7 +294,7 @@ msgstr "本專案需要 Sphinx v%s 版或以上,故無法以現版本編譯。 msgid "making output directory" msgstr "正在建立輸出目錄" -#: application.py:310 registry.py:540 +#: application.py:310 registry.py:547 #, python-format msgid "while setting up extension %s:" msgstr "正在設置擴充套件 %s 時:" @@ -236,7 +311,7 @@ msgstr "目前在 conf.py 裡定義的 'setup' 並非一個 Python 的可呼叫 msgid "loading translations [%s]... " msgstr "正在載入翻譯 [%s]..." -#: application.py:384 util/display.py:89 +#: application.py:384 util/display.py:85 msgid "done" msgstr "完成" @@ -309,7 +384,7 @@ msgstr "" msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1766 +#: application.py:1808 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -317,12 +392,12 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行讀取是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: application.py:1771 +#: application.py:1813 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 擴充套件對於平行讀取是不安全的" -#: application.py:1775 +#: application.py:1817 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -330,2697 +405,2539 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行寫入是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: application.py:1780 +#: application.py:1822 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 擴充套件對於平行寫入是不安全的" -#: application.py:1788 application.py:1792 +#: application.py:1830 application.py:1834 #, python-format msgid "doing serial %s" msgstr "執行串列 %s" -#: registry.py:162 +#: registry.py:164 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Builder class %s 沒有 \"name\" 屬性" -#: registry.py:166 +#: registry.py:168 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r 已存在(於 %s 模組)" -#: registry.py:182 +#: registry.py:184 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder 名稱 %s 未註冊或無法從 entry point 取得" -#: registry.py:192 +#: registry.py:194 #, python-format msgid "Builder name %s not registered" msgstr "Builder 名稱 %s 未註冊" -#: registry.py:199 +#: registry.py:201 #, python-format msgid "domain %s already registered" msgstr "domain %s 已註冊" -#: registry.py:223 registry.py:244 registry.py:257 +#: registry.py:225 registry.py:246 registry.py:259 #, python-format msgid "domain %s not yet registered" msgstr "domain %s 尚未被註冊" -#: registry.py:230 +#: registry.py:232 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r 指令已註冊給 domain %s" -#: registry.py:248 +#: registry.py:250 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r 角色已註冊給 domain %s" -#: registry.py:261 +#: registry.py:263 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r 索引已註冊給 domain %s" -#: registry.py:308 +#: registry.py:310 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type 已註冊" -#: registry.py:339 +#: registry.py:341 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type 已註冊" -#: registry.py:348 +#: registry.py:350 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r 已註冊" -#: registry.py:358 +#: registry.py:360 #, python-format msgid "source_parser for %r is already registered" msgstr "對於 %r 的 source_parser 已註冊" -#: registry.py:367 +#: registry.py:369 #, python-format msgid "Source parser for %s not registered" msgstr "對於 %s 的源碼剖析器未註冊" -#: registry.py:388 +#: registry.py:390 #, python-format msgid "Translator for %r already exists" msgstr "對於 %r 的翻譯器已經存在" -#: registry.py:405 +#: registry.py:407 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "對於 add_node() 的 kwargs 必須是一個 (visit, depart) 函式值組:%r=%r" -#: registry.py:498 +#: registry.py:505 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r 已註冊" -#: registry.py:514 +#: registry.py:521 #, python-format msgid "math renderer %s is already registered" msgstr "數學描繪器 %s 已註冊" -#: registry.py:531 +#: registry.py:538 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "擴充套件 %r 已被併入 %s 版以上的 Sphinx:此擴充套件已略過。" -#: registry.py:545 +#: registry.py:552 msgid "Original exception:\n" msgstr "原始的例外:\n" -#: registry.py:547 +#: registry.py:554 #, python-format msgid "Could not import extension %s" msgstr "無法引入擴充套件 %s" -#: registry.py:554 +#: registry.py:561 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "擴充套件 %r 沒有 setup() 函式;它真的是 Sphinx 擴充套件模組嗎?" -#: registry.py:567 +#: registry.py:574 #, 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 以上的版本;所以它無法以此版本被建立。" -#: registry.py:579 +#: registry.py:586 #, 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 或一個元數據資料夾" -#: registry.py:605 +#: registry.py:612 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: config.py:351 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config 資料夾沒有包含 conf.py 檔案 (%s)" - -#: config.py:374 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" - -#: config.py:379 +#: theming.py:119 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "無法覆寫資料夾組態設定 %r,忽略中(使用 %r 來設定個別元素)" - -#: config.py:391 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "無效的數字 %r 於組態值 %r,忽略中" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: config.py:399 +#: theming.py:124 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "無法以未支援的型別覆寫組態設定 %r,忽略中" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "設定 %s。%s 不在已被搜尋的主題組態中出現" -#: config.py:422 +#: theming.py:139 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "覆寫未知的組態值 %r,忽略中" +msgid "unsupported theme option %r given" +msgstr "未支援的主題選項 %r 被給予" -#: config.py:476 +#: theming.py:238 #, python-format -msgid "No such config value: %r" -msgstr "缺少此組態值:%r" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "主題路徑中的檔案 %r 不是有效的 zipfile 或未包含主題" -#: config.py:504 +#: theming.py:258 #, python-format -msgid "Config value %r already present" -msgstr "組態值 %r 已經存在" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "找不到名稱為 %r 的主題(遺失 theme.toml?)" -#: config.py:541 +#: theming.py:298 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: config.py:577 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "找到無效的組態值: 'language = None' 。請以一個有效的語言碼更新您的配置。跳回 'en' (英語)。" +msgid "The %r theme has circular inheritance" +msgstr "%r 主題有循環繼承" -#: config.py:599 +#: theming.py:306 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "在您的組態檔中有一個語法錯誤:%s\n" - -#: config.py:603 msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "組態檔(或它 import 的其中一個模組)呼叫了 sys.exit()" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "%r 主題是從 %r 繼承的,而它不是一個已載入的主題。已載入的主題是:%s" -#: config.py:611 +#: theming.py:312 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "在您的組態檔中有一個程式化錯誤:\n\n%s" +msgid "The %r theme has too many ancestors" +msgstr "%r 主題有太多上代 (ancestor)" -#: config.py:633 +#: theming.py:340 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "no theme configuration file found in %r" +msgstr "在 %r 中找不到主題的組態檔" -#: config.py:651 config.py:659 +#: theming.py:365 theming.py:418 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "主題 %r 內沒有 \"theme\" 表格" -#: config.py:665 +#: theming.py:369 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "%r 主題的 \"[theme]\" 表格不是一個表格" -#: config.py:686 +#: theming.py:373 theming.py:421 #, python-format -msgid "Section %s" -msgstr "章節 %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "%r 主題必須定義 \"theme.inherit\" 的設定" -#: config.py:687 +#: theming.py:377 #, python-format -msgid "Fig. %s" -msgstr "圖 %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "%r 主題的 \"[options]\" 表格不是一個表格" -#: config.py:688 +#: theming.py:396 #, python-format -msgid "Table %s" -msgstr "表格 %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "\"theme.pygments_style\" 設定必須是一個表格。提示:\"%s\"" -#: config.py:689 -#, python-format -msgid "Listing %s" -msgstr "列表 %s" +#: _cli/__init__.py:71 +msgid "Usage:" +msgstr "使用:" -#: config.py:798 +#: _cli/__init__.py:73 #, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "組態值 `{name}` 必須是 {candidates} 的其中之一,但 `{current}` 被給予。" +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPTIONS] []" -#: config.py:829 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預期 {permitted} 。" +#: _cli/__init__.py:76 +msgid " The Sphinx documentation generator." +msgstr "Sphinx 說明文件產生器。" -#: config.py:846 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預設為 `{default.__name__}' 。" +#: _cli/__init__.py:85 +msgid "Commands:" +msgstr "指令:" -#: config.py:858 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "找不到 primary_domain %r,已略過。" +#: _cli/__init__.py:96 +msgid "Options" +msgstr "選項" -#: config.py:878 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +#: _cli/__init__.py:111 _cli/__init__.py:179 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "如需更多資訊,請參閱 https://www.sphinx-doc.org/en/master/man/。" -#: config.py:892 +#: _cli/__init__.py:169 +#, python-brace-format msgid "" -"Support for source encodings other than UTF-8 is deprecated and will be " -"removed in Sphinx 10. Please comment at https://github.com/sphinx-" -"doc/sphinx/issues/13665 if this causes a problem." -msgstr "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: 錯誤: {1}\n執行 '{0} --help' 取得更多資訊" -#: environment/__init__.py:89 -msgid "new config" -msgstr "新的組態" +#: _cli/__init__.py:177 +msgid " Manage documentation with Sphinx." +msgstr "以 Sphinx 管理說明文件。" -#: environment/__init__.py:90 -msgid "config changed" -msgstr "組態已變更" +#: _cli/__init__.py:189 +msgid "Show the version and exit." +msgstr "顯示版本並離開。" -#: environment/__init__.py:91 -msgid "extensions changed" -msgstr "擴充套件已變更" +#: _cli/__init__.py:197 +msgid "Show this message and exit." +msgstr "顯示此訊息並離開。" -#: environment/__init__.py:261 -msgid "build environment version not current" -msgstr "建立環境的版本不是目前的" +#: _cli/__init__.py:201 +msgid "Logging" +msgstr "登錄" -#: environment/__init__.py:263 -msgid "source directory has changed" -msgstr "來源資料夾已變更" +#: _cli/__init__.py:208 +msgid "Increase verbosity (can be repeated)" +msgstr "增加詳細內容(可以重複)" -#: environment/__init__.py:350 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +#: _cli/__init__.py:216 +msgid "Only print errors and warnings." +msgstr "只印出錯誤及警告。" -#: environment/__init__.py:355 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +#: _cli/__init__.py:223 +msgid "No output at all" +msgstr "完全沒有輸出" -#: environment/__init__.py:361 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +#: _cli/__init__.py:229 +msgid "" +msgstr "" -#: environment/__init__.py:404 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "這個環境與所選的 builder 不相容,請選擇另一個 doctree 資料夾。" +#: _cli/__init__.py:261 +msgid "See 'sphinx --help'.\n" +msgstr "請參閱 'sphinx --help'。\n" -#: environment/__init__.py:518 +#: ext/imgconverter.py:44 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "無法掃描 %s 中的文件: %r" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" +"\n" +"Traceback: %s" +msgstr "無法執行影像轉換命令 %r。 'sphinx.ext.imgconverter' 預設為需要 ImageMagick。請確認它已被安裝,或是設定 'image_converter' 選項為一個自訂轉換命令。\n\n回溯: %s" -#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r 未被註冊" - -#: environment/__init__.py:811 -msgid "document isn't included in any toctree" -msgstr "文件未被包含於任何 toctree" - -#: environment/__init__.py:922 -msgid "self referenced toctree found. Ignored." -msgstr "找到自我參照的 toctree。已略過。" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "退出轉換,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" -#: environment/__init__.py:952 +#: ext/imgconverter.py:83 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "轉換命令 %r 無法被執行,請檢查 image_converter 設定" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "注意" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[原始碼]" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "警示" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "正在 highlight 模組程式碼..." -#: locale/__init__.py:231 -msgid "Danger" -msgstr "危險" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[文件]" -#: locale/__init__.py:232 -msgid "Error" -msgstr "錯誤" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "模組原始碼" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "提示" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s 的原始碼

" -#: locale/__init__.py:234 -msgid "Important" -msgstr "重要" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "概要:模組原始碼" -#: locale/__init__.py:235 -msgid "Note" -msgstr "備註" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

所有可得程式碼的模組

" -#: locale/__init__.py:236 -msgid "See also" -msgstr "請參閱" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "段落 \"%s\" 取得標籤 \"%s\"" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "小訣竅" +#: domains/std/__init__.py:834 domains/std/__init__.py:961 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "重複的標籤 %s,亦出現於 %s" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "警告" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "連結到這個方程式" -#: builders/texinfo.py:41 +#: ext/duration.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 檔案在 %(outdir)s 。" +msgid "Reading duration %.3fs exceeded the duration limit %.3fs" +msgstr "" -#: builders/texinfo.py:44 +#: ext/duration.py:117 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 執行這些\n(在此使用 'make info' 以自動執行)" - -#: builders/texinfo.py:73 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "未找到 \"texinfo_documents\" 組態值;不會編寫任何文件" +"====================== total reading duration ==========================" +msgstr "" -#: builders/texinfo.py:85 +#: ext/duration.py:124 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" 組態值引用未知的文件 %s" +msgid "Total time reading %d file%s: %dm %.3fs" +msgstr "" -#: builders/latex/__init__.py:310 builders/texinfo.py:105 -#, python-format -msgid "processing %s" -msgstr "正在處理 %s" +#: ext/duration.py:136 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== 最慢的讀取歷時 =======================" -#: builders/latex/__init__.py:332 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:111 -msgid "writing" -msgstr "編寫中" +#: ext/duration.py:139 +#, python-format +msgid "%.3fs %s" +msgstr "" -#: builders/latex/__init__.py:398 builders/texinfo.py:160 -msgid "resolving references..." -msgstr "正在解析參照..." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" -#: builders/latex/__init__.py:409 builders/texinfo.py:170 -msgid " (in " -msgstr " (於 " +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "找到 TODO 項目: %s" -#: builders/_epub_base.py:425 builders/html/__init__.py:768 -#: builders/latex/__init__.py:474 builders/texinfo.py:186 -msgid "copying images... " -msgstr "正在複製圖片..." +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/_epub_base.py:447 builders/latex/__init__.py:489 -#: builders/texinfo.py:203 +#: ext/todo.py:154 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "無法複製圖片檔 %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> 見 %s ,第 %d 行)" -#: builders/texinfo.py:210 -msgid "copying Texinfo support files" -msgstr "正在複製 Texinfo 支援檔案" +#: ext/todo.py:166 +msgid "original entry" +msgstr "原始記錄" -#: builders/texinfo.py:218 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "錯誤寫入檔案 Makefile: %s" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz 指令不能同時有內容及檔名引數" -#: builders/manpage.py:37 +#: ext/graphviz.py:153 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "手冊頁面在 %(outdir)s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部的 Graphviz 檔案 %r 未找到或是讀取失敗" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "未找到 \"man_pages\" 組態值:不會編寫任何手冊頁面" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "正在略過沒有內容的 \"graphviz\" 指令" -#: builders/manpage.py:64 +#: ext/graphviz.py:287 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" 組態值引用未知的文件 %s" +msgid "graphviz_dot executable path must be set! %r" +msgstr "graphviz_dot 可執行路徑必須設定! %r" -#: builders/singlehtml.py:35 +#: ext/graphviz.py:328 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 頁面在 %(outdir)s 。" - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "正在組合單一文件" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "正在寫入附加檔案" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot 命令 %r 無法被執行(graphviz 輸出所需要),請檢查 graphviz_dot 設定" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "虛擬建立器未產生任何檔案。" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "退出 dot,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/gettext.py:243 +#: ext/graphviz.py:344 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "訊息目錄是在 %(outdir)s" +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" -#: builders/__init__.py:400 builders/gettext.py:264 +#: ext/graphviz.py:367 #, python-format -msgid "building [%s]: " -msgstr "正在建立 [%s]:" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: builders/gettext.py:265 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "targets for %d template files" -msgstr "模板檔 %d 的目標" +msgid "dot code %r: %s" +msgstr "點碼 %r: %s" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "正在讀取模板..." +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[圖:%s]" -#: builders/gettext.py:310 -msgid "writing message catalogs... " -msgstr "正在寫入訊息目錄..." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[圖]" -#: builders/linkcheck.py:87 +#: ext/extlinks.py:82 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "尋找以上輸出或 %(outdir)s/output.txt 中的任何錯誤" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "hardcoded link %r 可以被一個 extlink 所取代(試試改用 %r)" -#: builders/linkcheck.py:159 +#: ext/imgmath.py:148 #, python-format -msgid "broken link: %s (%s)" -msgstr "錯誤連結: %s (%s)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_latex 設定" -#: builders/linkcheck.py:561 +#: ext/imgmath.py:167 #, python-format -msgid "Anchor '%s' not found" -msgstr "未找到錨 '%s'" - -#: builders/linkcheck.py:789 -msgid "linkcheck_allowed_redirects. Expected a dictionary." -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_%s 設定" -#: builders/linkcheck.py:799 +#: ext/imgmath.py:326 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" +msgid "display latex %r: %s" +msgstr "顯示 latex %r: %s" -#: builders/epub3.py:83 +#: ext/imgmath.py:362 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 檔案是在 %(outdir)s 。" - -#: builders/epub3.py:188 -msgid "writing nav.xhtml file..." -msgstr "正在寫入 nav.xhtml 檔案..." +msgid "inline latex %r: %s" +msgstr "行內 latex %r: %s" -#: builders/epub3.py:224 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "conf 值 \"epub_language\" (或 \"language\") 在 EPUB3 不應該為空" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "在 '%s' 選項中遺漏 '+' 或 '-'。" -#: builders/epub3.py:230 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "conf 值 \"epub_uid\" 在 EPUB3 應該是 XML NAME" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' 不是有效的選項" -#: builders/epub3.py:235 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "conf 值 \"epub_title\" (或 \"html_title\") 在 EPUB3 不應該為空" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' 不是有效的 pyversion 選項" -#: builders/epub3.py:241 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_author\" 在 EPUB3 不應該為空" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "無效的 TestCode 型別" -#: builders/epub3.py:245 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_contributor\" 在 EPUB3 不應該為空" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "來源的 doctests 測試已結束,在 %(outdir)s/output.txt 中查看結果。" -#: builders/epub3.py:250 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_description\" 在 EPUB3 不應該為空" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "在 %s 區塊中的 %s:%s 沒有程式碼/輸出" -#: builders/epub3.py:254 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_publisher\" 在 EPUB3 不應該為空" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "正在忽略無效的 doctest 碼: %r" -#: builders/epub3.py:259 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "conf 值 \"epub_copyright\" (或 \"copyright\") 在 EPUB3 不應該為空" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "無效的 regex %r 在 %s" -#: builders/epub3.py:265 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "模組 %s 無法被 import: %s" -#: builders/epub3.py:268 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/epub3.py:282 builders/html/__init__.py:1296 +#: ext/coverage.py:158 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "無效的 css_file: %r, 已略過" +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented: %s" +msgstr "" -#: builders/xml.py:29 +#: ext/coverage.py:172 +#, python-brace-format, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." +msgstr "" + +#: ext/coverage.py:187 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 檔案在 %(outdir)s 。" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "無效的 regex %r 在 coverage_c_regexes" -#: builders/html/__init__.py:1242 builders/text.py:71 builders/xml.py:81 +#: ext/coverage.py:260 #, python-format -msgid "error writing file %s: %s" -msgstr "錯誤寫入檔案 %s: %s" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "未文件化的 c api: %s [%s] 在檔案 %s 中" -#: builders/xml.py:103 +#: ext/coverage.py:452 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "pseudo-XML 檔案在 %(outdir)s 。" +msgid "undocumented python function: %s :: %s" +msgstr "未文件化的 python 函式: %s :: %s" -#: builders/_epub_base.py:223 +#: ext/coverage.py:473 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "找到了重複的 ToC 項目: %s" +msgid "undocumented python class: %s :: %s" +msgstr "未文件化的 python class: %s :: %s" -#: builders/_epub_base.py:436 +#: ext/coverage.py:492 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "無法讀取圖片檔 %r: 正在複製它做為替代" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "未文件化的 python method: %s :: %s :: %s" -#: builders/_epub_base.py:467 +#: builders/html/__init__.py:475 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:98 writers/texinfo.py:220 #, python-format -msgid "cannot write image file %r: %s" -msgstr "無法寫入圖片檔 %r: %s" +msgid "%b %d, %Y" +msgstr "%Y 年 %m 月 %d 日" -#: builders/_epub_base.py:479 -msgid "Pillow not found - copying image files" -msgstr "未找到 Pillow - 正在複製圖片檔" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "無法計算翻譯進度!" -#: builders/_epub_base.py:514 -msgid "writing mimetype file..." -msgstr "正在寫入 mimetype 檔案..." - -#: builders/_epub_base.py:523 -msgid "writing META-INF/container.xml file..." -msgstr "正在寫入 META-INF/container.xml 檔案..." +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "沒有已翻譯的元素!" -#: builders/_epub_base.py:561 -msgid "writing content.opf file..." -msgstr "正在寫入 content.opf 檔案..." +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "找到基於 4 欄位的索引。它可能是您使用的擴充套件的一個錯誤: %r" -#: builders/_epub_base.py:594 +#: transforms/__init__.py:300 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "對於 %s 未知的 mimetype,忽略中" +msgid "Footnote [%s] is not referenced." +msgstr "註腳 [%s] 未被參照。" -#: builders/_epub_base.py:749 -msgid "node has an invalid level" +#: transforms/__init__.py:309 +msgid "Footnote [*] is not referenced." msgstr "" -#: builders/_epub_base.py:769 -msgid "writing toc.ncx file..." -msgstr "正在寫入 toc.ncx 檔案..." +#: transforms/__init__.py:320 +msgid "Footnote [#] is not referenced." +msgstr "註腳 [#] 未被參照。" -#: builders/_epub_base.py:802 -#, python-format -msgid "writing %s file..." -msgstr "正在寫入 %s 檔案..." +#: transforms/i18n.py:244 transforms/i18n.py:319 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" -#: builders/text.py:27 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "文字檔案在 %(outdir)s 。" +#: transforms/i18n.py:289 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: builders/__init__.py:229 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "未找到對於 %s builder 適用的圖片:%s (%s)" +#: transforms/i18n.py:339 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: builders/__init__.py:237 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "未找到對於 %s builder 適用的圖片:%s" +#: transforms/i18n.py:361 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的術語參照。原文: {0},譯文: {1}" -#: builders/__init__.py:260 -msgid "building [mo]: " -msgstr "建立 [mo]:" +#: environment/__init__.py:89 +msgid "new config" +msgstr "新的組態" -#: builders/__init__.py:263 builders/__init__.py:771 builders/__init__.py:795 -msgid "writing output... " -msgstr "編寫輸出..." +#: environment/__init__.py:90 +msgid "config changed" +msgstr "組態已變更" -#: builders/__init__.py:280 -#, python-format -msgid "all of %d po files" -msgstr "所有的 %d po 檔" +#: environment/__init__.py:91 +msgid "extensions changed" +msgstr "擴充套件已變更" -#: builders/__init__.py:302 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "對於指定的 po 檔 %d 的目標" +#: environment/__init__.py:261 +msgid "build environment version not current" +msgstr "建立環境的版本不是目前的" -#: builders/__init__.py:314 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "對於已過期 po 檔 %d 的目標" +#: environment/__init__.py:263 +msgid "source directory has changed" +msgstr "來源資料夾已變更" -#: builders/__init__.py:324 -msgid "all source files" -msgstr "所有原始檔案" +#: environment/__init__.py:350 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: builders/__init__.py:335 +#: environment/__init__.py:355 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "在命令列給的檔案 %r 不存在," +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: builders/__init__.py:342 +#: environment/__init__.py:361 #, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:404 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "在命令列給的檔案 %r 不在來源資料夾下,忽略中" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "這個環境與所選的 builder 不相容,請選擇另一個 doctree 資料夾。" -#: builders/__init__.py:353 +#: environment/__init__.py:518 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "在命令列給的檔案 %r 不是有效的文件,忽略中" +msgid "Failed to scan documents in %s: %r" +msgstr "無法掃描 %s 中的文件: %r" -#: builders/__init__.py:366 +#: environment/__init__.py:645 ext/intersphinx/_resolve.py:238 #, python-format -msgid "%d source files given on command line" -msgstr "在命令列給了 %d 個原始檔案" +msgid "Domain %r is not registered" +msgstr "Domain %r 未被註冊" + +#: environment/__init__.py:811 +msgid "document isn't included in any toctree" +msgstr "文件未被包含於任何 toctree" -#: builders/__init__.py:382 +#: environment/__init__.py:922 +msgid "self referenced toctree found. Ignored." +msgstr "找到自我參照的 toctree。已略過。" + +#: environment/__init__.py:952 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d 個過時原始檔案的目標" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: builders/__init__.py:411 -msgid "looking for now-outdated files... " -msgstr "正在尋找目前已過期的檔案..." +#: writers/latex.py:387 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "未知的 %r toplevel_sectioning 對於 class %r" -#: builders/__init__.py:415 +#: builders/latex/__init__.py:221 writers/latex.py:437 #, python-format -msgid "%d found" -msgstr "已找到 %d" +msgid "no Babel option known for language %r" +msgstr "沒有語言 %r 已知的 Babel 選項" -#: builders/__init__.py:417 -msgid "none found" -msgstr "找不到任何結果" +#: writers/latex.py:455 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: 太大,已略過。" -#: builders/__init__.py:424 -msgid "pickling environment" -msgstr "正在 pickle 環境" +#: writers/latex.py:617 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: builders/__init__.py:431 -msgid "checking consistency" -msgstr "正在檢查一致性" +#: writers/latex.py:733 +msgid "document title is not a single Text node" +msgstr "文件標題不是單一的 Text 節點" -#: builders/__init__.py:435 -msgid "no targets are out of date." -msgstr "沒有過時的目標。" +#: writers/latex.py:769 writers/texinfo.py:649 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "遇到的標題節點不是在段落、主題、表格、警告或側邊欄" -#: builders/__init__.py:474 -msgid "updating environment: " -msgstr "正在更新環境:" +#: writers/latex.py:1119 writers/manpage.py:259 writers/texinfo.py:666 +msgid "Footnotes" +msgstr "註腳" -#: builders/__init__.py:499 +#: writers/html5.py:587 writers/latex.py:1128 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 已新增, %s 已變更, %s 已移除" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: builders/__init__.py:536 -#, python-format +#: writers/latex.py:1199 msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" -#: builders/__init__.py:545 +#: writers/latex.py:1229 #, python-format msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +"colspec %s was given which appears to use tabulary syntax. But this table " +"can not be rendered as a tabulary; the given colspec will be ignored." msgstr "" -#: builders/__init__.py:556 +#: writers/latex.py:1618 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." -msgstr "" +msgid "dimension unit %s is invalid. Ignored." +msgstr "維度單位 %s 是無效的。已略過。" -#: builders/__init__.py:563 +#: writers/latex.py:1954 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +msgid "unknown index entry type %s found" +msgstr "找到了未知的索引條目型別 %s" -#: builders/__init__.py:581 builders/__init__.py:598 -msgid "reading sources... " -msgstr "正在讀取來源..." +#: domains/math.py:130 writers/latex.py:2560 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "無效的 math_eqref_format: %r" -#: builders/__init__.py:725 +#: writers/manpage.py:289 writers/text.py:971 #, python-format -msgid "docnames to write: %s" -msgstr "待寫入的 docname: %s" +msgid "[image: %s]" +msgstr "[圖片:%s]" -#: builders/__init__.py:727 -msgid "no docnames to write!" -msgstr "" +#: writers/manpage.py:290 writers/text.py:972 +msgid "[image]" +msgstr "[圖片]" -#: builders/__init__.py:740 -msgid "preparing documents" -msgstr "正在準備文件" +#: builders/latex/__init__.py:203 domains/std/__init__.py:772 +#: domains/std/__init__.py:785 templates/latex/latex.tex.jinja:107 +#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 +#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 +#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 +#: themes/basic/genindex.html:59 themes/basic/layout.html:127 +#: writers/texinfo.py:517 +msgid "Index" +msgstr "索引" -#: builders/__init__.py:743 -msgid "copying assets" -msgstr "正在複製資產 (asset)" +#: writers/texinfo.py:1220 +msgid "caption not inside a figure." +msgstr "標題不在圖之內。" -#: builders/changes.py:29 +#: writers/texinfo.py:1306 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "概觀檔案是在 %(outdir)s 。" +msgid "unimplemented node type: %r" +msgstr "未實作的節點型別: %r" -#: builders/changes.py:65 +#: writers/html5.py:98 writers/html5.py:107 +msgid "Link to this definition" +msgstr "連結到這個定義" + +#: writers/html5.py:446 #, python-format -msgid "no changes in version %s." -msgstr "在 %s 版中無變更" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format 未被定義給 %s" -#: builders/changes.py:67 -msgid "writing summary file..." -msgstr "正在寫入摘要檔案..." +#: writers/html5.py:456 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "任一個 ID 未被指定給 %s 節點" -#: builders/changes.py:79 -msgid "Builtins" -msgstr "內建" +#: writers/html5.py:511 +msgid "Link to this term" +msgstr "連結到這個項目" -#: builders/changes.py:81 -msgid "Module level" -msgstr "模組層次" +#: writers/html5.py:563 writers/html5.py:568 +msgid "Link to this heading" +msgstr "連結到這個標頭" -#: builders/changes.py:137 -msgid "copying source files..." -msgstr "正在複製原始檔案..." +#: writers/html5.py:573 +msgid "Link to this table" +msgstr "連結到這個表格" -#: builders/changes.py:146 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "在變更日誌建立時無法讀取 %r" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "無效的 regex %r 在 %s" +#: writers/html5.py:651 +msgid "Link to this code" +msgstr "連結到這個程式碼" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "模組 %s 無法被 import: %s" +#: writers/html5.py:653 +msgid "Link to this image" +msgstr "連結到這個圖片" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: writers/html5.py:655 +msgid "Link to this toctree" +msgstr "連結到這個 toctree" -#: ext/coverage.py:158 -#, python-format -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented: %s" -msgstr "" +#: writers/html5.py:787 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "無法取得圖片大小。 :scale: 選項已略過。" -#: ext/coverage.py:172 -#, python-brace-format, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "無效的 regex %r 在 coverage_c_regexes" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "警示" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "未文件化的 c api: %s [%s] 在檔案 %s 中" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危險" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "未文件化的 python 函式: %s :: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "錯誤" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "未文件化的 python class: %s :: %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "提示" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "未文件化的 python method: %s :: %s :: %s" +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "hardcoded link %r 可以被一個 extlink 所取代(試試改用 %r)" +#: locale/__init__.py:235 +msgid "Note" +msgstr "備註" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: locale/__init__.py:236 +msgid "See also" +msgstr "請參閱" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "找到 TODO 項目: %s" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "小訣竅" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> 見 %s ,第 %d 行)" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "工件編號應該是一個正數" -#: ext/todo.py:166 -msgid "original entry" -msgstr "原始記錄" +#: cmd/build.py:73 cmd/quickstart.py:586 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:876 +msgid "For more information, visit ." +msgstr "需要更多資訊,請拜訪 ." -#: ext/imgconverter.py:44 -#, python-format +#: cmd/build.py:74 msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Traceback: %s" -msgstr "無法執行影像轉換命令 %r。 'sphinx.ext.imgconverter' 預設為需要 ImageMagick。請確認它已被安裝,或是設定 'image_converter' 選項為一個自訂轉換命令。\n\n回溯: %s" - -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "退出轉換,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" - -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "轉換命令 %r 無法被執行,請檢查 image_converter 設定" - -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz 指令不能同時有內容及檔名引數" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "外部的 Graphviz 檔案 %r 未找到或是讀取失敗" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "正在略過沒有內容的 \"graphviz\" 指令" - -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "graphviz_dot 可執行路徑必須設定! %r" +"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 "\n從原始檔案產生說明文件。\n\nsphinx-build 會從 SOURCEDIR 中的檔案來產生說明文件,並\n將它置放於 OUTPUTDIR。它會在 SOURCEDIR 中尋找 'conf.py' \n內的組態設定。'sphinx-quickstart' 工具可以用來產生模板檔案,\n包括 'conf.py'\n\nsphinx-build 能以不同的格式建立說明文件。在命令列指定建立\n器的名稱來選擇一種格式;其預設值為 HTML。建立器也能執行\n與處理說明文件有關的其他任務。\n\n在預設情況,所有舊的文件都已經被建立。指定個別的檔名,\n可以在建立時僅限於輸出所選的檔案。\n" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "dot 命令 %r 無法被執行(graphviz 輸出所需要),請檢查 graphviz_dot 設定" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "到說明文件原始檔案的路徑" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "退出 dot,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "到輸出資料夾的路徑" -#: ext/graphviz.py:344 -#, python-format +#: cmd/build.py:109 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" - -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" - -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" -msgstr "點碼 %r: %s" - -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[圖:%s]" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(選用)一份要重建的特定檔案清單。如果已指定 --write-all,則會被忽略。" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[圖]" +#: cmd/build.py:114 +msgid "general options" +msgstr "一般選項" -#: ext/imgmath.py:148 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_latex 設定" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "要使用的建立器(預設值:'html')" -#: ext/imgmath.py:167 -#, python-format +#: cmd/build.py:131 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_%s 設定" - -#: ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "顯示 latex %r: %s" - -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "行內 latex %r: %s" - -#: ext/imgmath.py:369 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "連結到這個方程式" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "在 '%s' 選項中遺漏 '+' 或 '-'。" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "如果可以的話,N 個程序會平行執行。'auto' 會使用 CPU 核心的數量" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' 不是有效的選項" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' 不是有效的 pyversion 選項" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "無效的 TestCode 型別" +#: cmd/build.py:150 +msgid "path options" +msgstr "路徑選項" -#: ext/doctest.py:297 -#, python-format +#: cmd/build.py:157 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "來源的 doctests 測試已結束,在 %(outdir)s/output.txt 中查看結果。" - -#: ext/doctest.py:451 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "在 %s 區塊中的 %s:%s 沒有程式碼/輸出" - -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "正在忽略無效的 doctest 碼: %r" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "段落 \"%s\" 取得標籤 \"%s\"" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "包含 doctree 及環境檔案的資料夾(預設值:OUTPUT_DIR/.doctrees)" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "重複的標籤 %s,亦出現於 %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "包含組態檔 (conf.py) 的資料夾(預設值:SOURCE_DIR)" -#: ext/duration.py:47 -#, python-format -msgid "Reading duration %.3fs exceeded the duration limit %.3fs" -msgstr "" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "不使用組態檔,只使用 -D 選項中的設定" -#: ext/duration.py:117 -msgid "" -"====================== total reading duration ==========================" -msgstr "" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "在組態檔案中置換一項設定" -#: ext/duration.py:124 -#, python-format -msgid "Total time reading %d file%s: %dm %.3fs" -msgstr "" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "傳遞一個值進入 HTML 模板" -#: ext/duration.py:136 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最慢的讀取歷時 =======================" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "定義 tag:「只」包含有 TAG 的區塊" -#: ext/duration.py:139 -#, python-format -msgid "%.3fs %s" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:232 -msgid "[source]" -msgstr "[原始碼]" - -#: ext/viewcode.py:295 -msgid "highlighting module code... " -msgstr "正在 highlight 模組程式碼..." +#: cmd/build.py:212 +msgid "console output options" +msgstr "控制台輸出選項" -#: ext/viewcode.py:326 -msgid "[docs]" -msgstr "[文件]" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "增加贅言(可以被重複)" -#: ext/viewcode.py:352 -msgid "Module code" -msgstr "模組原始碼" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "在 stdout 無輸出,只有在 stderr 的警告" -#: ext/viewcode.py:359 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s 的原始碼

" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "完全沒有輸出,也沒有警告" -#: ext/viewcode.py:386 -msgid "Overview: module code" -msgstr "概要:模組原始碼" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "執行 emit 彩色輸出(預設值:auto-detect)" -#: ext/viewcode.py:387 -msgid "

All modules for which code is available

" -msgstr "

所有可得程式碼的模組

" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "重複的引用 %s,亦出現於 %s" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "控制警告的選項" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "引用 [%s] 未被參照。" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "寫入警告(及錯誤)至給定的檔案" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "重複公式標籤 %s,亦出現於 %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "將警告轉為錯誤" -#: domains/math.py:130 writers/latex.py:2500 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "無效的 math_eqref_format: %r" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "在例外中顯示完整的回溯" -#: domains/javascript.py:183 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (內建函式)" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "在例外中執行 Pdb" -#: domains/javascript.py:184 domains/python/__init__.py:279 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s 的方法)" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: domains/javascript.py:186 -#, python-format -msgid "%s() (class)" -msgstr "%s() (類別)" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "無法合併 -a 選項及檔名" -#: domains/javascript.py:188 +#: cmd/build.py:357 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (全域變數或常數)" +msgid "cannot open warning file '%s': %s" +msgstr "" -#: domains/javascript.py:190 domains/python/__init__.py:370 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s 的屬性)" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D 選項引數必須是 name=value 的形式" -#: domains/javascript.py:274 -msgid "Arguments" -msgstr "引數" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A 選項引數必須是 name=value 的形式" -#: domains/cpp/__init__.py:491 domains/javascript.py:281 -msgid "Throws" -msgstr "拋出" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "從模組自動插入說明字串" -#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 -#: domains/javascript.py:288 domains/python/_object.py:221 -msgid "Returns" -msgstr "回傳" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "在 doctest 區塊自動測試程式碼片段" -#: domains/c/__init__.py:373 domains/javascript.py:294 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "回傳型別" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "在不同專案的 Sphinx 說明文件中鏈接" -#: domains/javascript.py:374 -#, python-format -msgid "%s (module)" -msgstr "%s (模組)" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "寫入 \"todo\" 項目,它們可以在組建時被顯示或隱藏" -#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 -#: domains/javascript.py:419 domains/python/__init__.py:726 -msgid "function" -msgstr "函式" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "核對說明文件的涵蓋範圍" -#: domains/javascript.py:420 domains/python/__init__.py:730 -msgid "method" -msgstr "方法" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "包含 math,以 PNG 或 SVG 影像被呈現" -#: domains/cpp/__init__.py:941 domains/javascript.py:421 -#: domains/python/__init__.py:728 -msgid "class" -msgstr "類別" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "包含 math,被 MathJax 在瀏覽器中呈現" -#: domains/javascript.py:422 domains/python/__init__.py:727 -msgid "data" -msgstr "資料" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "根據組態值有條件地包含內容" -#: domains/javascript.py:423 domains/python/__init__.py:733 -msgid "attribute" -msgstr "屬性" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "包含鏈接至已有說明文件的 Python 物件原始碼" -#: domains/javascript.py:424 domains/python/__init__.py:736 -msgid "module" -msgstr "模組" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "建立 .nojekyll 檔案以在 GitHub 頁面發布文件" -#: domains/javascript.py:458 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "%s 的重複 %s 敘述,其他的 %s 在 %s" +#: cmd/quickstart.py:111 +msgid "Please enter a valid path name." +msgstr "請輸入有效的路徑名稱。" -#: domains/rst.py:131 domains/rst.py:190 +#: cmd/quickstart.py:127 +msgid "Please enter some text." +msgstr "請輸入一些文字。" + +#: cmd/quickstart.py:134 #, python-format -msgid "%s (directive)" -msgstr "%s (指令)" +msgid "Please enter one of %s." +msgstr "請輸入一種 %s 。" -#: domains/rst.py:191 domains/rst.py:202 +#: cmd/quickstart.py:142 +msgid "Please enter either 'y' or 'n'." +msgstr "請輸入 'y' 或 'n'。" + +#: cmd/quickstart.py:148 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "請輸入檔案後綴,例如 '.rst' 或 '.txt'。" + +#: cmd/quickstart.py:230 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (指令選項)" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "歡迎進入 Sphinx %s 快速入門公用程式。" -#: domains/rst.py:224 +#: cmd/quickstart.py:235 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "請輸入以下設定值(如果括號中有給定預設值,請直接\n按下 Enter 以接受它)。" + +#: cmd/quickstart.py:242 #, python-format -msgid "%s (role)" -msgstr "%s (角色)" +msgid "Selected root path: %s" +msgstr "被選的根路徑: %s" -#: domains/rst.py:234 -msgid "directive" -msgstr "指令" +#: cmd/quickstart.py:245 +msgid "Enter the root path for documentation." +msgstr "輸入說明文件的根路徑。" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "指令選項" +#: cmd/quickstart.py:246 +msgid "Root path for the documentation" +msgstr "說明文件的根路徑" -#: domains/rst.py:236 -msgid "role" -msgstr "角色" +#: cmd/quickstart.py:256 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "錯誤:在被選的根路徑找到一個已存在的 conf.py。" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s %s 的重複敘述,其他的實例在 %s" +#: cmd/quickstart.py:261 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart 不會重寫已存在的 Sphinx 專案。" -#: domains/changeset.py:32 -#, python-format -msgid "Added in version %s" -msgstr "在 %s 版被加入" +#: cmd/quickstart.py:264 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "請輸入一個新的根路徑(或直接按 Enter 離開)" -#: domains/changeset.py:33 -#, python-format -msgid "Changed in version %s" -msgstr "在 %s 版的變更" +#: cmd/quickstart.py:275 +msgid "" +"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 的輸出放置建立資料夾。\n其一,您可以在根路徑中使用資料夾 \"_build\",或者,\n您可以在根路徑中分離 \"source\" 和 \"build\" 資料夾。" -#: domains/changeset.py:34 -#, python-format -msgid "Deprecated since version %s" -msgstr "在 %s 版之後被棄用" +#: cmd/quickstart.py:281 +msgid "Separate source and build directories (y/n)" +msgstr "分離來源並建立資料夾 (y/n)" -#: domains/changeset.py:35 -#, python-format -msgid "Removed in version %s" -msgstr "在 %s 版被移除" +#: cmd/quickstart.py:288 +msgid "" +"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 "在根資料夾內部,另外兩個資料夾會被建立;\"_templates\" \n放置自訂的 HTML 模板,而 \"_static\" 放置自訂的表單及其他\n靜態檔案。您可以輸入另一個前綴(像是 \".\")來取代底線。" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:293 +msgid "Name prefix for templates and static dir" +msgstr "用於模板及靜態資料夾的名稱前綴" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "工件編號應該是一個正數" +#: cmd/quickstart.py:299 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "專案名稱會在已建立的說明文件中的多個位置出現。" -#: cmd/build.py:73 cmd/quickstart.py:582 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:876 -msgid "For more information, visit ." -msgstr "需要更多資訊,請拜訪 ." +#: cmd/quickstart.py:302 +msgid "Project name" +msgstr "專案名稱" -#: cmd/build.py:74 +#: cmd/quickstart.py:304 +msgid "Author name(s)" +msgstr "作者姓名" + +#: cmd/quickstart.py:310 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 "\n從原始檔案產生說明文件。\n\nsphinx-build 會從 SOURCEDIR 中的檔案來產生說明文件,並\n將它置放於 OUTPUTDIR。它會在 SOURCEDIR 中尋找 'conf.py' \n內的組態設定。'sphinx-quickstart' 工具可以用來產生模板檔案,\n包括 'conf.py'\n\nsphinx-build 能以不同的格式建立說明文件。在命令列指定建立\n器的名稱來選擇一種格式;其預設值為 HTML。建立器也能執行\n與處理說明文件有關的其他任務。\n\n在預設情況,所有舊的文件都已經被建立。指定個別的檔名,\n可以在建立時僅限於輸出所選的檔案。\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 中,軟體具有「版本」和「發布版本」的概念。每個\n版本可以有多個發布版本。舉例來說,Python 的版本會像是 2.5 \n或 3.0,而發布版本則像是 2.5.1 或 3.0a1。如果您不需要這個雙\n重的結構,請直接將兩者設為相同的值。" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "到說明文件原始檔案的路徑" +#: cmd/quickstart.py:317 +msgid "Project version" +msgstr "專案版本" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "到輸出資料夾的路徑" +#: cmd/quickstart.py:319 +msgid "Project release" +msgstr "專案發布版本" -#: cmd/build.py:109 +#: cmd/quickstart.py:325 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(選用)一份要重建的特定檔案清單。如果已指定 --write-all,則會被忽略。" +"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" +"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +msgstr "如果文件是被英語以外的語言被編寫,您可以根據它的語言碼\n在此選擇一個語言。Sphinx 會將它產生的文本翻譯為該語言。\n\n要了解可支援的語言碼列表,請參閱\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." + +#: cmd/quickstart.py:333 +msgid "Project language" +msgstr "專案語言" + +#: cmd/quickstart.py:341 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "用於原始檔的檔案名稱後綴。通常,這會是 \".txt\" 或 \".rst\"。\n只有具有此後綴的檔案才會被認為是文件。" + +#: cmd/quickstart.py:345 +msgid "Source file suffix" +msgstr "原始檔案後綴" -#: cmd/build.py:114 -msgid "general options" -msgstr "一般選項" +#: cmd/quickstart.py:351 +msgid "" +"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 "一份文件的特別之處在於它會被視為 \"contents tree\" 中的頂端\n節點,也就是說,它是文件階層結構中的根。通常,這會是 \n\"index\",但如果您的 \"index\" 文件是一個自訂的模板,您也可以\n將它設定為另一個檔名。" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "要使用的建立器(預設值:'html')" +#: cmd/quickstart.py:358 +msgid "Name of your master document (without suffix)" +msgstr "您的主要文件名稱(不含後綴)" -#: cmd/build.py:131 +#: cmd/quickstart.py:372 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "如果可以的話,N 個程序會平行執行。'auto' 會使用 CPU 核心的數量" +"Error: the master file %s has already been found in the selected root path." +msgstr "錯誤:在被選的根路徑中已經找到主檔 %s 。" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" +#: cmd/quickstart.py:378 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart 不會重寫已存在的檔案。" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" +#: cmd/quickstart.py:382 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "請輸入一個新的檔案名稱,或將已存在的檔案重新命名並按下 Enter" -#: cmd/build.py:150 -msgid "path options" -msgstr "路徑選項" +#: cmd/quickstart.py:390 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "指示以下哪一個 Sphinx 擴充應該被啟用:" -#: cmd/build.py:157 +#: cmd/quickstart.py:401 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "包含 doctree 及環境檔案的資料夾(預設值:OUTPUT_DIR/.doctrees)" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "註解:imgmath 和 mathjax 無法同時被啟用。imgmath 已被取消選擇。" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "包含組態檔 (conf.py) 的資料夾(預設值:SOURCE_DIR)" +#: cmd/quickstart.py:411 +msgid "" +"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 "會為您產生一個 Makefile 和一個 Windows 命令檔,所以\n您只需要執行像是 `make html' 而不必直接調用 \nsphinx-build。" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "不使用組態檔,只使用 -D 選項中的設定" +#: cmd/quickstart.py:416 +msgid "Create Makefile? (y/n)" +msgstr "是否建立 Makefile? (y/n)" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "在組態檔案中置換一項設定" +#: cmd/quickstart.py:420 +msgid "Create Windows command file? (y/n)" +msgstr "是否建立 Windows 命令檔?(y/n)" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "傳遞一個值進入 HTML 模板" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "Creating file %s." +msgstr "正在建立檔案 %s 。" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "定義 tag:「只」包含有 TAG 的區塊" +#: cmd/quickstart.py:477 ext/apidoc/_generate.py:70 +#, python-format +msgid "File %s already exists, skipping." +msgstr "檔案 %s 已存在,正在跳過。" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: cmd/quickstart.py:520 +msgid "Finished: An initial directory structure has been created." +msgstr "已結束:一個初始資料夾結構已被建立。" -#: cmd/build.py:212 -msgid "console output options" -msgstr "控制台輸出選項" +#: cmd/quickstart.py:524 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "您現在應該在您的主檔 %s 輸入資料並建立其他說明文件\n原始檔。" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "增加贅言(可以被重複)" +#: cmd/quickstart.py:531 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "使用 Makefile 來建立文件,像這樣:\n make builder" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "在 stdout 無輸出,只有在 stderr 的警告" +#: cmd/quickstart.py:535 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "使用 sphinx-build 命令來建立文件,像這樣:\n sphinx-build -b builder %s %s" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "完全沒有輸出,也沒有警告" +#: cmd/quickstart.py:542 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "在這裡 \"builder\" 是一種被支援的建立器,例如 html,latex 或 linkcheck。" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "執行 emit 彩色輸出(預設值:auto-detect)" +#: cmd/quickstart.py:577 +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 "\n為 Sphinx 專案產生需要的檔案。\n\nsphinx-quickstart 是一個互動式工具,它會問一些關於您專案\n的問題,然後產生完整的說明文件資料夾以及用於 sphinx-build \n的 Makefile 樣本。\n" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" +#: cmd/quickstart.py:596 +msgid "quiet mode" +msgstr "安靜模式" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "控制警告的選項" +#: cmd/quickstart.py:606 +msgid "project root" +msgstr "專案根" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "寫入警告(及錯誤)至給定的檔案" +#: cmd/quickstart.py:609 +msgid "Structure options" +msgstr "結構選項" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "將警告轉為錯誤" +#: cmd/quickstart.py:615 +msgid "if specified, separate source and build dirs" +msgstr "如果有指定,會分離來源資料夾和 build 資料夾" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "在例外中顯示完整的回溯" +#: cmd/quickstart.py:621 +msgid "if specified, create build dir under source dir" +msgstr "如果有指定,會在來源資料夾下建立 build 資料夾" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "在例外中執行 Pdb" +#: cmd/quickstart.py:627 +msgid "replacement for dot in _templates etc." +msgstr "在 _templates 等處進行句號的取代" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: cmd/quickstart.py:630 +msgid "Project basic options" +msgstr "專案基本選項" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "無法合併 -a 選項及檔名" +#: cmd/quickstart.py:632 +msgid "project name" +msgstr "專案名稱" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +#: cmd/quickstart.py:635 +msgid "author names" +msgstr "作者名" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D 選項引數必須是 name=value 的形式" +#: cmd/quickstart.py:642 +msgid "version of project" +msgstr "專案版本" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A 選項引數必須是 name=value 的形式" +#: cmd/quickstart.py:649 +msgid "release of project" +msgstr "專案發布" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "從模組自動插入說明字串" +#: cmd/quickstart.py:656 +msgid "document language" +msgstr "文件語言" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "在 doctest 區塊自動測試程式碼片段" +#: cmd/quickstart.py:659 +msgid "source file suffix" +msgstr "源始檔後綴" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "在不同專案的 Sphinx 說明文件中鏈接" +#: cmd/quickstart.py:662 +msgid "master document name" +msgstr "主文件名稱" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "寫入 \"todo\" 項目,它們可以在組建時被顯示或隱藏" +#: cmd/quickstart.py:665 +msgid "use epub" +msgstr "使用 epub" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "核對說明文件的涵蓋範圍" +#: cmd/quickstart.py:668 +msgid "Extension options" +msgstr "擴充套件選項" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "包含 math,以 PNG 或 SVG 影像被呈現" +#: cmd/quickstart.py:675 +#, python-format +msgid "enable %s extension" +msgstr "啟用 %s 擴充套件" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "包含 math,被 MathJax 在瀏覽器中呈現" +#: cmd/quickstart.py:682 +msgid "enable arbitrary extensions" +msgstr "啟用任意的擴充套件" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "根據組態值有條件地包含內容" +#: cmd/quickstart.py:685 +msgid "Makefile and Batchfile creation" +msgstr "Makefile 及 Batchfile 的建立" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "包含鏈接至已有說明文件的 Python 物件原始碼" +#: cmd/quickstart.py:691 +msgid "create makefile" +msgstr "建立 makefile" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "建立 .nojekyll 檔案以在 GitHub 頁面發布文件" +#: cmd/quickstart.py:697 +msgid "do not create makefile" +msgstr "不要建立 makefile" -#: cmd/quickstart.py:111 -msgid "Please enter a valid path name." -msgstr "請輸入有效的路徑名稱。" +#: cmd/quickstart.py:704 +msgid "create batchfile" +msgstr "建立 batchfile" -#: cmd/quickstart.py:127 -msgid "Please enter some text." -msgstr "請輸入一些文字。" +#: cmd/quickstart.py:710 +msgid "do not create batchfile" +msgstr "不要建立 batchfile" -#: cmd/quickstart.py:134 -#, python-format -msgid "Please enter one of %s." -msgstr "請輸入一種 %s 。" +#: cmd/quickstart.py:719 +msgid "use make-mode for Makefile/make.bat" +msgstr "使用 make 模式於 Makefile/make.bat" -#: cmd/quickstart.py:142 -msgid "Please enter either 'y' or 'n'." -msgstr "請輸入 'y' 或 'n'。" +#: cmd/quickstart.py:722 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "專案模板化中" + +#: cmd/quickstart.py:728 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "用於模板檔案的模板資料夾" + +#: cmd/quickstart.py:735 +msgid "define a template variable" +msgstr "定義一個模板變數" -#: cmd/quickstart.py:148 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "請輸入檔案後綴,例如 '.rst' 或 '.txt'。" +#: cmd/quickstart.py:771 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" 被指定,但 \"project\" 或 \"author\" 的任一項未被指定。" -#: cmd/quickstart.py:230 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "歡迎進入 Sphinx %s 快速入門公用程式。" +#: cmd/quickstart.py:790 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "錯誤:指定的路徑不是資料夾,或是 sphinx 檔案已經存在。" -#: cmd/quickstart.py:235 +#: cmd/quickstart.py:797 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "請輸入以下設定值(如果括號中有給定預設值,請直接\n按下 Enter 以接受它)。" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart 只能產生於空白資料夾中。請指定一個新的根路徑。" -#: cmd/quickstart.py:242 +#: cmd/quickstart.py:814 #, python-format -msgid "Selected root path: %s" -msgstr "被選的根路徑: %s" +msgid "Invalid template variable: %s" +msgstr "無效的模板變數: %s" -#: cmd/quickstart.py:245 -msgid "Enter the root path for documentation." -msgstr "輸入說明文件的根路徑。" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob 型樣 %r 未匹配任何文件" -#: cmd/quickstart.py:246 -msgid "Root path for the documentation" -msgstr "說明文件的根路徑" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree 包含了指向已排除文件的參照 %r" -#: cmd/quickstart.py:255 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "錯誤:在被選的根路徑找到一個已存在的 conf.py。" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree 包含了指向不存在文件的參照 %r" -#: cmd/quickstart.py:260 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart 不會重寫已存在的 Sphinx 專案。" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "在 toctree 中找到重複的項目: %s" -#: cmd/quickstart.py:263 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "請輸入一個新的根路徑(或直接按 Enter 離開)" +#: directives/other.py:203 +msgid "Section author: " +msgstr "章節作者:" -#: cmd/quickstart.py:274 -msgid "" -"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 的輸出放置建立資料夾。\n其一,您可以在根路徑中使用資料夾 \"_build\",或者,\n您可以在根路徑中分離 \"source\" 和 \"build\" 資料夾。" +#: directives/other.py:205 +msgid "Module author: " +msgstr "模組作者:" -#: cmd/quickstart.py:280 -msgid "Separate source and build directories (y/n)" -msgstr "分離來源並建立資料夾 (y/n)" +#: directives/other.py:207 +msgid "Code author: " +msgstr "程式作者:" -#: cmd/quickstart.py:287 -msgid "" -"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 "在根資料夾內部,另外兩個資料夾會被建立;\"_templates\" \n放置自訂的 HTML 模板,而 \"_static\" 放置自訂的表單及其他\n靜態檔案。您可以輸入另一個前綴(像是 \".\")來取代底線。" +#: directives/other.py:209 +msgid "Author: " +msgstr "作者:" -#: cmd/quickstart.py:292 -msgid "Name prefix for templates and static dir" -msgstr "用於模板及靜態資料夾的名稱前綴" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks 的內容不是一個列表" -#: cmd/quickstart.py:298 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "專案名稱會在已建立的說明文件中的多個位置出現。" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist 的內容不是一個列表" -#: cmd/quickstart.py:301 -msgid "Project name" -msgstr "專案名稱" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "非空白字元被凸排去除" -#: cmd/quickstart.py:303 -msgid "Author name(s)" -msgstr "作者姓名" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "無效標題:%s" -#: cmd/quickstart.py:309 -msgid "" -"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 中,軟體具有「版本」和「發布版本」的概念。每個\n版本可以有多個發布版本。舉例來說,Python 的版本會像是 2.5 \n或 3.0,而發布版本則像是 2.5.1 或 3.0a1。如果您不需要這個雙\n重的結構,請直接將兩者設為相同的值。" +#: directives/code.py:134 directives/code.py:299 directives/code.py:488 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "列號規格超出範圍 (1-%d): %r" -#: cmd/quickstart.py:316 -msgid "Project version" -msgstr "專案版本" +#: directives/code.py:218 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "不能使用 \"%s\" 及 \"%s\" 兩個選項" -#: cmd/quickstart.py:318 -msgid "Project release" -msgstr "專案發布版本" +#: directives/code.py:233 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:324 +#: directives/code.py:237 +#, python-format msgid "" -"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" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "如果文件是被英語以外的語言被編寫,您可以根據它的語言碼\n在此選擇一個語言。Sphinx 會將它產生的文本翻譯為該語言。\n\n要了解可支援的語言碼列表,請參閱\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" -#: cmd/quickstart.py:332 -msgid "Project language" -msgstr "專案語言" +#: directives/code.py:278 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "名為 %r 的物件在 include 檔案 %r 中未找到" -#: cmd/quickstart.py:340 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." -msgstr "用於原始檔的檔案名稱後綴。通常,這會是 \".txt\" 或 \".rst\"。\n只有具有此後綴的檔案才會被認為是文件。" +#: directives/code.py:311 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "無法以一個 \"lines\" 的互斥集使用 \"lineno-match\" " -#: cmd/quickstart.py:344 -msgid "Source file suffix" -msgstr "原始檔案後綴" +#: directives/code.py:316 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Line spec %r: 從 include 檔案 %r 沒有提取任何一行" -#: cmd/quickstart.py:350 +#: directives/patches.py:71 msgid "" -"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 "一份文件的特別之處在於它會被視為 \"contents tree\" 中的頂端\n節點,也就是說,它是文件階層結構中的根。通常,這會是 \n\"index\",但如果您的 \"index\" 文件是一個自訂的模板,您也可以\n將它設定為另一個檔名。" - -#: cmd/quickstart.py:357 -msgid "Name of your master document (without suffix)" -msgstr "您的主要文件名稱(不含後綴)" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "對 csv-table 指令的 \":file:\" 選項現在會將絕對路徑辨識為基於來源資料夾的相對路徑。請更新您的文件。" -#: cmd/quickstart.py:368 +#: util/rst.py:73 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "錯誤:在被選的根路徑中已經找到主檔 %s 。" +msgid "default role %s not found" +msgstr "預設角色 %s 未找到" -#: cmd/quickstart.py:374 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart 不會重寫已存在的檔案。" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "讀取錯誤: %s, %s" -#: cmd/quickstart.py:378 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "請輸入一個新的檔案名稱,或將已存在的檔案重新命名並按下 Enter" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "寫入錯誤: %s, %s" -#: cmd/quickstart.py:386 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "指示以下哪一個 Sphinx 擴充應該被啟用:" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s 不存在" -#: cmd/quickstart.py:397 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "註解:imgmath 和 mathjax 無法同時被啟用。imgmath 已被取消選擇。" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: cmd/quickstart.py:407 +#: util/i18n.py:253 +#, python-format msgid "" -"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 "會為您產生一個 Makefile 和一個 Windows 命令檔,所以\n您只需要執行像是 `make html' 而不必直接調用 \nsphinx-build。" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "無效的日期格式。如果您要直接將它輸出,則以單引號引用該字串: %s" -#: cmd/quickstart.py:412 -msgid "Create Makefile? (y/n)" -msgstr "是否建立 Makefile? (y/n)" +#: util/docutils.py:327 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: cmd/quickstart.py:416 -msgid "Create Windows command file? (y/n)" -msgstr "是否建立 Windows 命令檔?(y/n)" +#: util/docutils.py:363 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: cmd/quickstart.py:468 ext/apidoc/_generate.py:76 +#: util/docutils.py:815 #, python-format -msgid "Creating file %s." -msgstr "正在建立檔案 %s 。" +msgid "unknown node type: %r" +msgstr "未知的節點型別: %r" -#: cmd/quickstart.py:473 ext/apidoc/_generate.py:73 +#: util/inventory.py:147 #, python-format -msgid "File %s already exists, skipping." -msgstr "檔案 %s 已存在,正在跳過。" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: cmd/quickstart.py:516 -msgid "Finished: An initial directory structure has been created." -msgstr "已結束:一個初始資料夾結構已被建立。" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: cmd/quickstart.py:520 +#: util/osutil.py:131 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "您現在應該在您的主檔 %s 輸入資料並建立其他說明文件\n原始檔。" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: cmd/quickstart.py:527 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "使用 Makefile 來建立文件,像這樣:\n make builder" +#: util/display.py:78 +msgid "skipped" +msgstr "已省略" -#: cmd/quickstart.py:531 +#: util/display.py:83 +msgid "failed" +msgstr "失敗" + +#: util/fileutil.py:76 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "使用 sphinx-build 命令來建立文件,像這樣:\n sphinx-build -b builder %s %s" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" + +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: cmd/quickstart.py:538 +#: util/docfields.py:100 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "在這裡 \"builder\" 是一種被支援的建立器,例如 html,latex 或 linkcheck。" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "在 %s domain 中的問題:欄位應該要用角色 '%s' ,但是那個角色並不在該 domain。" -#: cmd/quickstart.py:573 +#: util/nodes.py:459 +#, python-format 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 "\n為 Sphinx 專案產生需要的檔案。\n\nsphinx-quickstart 是一個互動式工具,它會問一些關於您專案\n的問題,然後產生完整的說明文件資料夾以及用於 sphinx-build \n的 Makefile 樣本。\n" - -#: cmd/quickstart.py:592 -msgid "quiet mode" -msgstr "安靜模式" - -#: cmd/quickstart.py:602 -msgid "project root" -msgstr "專案根" - -#: cmd/quickstart.py:605 -msgid "Structure options" -msgstr "結構選項" +"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" -#: cmd/quickstart.py:611 -msgid "if specified, separate source and build dirs" -msgstr "如果有指定,會分離來源資料夾和 build 資料夾" +#: util/nodes.py:520 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree 包含了不存在的檔案 %r 的參照 " -#: cmd/quickstart.py:617 -msgid "if specified, create build dir under source dir" -msgstr "如果有指定,會在來源資料夾下建立 build 資料夾" +#: util/nodes.py:738 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "在評估只有指令的運算式時發生例外: %s" -#: cmd/quickstart.py:623 -msgid "replacement for dot in _templates etc." -msgstr "在 _templates 等處進行句號的取代" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (內建函式)" -#: cmd/quickstart.py:626 -msgid "Project basic options" -msgstr "專案基本選項" +#: domains/javascript.py:184 domains/python/__init__.py:279 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s 的方法)" -#: cmd/quickstart.py:628 -msgid "project name" -msgstr "專案名稱" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (類別)" -#: cmd/quickstart.py:631 -msgid "author names" -msgstr "作者名" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (全域變數或常數)" -#: cmd/quickstart.py:638 -msgid "version of project" -msgstr "專案版本" +#: domains/javascript.py:190 domains/python/__init__.py:370 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s 的屬性)" -#: cmd/quickstart.py:645 -msgid "release of project" -msgstr "專案發布" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "引數" -#: cmd/quickstart.py:652 -msgid "document language" -msgstr "文件語言" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "拋出" -#: cmd/quickstart.py:655 -msgid "source file suffix" -msgstr "源始檔後綴" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "回傳" -#: cmd/quickstart.py:658 -msgid "master document name" -msgstr "主文件名稱" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "回傳型別" -#: cmd/quickstart.py:661 -msgid "use epub" -msgstr "使用 epub" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (模組)" -#: cmd/quickstart.py:664 -msgid "Extension options" -msgstr "擴充套件選項" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:726 +msgid "function" +msgstr "函式" -#: cmd/quickstart.py:671 -#, python-format -msgid "enable %s extension" -msgstr "啟用 %s 擴充套件" +#: domains/javascript.py:420 domains/python/__init__.py:730 +msgid "method" +msgstr "方法" -#: cmd/quickstart.py:678 -msgid "enable arbitrary extensions" -msgstr "啟用任意的擴充套件" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:728 +msgid "class" +msgstr "類別" -#: cmd/quickstart.py:681 -msgid "Makefile and Batchfile creation" -msgstr "Makefile 及 Batchfile 的建立" +#: domains/javascript.py:422 domains/python/__init__.py:727 +msgid "data" +msgstr "資料" -#: cmd/quickstart.py:687 -msgid "create makefile" -msgstr "建立 makefile" +#: domains/javascript.py:423 domains/python/__init__.py:733 +msgid "attribute" +msgstr "屬性" -#: cmd/quickstart.py:693 -msgid "do not create makefile" -msgstr "不要建立 makefile" +#: domains/javascript.py:424 domains/python/__init__.py:736 +msgid "module" +msgstr "模組" -#: cmd/quickstart.py:700 -msgid "create batchfile" -msgstr "建立 batchfile" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s 的重複 %s 敘述,其他的 %s 在 %s" -#: cmd/quickstart.py:706 -msgid "do not create batchfile" -msgstr "不要建立 batchfile" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:715 -msgid "use make-mode for Makefile/make.bat" -msgstr "使用 make 模式於 Makefile/make.bat" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (指令)" -#: cmd/quickstart.py:718 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "專案模板化中" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (指令選項)" -#: cmd/quickstart.py:724 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "用於模板檔案的模板資料夾" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (角色)" -#: cmd/quickstart.py:731 -msgid "define a template variable" -msgstr "定義一個模板變數" +#: domains/rst.py:234 +msgid "directive" +msgstr "指令" -#: cmd/quickstart.py:767 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" 被指定,但 \"project\" 或 \"author\" 的任一項未被指定。" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "指令選項" -#: cmd/quickstart.py:786 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "錯誤:指定的路徑不是資料夾,或是 sphinx 檔案已經存在。" +#: domains/rst.py:236 +msgid "role" +msgstr "角色" -#: cmd/quickstart.py:793 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart 只能產生於空白資料夾中。請指定一個新的根路徑。" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s 的重複敘述,其他的實例在 %s" -#: cmd/quickstart.py:810 +#: domains/math.py:73 #, python-format -msgid "Invalid template variable: %s" -msgstr "無效的模板變數: %s" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "重複公式標籤 %s,亦出現於 %s" -#: directives/other.py:119 +#: domains/citation.py:75 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob 型樣 %r 未匹配任何文件" +msgid "duplicate citation %s, other instance in %s" +msgstr "重複的引用 %s,亦出現於 %s" -#: directives/other.py:153 environment/adapters/toctree.py:372 +#: domains/citation.py:92 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree 包含了指向已排除文件的參照 %r" +msgid "Citation [%s] is not referenced." +msgstr "引用 [%s] 未被參照。" -#: directives/other.py:156 +#: domains/changeset.py:32 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree 包含了指向不存在文件的參照 %r" +msgid "Added in version %s" +msgstr "在 %s 版被加入" -#: directives/other.py:169 +#: domains/changeset.py:33 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "在 toctree 中找到重複的項目: %s" +msgid "Changed in version %s" +msgstr "在 %s 版的變更" -#: directives/other.py:203 -msgid "Section author: " -msgstr "章節作者:" +#: domains/changeset.py:34 +#, python-format +msgid "Deprecated since version %s" +msgstr "在 %s 版之後被棄用" -#: directives/other.py:205 -msgid "Module author: " -msgstr "模組作者:" +#: domains/changeset.py:35 +#, python-format +msgid "Removed in version %s" +msgstr "在 %s 版被移除" -#: directives/other.py:207 -msgid "Code author: " -msgstr "程式作者:" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "概觀檔案是在 %(outdir)s 。" -#: directives/other.py:209 -msgid "Author: " -msgstr "作者:" +#: builders/changes.py:65 +#, python-format +msgid "no changes in version %s." +msgstr "在 %s 版中無變更" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. acks 的內容不是一個列表" +#: builders/changes.py:67 +msgid "writing summary file..." +msgstr "正在寫入摘要檔案..." -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. hlist 的內容不是一個列表" +#: builders/changes.py:79 +msgid "Builtins" +msgstr "內建" -#: directives/patches.py:70 -msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "對 csv-table 指令的 \":file:\" 選項現在會將絕對路徑辨識為基於來源資料夾的相對路徑。請更新您的文件。" +#: builders/changes.py:81 +msgid "Module level" +msgstr "模組層次" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "非空白字元被凸排去除" +#: builders/changes.py:137 +msgid "copying source files..." +msgstr "正在複製原始檔案..." -#: directives/code.py:87 +#: builders/changes.py:146 #, python-format -msgid "Invalid caption: %s" -msgstr "無效標題:%s" +msgid "could not read %r for changelog creation" +msgstr "在變更日誌建立時無法讀取 %r" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "列號規格超出範圍 (1-%d): %r" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "未找到對於 %s builder 適用的圖片:%s (%s)" -#: directives/code.py:216 +#: builders/__init__.py:238 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "不能使用 \"%s\" 及 \"%s\" 兩個選項" +msgid "a suitable image for %s builder not found: %s" +msgstr "未找到對於 %s builder 適用的圖片:%s" + +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "建立 [mo]:" + +#: builders/__init__.py:264 builders/__init__.py:772 builders/__init__.py:796 +msgid "writing output... " +msgstr "編寫輸出..." -#: directives/code.py:231 +#: builders/__init__.py:281 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "all of %d po files" +msgstr "所有的 %d po 檔" -#: directives/code.py:235 +#: builders/__init__.py:303 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +msgid "targets for %d po files that are specified" +msgstr "對於指定的 po 檔 %d 的目標" -#: directives/code.py:276 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "名為 %r 的物件在 include 檔案 %r 中未找到" +msgid "targets for %d po files that are out of date" +msgstr "對於已過期 po 檔 %d 的目標" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "無法以一個 \"lines\" 的互斥集使用 \"lineno-match\" " +#: builders/__init__.py:325 +msgid "all source files" +msgstr "所有原始檔案" -#: directives/code.py:314 +#: builders/__init__.py:336 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Line spec %r: 從 include 檔案 %r 沒有提取任何一行" +msgid "file %r given on command line does not exist, " +msgstr "在命令列給的檔案 %r 不存在," -#: builders/html/__init__.py:475 builders/latex/__init__.py:196 -#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#: builders/__init__.py:343 #, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" - -#: builders/latex/__init__.py:203 domains/std/__init__.py:771 -#: domains/std/__init__.py:784 templates/latex/latex.tex.jinja:107 -#: themes/basic/genindex-single.html:22 themes/basic/genindex-single.html:48 -#: themes/basic/genindex-split.html:3 themes/basic/genindex-split.html:6 -#: themes/basic/genindex.html:3 themes/basic/genindex.html:26 -#: themes/basic/genindex.html:59 themes/basic/layout.html:127 -#: writers/texinfo.py:514 -msgid "Index" -msgstr "索引" - -#: writers/latex.py:768 writers/texinfo.py:646 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "遇到的標題節點不是在段落、主題、表格、警告或側邊欄" - -#: writers/latex.py:1118 writers/manpage.py:258 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "註腳" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "標題不在圖之內。" +"file %r given on command line is not under the source directory, ignoring" +msgstr "在命令列給的檔案 %r 不在來源資料夾下,忽略中" -#: writers/texinfo.py:1303 +#: builders/__init__.py:354 #, python-format -msgid "unimplemented node type: %r" -msgstr "未實作的節點型別: %r" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "在命令列給的檔案 %r 不是有效的文件,忽略中" -#: writers/manpage.py:288 writers/text.py:971 +#: builders/__init__.py:367 #, python-format -msgid "[image: %s]" -msgstr "[圖片:%s]" - -#: writers/manpage.py:289 writers/text.py:972 -msgid "[image]" -msgstr "[圖片]" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "連結到這個定義" +msgid "%d source files given on command line" +msgstr "在命令列給了 %d 個原始檔案" -#: writers/html5.py:431 +#: builders/__init__.py:383 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format 未被定義給 %s" +msgid "targets for %d source files that are out of date" +msgstr "%d 個過時原始檔案的目標" -#: writers/html5.py:441 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "任一個 ID 未被指定給 %s 節點" - -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "連結到這個項目" - -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "連結到這個標頭" +msgid "building [%s]: " +msgstr "正在建立 [%s]:" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "連結到這個表格" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "正在尋找目前已過期的檔案..." -#: writers/html5.py:572 writers/latex.py:1127 +#: builders/__init__.py:416 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "%d found" +msgstr "已找到 %d" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "連結到這個程式碼" +#: builders/__init__.py:418 +msgid "none found" +msgstr "找不到任何結果" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "連結到這個圖片" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "正在 pickle 環境" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "連結到這個 toctree" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "正在檢查一致性" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "無法取得圖片大小。 :scale: 選項已略過。" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "沒有過時的目標。" -#: writers/latex.py:386 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "未知的 %r toplevel_sectioning 對於 class %r" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "正在更新環境:" -#: builders/latex/__init__.py:221 writers/latex.py:436 +#: builders/__init__.py:500 #, python-format -msgid "no Babel option known for language %r" -msgstr "沒有語言 %r 已知的 Babel 選項" - -#: writers/latex.py:454 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: 太大,已略過。" +msgid "%s added, %s changed, %s removed" +msgstr "%s 已新增, %s 已變更, %s 已移除" -#: writers/latex.py:616 +#: builders/__init__.py:537 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:732 -msgid "document title is not a single Text node" -msgstr "文件標題不是單一的 Text 節點" - -#: writers/latex.py:1198 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." +msgstr "" -#: writers/latex.py:1228 +#: builders/__init__.py:546 #, python-format msgid "" -"colspec %s was given which appears to use tabulary syntax. But this table " -"can not be rendered as a tabulary; the given colspec will be ignored." +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: writers/latex.py:1615 +#: builders/__init__.py:557 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "維度單位 %s 是無效的。已略過。" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" -#: writers/latex.py:1950 +#: builders/__init__.py:564 #, python-format -msgid "unknown index entry type %s found" -msgstr "找到了未知的索引條目型別 %s" - -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "使用:" - -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPTIONS] []" - -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "Sphinx 說明文件產生器。" - -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "指令:" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "選項" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "正在讀取來源..." -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "如需更多資訊,請參閱 https://www.sphinx-doc.org/en/master/man/。" +#: builders/__init__.py:726 +#, python-format +msgid "docnames to write: %s" +msgstr "待寫入的 docname: %s" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: 錯誤: {1}\n執行 '{0} --help' 取得更多資訊" +#: builders/__init__.py:728 +msgid "no docnames to write!" +msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "以 Sphinx 管理說明文件。" +#: builders/__init__.py:741 +msgid "preparing documents" +msgstr "正在準備文件" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "顯示版本並離開。" +#: builders/__init__.py:744 +msgid "copying assets" +msgstr "正在複製資產 (asset)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "顯示此訊息並離開。" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML 檔案在 %(outdir)s 。" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "登錄" +#: builders/html/__init__.py:1251 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "錯誤寫入檔案 %s: %s" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "增加詳細內容(可以重複)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "pseudo-XML 檔案在 %(outdir)s 。" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "只印出錯誤及警告。" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 頁面在 %(outdir)s 。" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "完全沒有輸出" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "正在組合單一文件" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "編寫中" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "請參閱 'sphinx --help'。\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "正在寫入附加檔案" -#: transforms/i18n.py:230 transforms/i18n.py:305 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 檔案是在 %(outdir)s 。" -#: transforms/i18n.py:275 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" +#: builders/epub3.py:188 +msgid "writing nav.xhtml file..." +msgstr "正在寫入 nav.xhtml 檔案..." -#: transforms/i18n.py:325 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" +#: builders/epub3.py:224 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf 值 \"epub_language\" (或 \"language\") 在 EPUB3 不應該為空" -#: transforms/i18n.py:347 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的術語參照。原文: {0},譯文: {1}" +#: builders/epub3.py:230 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf 值 \"epub_uid\" 在 EPUB3 應該是 XML NAME" -#: transforms/__init__.py:144 -msgid "could not calculate translation progress!" -msgstr "無法計算翻譯進度!" +#: builders/epub3.py:235 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "conf 值 \"epub_title\" (或 \"html_title\") 在 EPUB3 不應該為空" -#: transforms/__init__.py:149 -msgid "no translated elements!" -msgstr "沒有已翻譯的元素!" +#: builders/epub3.py:241 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_author\" 在 EPUB3 不應該為空" -#: transforms/__init__.py:258 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "找到基於 4 欄位的索引。它可能是您使用的擴充套件的一個錯誤: %r" +#: builders/epub3.py:245 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_contributor\" 在 EPUB3 不應該為空" -#: transforms/__init__.py:299 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "註腳 [%s] 未被參照。" +#: builders/epub3.py:250 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_description\" 在 EPUB3 不應該為空" -#: transforms/__init__.py:308 -msgid "Footnote [*] is not referenced." -msgstr "" +#: builders/epub3.py:254 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_publisher\" 在 EPUB3 不應該為空" -#: transforms/__init__.py:319 -msgid "Footnote [#] is not referenced." -msgstr "註腳 [#] 未被參照。" +#: builders/epub3.py:259 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf 值 \"epub_copyright\" (或 \"copyright\") 在 EPUB3 不應該為空" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: builders/epub3.py:265 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +#: builders/epub3.py:268 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" -#: util/i18n.py:100 +#: builders/epub3.py:282 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" -msgstr "讀取錯誤: %s, %s" +msgid "invalid css_file: %r, ignored" +msgstr "無效的 css_file: %r, 已略過" -#: util/i18n.py:113 +#: builders/text.py:27 #, python-format -msgid "writing error: %s, %s" -msgstr "寫入錯誤: %s, %s" +msgid "The text files are in %(outdir)s." +msgstr "文字檔案在 %(outdir)s 。" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s 不存在" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "虛擬建立器未產生任何檔案。" -#: util/i18n.py:244 +#: builders/linkcheck.py:87 #, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "尋找以上輸出或 %(outdir)s/output.txt 中的任何錯誤" -#: util/i18n.py:253 +#: builders/linkcheck.py:159 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "無效的日期格式。如果您要直接將它輸出,則以單引號引用該字串: %s" +msgid "broken link: %s (%s)" +msgstr "錯誤連結: %s (%s)" -#: util/osutil.py:131 +#: builders/linkcheck.py:562 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/display.py:82 -msgid "skipped" -msgstr "已省略" - -#: util/display.py:87 -msgid "failed" -msgstr "失敗" +msgid "Anchor '%s' not found" +msgstr "未找到錨 '%s'" -#: util/docutils.py:325 -#, python-format -msgid "unknown directive name: %s" +#: builders/linkcheck.py:790 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: util/docutils.py:361 +#: builders/linkcheck.py:800 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" -#: util/docutils.py:805 +#: builders/gettext.py:243 #, python-format -msgid "unknown node type: %r" -msgstr "未知的節點型別: %r" +msgid "The message catalogs are in %(outdir)s." +msgstr "訊息目錄是在 %(outdir)s" -#: util/fileutil.py:76 +#: builders/gettext.py:265 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "targets for %d template files" +msgstr "模板檔 %d 的目標" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "正在讀取模板..." -#: util/docfields.py:103 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "在 %s domain 中的問題:欄位應該要用角色 '%s' ,但是那個角色並不在該 domain。" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "正在寫入訊息目錄..." -#: util/rst.py:73 +#: builders/texinfo.py:41 #, python-format -msgid "default role %s not found" -msgstr "預設角色 %s 未找到" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 檔案在 %(outdir)s 。" -#: util/nodes.py:462 -#, python-format +#: builders/texinfo.py:44 msgid "" -"%r is no longer supported for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\n在該目錄中執行 'make' 以透過 makeinfo 執行這些\n(在此使用 'make info' 以自動執行)" -#: util/nodes.py:523 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree 包含了不存在的檔案 %r 的參照 " +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "未找到 \"texinfo_documents\" 組態值;不會編寫任何文件" -#: util/nodes.py:739 +#: builders/texinfo.py:85 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "在評估只有指令的運算式時發生例外: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" 組態值引用未知的文件 %s" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "繼續上一頁" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "正在處理 %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "繼續下一頁" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "正在解析參照..." -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "非依字母順序" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (於 " -#: environment/adapters/indexentries.py:267 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "符號" +#: builders/_epub_base.py:425 builders/html/__init__.py:768 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "正在複製圖片..." -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "數字" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "無法複製圖片檔 %r: %s" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "頁" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "正在複製 Texinfo 支援檔案" -#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 -msgid "Release" -msgstr "發佈" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "錯誤寫入檔案 Makefile: %s" -#: transforms/post_transforms/images.py:79 +#: builders/_epub_base.py:223 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "無法提取遠端圖片: %s [%s]" +msgid "duplicated ToC entry found: %s" +msgstr "找到了重複的 ToC 項目: %s" -#: transforms/post_transforms/images.py:96 +#: builders/_epub_base.py:436 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "無法提取遠端圖片: %s [%d]" +msgid "cannot read image file %r: copying it instead" +msgstr "無法讀取圖片檔 %r: 正在複製它做為替代" -#: transforms/post_transforms/images.py:143 +#: builders/_epub_base.py:467 #, python-format -msgid "Unknown image format: %s..." -msgstr "未知的圖片格式: %s..." +msgid "cannot write image file %r: %s" +msgstr "無法寫入圖片檔 %r: %s" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "無法為交互參照決定備用文字。可能是個錯誤。" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "未找到 Pillow - 正在複製圖片檔" -#: transforms/post_transforms/__init__.py:233 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "為「任一個」交互參照 %r 找到多於一個目標:可能是 %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "正在寫入 mimetype 檔案..." -#: transforms/post_transforms/__init__.py:291 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s 參照目標未找到: %s" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "正在寫入 META-INF/container.xml 檔案..." -#: transforms/post_transforms/__init__.py:297 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r 參照目標未找到: %s" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "正在寫入 content.opf 檔案..." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "已中斷!" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "對於 %s 未知的 mimetype,忽略中" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: builders/_epub_base.py:749 +msgid "node has an invalid level" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: builders/_epub_base.py:769 +msgid "writing toc.ncx file..." +msgstr "正在寫入 toc.ncx 檔案..." -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: builders/_epub_base.py:802 +#, python-format +msgid "writing %s file..." +msgstr "正在寫入 %s 檔案..." -#: _cli/util/errors.py:207 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1,000 in conf.py " -"with e.g.:" -msgstr "" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "手冊頁面在 %(outdir)s" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "未找到 \"man_pages\" 組態值:不會編寫任何手冊頁面" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "完整的回溯已儲存於:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" 組態值引用未知的文件 %s" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "要向開發者回報此錯誤,請在 開啟一個 issue。謝謝!" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX 檔案在 %(outdir)s 。" -#: _cli/util/errors.py:246 +#: builders/latex/__init__.py:118 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "如果這是一個使用者錯誤,請一併回報,如此下次才能提供較佳的錯誤訊息。" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "收合側邊欄" +"\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 執行這些\n(在此使用 'make latexpdf' 以自動執行)" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "瀏覽" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "未找到 \"latex_documents\" 組態值;不會編寫任何文件" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:167 #, python-format -msgid "Search within %(docstitle)s" -msgstr "在 %(docstitle)s 中搜尋" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" 組態值引用未知的文件 %s" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "關於這些文件" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:92 +msgid "Release" +msgstr "發佈" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "搜尋" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "正在複製 TeX 支援檔案" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "版權所有" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "正在複製附加檔案" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "logo file %r does not exist" +msgstr "標誌檔案 %r 不存在" -#: themes/basic/layout.html:201 +#: builders/latex/__init__.py:529 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "最後更新於 %(last_updated)s。" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "未知的配置鍵: latex_elements[%r],已略過。" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "使用 Sphinx %(sphinx_version)s 建立。" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "未知的主題選項: latex_theme_options[%r],,已略過。" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "上個主題" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "無法取得 docname!" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "上一章" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "下個主題" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "給定的參考節點 %r 找不到註腳" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "下一章" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r 沒有「主題」設定" -#: themes/basic/genindex-single.html:26 +#: builders/latex/theming.py:90 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r 沒有 \"%s\" 設定" -#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 -#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 -msgid "Full index on one page" -msgstr "單頁完整索引" +#: builders/html/__init__.py:114 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML 頁面在 %(outdir)s 。" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "本頁" +#: builders/html/__init__.py:337 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "讀取 build info 檔失敗: %r" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "顯示原始碼" +#: builders/html/__init__.py:353 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "快速搜尋" +#: builders/html/__init__.py:355 +msgid "building [html]: " +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "前往" +#: builders/html/__init__.py:372 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "概要" +#: builders/html/__init__.py:496 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "總索引" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "歡迎!本" +#: builders/html/__init__.py:496 +msgid "index" +msgstr "索引" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "說明文件介紹" +#: builders/html/__init__.py:549 +#, python-format +msgid "Logo of %s" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "最後更新於" +#: builders/html/__init__.py:578 +msgid "next" +msgstr "下一頁" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "索引與表格:" +#: builders/html/__init__.py:587 +msgid "previous" +msgstr "上一頁" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "完整目錄" +#: builders/html/__init__.py:685 +msgid "generating indices" +msgstr "正在產生索引" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "列出所有章節與小節" +#: builders/html/__init__.py:700 +msgid "writing additional pages" +msgstr "正在編寫附加頁面" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "搜尋頁面" +#: builders/html/__init__.py:783 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "搜尋這份說明文件" +#: builders/html/__init__.py:795 +msgid "copying downloadable files... " +msgstr "正在複製可下載的檔案..." -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "全域模組索引" +#: builders/html/__init__.py:807 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "無法複製可下載的檔案 %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "迅速找到所有模組" +#: builders/html/__init__.py:853 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: builders/html/__init__.py:496 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "總索引" +#: builders/html/__init__.py:874 +#, python-format +msgid "extension static directory '%s' does not exist" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "所有函式、類別、術語" +#: builders/html/__init__.py:880 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "在 html_static_file 中複製一個檔案失敗: %s: %r " -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" -msgstr "目錄" +#: builders/html/__init__.py:915 +msgid "copying static files" +msgstr "正在複製靜態檔案" -#: themes/basic/opensearch.xml:4 +#: builders/html/__init__.py:933 #, python-format -msgid "Search %(docstitle)s" -msgstr "搜尋 %(docstitle)s" +msgid "cannot copy static file %r" +msgstr "無法複製靜態檔案 %r" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "按字母索引頁面" +#: builders/html/__init__.py:938 +msgid "copying extra files" +msgstr "正在複製額外檔案" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "可能會很大" +#: builders/html/__init__.py:948 +#, python-format +msgid "cannot copy extra file %r" +msgstr "無法複製額外檔案 %r" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "請啟用 Javascript 以開啟搜尋功能。" +#: builders/html/__init__.py:954 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "寫入 build info 檔失敗: %r" -#: themes/basic/search.html:28 +#: builders/html/__init__.py:1004 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "搜尋多個關鍵字時,只會顯示包含所有關鍵字的結果。" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "搜尋索引無法被載入,但不是所有的文件都會被建置:索引將會是不完全的。" -#: themes/basic/search.html:35 -msgid "search" -msgstr "搜尋" +#: builders/html/__init__.py:1048 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "頁面 %s 在 html_sidebars 中符合兩個型樣: %r 和 %r" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "內容" +#: builders/html/__init__.py:1213 +#, 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 錯誤。請確認所有包含 non-ASCII 內容的組態值都是 Unicode 字串。" -#: themes/basic/static/searchtools.js:132 -msgid "Search Results" -msgstr "搜尋結果" +#: builders/html/__init__.py:1226 +#, python-format +msgid "" +"The '%s' theme does not support this version of Sphinx, because it uses the " +"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" +" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " +"instead. See https://www.sphinx-" +"doc.org/en/master/development/html_themes/templating.html#styles" +msgstr "" -#: themes/basic/static/searchtools.js:134 +#: builders/html/__init__.py:1234 +#, python-format 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 "您的搜尋找不到任何滿足條件的文件。請確定是否所有的搜尋詞都正確地拼寫且您已選擇足夠的分類。" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "在呈現頁面 %s 時發生了一個錯誤。\n原因: %r" -#: themes/basic/static/searchtools.js:138 -#, python-brace-format -msgid "Search finished, found one page matching the search query." -msgid_plural "" -"Search finished, found ${resultCount} pages matching the search query." -msgstr[0] "" +#: builders/html/__init__.py:1268 +msgid "dumping object inventory" +msgstr "正在傾印物件庫存" -#: themes/basic/static/searchtools.js:276 -msgid "Searching" -msgstr "搜尋中" +#: builders/html/__init__.py:1276 +#, python-format +msgid "dumping search index in %s" +msgstr "正在傾印搜尋索引於 %s" -#: themes/basic/static/searchtools.js:293 -msgid "Preparing search..." -msgstr "準備搜尋中…" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "無效的 js_file: %r, 已略過" -#: themes/basic/static/searchtools.js:526 -msgid ", in " -msgstr ",於 " +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "隱藏符合搜尋" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "未知的 math_renderer %r 被給予。" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1375 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "於 %(version)s 版中的所有變更 — %(docstitle)s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path 項目 %r 被放入 outdir" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1380 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path 項目 %r 不存在" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1395 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "自動產生的 %(version)s 版變更列表" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path 項目 %r 被放入 outdir" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "程式庫的變更" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path 項目 %r 不存在" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API 的變更" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon 檔案 %r 不存在" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "其他變更" +#: builders/html/__init__.py:1435 +#, python-format +msgid "" +"Values in 'html_sidebars' must be a list of strings. At least one pattern " +"has a string value: %s. Change to `html_sidebars = %r`." +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "展開側邊欄" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 已不再被 Sphinx 所支援。(在組態選項中偵測到 \"html4_writer=True\")" -#: domains/python/_annotations.py:522 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s 說明文件" -#: domains/python/_annotations.py:533 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 -msgid "Parameters" -msgstr "參數" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "變數" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "引發" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" #: domains/python/__init__.py:105 domains/python/__init__.py:270 #, python-format @@ -3116,81 +3033,26 @@ msgstr "為交互參照 %r 找到多於一個目標: %s" msgid " (deprecated)" msgstr "(已棄用)" -#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "重複的 C++ 宣告,亦被定義於 %s:%s。\n宣告是 '.. cpp:%s:: %s'。" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "模板參數" - -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 -msgid "Return values" -msgstr "回傳值" - -#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 -msgid "union" -msgstr "union" - -#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 -msgid "member" -msgstr "成員函數" - -#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 -msgid "type" -msgstr "型別" - -#: domains/cpp/__init__.py:946 -msgid "concept" -msgstr "概念" - -#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 -msgid "enumerator" -msgstr "enumerator" - -#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 -msgid "function parameter" -msgstr "函式參數" - -#: domains/cpp/__init__.py:954 -msgid "template parameter" -msgstr "模板參數" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: domains/c/__init__.py:279 domains/c/_symbol.py:569 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "重複的 C 宣告,亦被定義於 %s:%s。\n宣告是 '.. c:%s:: %s'。" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:980 +msgid "Parameters" +msgstr "參數" -#: domains/c/__init__.py:778 -msgid "variable" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "變數" -#: domains/c/__init__.py:780 -msgid "macro" -msgstr "巨集" - -#: domains/c/__init__.py:781 -msgid "struct" -msgstr "結構" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "引發" #: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format @@ -3226,413 +3088,628 @@ msgstr "%s 命令列選項" msgid "command line option" msgstr "命令列選項" -#: domains/std/__init__.py:461 +#: domains/std/__init__.py:462 msgid "glossary term must be preceded by empty line" msgstr "術語表項目必須有空白行在前" -#: domains/std/__init__.py:474 +#: domains/std/__init__.py:475 msgid "glossary terms must not be separated by empty lines" msgstr "術語表項目不可以被空白行分隔" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 +#: domains/std/__init__.py:487 domains/std/__init__.py:505 msgid "glossary seems to be misformatted, check indentation" msgstr "術語表似乎有格式錯誤,請檢查縮排" -#: domains/std/__init__.py:729 +#: domains/std/__init__.py:730 msgid "glossary term" msgstr "雜項術語" -#: domains/std/__init__.py:730 +#: domains/std/__init__.py:731 msgid "grammar token" msgstr "語法單詞" -#: domains/std/__init__.py:731 +#: domains/std/__init__.py:732 msgid "reference label" msgstr "參照標籤" -#: domains/std/__init__.py:733 +#: domains/std/__init__.py:734 msgid "environment variable" msgstr "環境變數" -#: domains/std/__init__.py:734 +#: domains/std/__init__.py:735 msgid "program option" msgstr "程式選項" -#: domains/std/__init__.py:735 +#: domains/std/__init__.py:736 msgid "document" msgstr "文件" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 +#: domains/std/__init__.py:773 domains/std/__init__.py:786 msgid "Module Index" msgstr "模組索引" -#: domains/std/__init__.py:857 +#: domains/std/__init__.py:774 domains/std/__init__.py:787 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "搜尋頁面" + +#: domains/std/__init__.py:858 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "重複 %s 的描述 %s,亦出現於 %s" -#: domains/std/__init__.py:1113 +#: domains/std/__init__.py:1114 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig 已停用。 :numref: 已略過。" -#: domains/std/__init__.py:1124 +#: domains/std/__init__.py:1125 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "無法建立一個交互參照。任一數字未被指定: %s" -#: domains/std/__init__.py:1138 +#: domains/std/__init__.py:1139 #, python-format msgid "the link has no caption: %s" msgstr "這個連結沒有標題: %s" -#: domains/std/__init__.py:1153 +#: domains/std/__init__.py:1154 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "無效的 numfig_format: %s (%r)" -#: domains/std/__init__.py:1157 +#: domains/std/__init__.py:1158 #, python-format msgid "invalid numfig_format: %s" msgstr "無效的 numfig_format: %s" -#: domains/std/__init__.py:1453 +#: domains/std/__init__.py:1454 #, python-format msgid "undefined label: %r" msgstr "未定義的標籤: %r" -#: domains/std/__init__.py:1456 +#: domains/std/__init__.py:1457 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "無法建立一個交互參照。未找到標題或說明: %r" -#: ext/napoleon/docstring.py:178 +#: domains/c/__init__.py:211 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "無效的值集合(缺少右括號): %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/napoleon/docstring.py:185 +#: domains/c/__init__.py:279 domains/c/_symbol.py:570 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "無效的值集合(缺少左括號): %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "重複的 C 宣告,亦被定義於 %s:%s。\n宣告是 '.. c:%s:: %s'。" -#: ext/napoleon/docstring.py:192 +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "回傳值" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "成員函數" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "變數" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "巨集" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "結構" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "union" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "型別" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "函式參數" + +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "模板參數" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "異常的字串文本(缺少右括號): %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "重複的 C++ 宣告,亦被定義於 %s:%s。\n宣告是 '.. cpp:%s:: %s'。" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "概念" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "模板參數" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "內容" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "目錄" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "搜尋 %(docstitle)s" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "上個主題" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "上一章" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "下個主題" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "下一章" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "搜尋" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "請啟用 Javascript 以開啟搜尋功能。" + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "搜尋多個關鍵字時,只會顯示包含所有關鍵字的結果。" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "搜尋" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "本頁" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "顯示原始碼" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "單頁完整索引" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "瀏覽" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "在 %(docstitle)s 中搜尋" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "關於這些文件" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "版權所有" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "最後更新於 %(last_updated)s。" + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "使用 Sphinx %(sphinx_version)s 建立。" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "快速搜尋" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "前往" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "概要" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "歡迎!本" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "說明文件介紹" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "最後更新於" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "索引與表格:" -#: ext/napoleon/docstring.py:199 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "異常的字串文本(缺少左括號): %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "完整目錄" -#: ext/napoleon/docstring.py:902 -msgid "Example" -msgstr "範例" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "列出所有章節與小節" -#: ext/napoleon/docstring.py:903 -msgid "Examples" -msgstr "範例" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "搜尋這份說明文件" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 -msgid "Keyword Arguments" -msgstr "關鍵字引數" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "全域模組索引" -#: ext/napoleon/docstring.py:962 -msgid "Notes" -msgstr "備註" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "迅速找到所有模組" -#: ext/napoleon/docstring.py:971 -msgid "Other Parameters" -msgstr "其他參數" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "所有函式、類別、術語" -#: ext/napoleon/docstring.py:1007 -msgid "Receives" -msgstr "接收" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "按字母索引頁面" -#: ext/napoleon/docstring.py:1011 -msgid "References" -msgstr "參照" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "可能會很大" -#: ext/napoleon/docstring.py:1043 -msgid "Warns" -msgstr "警告" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "收合側邊欄" -#: ext/napoleon/docstring.py:1047 -msgid "Yields" -msgstr "產出" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "展開側邊欄" -#: ext/autodoc/_generate.py:151 -#: ext/autodoc/_legacy_class_based/_documenters.py:859 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "一個 mocked 物件被偵測到: %r" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "隱藏符合搜尋" -#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 -#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 -#: ext/autodoc/_legacy_class_based/_documenters.py:1860 -#: ext/autodoc/_legacy_class_based/_documenters.py:1889 -#: ext/autodoc/_legacy_class_based/_documenters.py:1983 -#, python-format -msgid "alias of %s" -msgstr "%s 的別名" +#: themes/basic/static/searchtools.js:132 +msgid "Search Results" +msgstr "搜尋結果" -#: ext/autodoc/_legacy_class_based/_documenters.py:1745 -#: ext/autodoc/_renderer.py:88 -#, python-format -msgid "Bases: %s" -msgstr "基礎類別:%s" +#: themes/basic/static/searchtools.js:134 +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 "您的搜尋找不到任何滿足條件的文件。請確定是否所有的搜尋詞都正確地拼寫且您已選擇足夠的分類。" -#: ext/autodoc/_directive_options.py:226 -#: ext/autodoc/_legacy_class_based/_directive_options.py:47 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "對於 member-order 選項無效的值: %s" +#: themes/basic/static/searchtools.js:138 +#, python-brace-format +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" -#: ext/autodoc/_directive_options.py:233 -#: ext/autodoc/_legacy_class_based/_directive_options.py:55 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "對於 class-doc-from 選項無效的值: %s" +#: themes/basic/static/searchtools.js:276 +msgid "Searching" +msgstr "搜尋中" -#: ext/autodoc/_legacy_class_based/_documenters.py:239 -#: ext/autodoc/_names.py:45 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "無效的簽章給 auto%s (%r)" +#: themes/basic/static/searchtools.js:293 +msgid "Preparing search..." +msgstr "準備搜尋中…" -#: ext/autodoc/_legacy_class_based/_documenters.py:800 -#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 -#, 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 "不清楚要 import 哪個模組來 autodocument %r (試試看在文件中加入 \"module\" 或 \"currentmodule\" 指令,或是給予一個明確的模組名稱)" +#: themes/basic/static/searchtools.js:526 +msgid ", in " +msgstr ",於 " -#: ext/autodoc/_names.py:89 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "signature arguments given for automodule: '%s'" -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "於 %(version)s 版中的所有變更 — %(docstitle)s" -#: ext/autodoc/_names.py:93 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "return annotation given for automodule: '%s'" -msgstr "" - -#: ext/autodoc/_legacy_class_based/_documenters.py:956 -#: ext/autodoc/_names.py:134 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" 在 automodule 的名稱中並不合理" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Failed to remove %s: %s" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "自動產生的 %(version)s 版變更列表" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "將會建立檔案 %s 。" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "程式庫的變更" -#: ext/apidoc/_cli.py:28 -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 "\n在 中遞迴查找 Python 模組及套件,並在 中\n為每個套件建立一個帶有 automodule 指令的 reST 檔。\n\n 可以是檔案及/或資料夾型樣,它們將在生成時被\n移除。\n\n備註:在預設情況,此腳本不會重寫已經被建立的檔案。" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API 的變更" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "要生成文件的模組路徑" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "其他變更" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch 風格的檔案及/或資料夾模式,將在生成時移除。" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "繼續上一頁" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "要放置所有輸出的資料夾" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "繼續下一頁" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "能顯示 TOC 的子模組最大深度(預設值:4)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "非依字母順序" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "重寫已存在的檔案" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "符號" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "跟隨符號鏈接。與 collective.recipe.omelette 結合時很有用。" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "數字" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "執行腳本而不建立檔案" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "頁" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "為每個模組在它自己的頁面置放說明文件" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "影像檔案無法讀取: %s" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "包含 \"_private\" 模組" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "影像檔案 %s 無法讀取: %s" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "目錄的檔名(預設值:模組)" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "下載檔案無法讀取: %s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "不要建立目錄檔案" +#: environment/collectors/toctree.py:257 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s 已經被指定段落編號(巢狀編號的 toctree?)" -#: ext/apidoc/_cli.py:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "不要為模組/套件建立標頭(例如:當說明字串已經包含它們時)" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "參考 %s" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "請參閱 %s" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "在子模組說明文件之前置放模組說明文件" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +msgstr "未知的索引項目型別 %r" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "根據 PEP-0420 隱式命名空間規範來解譯模組路徑" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "偵測到循環的 toctree 參照,忽略中: %s <- %s" -#: ext/apidoc/_cli.py:160 +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree 包含了到文件 %r 的參照,該文件沒有標題:不會產生任何鏈接" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "檔案後綴(預設值:rst)" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "toctree 包含了 non-included 文件 %r 的參照" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 -msgid "Remove existing files in the output directory that were not generated" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "以 sphinx-quickstart 生成一個完全的專案" - -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "附加 module_path 到 sys.path,在給予 --full 時使用" - -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "專案名稱(預設值:根模組名稱)" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "無法為交互參照決定備用文字。可能是個錯誤。" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "專案作者(們),在給予 --full 時使用" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "為「任一個」交互參照 %r 找到多於一個目標:可能是 %s" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "專案版本,在給予 --full 時使用" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s 參照目標未找到: %s" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "專案發布,在給予 --full 時使用,預設為 --doc-version" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r 參照目標未找到: %s" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "擴充套件選項" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "無法提取遠端圖片: %s [%s]" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "無法提取遠端圖片: %s [%d]" -#: ext/apidoc/_cli.py:240 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "未知的圖片格式: %s..." -#: ext/apidoc/_cli.py:291 +#: ext/autodoc/_directive_options.py:226 +#: ext/autodoc/_legacy_class_based/_directive_options.py:47 #, python-format -msgid "%s is not a directory." -msgstr "%s 不是資料夾" +msgid "invalid value for member-order option: %s" +msgstr "對於 member-order 選項無效的值: %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: ext/autodoc/_directive_options.py:233 +#: ext/autodoc/_legacy_class_based/_directive_options.py:55 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "對於 class-doc-from 選項無效的值: %s" -#: ext/apidoc/_extension.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:239 +#: ext/autodoc/_names.py:45 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "invalid signature for auto%s (%r)" +msgstr "無效的簽章給 auto%s (%r)" -#: ext/apidoc/_extension.py:110 +#: ext/autodoc/_legacy_class_based/_documenters.py:800 +#: ext/autodoc/_names.py:53 ext/autodoc/_names.py:101 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +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 "不清楚要 import 哪個模組來 autodocument %r (試試看在文件中加入 \"module\" 或 \"currentmodule\" 指令,或是給予一個明確的模組名稱)" -#: ext/apidoc/_extension.py:115 +#: ext/autodoc/_names.py:89 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "signature arguments given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:121 +#: ext/autodoc/_names.py:93 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "return annotation given for automodule: '%s'" msgstr "" -#: ext/apidoc/_extension.py:133 +#: ext/autodoc/_legacy_class_based/_documenters.py:956 +#: ext/autodoc/_names.py:134 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" 在 automodule 的名稱中並不合理" + +#: ext/autodoc/_generate.py:151 +#: ext/autodoc/_legacy_class_based/_documenters.py:859 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "一個 mocked 物件被偵測到: %r" -#: ext/apidoc/_extension.py:140 +#: ext/autodoc/_generate.py:334 ext/autodoc/_generate.py:348 +#: ext/autodoc/_generate.py:370 ext/autodoc/_generate.py:386 +#: ext/autodoc/_legacy_class_based/_documenters.py:1860 +#: ext/autodoc/_legacy_class_based/_documenters.py:1889 +#: ext/autodoc/_legacy_class_based/_documenters.py:1983 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "alias of %s" +msgstr "%s 的別名" -#: ext/apidoc/_extension.py:147 +#: ext/autodoc/_legacy_class_based/_documenters.py:1745 +#: ext/autodoc/_renderer.py:86 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "Bases: %s" +msgstr "基礎類別:%s" -#: ext/apidoc/_extension.py:157 +#: ext/autosummary/__init__.py:235 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary 參照已排除文件 %r 。已略過。" -#: ext/apidoc/_extension.py:178 +#: ext/autosummary/__init__.py:239 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: 未找到 stub 檔 %r 。請檢查您的 autosummary_generate 設定。" -#: ext/apidoc/_extension.py:192 +#: ext/autosummary/__init__.py:260 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "一個有標題的 autosummary 需要 :toctree: 選項。已略過。 " + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: import %s 失敗。\n可能的提示:\n%s" -#: ext/apidoc/_extension.py:210 +#: ext/autosummary/__init__.py:358 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "failed to import object %s" +msgstr "import 物件 %s 失敗" -#: ext/apidoc/_extension.py:248 +#: ext/autosummary/__init__.py:652 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: ext/apidoc/_extension.py:257 +#: ext/autosummary/__init__.py:850 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: 檔案未找到: %s" + +#: ext/autosummary/__init__.py:860 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "autosummary 會在內部產生 .rst 檔。但是您的 source_suffix 並未包含 .rst。已跳過。" #: ext/autosummary/generate.py:212 ext/autosummary/generate.py:425 #, python-format @@ -3675,638 +3752,566 @@ msgid "" msgstr "\n使用 autosummary 指令產生 ReStructuredText。\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的一個前端。它會從給定的\n輸入檔案中所包含的 autosummary 指令,產生 reStructuredText 檔案。\n\nautosummary 指令的格式被記錄在 ``sphinx.ext.autosummary`` Python 模組中,\n它可以使用此方法來讀取::\n\npydoc sphinx.ext.autosummary\n" #: ext/autosummary/generate.py:899 -msgid "source files to generate rST files for" -msgstr "原始檔案以產生 rST 檔案給" - -#: ext/autosummary/generate.py:907 -msgid "directory to place all output in" -msgstr "資料夾來放置所有輸出在" - -#: ext/autosummary/generate.py:915 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "檔案的預設後綴(預設: %(default)s )" - -#: ext/autosummary/generate.py:923 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "自訂模板資料夾(預設: %(default)s )" - -#: ext/autosummary/generate.py:931 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "文件引入成員(預設: %(default)s )" - -#: ext/autosummary/generate.py:940 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "文件確實是在模組 __all__ 屬性中的成員。(預設值: %(default)s)" - -#: ext/autosummary/__init__.py:235 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary 參照已排除文件 %r 。已略過。" - -#: ext/autosummary/__init__.py:239 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: 未找到 stub 檔 %r 。請檢查您的 autosummary_generate 設定。" +msgid "source files to generate rST files for" +msgstr "原始檔案以產生 rST 檔案給" -#: ext/autosummary/__init__.py:260 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "一個有標題的 autosummary 需要 :toctree: 選項。已略過。 " +#: ext/autosummary/generate.py:907 +msgid "directory to place all output in" +msgstr "資料夾來放置所有輸出在" -#: ext/autosummary/__init__.py:329 +#: ext/autosummary/generate.py:915 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: import %s 失敗。\n可能的提示:\n%s" +msgid "default suffix for files (default: %(default)s)" +msgstr "檔案的預設後綴(預設: %(default)s )" -#: ext/autosummary/__init__.py:358 +#: ext/autosummary/generate.py:923 #, python-format -msgid "failed to import object %s" -msgstr "import 物件 %s 失敗" +msgid "custom template directory (default: %(default)s)" +msgstr "自訂模板資料夾(預設: %(default)s )" -#: ext/autosummary/__init__.py:652 +#: ext/autosummary/generate.py:931 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" +msgid "document imported members (default: %(default)s)" +msgstr "文件引入成員(預設: %(default)s )" -#: ext/autosummary/__init__.py:850 +#: ext/autosummary/generate.py:940 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: 檔案未找到: %s" - -#: ext/autosummary/__init__.py:860 msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "autosummary 會在內部產生 .rst 檔。但是您的 source_suffix 並未包含 .rst。已跳過。" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "文件確實是在模組 __all__ 屬性中的成員。(預設值: %(default)s)" -#: ext/intersphinx/_load.py:61 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:950 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: ext/intersphinx/_load.py:72 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:984 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Failed to remove %s: %s" msgstr "" -#: ext/intersphinx/_load.py:83 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: ext/intersphinx/_load.py:94 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: ext/intersphinx/_load.py:103 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: ext/intersphinx/_load.py:122 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: ext/intersphinx/_load.py:132 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: ext/intersphinx/_load.py:135 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:158 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: ext/intersphinx/_load.py:297 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: ext/intersphinx/_load.py:324 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "從一些庫存中遇到一些問題,但他們已在進行替代方案:" - -#: ext/intersphinx/_load.py:332 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"failed to reach any of the inventories with the following issues:\n" -"%s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: ext/intersphinx/_load.py:411 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 庫存已移動: %s -> %s" - -#: ext/intersphinx/_resolve.py:53 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "(in %s %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: ext/intersphinx/_resolve.py:55 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "(in %s)" -msgstr "(於 %s)" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: ext/intersphinx/_resolve.py:112 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: ext/intersphinx/_resolve.py:122 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: ext/intersphinx/_resolve.py:387 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "找不到外部交互參照的庫存:%r" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: ext/intersphinx/_resolve.py:396 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "無效的外部交互參照後綴:%r" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: ext/intersphinx/_resolve.py:407 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "找不到外部交互參照的領域:%r" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: ext/intersphinx/_resolve.py:561 +#: ext/apidoc/_generate.py:66 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "未找到外部的 %s:%s 參照目標: %s" +msgid "Would create file %s." +msgstr "將會建立檔案 %s 。" -#: ext/autodoc/_dynamic/_loader.py:144 -#: ext/autodoc/_legacy_class_based/_documenters.py:882 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "正在為 %s 格式化簽名時發生錯誤: %s" +#: ext/apidoc/_cli.py:28 +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 "\n在 中遞迴查找 Python 模組及套件,並在 中\n為每個套件建立一個帶有 automodule 指令的 reST 檔。\n\n 可以是檔案及/或資料夾型樣,它們將在生成時被\n移除。\n\n備註:在預設情況,此腳本不會重寫已經被建立的檔案。" -#: ext/autodoc/_dynamic/_loader.py:193 -#, python-format -msgid "Ignoring invalid __all__ in module %s: %r" -msgstr "" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "要生成文件的模組路徑" -#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 -#: ext/autodoc/_dynamic/_signatures.py:612 -#: ext/autodoc/_legacy_class_based/_documenters.py:1284 -#: ext/autodoc/_legacy_class_based/_documenters.py:1372 -#: ext/autodoc/_legacy_class_based/_documenters.py:2906 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "無法取得一個函式簽名給 %s: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch 風格的檔案及/或資料夾模式,將在生成時移除。" -#: ext/autodoc/_dynamic/_type_comments.py:120 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "無法為 %r 更新簽名:未找到參數: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "要放置所有輸出的資料夾" -#: ext/autodoc/_dynamic/_type_comments.py:123 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "無法為 %r 剖析 type_comment: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "能顯示 TOC 的子模組最大深度(預設值:4)" -#: ext/autodoc/_dynamic/_docstrings.py:268 -#: ext/autodoc/_legacy_class_based/_documenters.py:2499 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "在 %s 找到無效的 __slots__。已略過。" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "重寫已存在的檔案" -#: ext/autodoc/_dynamic/_signatures.py:102 -#: ext/autodoc/_legacy_class_based/_documenters.py:358 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "在為 %s 格式化引數時有錯誤: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "跟隨符號鏈接。與 collective.recipe.omelette 結合時很有用。" -#: ext/autodoc/_dynamic/_signatures.py:494 -#: ext/autodoc/_legacy_class_based/_documenters.py:1607 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "無法取得一個 constructor 簽名給 %s: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "執行腳本而不建立檔案" -#: ext/autodoc/_dynamic/_signatures.py:498 -#: ext/autodoc/_legacy_class_based/_documenters.py:2235 -#: ext/autodoc/_legacy_class_based/_documenters.py:2355 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "無法取得一個 method 簽名給 %s: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "為每個模組在它自己的頁面置放說明文件" -#: ext/autodoc/_dynamic/_signatures.py:500 -#, python-format -msgid "Failed to get a signature for %s: %s" -msgstr "" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "包含 \"_private\" 模組" -#: ext/autodoc/_dynamic/_preserve_defaults.py:156 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "無法為 %r 剖析一個預設引數: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "目錄的檔名(預設值:模組)" -#: ext/autodoc/_dynamic/_member_finder.py:420 -#, python-format -msgid "" -"attribute %s is listed in :members: but is missing as it was not found in " -"object %r" -msgstr "" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "不要建立目錄檔案" -#: ext/autodoc/_dynamic/_member_finder.py:473 -#: ext/autodoc/_legacy_class_based/_documenters.py:677 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "autodoc: 決定 %s.%s (%r) 被文件化失敗,引發以下的例外:\n%s" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "不要為模組/套件建立標頭(例如:當說明字串已經包含它們時)" -#: ext/autodoc/_legacy_class_based/_documenters.py:964 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "簽名引數或回傳註釋給予 automodule %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "在子模組說明文件之前置放模組說明文件" -#: ext/autodoc/_legacy_class_based/_documenters.py:980 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ 應該是一個字串的列表,不是 %r (在 %s 模組中)-- 正在忽略 __all__" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "根據 PEP-0420 隱式命名空間規範來解譯模組路徑" -#: ext/autodoc/_legacy_class_based/_documenters.py:1057 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "缺少 :members: 選項中所述的屬性:模組 %s ,屬性 %s" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: ext/autodoc/_legacy_class_based/_documenters.py:1764 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "遺漏屬性 %s 在物件 %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "檔案後綴(預設值:rst)" -#: ext/autodoc/_legacy_class_based/_documenters.py:1876 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s) 的別名" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "以 sphinx-quickstart 生成一個完全的專案" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "附加 module_path 到 sys.path,在給予 --full 時使用" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "專案名稱(預設值:根模組名稱)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "專案作者(們),在給予 --full 時使用" -#: builders/html/__init__.py:114 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML 頁面在 %(outdir)s 。" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "專案版本,在給予 --full 時使用" -#: builders/html/__init__.py:337 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "讀取 build info 檔失敗: %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "專案發布,在給予 --full 時使用,預設為 --doc-version" -#: builders/html/__init__.py:353 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "擴充套件選項" -#: builders/html/__init__.py:355 -msgid "building [html]: " +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:372 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:496 -msgid "index" -msgstr "索引" - -#: builders/html/__init__.py:549 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:578 -msgid "next" -msgstr "下一頁" - -#: builders/html/__init__.py:587 -msgid "previous" -msgstr "上一頁" - -#: builders/html/__init__.py:685 -msgid "generating indices" -msgstr "正在產生索引" - -#: builders/html/__init__.py:700 -msgid "writing additional pages" -msgstr "正在編寫附加頁面" +msgid "%s is not a directory." +msgstr "%s 不是資料夾" -#: builders/html/__init__.py:783 +#: ext/intersphinx/_resolve.py:53 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "(in %s %s)" msgstr "" -#: builders/html/__init__.py:795 -msgid "copying downloadable files... " -msgstr "正在複製可下載的檔案..." - -#: builders/html/__init__.py:807 +#: ext/intersphinx/_resolve.py:55 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "無法複製可下載的檔案 %r: %s" +msgid "(in %s)" +msgstr "(於 %s)" -#: builders/html/__init__.py:853 +#: ext/intersphinx/_resolve.py:112 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/__init__.py:871 +#: ext/intersphinx/_resolve.py:122 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "在 html_static_file 中複製一個檔案失敗: %s: %r " +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: builders/html/__init__.py:906 -msgid "copying static files" -msgstr "正在複製靜態檔案" +#: ext/intersphinx/_resolve.py:387 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "找不到外部交互參照的庫存:%r" -#: builders/html/__init__.py:923 +#: ext/intersphinx/_resolve.py:396 #, python-format -msgid "cannot copy static file %r" -msgstr "無法複製靜態檔案 %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "無效的外部交互參照後綴:%r" -#: builders/html/__init__.py:928 -msgid "copying extra files" -msgstr "正在複製額外檔案" +#: ext/intersphinx/_resolve.py:407 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "找不到外部交互參照的領域:%r" -#: builders/html/__init__.py:938 +#: ext/intersphinx/_resolve.py:561 #, python-format -msgid "cannot copy extra file %r" -msgstr "無法複製額外檔案 %r" +msgid "external %s:%s reference target not found: %s" +msgstr "未找到外部的 %s:%s 參照目標: %s" -#: builders/html/__init__.py:944 +#: ext/intersphinx/_load.py:61 #, python-format -msgid "Failed to write build info file: %r" -msgstr "寫入 build info 檔失敗: %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: builders/html/__init__.py:994 +#: ext/intersphinx/_load.py:72 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "搜尋索引無法被載入,但不是所有的文件都會被建置:索引將會是不完全的。" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: builders/html/__init__.py:1038 +#: ext/intersphinx/_load.py:83 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "頁面 %s 在 html_sidebars 中符合兩個型樣: %r 和 %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: builders/html/__init__.py:1204 +#: ext/intersphinx/_load.py:94 #, 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 錯誤。請確認所有包含 non-ASCII 內容的組態值都是 Unicode 字串。" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: builders/html/__init__.py:1217 +#: ext/intersphinx/_load.py:103 #, python-format msgid "" -"The '%s' theme does not support this version of Sphinx, because it uses the " -"'style' field in HTML templates, which was was deprecated in Sphinx 5.1 and" -" removed in Sphinx 7.0. The theme must be updated to use the 'styles' field " -"instead. See https://www.sphinx-" -"doc.org/en/master/development/html_themes/templating.html#styles" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: builders/html/__init__.py:1225 +#: ext/intersphinx/_load.py:122 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "在呈現頁面 %s 時發生了一個錯誤。\n原因: %r" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: builders/html/__init__.py:1258 -msgid "dumping object inventory" -msgstr "正在傾印物件庫存" +#: ext/intersphinx/_load.py:132 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: builders/html/__init__.py:1266 +#: ext/intersphinx/_load.py:135 #, python-format -msgid "dumping search index in %s" -msgstr "正在傾印搜尋索引於 %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:158 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: builders/html/__init__.py:1313 +#: ext/intersphinx/_load.py:297 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "無效的 js_file: %r, 已略過" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: builders/html/__init__.py:1347 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" +#: ext/intersphinx/_load.py:324 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "從一些庫存中遇到一些問題,但他們已在進行替代方案:" + +#: ext/intersphinx/_load.py:332 +#, python-format +msgid "" +"failed to reach any of the inventories with the following issues:\n" +"%s" +msgstr "" + +#: ext/intersphinx/_load.py:411 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx 庫存已移動: %s -> %s" + +#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:947 +msgid "Keyword Arguments" +msgstr "關鍵字引數" -#: builders/html/__init__.py:1351 +#: ext/napoleon/docstring.py:178 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "未知的 math_renderer %r 被給予。" +msgid "invalid value set (missing closing brace): %s" +msgstr "無效的值集合(缺少右括號): %s" -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:185 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path 項目 %r 被放入 outdir" +msgid "invalid value set (missing opening brace): %s" +msgstr "無效的值集合(缺少左括號): %s" -#: builders/html/__init__.py:1370 +#: ext/napoleon/docstring.py:192 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path 項目 %r 不存在" +msgid "malformed string literal (missing closing quote): %s" +msgstr "異常的字串文本(缺少右括號): %s" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:199 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path 項目 %r 被放入 outdir" +msgid "malformed string literal (missing opening quote): %s" +msgstr "異常的字串文本(缺少左括號): %s" -#: builders/html/__init__.py:1390 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path 項目 %r 不存在" +#: ext/napoleon/docstring.py:902 +msgid "Example" +msgstr "範例" -#: builders/html/__init__.py:1401 builders/latex/__init__.py:497 -#, python-format -msgid "logo file %r does not exist" -msgstr "標誌檔案 %r 不存在" +#: ext/napoleon/docstring.py:903 +msgid "Examples" +msgstr "範例" -#: builders/html/__init__.py:1412 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon 檔案 %r 不存在" +#: ext/napoleon/docstring.py:962 +msgid "Notes" +msgstr "備註" -#: builders/html/__init__.py:1425 -#, python-format -msgid "" -"Values in 'html_sidebars' must be a list of strings. At least one pattern " -"has a string value: %s. Change to `html_sidebars = %r`." -msgstr "" +#: ext/napoleon/docstring.py:971 +msgid "Other Parameters" +msgstr "其他參數" -#: builders/html/__init__.py:1438 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 已不再被 Sphinx 所支援。(在組態選項中偵測到 \"html4_writer=True\")" +#: ext/napoleon/docstring.py:1007 +msgid "Receives" +msgstr "接收" -#: builders/html/__init__.py:1454 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s 說明文件" +#: ext/napoleon/docstring.py:1011 +msgid "References" +msgstr "參照" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r 沒有「主題」設定" +#: ext/napoleon/docstring.py:1043 +msgid "Warns" +msgstr "警告" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r 沒有 \"%s\" 設定" +#: ext/napoleon/docstring.py:1047 +msgid "Yields" +msgstr "產出" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "無法取得 docname!" +#: ext/autodoc/_dynamic/_loader.py:144 +#: ext/autodoc/_legacy_class_based/_documenters.py:882 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "正在為 %s 格式化簽名時發生錯誤: %s" -#: builders/latex/transforms.py:121 +#: ext/autodoc/_dynamic/_loader.py:193 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Ignoring invalid __all__ in module %s: %r" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/_dynamic/_loader.py:332 ext/autodoc/_dynamic/_signatures.py:496 +#: ext/autodoc/_dynamic/_signatures.py:612 +#: ext/autodoc/_legacy_class_based/_documenters.py:1284 +#: ext/autodoc/_legacy_class_based/_documenters.py:1372 +#: ext/autodoc/_legacy_class_based/_documenters.py:2906 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "給定的參考節點 %r 找不到註腳" +msgid "Failed to get a function signature for %s: %s" +msgstr "無法取得一個函式簽名給 %s: %s" -#: builders/latex/__init__.py:115 +#: ext/autodoc/_dynamic/_preserve_defaults.py:156 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX 檔案在 %(outdir)s 。" - -#: builders/latex/__init__.py:118 -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 執行這些\n(在此使用 'make latexpdf' 以自動執行)" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "無法為 %r 剖析一個預設引數: %s" -#: builders/latex/__init__.py:156 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "未找到 \"latex_documents\" 組態值;不會編寫任何文件" +#: ext/autodoc/_dynamic/_type_comments.py:121 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "無法為 %r 更新簽名:未找到參數: %s" -#: builders/latex/__init__.py:167 +#: ext/autodoc/_dynamic/_type_comments.py:124 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" 組態值引用未知的文件 %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "無法為 %r 剖析 type_comment: %s" -#: builders/latex/__init__.py:421 -msgid "copying TeX support files" -msgstr "正在複製 TeX 支援檔案" +#: ext/autodoc/_dynamic/_signatures.py:102 +#: ext/autodoc/_legacy_class_based/_documenters.py:358 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "在為 %s 格式化引數時有錯誤: %s" -#: builders/latex/__init__.py:458 -msgid "copying additional files" -msgstr "正在複製附加檔案" +#: ext/autodoc/_dynamic/_signatures.py:494 +#: ext/autodoc/_legacy_class_based/_documenters.py:1607 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "無法取得一個 constructor 簽名給 %s: %s" -#: builders/latex/__init__.py:529 +#: ext/autodoc/_dynamic/_signatures.py:498 +#: ext/autodoc/_legacy_class_based/_documenters.py:2235 +#: ext/autodoc/_legacy_class_based/_documenters.py:2355 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "未知的配置鍵: latex_elements[%r],已略過。" +msgid "Failed to get a method signature for %s: %s" +msgstr "無法取得一個 method 簽名給 %s: %s" -#: builders/latex/__init__.py:537 +#: ext/autodoc/_dynamic/_signatures.py:500 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "未知的主題選項: latex_theme_options[%r],,已略過。" +msgid "Failed to get a signature for %s: %s" +msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/autodoc/_dynamic/_member_finder.py:420 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s 已經被指定段落編號(巢狀編號的 toctree?)" +msgid "" +"attribute %s is listed in :members: but is missing as it was not found in " +"object %r" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/autodoc/_dynamic/_member_finder.py:473 +#: ext/autodoc/_legacy_class_based/_documenters.py:677 #, python-format -msgid "image file not readable: %s" -msgstr "影像檔案無法讀取: %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "autodoc: 決定 %s.%s (%r) 被文件化失敗,引發以下的例外:\n%s" -#: environment/collectors/asset.py:126 +#: ext/autodoc/_dynamic/_docstrings.py:268 +#: ext/autodoc/_legacy_class_based/_documenters.py:2499 #, python-format -msgid "image file %s not readable: %s" -msgstr "影像檔案 %s 無法讀取: %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "在 %s 找到無效的 __slots__。已略過。" -#: environment/collectors/asset.py:165 +#: ext/autodoc/_legacy_class_based/_documenters.py:964 #, python-format -msgid "download file not readable: %s" -msgstr "下載檔案無法讀取: %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "簽名引數或回傳註釋給予 automodule %s" -#: environment/adapters/toctree.py:335 +#: ext/autodoc/_legacy_class_based/_documenters.py:980 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "偵測到循環的 toctree 參照,忽略中: %s <- %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ 應該是一個字串的列表,不是 %r (在 %s 模組中)-- 正在忽略 __all__" -#: environment/adapters/toctree.py:360 +#: ext/autodoc/_legacy_class_based/_documenters.py:1057 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree 包含了到文件 %r 的參照,該文件沒有標題:不會產生任何鏈接" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "缺少 :members: 選項中所述的屬性:模組 %s ,屬性 %s" -#: environment/adapters/toctree.py:375 +#: ext/autodoc/_legacy_class_based/_documenters.py:1764 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree 包含了 non-included 文件 %r 的參照" +msgid "missing attribute %s in object %s" +msgstr "遺漏屬性 %s 在物件 %s" -#: environment/adapters/toctree.py:378 +#: ext/autodoc/_legacy_class_based/_documenters.py:1876 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s) 的別名" + +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "已中斷!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: environment/adapters/indexentries.py:122 -#, python-format -msgid "see %s" -msgstr "參考 %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: environment/adapters/indexentries.py:132 -#, python-format -msgid "see also %s" -msgstr "請參閱 %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: environment/adapters/indexentries.py:140 -#, python-format -msgid "unknown index entry type %r" -msgstr "未知的索引項目型別 %r" +#: _cli/util/errors.py:207 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1,000 in conf.py " +"with e.g.:" +msgstr "" + +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" + +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "完整的回溯已儲存於:" + +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "要向開發者回報此錯誤,請在 開啟一個 issue。謝謝!" + +#: _cli/util/errors.py:246 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "如果這是一個使用者錯誤,請一併回報,如此下次才能提供較佳的錯誤訊息。"